* {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
}

.wrapper {
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
}
.main__slider__container {
    overflow: hidden;
}
.social__icons svg {
    fill:#fff;
}
.social__icons a:hover svg {
    fill:rgb(162, 162, 162);
}
body.floating {
    margin-top: 102px;
}

body.floating header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: #fff;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.top__bar {
    position: relative;
}

.top__bar:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(218, 222, 225, 0.7);
}

.top__bar__container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.875rem;
    line-height: 3;
    word-spacing: normal;
    font-weight: 400;
}

.top__bar__nav {
    margin-right: 25px;
}

.top__nav__item {
    display: inline-block;
    margin-right: 16px;
    position: relative;
}

.active-top .top__nav__link {
    color: rgb(141, 144, 149);
}

.top__nav__link {
    text-decoration: none;
    color: rgb(70, 70, 70);
    transition: all 400ms ease;
}

.top__nav__link:hover {
    text-decoration: underline;
    color: rgb(141, 144, 149);
    transition: all 400ms ease;
}

.top__nav__item--careers:after {
    content: ".";
    position: absolute;
    display: block;
    right: -12px;
    bottom: 1px;
    font-size: 0.875rem;
    line-height: 3;
    font-weight: 400;
}

.top__bar__contacts {
    background-image: url("images/home/phone.png");
    background-size: 23px 23px;
    padding-left: 32px;
    font-weight: bold;
    color: rgb(141, 144, 149);
    background-repeat: no-repeat;
    background-position: 0 center;
    white-space: nowrap;
    margin-right: 62px;
}

.top__bar__social {
    display: flex;
    align-items: center;
}

.top__bar__social__text {
    margin-right: 17px;
}

.social__icons {
    display: inline-block;
    line-height: 2.857;
    display: flex;
}

.soc-icon {
    display: block;
    background-color: rgb(162, 162, 162);
    border: 1px solid rgb(162, 162, 162);
    color: rgb(70, 70, 70);
    border-radius: 50%;
    text-decoration: none;
    width: 27px;
    height: 27px;
    margin: 1px 0 2px 4px;
    transition: background-color 400ms ease;
}

.soc-icon:hover {
    background-color: white;
    border-color: rgb(162, 162, 162);
}

.soc-icon:hover .icon use {
    fill: rgb(162, 162, 162);
}

.icon {
    fill: white;
    width: 25px;
    height: 25px;
    transition: fill 400ms ease;
}

.navbar {
    background-color: white !important;
    padding: 23px 0 15px;
}

.container {
    padding: 0 4px 0 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.nav-item {
    margin-left: 12px !important;
}

.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    transition: all 400ms ease;
}

.dropdown:hover .dropdown-menu {
    display: block;
    transition: all 400ms ease;
}

.navbar-light .navbar-nav .active .nav-link {
    background-color: rgb(78, 13, 34);
    color: white;
    transition: all 400ms ease;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 1.125rem;
    font-weight: 600;
    color: rgb(70, 70, 70);
    padding: 2px 11px;
    transition: all 400ms ease;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link {
    background-color: rgb(78, 13, 34);
    color: white;
    transition: all 400ms ease;
}

.dropdown-toggle:after {
    display: none;
}

.dropdown-menu {
    background-color: rgb(78, 13, 34);
    right: 0;
    font-size: 0.813rem;
    font-weight: normal;
    left: auto;
    display: none;
    position: absolute;
    z-index: 1;
    min-width: 190px;
    border-top: 2px solid white;
    border-radius: 0;
    margin: 0;
}

.dropdown-item {
    color: white;
    display: block;
    transition: all 400ms ease;
}

.dropdown-item:hover {
    text-decoration: underline;
    background-color: transparent;
    color: white;
    transition: all 400ms ease;
}

/*--------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------     head end     -----------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------*/

.main__content {
    width: 100%;
}

.main__slider__holder {
    border-bottom: 1px solid rgba(71, 73, 80, 0.12);
}

.main__slider__container {
    position: relative;
}

.main__slider__container:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 185px;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
}

.main__slider {
    max-height: 760px;
}

.carousel-inner {
    position: static;
    height: 760px;
}

.mai__slider__inner {
    position: relative;
}

.main__carousel-control-next, .main__carousel-control-prev {
    top: 215px;
    bottom: auto;
    opacity: 1;
}

.main__carousel-control-prev {
    width: 8%;
    transition: all 400ms ease;
}

.main__carousel-control-next {
    width: 11%;
    transition: all 400ms ease;
}

.main__carousel-control-next:focus, .main__carousel-control-next:hover, .main__carousel-control-prev:focus, .main__carousel-control-prev:hover {
    opacity: 0.7;
    transition: all 400ms ease;
}

.main__carousel-control-next-icon, .main__carousel-control-prev-icon {
    width: 30px;
    height: 55px;
}

.main__carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2230px%22%20height=%2255px%22%20viewBox=%220%200%2030%2055%22%20enable-background=%22new%200%200%2030%2055%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%220.25,27.419%2027.678,54.869%2029.734,52.815%204.363,27.419%2029.75,2.057%2027.695,0%20%22/%3E%20%3C/svg%3E");
}

.main__carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2230px%22%20height=%2255px%22%20viewBox=%220%200%2030%2055%22%20enable-background=%22new%200%200%2030%2055%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%2229.75,27.45%202.322,0%200.266,2.054%2025.638,27.45%200.25,52.813%202.305,54.869%20%22/%3E%20%3C/svg%3E");
}

.carousel-caption {
    top: 0;
    right: auto;
    left: 150px;
    text-align: left;
    max-width: 834px;
}

.carousel-caption__head {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 30px;
    padding-top: 90px;
}

.carousel-caption__text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.083;
    margin-bottom: 20px;
}

.main-btn {
    display: inline-block;
    margin-bottom: 35px;
    background-color: rgb(149, 31, 79);
    color: white;
    padding: 9px 10px;
    border-radius: 0;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.222;
    transition: all 400ms ease;
}

.main-btn:hover {
    background-color: rgb(78, 13, 34);
    color: white;
    transition: all 400ms ease;
    border: none;
    text-decoration: none;
}

.slider__bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 20px;
}

.slider__bottom__container {
    position: relative;
    display: flex;
    z-index: 101;
}

.slider__bottom__item {
    width: 25%;
    padding: 0 15px;
    text-align: center;
}

.round {
    background-color: rgb(149, 31, 79);
    color: white;
    width: 103px;
    height: 103px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 600;
    padding-top: 32px;
}

.round label {
    display: block;
    font-size: 1.813rem;
    line-height: 0.758;
    margin: 0;
}

.slider__bottom__item__text {
    color: rgb(123, 123, 123);
    text-align: center;
    font-size: 0.875rem;
}

/* ---------------------------------------------------     indutries     ------------------------------------------------------ */

.main__industries {
    padding: 40px 0 45px;
    background-color: rgb(249, 249, 249);
    border-bottom: 1px solid rgba(71, 73, 80, 0.12);
}

.head {
    text-align: center;
    margin-bottom: 65px;
    color: rgb(78, 13, 34);
    font-size: 1rem;
    line-height: 1.312;
    font-weight: 400;
    max-width: 1200px;
}

.title {
    text-transform: uppercase;
    color: rgb(55, 58, 65);
    margin-bottom: 20px;
    font-size: 2.25rem;
    line-height: 0.722;
}

.industries__content-holder {
    display: flex;
    justify-content: space-between;
}

.industries__content {
    width: 49%;
    position: relative;
}

.industries__content--left img {
    width: 100%;
}

.industries__content--rigth {
    color: rgb(141, 144, 149);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.312;
}

.industries__listing {
    padding-top: 20px;
    list-style-type: none;
}

.industries__listing__item {
    display: inline-block;
    margin-left: 40px;
}

.industries__listing__item:first-child {
    margin-left: 0;
}

.industries__listing__icon {
    background: url("images/home/icons.png") no-repeat 0 0;
    background-size: 102px 25px;
    width: 40px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.industries__listing__icon--hospitality {
    background: url("images/home/icons.png") no-repeat 0 3px;
    background-size: 102px 25px;
    width: 32px;
}

.industries__listing__icon--healthcare {
    background: url("images/home/icons.png") no-repeat -34px -1px;
    background-size: 102px 25px;
    width: 25px;
}

.industries__listing__icon--public {
    background: url("images/home/icons.png") no-repeat -58px -1px;
    background-size: 102px 25px;
    width: 19px;
}

.industries__listing__icon--education {
    background: url("images/home/icons.png") no-repeat -80px -1px;
    background-size: 102px 25px;
    width: 32px;
}

.industries__btn {
    margin: 0;
}

/* ---------------------------------------------------     partners     ------------------------------------------------------- */

.main__partners {
    padding: 65px 0 0;
    border-bottom: 1px solid rgba(71, 73, 80, 0.12);
}

.partners__head {
    margin-bottom: 85px;
}

.partners__content-holder {
    display: flex;
    justify-content: space-between;
}

.partners__content__item {
    width: 49%;
    color: rgb(80, 80, 80);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.312;
}

.partners__content__item--left {
    margin-bottom: 70px;
}

.partners__text {
    margin-bottom: 25px;
}

.partners__content__item--right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.partners__logo__holder {
    /*width: 30%;*/
    text-align: center;
}

.logo-stretch {
    width: 100%
}

/* ---------------------------------------------------     solutions     ------------------------------------------------------ */

.main__solutions {
    padding: 90px 0 0;
    text-align: center;
    background-color: rgb(249, 249, 249);
    border-bottom: 1px solid rgba(218, 222, 225, 0.75);
}

.solutions__slider__wrapper {
    margin: 0 auto 10px;
    max-width: 100%;
}

.owl-item {
    /*min-width: 280px;*/
    /*max-width: 280px;*/
}

.solutions__item__entry {
    display: none;
    position: absolute;
    width: 280px;
    height: 210px;
    bottom: 0;
    left: 0;
    color: white;
    font-size: 5rem;
    font-weight: 300;
    transition: all 400ms ease;
}

.owl-item:hover .solutions__item__entry {
    display: block;
    transition: all 400ms ease;
}

.entry__text {
    line-height: 210px;
}

.owl-nav {
    display: flex;
    width: 99%;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.owl-carousel .owl-nav button.owl-next {
    background-color: rgb(186, 190, 199);
    width: 41px;
    height: 41px;
    border-radius: 50%;
    outline: 0;
    transition: all 400ms ease;
}

.owl-carousel .owl-nav button.owl-prev {
    background-color: rgb(186, 190, 199);
    width: 41px;
    height: 41px;
    border-radius: 50%;
    outline: 0;
    transition: all 400ms ease;
}

.owl-carousel .owl-nav button.owl-next:hover {
    color: rgb(186, 190, 199);
    background-color: rgb(186, 190, 199);
    transition: all 400ms ease;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    color: rgb(186, 190, 199);
    background-color: rgb(186, 190, 199);
    transition: all 400ms ease;
}

.owl-prev span {
    background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2212px%22%20height=%2220px%22%20viewBox=%222.004%20-2%2012%2020%22%20enable-background=%22new%202.004%20-2%2012%2020%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%222.711,7.993%2012.008,17.297%2013.297,16.015%205.058,7.998%2013.297,-0.016%2012.078,-1.297%20%22/%3E%3C/svg%3E");
    background-position: 12px 11px;
    height: 61px;
    width: 27px;
    display: block;
    background-repeat: no-repeat;
    color: rgb(186, 190, 199);
}

.owl-next span {
    background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2212px%22%20height=%2220px%22%20viewBox=%222.004%20-2%2012%2020%22%20enable-background=%22new%202.004%20-2%2012%2020%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%223.93,-1.297%202.711,-0.016%2010.95,7.998%202.711,16.015%204,17.297%2013.297,7.993%20%22/%3E%3C/svg%3E");
    background-position: 16px 11px;
    height: 61px;
    width: 27px;
    display: block;
    background-repeat: no-repeat;
    color: rgb(186, 190, 199);
}

.owl-dots {
    display: none;
}

.solutions__btn {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------     solutions start     ------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------*/

.section__head {
    background-color: rgb(250, 250, 250);
    border-bottom: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(233, 233, 233);
}

.head__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section__title {
    font-size: 1.875rem;
    line-height: 1.733;
    font-weight: 300;
    color: black;
    width: 70%;
}

.section__head__links {
    color: rgb(182, 182, 182);
    font-size: 0.75rem;
    line-height: 1.833;
    font-weight: 400;
    width: 30%;
    text-align: right;
}

.section__head__link {
    color: rgb(182, 182, 182);
    transition: all 400ms ease;
}

.section__head__link:hover {
    color: rgb(182, 182, 182);
    transition: all 400ms ease;
}

.head__link__separator {
    padding-left: 24px;
    position: relative;
}

.head__link__separator:before {
    content: "/";
    position: absolute;
    top: -2px;
    left: 10px;
}

.sol-page__content {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    align-content: flex-start;
    padding-top: 55px;
}

.sol-page__item {
    width: 31%;
    margin-bottom: 38px;
    margin-right: 20px;
}

.sol-page__image-holder {
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 14px;
}

.sol-page__image-holder img {
    width: 100%;
}

.page__item__entry {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 400ms ease;
}

.sol-page__item:hover .page__item__entry {
    /* display: block; */
    transition: all 400ms ease;
}

.page__entry__image {
    position: relative;
    width: 100%;
    height: 100%;
}

.page__entry__image:after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2233px%22%20height=%2233px%22%20viewBox=%220%200%2033%2033%22%20enable-background=%22new%200%200%2033%2033%22%20fill=%22white%22%20xml:space=%22preserve%22%3E%3Crect%20x=%2215%22%20width=%223%22%20height=%2233%22/%3E%3Crect%20y=%2215%22%20width=%2233%22%20height=%223%22/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sol-page__item__title {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.181;
}

.sol-page__item__title__link {
    color: rgb(55, 58, 65);
    transition: all 400ms ease;
}

.sol-page__item__title__link:hover {
    text-decoration: none;
    color: rgba(55, 58, 65, 0.7);
    transition: all 400ms ease;
}

/*--------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------     services start     ------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------*/

.page__top {
    padding: 55px 0 30px;
}

.top__head {
    color: rgb(64, 64, 64);
    margin-bottom: 52px;
}

.top__title {
    margin-bottom: 27px;
}

.top__content {
    display: flex;
    justify-content: space-between;
}

.top__item {
    width: 49%;
}

.top__text {
    color: rgb(80, 80, 80);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.312;
    margin-bottom: 26px;
}

.text--colored {
    color: rgb(149, 31, 79);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.166;
    font-style: italic;
}

.page__middle {
    background-color: rgb(249, 249, 249);
    border-top: 1px solid rgb(235, 235, 235);
    border-bottom: 1px solid rgb(235, 235, 235);
}

.ser-page__middle {
    height: 700px;
}

.ser__middle__container {
    position: relative;
    width: 810px;
    margin: 0 auto;
    height: 100%;
    background: rgb(249, 249, 249) url("images/services/services.png") no-repeat center center;
}

.ser__middle__item-holder {
    position: absolute;
    width: 305px;
    height: 170px;
    margin-bottom: 40px;
    padding: 0 20px;
}

.ser__middle__item-holder:first-child {
    bottom: 10px;
    left: 145px;
}

.ser__middle__item-holder:nth-child(2) {
    bottom: 81px;
    right: 0;
}

.ser__middle__item-holder:nth-child(3) {
    bottom: 265px;
    left: -50px;
}

.ser__middle__item-holder:nth-child(4) {
    bottom: 425px;
    right: 0;
}

.ser__middle__item-holder:nth-child(5) {
    left: 115px;
    top: 24px;
}

.middle__item {
    color: rgb(123, 123, 123);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.571;
    text-align: center;
}

.ser__middle__icon {
    display: block;
    height: 78px;
}

.ser__middle__icon img {
    width: 71px;
    height: 72px;
}

.middle__item__title {
    color: rgb(58, 58, 58);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.222;
    margin-bottom: 2px;
}

.middle__item__text {
    margin: 0;
}

.page__bottom {
    padding: 30px 0;
}

.bottom__content {
    display: flex;
    justify-content: space-between;
    margin-right: -40px;
}

.bottom__item {
    width: 49.4%;
    min-height: 346px;
}

.bottom__item--left {
    background-color: rgb(85, 153, 200);
    color: white;
    padding: 20px 36px 24px 16px;
}

.bottom__item--right {
    border: 1px solid rgb(215, 215, 215);
    color: rgb(80, 80, 80);
    padding: 20px;
}

.bottom__head {
    padding-left: 44px;
    position: relative;
    margin-bottom: 24px;
}

.ser__bottom__head--left:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 31px;
    background: transparent url("images/services/icons2.png") no-repeat -90px -5px;
    background-size: 300px 150px;
    left: 0;
    top: -7px;
}

.ser__bottom__head--left:after {
    content: "";
    position: absolute;
    background-color: rgba(218, 222, 225, 0.7);
    width: 420px;
    height: 2px;
    display: inline-block;
    right: -6px;
    bottom: 5px;
}

.bottom__head--right:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 31px;
    background: transparent url("images/services/icons2.png") no-repeat -6px -7px;
    background-size: 300px 150px;
    left: 0;
    top: -2px;
}

.bottom__head--right:after {
    content: "";
    position: absolute;
    background-color: rgba(218, 222, 225, 0.7);
    width: 328px;
    height: 2px;
    display: inline-block;
    right: 0;
    bottom: 5px;
}

.bottom__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.222;
    margin: 0;
}

.bottom__title--colored {
    color: rgb(78, 13, 34);
}

.bottom__text__holder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.312;
}

.bottom__text {
    margin-bottom: 10px;
}

.bottom__text--bold {
    font-weight: 600;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------     industries start     -----------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------*/

.ind__middle__container {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    padding-top: 40px;
}

.ind__middle__item-holder {
    width: 25%;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.ind__middle__icon {
    display: block;
    margin: 0 auto 10px;
}

.ind__middle__icon img {
    width: 102px;
}

.ind__bottom__head--left:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 26px;
    background: transparent url("images/services/icons2.png") no-repeat -128px -9px;
    background-size: 300px 150px;
    left: 7;
    top: -3px;
}

.ind__bottom__head--left:after {
    content: "";
    position: absolute;
    background-color: rgba(218, 222, 225, 0.7);
    width: 425px;
    height: 2px;
    right: -6px;
    bottom: 5px;
}

.ind__bottom__head--right:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 31px;
    background: transparent url("images/services/icons2.png") no-repeat -6px -7px;
    background-size: 300px 150px;
    left: 0;
    top: -2px;
}

.ind__middle__item__title a {
    color: inherit;
}

.ind__bottom__head--right:after {
    content: "";
    position: absolute;
    background-color: rgba(218, 222, 225, 0.7);
    width: 405px;
    height: 2px;
    right: 0;
    bottom: 5px;
}

.ind__bottom__text__holder {
    color: rgb(40, 40, 40);
    line-height: 1.375;
}

.bottom__listing {
    list-style-type: none;
    margin-left: 20px;
}

.bottom__listing__item {
    position: relative;
    padding: 0 0 10px 24px;
    margin-bottom: 9px;
}

.bottom__listing__item:before {
    content: "";
    background: transparent url("images/industries/list.png") no-repeat center center;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 6px;
    background-size: 12px 12px;
}

/*--------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------     partners start     --------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------*/

.par-page__top {
    padding: 50px 0 0;
}

.top__item--left {
    padding-right: 11px;
}

.top__item__head {
    border-bottom: 2px solid rgba(218, 222, 225, 0.7);
    margin-bottom: 20px;
}

.top__item__title {
    color: rgb(89, 26, 47);
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 42px;
}

.title__italic {
    font-weight: 600;
    font-style: italic;
    margin-bottom: 25px;
}

.partners__top__text {
    margin-bottom: 10px;
}

.top__item__image-holder {
    margin-bottom: 6px;
}

.quotation-holder {
    padding: 0 20px;
    position: relative;
}

.quotation-holder:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 16px;
    background: transparent url("images/partners/quote.png") no-repeat center center;
    background-size: 25px 16px;
    right: 8px;
    bottom: 10px;
}

.quotation-holder:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 16px;
    background: transparent url("images/partners/quote.png") no-repeat center center;
    background-size: 25px 16px;
    left: -15px;
    top: 10px;
}

.quotation {
    color: rgb(89, 26, 47);
    font-size: 1.938rem;
    font-weight: 400;
    line-height: 1.29;
    font-style: italic;
    margin-bottom: 3px;
}

.separator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-top: 20px;
}

.separator__left {
    width: 21%;
}

.separator__right {
    width: 79%;
    align-self: flex-end;
    padding-left: 2px;
}

.separator__right__line {
    margin-bottom: 3px;
    height: 2px;
    background-color: rgba(218, 222, 225, 0.7);
}

.infrastructure__left {
    width: 22%;
}

.infrastructure__right {
    width: 78%;
    padding-left: 8px;
}

.network__left {
    width: 16%;
}

.network__right {
    width: 84%;
    padding-left: 16px;
}

.physical__left {
    width: 17%;
}

.physical__right {
    width: 83%;
    padding-left: 8px;
}

.data-cloud__left {
    width: 26%;
}

.data-cloud__right {
    width: 74%;
    padding-left: 20px;
}

.separator__title-holder {
    display: inline-block;
    padding-left: 7px;
    vertical-align: bottom;
}

.separator__title {
    color: rgb(78, 13, 34);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.partners__logos {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.logo__holder {
    padding: 0 20px;
    margin-bottom: 40px;
    width: 23%;
    text-align: center;
}

.logo__holder--leviton {
    padding-top: 5px;
}

.logo__holder img {
    max-width: 100%;
}

.image-small {
    height: 137px;
}

/*--------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------     about start     ---------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------*/

.about-page__top {
    padding: 50px 0 40px;
}

.about__top__item {
    padding-right: 90px;
}

.about__top__item img {
    max-width: 100%;
}

.about__item__head {
    position: relative;
    padding-top: 20px;
    margin-bottom: 26px;
}

.about__item__title {
    color: rgb(78, 13, 34);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.222;
}

.about__item__title:after {
    content: "";
    position: absolute;
    background-color: rgba(218, 222, 225, 0.7);
    height: 2px;
    width: 463px;
    right: 0;
    bottom: 5px;
}

.about__text {
    margin-bottom: 12px;
}

.about__middle__container {
    display: flex;
    padding-top: 40px;
}

.about__middle__item-holder {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 40px;
    text-align: center;
}

.about__middle__icon {
    display: block;
    margin: 0 auto 17px;
}

.about__middle__icon img {
    width: 36px;
}

.about__middle__item__title {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: rgb(55, 58, 65);
}

.about__middle__item__text {
    color: rgb(141, 144, 149);
}

.about-page__bottom {
    padding-top: 30px;
}

.about__bottom__first {
    margin-bottom: 30px;
}

.about__item__title--who:after {
    width: 1080px;
}

.about__bottom__second {
    display: flex;
}

.about__bottom__item {
    width: 50%;
}

.about__bottom__item--left {
    padding-right: 20px;
}

.about__bottom__item--right {
    padding-left: 20px;
}

.about__item__title--reg:after {
    width: 400px;
}

.about__item__title--coe {
    padding-top: 10px;
    margin-bottom: 19px;
}

.about__testimonial {
    color: white;
    background-color: rgb(85, 153, 200);
    border-radius: 6px;
    border: 1px solid rgba(218, 222, 225, 0.7);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375;
    padding: 25px 15px 20px 20px;
}

.testimonial__text {
    margin-bottom: 21px;
}

.testimonial__card {
    display: flex;
    align-items: center;
}

.avatar {
    display: block;
    margin-right: 20px;
    border: 1px solid rgba(218, 222, 225, 0.7);
    border-radius: 30px;
    width: 50px;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='25px'%20height='25px'%20viewBox='0%200%2025%2025'%20enable-background='new%200%200%2025%2025'%20xml:space='preserve'%3E%3Cpath%20id='user-icon'%20fill='rgba(55,58,65,0.1)'%20d='M21.69,18.851c-3.583-0.83-6.917-1.554-5.304-4.604C21.303,4.964,17.689,0,12.5,0C7.206,0,3.683,5.155,8.613,14.247c1.662,3.069-1.796,3.794-5.303,4.604C-0.27,19.678,0.005,21.568,0.005,25h24.991C24.994,21.568,25.271,19.678,21.69,18.851z'/%3E%3C/svg%3E");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial__name {
    color: white;
    font-size: 0.938rem;
    font-weight: 400;
    line-height: 1.466;
}

/*--------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------     core values start     ------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------*/
.core-page__top {
    padding: 55px 0 0;
}

.core-values__bottom__content {
    margin-bottom: 30px;
}

.core-values__top__item--left {
    width: 68%;
    padding-right: 40px;
}

.core-values__top__item--right {
    width: 32%;
}

.core-values__top__image-holder img {
    width: 100%;
}

.core-values__text {
    margin-bottom: 2px;
}

.core-values__top__text {
    margin-bottom: 31px;
}

.about__item__title--innovation:after {
    width: 660px;
}

.about__item__title--tailor-made:after {
    width: 562px;
}

.about__item__title--reliability:after {
    width: 668px;
}

.about__item__title--flexibility:after {
    width: 1095px;
}

.about__item__title--expertise:after {
    width: 1097px;
}

/*--------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------     awards start     --------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------*/

.awards-page__content {
    padding: 55px 0 10px;
}

.awards__top__head {
    margin-bottom: 42px;
}

.awards__desc__container {
    margin-bottom: 31px;
}

.awards__desc {
    color: rgb(89, 26, 47);
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 18px;
}

.awards__container {
    display: flex;
}

.awards {
    width: 65%;
}

.about__item__title--awards:after {
    width: 244px;
}

.awards__quotation-holder {
    width: 35%;
    padding-left: 40px;
}

.awards__content {
    display: flex;
    justify-content: space-between;
}

.awards__item {
    width: 50%;
}

.awards__item--left {
    padding-right: 29px;
}

.awards__item--right {
    padding-left: 19px;
}

.awards__listing {
    list-style-type: none;
}

.awards__list__item {
    margin-bottom: 15px;
}

.awards__list__item__holder {
    display: flex;
    align-items: center;
}

.awards__list__image-holder {
    margin-right: 10px;
}

.recognitions__container {
    display: flex;
}

.recognitions {
    width: 65%;
}

.about__item__title--recognitions:after {
    width: 478px;
}

.filler {
    width: 35%;
}

.recognitions__content {
    display: flex;
    justify-content: space-between;
}

/*--------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------     clients start     --------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------*/

.clients-page__content {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0 5px;
}

.clients-page__item {
    width: 25%;
    padding: 0 25px;
    margin-bottom: 30px;
    text-align: center;
}

.clients-page__item--last {
    margin: 0;
}

.clients-page__item img {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------     media start     ---------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------*/

.media-page__content {
    padding: 35px 0 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.media__item {
    width: 25%;
    padding: 20px 30px;
}

.media__image-holder {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.media__image-holder:hover .page__item__entry {
    display: block;
}

.media__image-holder img {
    width: 100%;
}

.media__title__link {
    text-decoration: none;
    color: rgb(55, 58, 65);
    transition: all 400ms ease;
}

.media__title__link:hover {
    color: rgba(55, 58, 65, 0.7);
    text-decoration: none;
    transition: all 400ms ease;
}

.media__item__title {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.181;
    margin-bottom: 20px;
}

.media__text {
    color: rgb(141, 144, 149);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375;
    margin-bottom: 10px;
}

.media__link-holde {
    color: rgb(149, 31, 79);
    position: relative;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.571;
    /*border: 2px solid #ccc;*/
    padding: 3px 1px;
}

.media__link-holde:after {
    content: "";
    color: rgb(149, 31, 79);
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid rgb(149, 31, 79);
    border-right: 1px solid rgb(149, 31, 79);
    right: 5px;
    top: 50%;
    transform: rotate(45deg) translateX(-50%);
}

.media__link {
    padding-right: 15px;
    transition: all 400ms ease;
}

.media__link:hover {
    color: rgb(149, 31, 79);
    text-decoration: underline;
    transition: all 400ms ease;
}

.media-details__section__title {
    font-size: 1.575rem;
}

.media-detailes__container {
    display: flex;
    padding: 40px 0;
}

.media-detailes__item--left {
    width: 76%;
    margin-right: 24px;
}

.media-detailes__item--right {
    width: 24%;
    border: 1px solid rgba(218, 222, 225, 0.7);
    border-radius: 6px;
    padding: 25px 0 17px 20px
}

.media-detailes__right__item {
    color: rgb(141, 144, 149);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375;
    margin-bottom: 20px;
}

.media-detailes__right__title {
    color: rgb(55, 58, 65);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375;
    margin-bottom: 20px;
}

.media-detailes__right__text {
    display: block;
}

.media-detailes__title {
    color: rgb(55, 58, 65);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375;
    margin-bottom: 20px;
}

.media-detailes__content {
    /*display: flex;*/
}

.media-detailes__image-holder {
    width: 100%;
}

.media-detailes__image-holder img {
    width: 100%;
}

.media-detailes__text-holder {
    width: 100%;
    /*padding-left: 30px;*/
}

.media-detailes__text {
    color: rgb(141, 144, 149);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375;
}

/*--------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------     careers start      -------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------*/

.careers__content {
    padding: 55px 0 35px;
}

.careers__top__item {
    width: 50%;
    padding-right: 20px;
}

.careers__top__image-holder {
    padding: 30px 0 0 18px;
}

.about__item__title--technology:after {
    width: 285px;
}

.about__item__title--bank:after {
    width: 260px;
}

.about__item__title--join:after {
    width: 1053px;
}

.about__item__title--vacancies:after {
    width: 1091px;
}

.careers__link {
    color: rgb(149, 31, 79);
    text-decoration: underline;
    font-size: 0.875rem;
    transition: all 400ms ease;
}

.careers__link:hover {
    color: rgb(149, 31, 79);
    text-decoration: none;
    transition: all 400ms ease;
}

/*--------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------     join start     ---------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------*/

.join-page__content {
    padding: 50px 0 20px;
}

.join-page__form__head {
    margin-bottom: 40px;
}

.form__title {
    color: rgb(80, 80, 80);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.312;
}

.join-page__form {
    width: 90%;
}

.form-group {
    display: flex;
    margin-bottom: 14px;
}

.page__label {
    color: rgb(141, 144, 149);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375;
}

.join-page__label {
    width: 46%;
}

.field-required {
    color: rgb(149, 31, 79);
}

.join__input-container {
    width: 54%;
    position: relative;
}

input:focus {
    border-color: rgb(206, 212, 218) !important;
}

select:focus {
    border-color: rgb(206, 212, 218) !important;
}

textarea:focus {
    border-color: rgb(206, 212, 218) !important;
}

.form-file {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: rgb(141, 144, 149);
}

.input-counter {
    color: rgb(183, 183, 183);
    font-size: 0.688rem;
    font-weight: 400;
    line-height: 2;
    margin: 4px 0 0 5px;
}

.instruction {
    color: rgba(141, 144, 149, 0.45);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 3px 0 3px 5px;
}

.btn-holder {
    padding-top: 18px;
}

.join__btn-holder {
    text-align: center;
}

.form-btn {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.571;
    width: 93px;
    text-align: center;
    margin: 0;
    border: none;
}

/*--------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------     contacts start     -------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------*/

.contact-page__content {
    padding: 50px 0;
}

#map {
    width: 100%;
    height: 380px;
}

.contacts__item-holder {
    display: flex;
    padding: 50px 0;
}

.contacts__item {
    width: 25%;
    padding: 0 12px;
    color: rgb(141, 144, 149);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.571;
}

.contacts__logo-holder {
    margin-bottom: 5px;
    height: 41px
}

.contacts__logo {
    width: 100px;
    height: 35px;
}

.contacts__logo--cit {
    height: 21px;
}

.contacts__item__title {
    color: rgb(55, 58, 65);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375;
    margin-bottom: 5px;
}

.contacts__item__info {
    min-height: 0px;
}

.contacts__text {
    margin-bottom: 0;
}

.cantacts__email__link {
    color: rgb(149, 31, 79);
    text-decoration: underline;
    transition: all 400ms ease;
    margin-left: 5px;
}

.cantacts__email__link:hover {
    color: rgb(149, 31, 79);
    text-decoration: none;
    transition: all 400ms ease;

}

.about__item__title--contact:after {
    width: 1060px;
}

.contacts-page__form {
    display: flex;
    justify-content: space-between;
}

.contacts__form__item {
    width: 45%;
    padding-right: 30px;
}

.contacts-page__label {
    width: 30%;
}

.contacts__input-container {
    width: 70%;
}

.contacts__btn-holder {
    text-align: right;
}

/*--------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------     subscribe start     -------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------*/
.subscribe-page__content {
    padding: 50px 0 20px;
}

.subscribe-page__form__head {
    margin-bottom: 25px;
}

.form__title {
    color: rgb(141, 144, 149);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375;
    margin: 0;
}

.subscribe-page__form {
    width: 55%;
    position: relative;
    padding-bottom: 57px;
}

.subscribe-page__label {
    width: 38%;
}

.subscribe__input-container {
    width: 62%;
}

.subscribe__selector {
    height: 26px;
}

.subscribe-btn {
    position: absolute;
    bottom: 0;
    left: 38%;
    width: 78px;
}

/*--------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------     footer start     --------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------*/

.footer {
    background-color: rgb(247, 247, 248);
    border-top: 1px solid rgba(218, 222, 225, 0.75);
    padding: 50px 0;
}

.footer__container {
    margin: 0 -20px;
    padding: 0;
    display: flex;
}

.footer__section {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 20px;
}

.footer__listing {
    list-style-type: none;
    padding: 0;
}

.footer__listing--sub {
    margin-bottom: 30px;
}

.footer__nav__item {
    color: rgb(58, 58, 58);
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.571;
    font-weight: 400;
    transition: all 400ms ease;
}

.footer__nav__item:hover {
    color: rgb(58, 58, 58);
    transition: all 400ms ease;
}

.footer__nav__head {
    display: block;
    color: rgb(58, 58, 58);
    text-decoration: none;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.222;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
    transition: all 400ms ease;
}

.footer__nav__head:hover {
    color: rgb(58, 58, 58);
    text-decoration: underline;
    transition: all 400ms ease;
}

.footer__prime__item {
    padding-bottom: 22px;
}

.footer__text__holder {
    max-width: 175px;
}

.footer__text__title {
    color: rgb(55, 58, 65);
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 1.125rem;
    line-height: 1.222;
    font-weight: 400;
}

.footer__link {
    text-decoration: none;
    border-bottom: 1px solid rgb(149, 31, 79);
    color: rgb(149, 31, 79);
    font-weight: 600;
    font-size: 0.938rem;
    line-height: 1.466;
    transition: all 400ms ease;
}

.footer__link:hover {
    text-decoration: none;
    border: none;
    color: rgb(149, 31, 79);
    transition: all 400ms ease;
}

.btn {
    display: block;
    width: 150px;
    margin-bottom: 35px;
    background-color: rgb(149, 31, 79);
    color: white;
    padding: 9px 10px;
    border-radius: 0;
    transition: all 400ms ease;
}

.btn:hover {
    background-color: rgb(78, 13, 34);
    color: white;
    transition: all 500ms ease;
    border: 1px solid rgb(78, 13, 34);
    transition: all 400ms ease;
}

.bottom__bar {
    background-color: rgb(247, 247, 248);
    border-top: 1px solid rgba(71, 73, 80, 0.12);
    color: rgb(141, 144, 149);
    font-size: 0.75rem;
    line-height: 1.833;
    font-weight: 400;
}

.bottom__bar__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bottom__bar__item {
    padding: 20px 0;
    margin: 0;
}

.bottom__bar__text {
    margin: 0;
}

.bottom__bar__link {
    color: rgb(141, 144, 149);
    transition: all 400ms ease;
}

.bottom__bar__link:hover {
    color: rgb(141, 144, 149);
    transition: all 400ms ease;
}

.scroll-top {
    position: fixed;
    width: 34px;
    height: 34px;
    bottom: 15px;
    right: 15px;
    border-radius: 17px;
    background-color: rgb(149, 31, 79);
    opacity: 0;
    z-index: 99;
    transition: all 400ms ease;
}

.scroll-top.on:hover {
    opacity: 1;
    transition: all 400ms ease;
}

.scroll-top.on {
    right: 15px;
    opacity: 0.6;
}

.scroll-top:before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2212px%22%20height=%228px%22%20viewBox=%220%200%2012%208%22%20enable-background=%22new%200%200%2012%208%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%225.999,3.376%201.6,8%200,6.303%205.999,0%2012,6.303%2010.4,8%20%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
}

/*--------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------     responsive start     ------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) {
    .container {
        max-width: 931px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 1094px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 320px) {
    .solutions__slider__wrapper {
        margin: 0 auto 10px;
        width: 280px;
    }
}

@media only screen and (min-width: 620px) {
    .solutions__slider__wrapper {
        margin: 0 auto 10px;
        width: 580px;
    }
}

@media only screen and (min-width: 920px) {
    .solutions__slider__wrapper {
        margin: 0 auto 10px;
        width: 880px;
    }
}

@media only screen and (min-width: 1220px) {
    .solutions__slider__wrapper {
        margin: 0 auto 10px;
        width: 1880px;
    }
}

@media only screen and (min-width: 1520px) {
    .solutions__slider__wrapper {
        margin: 0 auto 10px;
        width: 1480px;
    }
}

@media only screen and (min-width: 1820px) {
    .solutions__slider__wrapper {
        margin: 0 auto 10px;
        width: 1780px;
    }
}

@media only screen and (min-width: 2120px) {
    .solutions__slider__wrapper {
        margin: 0 auto 10px;
        width: 2180px;
    }
}

@media only screen and (max-width: 1024px) {
    .wrapper {
        padding: 0 30px;
    }

    #nav-link {
        font-size: 0.938rem;
        padding: 2px 3px;
    }

    #navbardrop {
        font-size: 0.938rem;
        padding: 2px 3px;
    }

    .main__slider {
        max-height: 649px;
    }

    .carousel-inner {
        height: 469px;
    }

    .main__carousel-control-next, .main__carousel-control-prev {
        top: 210px;
    }

    .carousel-caption {
        left: 80px;
        max-width: 512px;
    }

    .carousel-caption__head {
        font-size: 1.875rem;
        line-height: 0.8;
        margin-bottom: 5px;
        padding-top: 50px;
    }

    .carousel-caption__text {
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.357;
        margin-bottom: 20px;
    }

    .carousel-caption__btn {
        line-height: 1.066;
        padding: 3px 10px 8px;
        font-weight: 400;
    }

    .carousel-caption__btn span {
        font-size: 0.938rem;
        line-height: 1.066;
    }

    .industries__content {
        min-height: 300px;
    }

    .industries__listing__item {
        font-size: 0.938rem;
        margin-left: 14px;
    }

    .top__item img {
        width: 100%;
    }

    .ser__middle__container {
        width: 100%;
        background-size: 200px 193px;
    }

    .ser__middle__item-holder {
        width: 255px;
    }

    .ser__middle__item-holder:nth-child(3) {
        left: 0;
    }

    .ser__middle__item-holder:nth-child(4) {
        right: 75px;
    }

    .ser__middle__icon img {
        width: 60px;
        height: auto;
    }

    .bottom__content {
        margin-right: -5px;
    }

    .bottom__item {
        height: 456px;
    }

    .ser__bottom__head--left:after {
        width: 288px;
    }

    .bottom__head--right:after {
        width: 196px;
    }

    .ind__bottom__head--left:after {
        width: 289px;
    }

    .ind__bottom__head--right:after {
        width: 268px;
    }

    .separator__left {
        width: 25%;
    }

    .separator__right {
        width: 75%;
        padding-left: 14px;
    }

    .infrastructure__left {
        width: 27%;
    }

    .infrastructure__right {
        width: 73%;
        padding-left: 13px;
    }

    .network__left {
        width: 20%;
    }

    .network__right {
        width: 80%;
        padding-left: 17px;
    }

    .physical__left {
        width: 20%;
    }

    .physical__right {
        width: 80%;
        padding-left: 21px;
    }

    .data-cloud__left {
        width: 33%;
    }

    .data-cloud__right {
        width: 67%;
        padding-left: 13px;
    }

    .about__top__item {
        padding-right: 7px;
    }

    .about__item__title:after {
        width: 346px;
    }

    .about__item__title--who:after {
        width: 837px;
    }

    .about__item__title--reg:after {
        width: 277px;
    }

    .quotation {
        font-size: 1.375rem;
        line-height: 1.409;
    }

    .quotation-holder:before {
        right: -5px;
    }

    .about__item__title--innovation:after {
        width: 497px;
    }

    .about__item__title--tailor-made:after {
        width: 400px;
    }

    .about__item__title--reliability:after {
        width: 504px;
    }

    .about__item__title--flexibility:after {
        width: 855px;
    }

    .about__item__title--expertise:after {
        width: 860px;
    }

    .about__item__title--awards:after {
        width: 89px;
    }

    .about__item__title--recognitions:after {
        width: 324px;
    }

    .media__item {
        width: 33%;
    }

    .contacts__item-holder {
        flex-wrap: wrap;
    }

    .contacts__item {
        width: 50%;
    }

    .contacts__item:nth-child(1) {
        min-height: 275px;
    }

    .contacts__item:nth-child(2) {
        min-height: 275px;
    }

    .about__item__title--contact:after {
        width: 822px;
    }

    .careers__top__item {
        padding-right: 5px;
    }

    .careers__top__image-holder img {
        width: 100%;
    }

    .about__item__title--technology:after {
        width: 180px;
    }

    .about__item__title--bank:after {
        width: 155px;
    }

    .about__item__title--join:after {
        width: 816px;
    }

    .about__item__title--vacancies:after {
        width: 854px;
    }
}

@media only screen and (max-width: 944px) {
    .sol-page__item {
        /*width: 40%;*/
        width: 40%;
    }
}

@media only screen and (max-width: 768px) {
    .wrapper {
        padding: 0 20px;
    }

    .title {
        line-height: 1;
    }

    .head__wrapper {
        flex-wrap: wrap;
        text-align: center;
    }

    .section__title {
        width: 100%;
    }

    .section__head__links {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .sol-page__content {
        flex-wrap: wrap;
    }

    .navbar-toggler.nav__button {
        outline: 0;
        border: none;
    }

    .main__slider {
        max-height: 507px;
    }

    .carousel-inner {
        height: 507px;
    }

    .main__carousel-control-next, .main__carousel-control-prev {
        top: 150px;
    }

    .carousel-caption {
        max-width: 550px;
        left: 70px;
    }

    .carousel-caption__head {
        font-size: 1.5rem;
    }

    .carousel-caption__text {
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.357;
        margin-bottom: 20px;
    }

    .carousel-caption__btn {
        line-height: 1.066;
        padding: 3px 10px 8px;
        font-weight: 400;
    }

    .carousel-caption__btn span {
        font-size: 0.938rem;
        line-height: 1.066;
    }

    .slider__bottom {
        margin: 0;
    }

    .slider__bottom__container {
        margin: 0 -10px;
    }

    .slider__bottom__item {
        padding: 0 10px;
    }

    .industries__listing__item {
        margin-left: 10px;
    }

    .partners__content__item {
        width: 50%;
        padding-right: 10px;
    }

    .partners__content__item--left {
        margin: 0;
    }

    .partners__btn {
        margin-bottom: 25px;
    }

    .partners__content__item--right {
        justify-content: space-around;
    }

    .solutions__btn-holder {
        text-align: center;
    }

    .solutions__btn {
        width: 100%
    }

    .footer__container {
        flex-wrap: wrap;
    }

    .footer__section {
        width: 50%;
    }

    .ser__bottom__head--left:after {
        width: 165px;
    }

    .bottom__head--right:after {
        width: 75px;
    }

    .ind__bottom__head--left:after {
        width: 173px;
    }

    .ind__bottom__head--right:after {
        width: 152px;
    }

    .separator__left {
        width: 33%;
    }

    .separator__right {
        width: 67%;
        padding-left: 17px;
    }

    .infrastructure__left {
        width: 35%;
    }

    .infrastructure__right {
        width: 65%;
        padding-left: 19px;
    }

    .network__left {
        width: 26%;
    }

    .network__right {
        width: 74%;
        padding-left: 22px;
    }

    .physical__left {
        width: 27%;
    }

    .physical__right {
        width: 73%;
        padding-left: 18px;
    }

    .data-cloud__left {
        width: 43%;
    }

    .data-cloud__right {
        width: 57%;
        padding-left: 20px;
    }

    .about__top__item {
        padding: 0;
    }

    .about__middle__container {
        flex-wrap: wrap;
    }

    .about__middle__item-holder {
        width: 50%;
        padding: 0 20px;
    }

    .quotation-holder {
        padding: 0 10px 0 20px;
    }

    .about__item__title:after {
        width: 231px;
    }

    .about__item__title--who:after {
        width: 602px;
    }

    .about__item__title--reg:after {
        width: 157px;
    }

    .about__item__title--innovation:after {
        width: 336px;
    }

    .about__item__title--tailor-made:after {
        width: 239px;
    }

    .about__item__title--reliability:after {
        width: 344px;
    }

    .about__item__title--flexibility:after {
        width: 619px;
    }

    .about__item__title--expertise:after {
        width: 624px;
    }

    .about__item__title--awards:after {
        display: none;
    }

    .about__item__title--recognitions:after {
        width: 171px;
    }

    .media__item {
        width: 50%;
    }

    .subscribe-page__form {
        width: 100%;
    }

    .subscribe__form-group {
        display: block;
    }

    .subscribe-page__label {
        width: 100%;
    }

    .subscribe__input-container {
        width: 100%;
    }

    .subscribe-btn {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 78px;
    }

    .contacts-page__form {
        flex-wrap: wrap;
    }

    .contacts__form__item {
        width: 100%;
    }

    .about__item__title--contact:after {
        width: 586px;
    }

    .careers__top__content {
        flex-wrap: wrap;
    }

    .careers__top__item {
        padding-right: 0;
        width: 100%;
    }

    .careers__top__image-holder {
        padding: 18px 147px 6px 0;
    }

    .about__item__title--technology:after {
        width: 412px;
    }

    .about__item__title--bank:after {
        width: 387px;
    }

    .about__item__title--join:after {
        width: 580px;
    }

    .about__item__title--vacancies:after {
        width: 619px;
    }
}

@media only screen and (max-width: 576px) {
    .top__bar {
        display: none;
    }

    .main__slider {
        max-height: 324px;
    }

    .carousel-inner {
        height: 324px;
    }

    .main__carousel-control-next, .main__carousel-control-prev {
        top: 135px;
    }

    .slider__bottom {
        position: static;
        padding-top: 20px;
    }

    .slider__bottom__container {
        display: flex;
        flex-wrap: wrap;
    }

    .slider__bottom__item {
        width: 100%;
    }

    .main__industries {
        padding-bottom: 40px;
    }

    .industries__content-holder {
        flex-wrap: wrap;
    }

    .industries__content {
        width: 100%;
    }

    .industries__listing {
        display: flex;
        flex-wrap: wrap;
    }

    .industries__listing__item {
        width: 50%;
        text-align: center;
        margin: 0 0 15px;
    }

    .industries__btn {
        width: 100%;
        text-align: center;
    }

    .partners__head {
        margin-bottom: 65px;
    }

    .partners__content-holder {
        flex-wrap: wrap;
    }

    .partners__content__item {
        width: 100%;
        padding: 0;
    }

    .partners__text {
        margin-bottom: 20px;
    }

    .partners__btn {
        width: 100%;
        text-align: center;
    }

    .partners__content__item--right {
        align-items: baseline;
    }

    .partners__logo__holder {
        width: 50%;
        height: auto;
        text-align: center;
        margin-bottom: 25px;
    }

    .bottom__bar {
        font-size: 0.75rem;
        padding-bottom: 10px;
    }

    .bottom__bar__container {
        display: block;
        text-align: center;
    }

    .bottom__bar__item {
        padding: 0;
        text-align: center;
    }

    .page__top {
        padding: 45px 0 15px;
    }

    .title {
        margin-bottom: 20px;
    }

    .top__content {
        flex-wrap: wrap;
    }

    .top__item {
        width: 100%;
    }

    .top__item--first {
        margin-bottom: 25px;
    }

    .ser-page__middle {
        height: auto;
        padding: 50px 0 20px;
    }

    .ser__middle__container {
        background: none;
        display: flex;
        flex-wrap: wrap;
        height: auto;
    }

    .ser__middle__item-holder {
        width: 100%;
        padding: 0;
        position: static;
    }

    .ser__middle__item {
        width: 255px;
        padding: 0 20px;
        margin: 0 auto;
    }

    .bottom__content {
        flex-wrap: wrap;
    }

    .bottom__item {
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .bottom__item--left {
        margin-bottom: 15px;
    }

    .ser__bottom__head--left:after {
        width: 346px;
    }

    .bottom__head--right:after {
        width: 255px;
    }

    .ind__middle__item-holder {
        width: 50%;
    }

    .ind__bottom__head--left:after {
        width: 352px;
    }

    .ind__bottom__head--right:after {
        width: 331px;
    }

    .top__item--left {
        padding: 0;
        margin-bottom: 17px;
    }

    .top__item__title {
        font-size: 1.063rem;
        margin-bottom: 37px;

    }

    .title__italic {
        margin-bottom: 18px;
    }

    .top__item__image-holder {
        margin-bottom: 46px;
    }

    .quotation-holder {
        padding: 10px 20px;
        margin-bottom: 33px
    }

    .quotation {
        font-size: 1.25rem;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .separator__left {
        width: 45%;
    }

    .separator__right {
        width: 55%;
        padding-left: 16px;
    }

    .infrastructure__left {
        width: 48%;
    }

    .infrastructure__right {
        width: 52%;
        padding-left: 17px;
    }

    .network__left {
        width: 36%;
    }

    .network__right {
        width: 64%;
        padding-left: 18px;
    }

    .physical__left {
        width: 36%;
    }

    .physical__right {
        width: 64%;
        padding-left: 22px;
    }

    .data-cloud__left {
        width: 59%;
    }

    .data-cloud__right {
        width: 41%;
        padding-left: 17px;
    }

    .partners__logos {
        margin: 0 -10px;
    }

    .logo__holder {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .image-small {
        height: 117px;
    }

    .about__item__title:after {
        width: 410px;
    }

    .about__item__title--who:after {
        width: 410px;
    }

    .about__item__title--reg:after {
        width: 352px;
    }

    .about__bottom__second {
        flex-wrap: wrap;
    }

    .about__bottom__item {
        width: 100%;
    }

    .about__bottom__item--left {
        padding: 0;
    }

    .about__bottom__item--right {
        padding: 0;
        margin-bottom: 15px;
    }

    .core-values__top__item--left {
        width: 100%;
        padding: 0;
    }

    .core-values__top__item--right {
        width: 100%;
    }

    .core-values__top__image-holder {
        width: 69%;
    }

    .quotation-holder {
        padding: 10px 25px;
        margin: 30px 0 50px;
    }

    .about__item__title--innovation:after {
        width: 418px;
    }

    .about__item__title--tailor-made:after {
        width: 321px;
    }

    .about__item__title--reliability:after {
        width: 425px;
    }

    .about__item__title--flexibility:after {
        width: 427px;
    }

    .about__item__title--expertise:after {
        width: 432px;
    }

    .awards-page__content {
        padding: 55px 0 35px;
    }

    .awards__container {
        flex-wrap: wrap;
    }

    .awards {
        width: 100%;
    }

    .awards__content {
        flex-wrap: wrap;
    }

    .awards__item {
        width: 100%;
        padding: 0;
    }

    .awards__quotation-holder {
        width: 100%;
        padding: 0;
    }

    .recognitions {
        width: 100%;
    }

    .filler {
        display: none;
    }

    .recognitions__content {
        flex-wrap: wrap;
    }

    .about__item__title--recognitions:after {
        width: 233px;
    }

    .clients-page__content {
        padding: 80px 0 50px;
    }

    .clients-page__item {
        width: 50%;
    }

    .clients-page__item--last {
        margin-bottom: 30px;
    }

    .contacts__item-holder {
        padding: 50px 0 30px;
    }

    .contacts__item {
        width: 100%;
        min-height: 220px;
    }

    .contacts__item:nth-child(1) {
        min-height: 220px;
    }

    .contacts__item:nth-child(2) {
        min-height: 220px;
    }

    .contacts__item__info {
        min-height: auto;
    }

    .contacts__form__item {
        padding-right: 10px;
    }

    .contacts__form-group {
        display: block;
    }

    .contacts-page__label {
        width: 100%;
    }

    .contacts__input-container {
        width: 100%;
    }

    .about__item__title--contact:after {
        width: 394px;
    }

    .careers__top__image-holder {
        padding: 18px 0 6px;
    }

    .about__item__title--technology:after {
        width: 239px;
    }

    .about__item__title--bank:after {
        width: 214px;
    }

    .about__item__title--join:after {
        width: 388px;
    }

    .about__item__title--vacancies:after {
        width: 427px;
    }
}

@media only screen and (max-width: 544px) {
    .sol-page__item {
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 504px) {
    .media__item {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .main__slider {
        max-height: 260px;
    }

    .carousel-inner {
        height: 260px;
    }

    .main__carousel-control-next, .main__carousel-control-prev {
        top: 125px;
    }

    .main__carousel-control-next-icon, .main__carousel-control-prev-icon {
        width: 18px;
        height: 33px;
    }

    .carousel-caption {
        left: 10px;
        max-width: 300px;
    }

    .carousel-caption__head {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 5px;
        padding-top: 30px;
    }

    .carousel-caption__text {
        margin-bottom: 5px;
    }

    .carousel-caption__btn {
        padding: 5px;
    }

    .carousel-caption__btn span {
        font-size: 0.875rem;
        line-height: 1;
    }

    .head {
        margin-bottom: 35px;
    }

    .industries__content {
        min-height: auto;
    }

    .industries__content--left {
        margin-bottom: 20px;
    }

    .partners__logo__holder {
        width: 100%;
    }

    .footer__section {
        width: 100%;
    }

    .ser__bottom__head--left:after {
        width: 91px;
    }

    .bottom__head--right:after {
        display: none;
    }

    .ind__middle__item-holder {
        width: 100%;
    }

    .ind__bottom__head--left:after {
        width: 95px;
    }

    .ind__bottom__head--right:after {
        width: 75px;
    }

    .separator__left {
        width: 85%;
    }

    .separator__right {
        width: 15%;
        padding-left: 19px;
    }

    .infrastructure__left {
        width: 91%;
    }

    .infrastructure__right {
        width: 9%;
        padding-left: 16px;
    }

    .network__left {
        width: 68%;
    }

    .network__right {
        width: 32%;
        padding-left: 21px;
    }

    .physical__left {
        width: 69%;
    }

    .physical__right {
        width: 31%;
        padding-left: 21px;
    }

    .data-cloud__left {
        width: 100%;
    }

    .data-cloud__right {
        display: none;
    }

    .logo__holder {
        width: 50%;
    }

    .about__middle__item-holder {
        width: 100%;
    }

    .about__item__title:after {
        width: 162px;
    }

    .about__item__title--who:after {
        width: 162px;
    }

    .about__item__title--reg:after {
        width: 97px;
    }

    .core-values__top__image-holder {
        width: 100%;
    }

    .about__item__title--innovation:after {
        width: 161px;
    }

    .about__item__title--tailor-made:after {
        width: 64px;
    }

    .about__item__title--reliability:after {
        width: 168px;
    }

    .about__item__title--flexibility:after {
        width: 171px;
    }

    .about__item__title--expertise:after {
        width: 176px;
    }

    .about__item__title--recognitions:after {
        display: none;
    }

    .clients-page__item {
        width: 100%;
    }

    .about__item__title--contact:after {
        width: 139px;
    }

    .about__item__title--technology:after {
        display: none;
    }

    .about__item__title--bank:after {
        display: none;
    }

    .about__item__title--join:after {
        width: 131px;
    }

    .about__item__title--vacancies:after {
        width: 170px;
    }
}

.home__partners__slider {
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
}

.owl-stage {
    display: block !important;
}

.owl-item {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
}
.partners__logos{
    display:block;
}
.partners__logos .logo__holder{
    display: inline-block;
    float: none !important;
    vertical-align: middle;
}

.item {
    text-align: center;
}

.home__partners__slider_container {
    width: 49%;
}

@media only screen and (max-width: 768px) {
    .home__partners__slider_container {
        width: 100%;
    }
    .main__container .head,
    .partners__head {
        margin-bottom: 0!important;
    }
}
/* Added */
.title-in-links {
    color: black !important;
    text-decoration: none;
}

.no-stretch {
    object-fit: cover;
    /*width: 50px;*/
    /*height: 100px;*/
}

@media only screen and (min-width: 1080px) {
    .media-detailes__content {
        display: flex;
    }


}
@media only screen and (max-width: 1080px) {

    .sol-page__item {
        /*width: 40%;*/
        width: 40%;
    }
    .sol-page__item img {
        width: 100%;
    }

}
@media only screen and (min-width: 1440px) {

    .sol-page__item {
        /*width: 40%;*/
        width: 22%;
    }
    .sol-page__item img {
        width: 90%;
    }

}

@media only screen and (max-width: 1440px) {

    .bottom__head::after {
        display: none;
    }
    .about__item__title::after {
        display: none;
    }

}
@media only screen and (max-width: 544px) {

    .sol-page__item {
        /*width: 40%;*/
        width: 100%;
    }

}
@media only screen and (max-width: 768px) {
    .media-detailes__text-holder {
        padding-left: 5px;
        padding-top: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .media-detailes__text-holder {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 500px) {

    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 18px;
        height: 27px;
    }
    .carousel-caption {
        left: 40px;
        max-width: 80vw;
    }
}
.fancy-bullets ul {
    list-style: none; /* Remove default bullets */
}

.fancy-bullets ul li::before {
    font-size: 1.2em;
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: rgb(149, 31, 79); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.carousel_inner{
    height: 785px;
}
@media only screen and (max-width: 768px){
.carousel_inner {
    height: 300px;
}
.carousel-inner img {
    height: 100% !important;
}
.arrows{
    top: -5% !important; 
}
}
.arrows{
    width: 10% !important;
    top: -25%;
}
.careers__link{
    color: rgb(149, 31, 79);
    text-decoration: underline;
    font-size: 17px;
    transition: all 400ms ease;
}
.centered-text{
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
}