.graph_static_svg.hidden {
    display: none;
}

.contact-loc-str {
    margin-top: 40px;
    max-width: 400px;
    text-align: center;
}

.contact-loc-str a {
    color: #5a5a5a;
}

.graph_animated_svg.hidden {
    display: none;
}


.wr-business-block > p .bullet {
    margin-left: 12px;
}

.wr-business-block > p .bullet img {
    width: 32px;
    height: auto;
}

.right-block .wr-business-block > p .bullet {
    margin-left: 0px;
    margin-right: 12px;
}

.message-wr {
    padding-top: 15px;
}

.login-link {
    color: #000;
}

.row-2-services {
    margin-top: 75px;
}

.wr-business-block > p {
    padding-right: 15px;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    padding-top: 60px;
    max-width: 300px;

    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.right-block .wr-business-block > p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

a#toTop {
    opacity: 0;
    position: fixed;
    right: 30px;
    bottom: 0px;
    height: 35px;
    background: rgba(0, 0, 0, .35);
    width: 45px;
    text-align: center;
    line-height: 35px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

a#toTop.active {
    opacity: 1;
}

a#toTop:hover {
    background: rgba(0, 0, 0, .6);
    height: 40px;
    line-height: 40px;

    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

#toTop > svg {
    width: 12px;
    height: auto;
}

/* sidaenav */
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.management-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.animation-block {
    max-width: 500px;
    width: 100%;
}

.graph_animated_svg, .graph_static_svg {
    max-width: 100%;
    width: 100%;
}

.alert-success {
    margin-top: 20px;
}

.sidebar-head {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
}

.sidebar-head > img {
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.sidebar-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: calc(100vh - 100px);
    min-width: 500px;
    padding: 30px 20px 0px;
}

.logo-header > a > img {
    width: 100%;
    min-width: 190px;
}

.input-wr > p {
    width: 100%;
}

.input-wr > p > span {
    width: 100%;
}

.input-wr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 500px;
    width: 100%;
    margin-top: 20px;
}

.input-wr > .ii-wr {
    width: 45px;
    height: 42px;
    border: 1px solid #C2D1D9;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #fff;
    position: relative;
}

form > .input-wr > .ii-wr:after {
    position: absolute;
    content: "";
    width: 26px;
    height: 40px;
    top: 0px;
    left: 7px;
    -webkit-background-size: contain;
    background-size: contain;
}

form > .input-wr:nth-child(1) > .ii-wr:after {
    background: url(../images/Name.svg) no-repeat center;
    background-size: contain;
}

form > .input-wr:nth-child(2) > .ii-wr:after {
    background: url(../images/Email.svg) no-repeat center;
    background-size: contain;
}

form > .input-wr:nth-child(3) > .ii-wr:after {
    background: url(../images/company-64.png) no-repeat center;
    background-size: contain;
}

form > .input-wr:nth-child(4) > .ii-wr:after {
    background: url(../images/phone-call.svg) no-repeat center;
    background-size: contain;
}

.wrap {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.wrap {
    margin-top: 20px;
}

.pull-tab-to-hide {
    height: 18px;
    background: #ffffff;
    width: 20px;
    position: absolute;
    bottom: 1px;
    right: 1px;
    pointer-events: none;
    z-index: 9;
    border-radius: 4px;
    cursor: ns-resize;
}

.pull-tab {
    height: 0px;
    width: 0px;
    border-top: 8px solid #C2D1D9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    bottom: 3px;
    right: -1px;
    pointer-events: none;
    z-index: 99;
    border-radius: 10px;
    cursor: ns-resize;
}

button.send-btn, input.send-btn {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #2d66cc;
    -webkit-box-shadow: 0 13px 16px -9px #2d66cc;
    box-shadow: 0 13px 16px -9px #2d66cc;
    border-radius: 4px;
    margin: 20px auto 0px;
    text-align: center;
    border: none;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    cursor: pointer;
    font-weight: 600;
    max-width: 400px;
}

.input-wr:nth-child(2) .error {
    border-color: red;
}

.input-wr input {
    width: 100%;
    height: 42px;
    border: 1px solid #c2d1d9;
    border-left: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    outline: none;
    font: 14px 'Ubuntu', sans-serif;
    color: rgb(63, 117, 124);
    letter-spacing: 0.3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
}

.contact-txt-area {
    width: 100%;
    height: 130px;
    border: 1px solid #c2d1d9;
    border-radius: 4px;
    outline: none;
    font: 14px 'Ubuntu', sans-serif;
    color: rgb(63, 117, 124);
    letter-spacing: 0.3px;
    padding: 10px 10px;
    display: block;
    margin: 0 auto;
}

.form-wr {
    max-width: 360px;
    width: 100%;
}

.sidebar-body > h3 {
    font-size: 33px;
    color: #1e1e1e;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: -30px;
}

.s-descr {
    font-size: 16px;
    color: #5a5a5a;
    margin-bottom: 70px;
    text-align: center;
}

.sidenav {
    width: 0px;
}

.sidenav.show {
    width: 50%;
    -webkit-box-shadow: 3px 0px 8px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 0px 8px 4px rgba(0, 0, 0, 0.3);
}

.sidenav::-webkit-scrollbar {
    width: 7px;
}

.sidenav::-webkit-scrollbar-thumb {
    background-color: #C6C6C6;
    border-radius: 5px;
}

/* sidaenav */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

p, h3, h1 {
    color: #000;
    margin: 0;
    padding: 0;
}

a.button-header {
    max-width: 125px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-color: #2d66cc;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    -webkit-box-shadow: 0 13px 16px -9px #2d66cc;
    box-shadow: 0 13px 16px -9px #2d66cc;
}

.button-header:hover {
    text-decoration: none;
    color: #fff;
}

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

.container {
    max-width: 1180px;
}

.container-broader {
    max-width: 1300px;
    width: 100%;
}

.info-block {
    display: flex;
    align-items: center;
}

.info-block > a:first-child {
    margin-left: 0;
}

.info-block > a {
    margin-left: 25px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.info-block > a > p {
    margin-left: 8px;
}

.nav-top-info {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.border-wr-menu {
    border-top: 1px solid #b4bed7;
    border-bottom: 1px solid #b4bed7;
}

.navbar {
    padding: 15px 0;

}

.navbar-expand-lg {
    justify-content: space-between;
    display: flex;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}


.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
    text-transform: uppercase;
    color: #878b8e;
    padding: 0 15px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #2a2a2a;
    text-shadow: 0 0 .75px #2a2a2a, 0 0 .75px #2a2a2a;
}

.nav-item:last-child {
    /* border-right: 1px solid #878b8e; */
    padding-right: 20px;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    justify-content: center;
}

.navbar-expand-lg .navbar-nav .dropdown-item {
    font-size: 13px;
    text-transform: uppercase;
    color: #878b8e;
    padding: 6px 16px;
}

#navbarNav li.nav-item {
    padding: 10px 0px;
}

.dropdown-menu {
    padding: 0px;
    margin: 0px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #424243;
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    #navbarNav .about-us-desktop .dropdown-menu {
        margin-top: 0;
    }
}

.ul-slider {
    display: flex;
    align-items: center;
    margin-top: 15px;
    max-width: 500px;
    width: 100%;
}

.ul-slider > p {
    font-size: 15px;
    font-weight: 600;
    margin-left: 15px;
}

.header-slider-wr {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.header-slider-wr .slick-slide {
    display: flex;
}

.header-slider {
    outline: none;
    height: calc(100vh - 187px);
    display: flex;
    align-items: center;
    /*margin-top: 50px;*/
    background-repeat: no-repeat;
    /*background-position: right bottom;*/
    /*background-size: 60%;*/
    background-position: center;
    background-size: cover;
}

.content-slide-main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.content-slide-main > h3 {
    font-weight: 600;
    color: #fff;
    font-size: 3rem;
}

.content-slide-main > p {
    font-weight: 400;
    color: #fff;
    font-size: 1.4rem;
    max-width: 700px;
    width: 100%;
    text-align: center;
    line-height: 32px;
}

.wr-slider-main {
    display: flex;
}

.content-text-main > h3 {
    font-size: 60px;
    font-weight: 300;
    color: #000;
    max-width: 420px;
    width: 100%;
}

h3.blue-text {
    color: #2d66cc;
    font-weight: 700;
    padding-bottom: 40px;
}

.wr-partner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    padding: 20px 10px;
    -webkit-box-shadow: 0 15px 25px 4px #bcc4cf;
    box-shadow: 0 15px 25px 4px #bcc4cf;
}

.wr-image-partner {
    margin: 0 10px;
    max-width: 125px;
}

.wr-image-partner img {
    max-height: 60px;
}

.relative-one {
    position: relative;
}

.partner-block {
    margin: 0 auto;
}

.partner-block-bg {

    position: absolute;
    width: 100%;
    top: -53px;
    left: 0;
}

.new-section {
    padding-bottom: 130px;
    padding-top: 100px;
}

.services-wr {
    padding-top: 200px;

}

p.top-tittle {
    font-size: 16px;
    font-weight: 600;
    color: #b9c3da;
    text-align: center;
}

h2.tittle-section {
    font-size: 50px;
    color: #000;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 80px;
}

h3.tittle-section {
    font-size: 50px;
    color: #000;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 80px;
}

.sec-div {
    max-width: 850px;
    width: 100%;
    margin: 0 auto 0px auto;
    height: 1px;
    background: #b4bed7;
}

.wr-service-block {
    max-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.wr-service-block > h3 {
    padding-top: 30px;
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 15px;
    text-align: center;
}

.wr-service-block > p {
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.box-img-service {
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 10px 25px 0px #bcc4cf;
    border-radius: 50%;
}

.business-wr, .our-team-wr {
    background: #f9f9fe;
}

.wr-business-block > p:first-child {
    padding-top: 0;
}

.wr-business-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

/*.wr-business-block > p {*/
/*padding-right: 15px;*/
/*font-size: 16px;*/
/*font-weight: 600;*/
/*text-align: right;*/
/*padding-top: 60px;*/
/*max-width: 230px;*/
/*}*/

.right-block .wr-business-block {
    align-items: flex-start;
}

.text-mobile-solutions {
    display: none;
}

.right-block .wr-business-block > p {
    text-align: left;
    padding-left: 15px;
}

.none-img > img {
    display: none;
}

.back-business-block {
    background-image: url("../images/image-2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 25px;
}

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

.main-content-solutions > p {
    font-size: 16px;
    padding-top: 40px;
}

.main-content-solutions > h3.tittle-section {
    padding-top: 30px;
    text-align: left;
    padding-bottom: 50px;
}

.main-content-solutions > p.top-tittle {
    padding-top: 0;
    text-align: left;
}

.main-content-solutions > p.none-padding {
    padding-top: 0;
}

.clients-wr {
    background: #fff;
}

.slide-clients > h3 {
    font-weight: 600;
    font-size: 16px;
    max-width: 290px;
    width: 100%;
}

.slide-clients > p {
    font-size: 16px;
    max-width: 290px;
    width: 100%;
    text-align: left;
    padding-top: 45px;
}

.slide-clients {
    padding: 50px 40px;
    background: #fff;
    max-width: 450px;
    border: 1px solid #949494;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block-text-management {
    max-width: 450px;
    width: 100%;
    margin-left: 80px;
}

.block-text-management p {
    font-size: 16px;
    padding-top: 30px;
}

.block-team-user {
    max-width: 200px;
    width: 100%;
    padding: 30px 20px;
    margin: 20px 5px;
}

.block-team-user > h3 {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 8px;
}

.photo-user {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto;
}

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

.block-team-user > p {

    font-size: 14px;
    text-align: center;
    color: #636363;
}

.block-team-user > p.text-user {
    padding-top: 30px;
}

.main-prev-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-prev-footer > h3 {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    max-width: 700px;
    width: 100%;
    margin-right: 20px;
}

.main-prev-footer a:hover {
    color: #000;
}

.main-prev-footer a {
    color: #000;
    background: #fff;
    max-width: 170px;
}

.border-user {
    border-right: 1px solid #636363;
    border-left: 1px solid #636363;
}

.prev-footer {
    padding: 40px 0;
    background-image: -moz-linear-gradient(180deg, rgb(45, 103, 204) 0%, rgb(74, 208, 236) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(45, 103, 204) 0%, rgb(74, 208, 236) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(45, 103, 204) 0%, rgb(74, 208, 236) 100%);
}

.slider-clients-wr {

}

.slider-clients-wr > .slick-list {
    width: 100vw;
    padding-left: 40px;
}

.slide-clients:first-child {
    margin-left: 0;
}

.slide-clients {
    margin: 20px 30px;
    outline: none;
    -webkit-box-shadow: 0px 5px 12px 0px #bcc4cf;
    box-shadow: 0px 5px 12px 0px #bcc4cf;
}

.next {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 45px);
    left: 0;
    z-index: 99;
}

.slider-clients-wr > .slick-dots {
    padding: 0;
    margin: 70px 0 0 0;
    display: flex;
    justify-content: center;

}

.slider-clients-wr .slick-dots > li {
    display: inline-block;
    margin: 0 8px;
    cursor: pointer;
}

.circle-dot {
    width: 10px;
    height: 10px;
    border: 2px solid #c2d1d9;
    border-radius: 50%;
    box-sizing: border-box;
}

li.slick-active > .circle-dot {
    border: none;
    background: #2d66cc;
}

.header-slider-wr .slick-dots > li {
    list-style-type: none;
    margin: 8px 0;
}

.header-slider-wr .slick-dots {
    padding: 0;
    margin: 0;
    position: absolute;
    top: calc(50% - 15px);
    right: 20px;
}

.right-block .wr-business-block > p:first-child {
    padding-top: 0;
}

/*footer*/
footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

.content-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.soc-block {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    width: 140px;
}

.text-bot {
    padding-top: 25px;
    color: #505d68;
    font-size: 14px;
    font-family: Ubuntu;
    text-align: center;
}

.prev svg {
    transform: rotate(180deg);
}

.prev {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 45px);
    left: auto;
    right: 112px;
    z-index: 99;
}

.prev-partner, .next-partner, .prev-team, .next-team {
    display: none;
}

.menu-info {
    display: none;
}

.new-section.management-wr {
    padding-bottom: 90px;
}

.body-container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    background: #fff;
}

.video-preview {
    margin: 30px auto 20px;
    max-width: 900px;
    width: 100%;
    position: relative;
}

.video-preview > img {
    cursor: pointer;
    width: 100%;
    height: auto;
}

.video-preview .play-btn {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
}

/*tickets stats chart section styles*/

.user-dash h5 {
    font-size: 34px;
    color: #000;
    font-weight: 700;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
}

.radio-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0 0;
}

.radio-list--flex-end {
     justify-content: flex-end;
 }

.radio-list--disabled {
     pointer-events: none;
     filter: grayscale(1);
 }

.radio-list__item {
    outline: none !important;
    cursor: pointer;
    margin: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0);

    padding: 10px 20px;
    border-bottom: 2px solid rgba(0, 0, 0, .0);
    font-weight: 600;
}

.radio-list__item:hover {
     background-color: rgba(45, 102, 204, 0.1);
 }

.radio-list__item:first-child {
     margin: 0;
 }

.radio-list__item--active {
     border-bottom: 2px solid #2d66cc;
     background-color: rgba(45, 102, 204, 0.1);
 }

@media (max-width: 365px) {
    .radio-list__item {
        padding: 10px;
        font-weight: 500;
        font-size: 12px;
    }
}
/*tickets stats chart section styles*/

/* Video Modal */
.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, .8);
}
.popup {
    position: absolute;
    max-width: 900px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    background: transparent;
}

.iframe-wr {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.popup iframe{
    min-height: 500px;

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.close-popup {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.close-popup:before {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 30px;
    top: 11px;
    left: -4px;
    transform: rotate(-45deg);
}

.close-popup:after {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 30px;
    top: 11px;
    transform: rotate(45deg);
    left: -4px;
}
/* Video Modal */

@media (min-width: 320px) {
    form > .input-wr > .ii-wr:after {
        width: 22px;
        left: 5px;
    }

    .sidebar-body > h3 {
        font-size: 22px;
    }

    .s-descr {
        margin-bottom: 40px;
    }

    .sidebar-head {
        padding: 0px 15px 0px 25px;
    }

    .sidebar-body {
        min-width: 320px;
    }

    .sidenav.show {
        width: 100%;
    }

    .h-abs-ico {
        position: static;
        width: 100%;
    }
}

@media (min-width: 355px) {
    form > .input-wr > .ii-wr:after {
        position: absolute;
        content: "";
        width: 26px;
        height: 40px;
        top: 0px;
        left: 7px;
        -webkit-background-size: contain;
        background-size: contain;
    }
}

@media (min-width: 576px) {
    .sidebar-body {
        min-width: 550px;
    }
}

@media (min-width: 768px) {

    .s-descr {
        font-size: 16px;
        color: #5a5a5a;
        margin-bottom: 40px;
        text-align: center;
    }

    .sidebar-body {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        min-height: calc(100vh - 100px);
        padding: 30px 20px 0px;
    }

    .sidebar-head {
        height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 40px;
    }

    .sidenav.show {
        width: 80%;
    }

}

@media (min-width: 992px) {

    .sidebar-body {
        min-width: 500px;
    }

    .sidenav.show {
        width: 50%;
    }

    .h-abs-ico {
        position: absolute;
        width: 750px;
        top: 0px;
        left: 30px;
    }
}

@media (min-width: 1200px) {
    .sidebar-body {
        min-width: 550px;
    }

    .h-abs-ico {
        position: absolute;
        width: 760px;
        top: 0px;
        left: 30px;
    }

}

@media (min-width: 1900px) {
    .h-abs-ico {
        position: absolute;
        width: 770px;
        top: 0px;
        left: 0px;
    }

    .sidenav.show {
        width: 40%;
    }

    body {
        background-color: #f0f0f0;
    }
}

@media (min-width: 2300px) {
    .header-slider {
        height: 70vh;
    }
}

@media (min-width: 2500px) {
    .header-slider {
        height: 60vh;
    }
}

@media (max-width: 1300px) {
    .header-slider {
        /*background-size: 72%;*/
        background-size: cover;
    }
}

@media (max-width: 1200px) {
    .close-popup {
        top: -40px;
        right: 10px;
        width: 25px;
    }

    .prev {
        right: 0px;
    }

    .slide-clients {
        max-width: 430px;
    }

    .wr-image-partner {
        margin: 0 35px;
    }

    .animation-block {
        max-width: 460px;
    }

    .block-text-management {
        margin-left: 70px;
    }

    .header-slider {
        /*background-size: 56%;*/
        background-size: cover;
    }

    .content-text-main {
        padding-bottom: 100px;
    }

    .navbar-expand-lg .navbar-nav {
        padding-right: 20px;
    }

    .nav-item:last-child {
        padding-right: 10px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 8px;
    }

    .navbar-expand-lg .navbar-nav {
        justify-content: space-between;
    }

    .header-slider {
        /*height: auto;*/
    }

    .services-wr {
        padding-top: 130px;
    }

    .block-team-user {
        max-width: 250px;
        padding: 30px 20px;
    }

    .partner-block-bg {
        position: absolute;
        width: 97%;
        top: -53px;
        left: 15px;
    }
}

@media (max-width: 991px) {
    a#toTop {
        right: 0px;
        bottom: 70px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .slide-clients {
        max-width: 500px;
    }

    .slide-clients > p {
        max-width: 100%;
    }

    .prev {
        right: 160px;
    }

    .wr-image-partner {
        margin: 0 10px;
        max-width: 90px;
    }

    .wr-image-partner img {
        max-height: 45px;
    }

    .block-text-management {
        margin-left: 30px;
        max-width: 640px;
        padding-top: 30px;
    }

    .right-block .wr-business-block > p {
        padding-top: 20px;
    }

    .wr-business-block > p {
        padding-top: 20px;
        padding-right: 0;
    }

    .right-block .wr-business-block > p {
        padding-left: 0;
        padding-right: 0;
    }

    .new-section {
        padding-top: 50px;
        padding-bottom: 75px;
    }

    .services-wr {
        padding-top: 130px;
    }

    .main-content-solutions > h3.tittle-section {
        padding-bottom: 30px;
    }

    .block-team-user {
        max-width: 160px;
        padding: 30px 10px;
    }

    .navbar-toggler-icon {
        height: auto;
    }

    .navbar-toggler.active {
        background-image: url("../images/close-icon.svg");
    }

    .navbar-toggler {
        background-image: url("../images/menu-icon.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        padding: .25rem 0px .25em .75rem;
    }

    button:focus {
        outline: none;
    }

    .nav-item:last-child {
        border: none;
    }

    .border-wr-menu {
        border-top: 0;
    }

    .nav-top-info {
        display: none;
    }

    .menu-info {
        display: flex;
    }

    .navbar {
        position: static;
    }

    .navbar-collapse {
        width: 100vw;
        left: 0;
        background: #fff;
        position: absolute;
        top: 75px;
        z-index: 9999;
        -webkit-box-shadow: 0px 8px 13px -15px #2d66cc;
        box-shadow: 0px 8px 13px -15px #2d66cc;
    }

    .info-block:first-child {
        flex-direction: column;
    }

    .info-block:first-child > a {
        margin-left: 0;
    }

    .nav-top-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .info-block > a {
        margin-top: 20px;
    }

    .nav-top-info {
        padding: 10px 0 30px 15px;
        border-bottom: 1px solid #b4bed7;
    }

    .navbar-expand-lg .navbar-nav {
        padding-right: 0;
        padding-left: 15px;
    }

    .navbar-collapse > .button-header {
        margin-left: 8px;
        margin-top: 30px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 30px 0 0 0;
    }

    .navbar-expand-lg .navbar-collapse {
        padding-bottom: 30px;
    }

    .sec-div {
        max-width: 550px;
    }

    .back-business-block {
        padding: 25px 0px;
    }
}

@media (max-width: 767px) {


    .row-2-services {
        margin-top: 0px;
    }

    .wr-business-block > p .bullet {
        margin-left: 0px;
        margin-right: 12px;
    }

    .wr-business-block > p {
        justify-content: flex-start;
        flex-direction: row-reverse;
    }

    .right-block .wr-business-block > p {
        flex-direction: row;
    }

    a#toTop {
        display: none;
    }

    .prev {
        right: 25%;
    }

    .sec-div {
        max-width: 250px;
    }

    .navbar {
        padding: 7px 0;
    }

    .wr-image-partner img {
        margin: 0px auto;
        max-width: 100%;
        max-height: 100%;
        height: auto;
        align-self: center
    }

    .wr-partner .slick-slide {
        display: flex;
        justify-content: center;
    }

    .wr-image-partner {
        margin: 0 20px;
        width: 100% !important;
        height: 50px;
    }

    .block-text-management {
        margin-left: 0px;
        max-width: 100%;
    }

    .content-slide-main > h3 {
        text-align: center;
        font-size: 40px;
    }

    .content-slide-main > p {
        font-size: 26px;
        line-height: 30px;
    }

    .content-text-main {
        padding-bottom: 415px;
    }

    .header-slider {
        /*background-size: 100% 46%;*/
        background-size: cover;
    }

    .partner-block-bg {
        position: static;
        width: 100%;
    }

    .wr-partner {
        padding: 20px 40px;
        margin-top: -5px;
    }

    .prev-partner {
        display: block;
        position: absolute;
        top: calc(50% - 9px);
        left: 24px;
        z-index: 999;
    }

    .next-partner {
        display: block;
        position: absolute;
        top: calc(50% - 9px);
        right: 24px;
        z-index: 999;
    }

    .wr-partner .slick-list .slick-track {
        display: flex;
        align-items: center;
    }

    /*0*/
    .wr-service-block {
        margin: 40px auto 0 auto;
    }

    .services-wr {
        padding-top: 55px;
    }

    .services-main .tittle-section {
        padding-bottom: 20px;
    }

    .wr-business-block > p {
        max-width: 100%;
        text-align: left;
    }

    .wr-business-block {
        align-items: center;
    }

    .right-block .wr-business-block {
        align-items: center;
    }

    .wr-business-block > p {
        padding-top: 30px;
    }

    .right-block .wr-business-block > p:first-child {
        padding-top: 30px;
    }

    .right-block .wr-business-block > p {
        padding-top: 30px;
    }

    .back-business-block {
        background: none;
    }

    .none-img > img {
        display: block;
    }

    .none-img {
        order: -1;
    }

    .solutions-main {
        flex-direction: column;
    }

    .main-content-solutions .top-tittle, .main-content-solutions .tittle-section {
        display: none;
    }

    .text-mobile-solutions {
        display: block;
    }

    .main-content-solutions > p.none-padding {
        padding-top: 40px;
    }

    .slide-clients {
        width: 400px;
    }

    .border-user {
        border: none;
    }

    .main-team {
        width: 520px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .block-team-user {
        max-width: 260px;
    }

    .prev-team {
        display: block;
        position: absolute;
        top: calc(50% - 9px);
        left: 0;
    }

    .next-team {
        position: absolute;
        display: block;
        top: calc(50% - 9px);
        right: 0;
    }
}

@media (max-width: 576px) {

    .popup iframe{
        min-height: 210px;
    }

    .video-preview .play-btn {
        top: calc(50% - 25px);
        left: calc(50% - 25px);
        width: 50px;
        height: 50px;
    }

    .prev {
        right: 20%;
    }

    .graph_percentage {
        font-size: 38px;
    }

    .graph_count {
        font-size: 27px;
    }

    .graph_status {
        font-size: 28px;
    }

    .block-text-management {
        padding-top: 15px;
    }

    .new-section.management-wr {
        padding-bottom: 60px;
    }

    .content-text-main > h3 {
        font-size: 33px;
    }

    h3.blue-text {
        padding-bottom: 15px;
    }

    .ul-slider > p {
        font-size: 14px;
    }

    .header-slider {
        /*background-size: 100% 52%;*/
        background-size: cover;
    }

    .content-text-main {
        padding-bottom: 315px;
    }

    .header-slider-wr .slick-dots {
        right: 15px;
    }

    h3.tittle-section, h2.tittle-section {
        font-size: 21px;
        padding-top: 20px;
    }

    h3.tittle-section, h2.tittle-section {
        padding-bottom: 40px;
    }

    .back-business-block {
        padding: 0;
    }

    .wr-service-block {
        max-width: 100%;
    }

    .wr-service-block > h3 {
        font-size: 16px;
    }

    .wr-business-block, .right-block .wr-business-block {
        align-items: flex-start;
    }

    .wr-business-block > p, .right-block .wr-business-block > p {
        padding-left: 20px;
        font-size: 14px;
    }

    .main-content-solutions > p, .block-text-management p {
        font-size: 14px;
    }

    .main-content-solutions > p {
        padding-top: 40px;
    }

    .slide-clients {
        max-width: 230px;
    }

    .slide-clients > p {
        padding-top: 15px;
    }

    .slide-clients {
        padding: 30px 15px;
    }

    .main-team {
        width: 260px;
    }

    .block-team-user {
        max-width: 260px;
        padding: 0 10px;
        margin: 0 5px;
    }

    .main-prev-footer {
        flex-direction: column;
        align-items: center;
    }

    .main-prev-footer > h3 {
        margin-right: 0;
        text-align: center;
        max-width: 216px;
        font-size: 20px;
        padding-bottom: 30px;
    }

    .main-prev-footer a {
        max-width: 216px;
    }

    .content-slide-main > h3 {
        font-size: 2rem;
    }

    .content-slide-main > p {
        font-size: 1rem;
        line-height: 23px;
    }
}

@media (max-width: 400px) {
    .prev {
        right: 12%;
    }
}

@media (max-width: 365px) {
    .prev {
        right: 9%;
    }
}

@media (max-width: 355px) {
    .prev {
        right: 0px;
    }

    .slide-clients {
        width: 215px;
    }
}

.footer-text-color{
    color:#505d68;
    margin: 0;
    font-size: 14px;
    padding: 0;
    line-height: 21px;
}

/* Mobile Navigation Sidebar Styles */
.mobile-nav-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background: #fff;
    z-index: 10000;
    transition: left 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.mobile-nav-sidebar.active {
    left: 0;
}

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.mobile-nav-brand {
    display: flex;
    align-items: center;
}

.mobile-nav-logo {
    width: 120px;
    height: auto;
}

.mobile-nav-close {
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.mobile-nav-close:hover {
    background: #f1f5f9;
    color: #1e293b;
}

.mobile-nav-contact {
    padding: 15px 20px;
    border-bottom: 1px solid #e2e8f0;
}

.mobile-nav-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #64748b;
}

.mobile-nav-contact-item:last-child {
    margin-bottom: 0;
}

.mobile-nav-contact-item svg {
    flex-shrink: 0;
}

.mobile-nav-contact-item a {
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.mobile-nav-contact-item a:hover {
    color: #1e293b;
}

.mobile-nav-social {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    border-bottom: 1px solid #e2e8f0;
}

.mobile-nav-social-link {
    color: #64748b;
    transition: color 0.2s ease;
}

.mobile-nav-social-link:hover {
    color: #1e293b;
}

.mobile-nav-dashboard {
    color: #4040c8;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin-left: auto;
    transition: color 0.2s ease;
}

.mobile-nav-dashboard:hover {
    color: #1e40af;
}

.mobile-nav-menu {
    padding: 15px 0;
    flex: 1;
}

.mobile-nav-item {
    display: block;
    padding: 10px 20px;
    color: #64748b;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f1f5f9;
}

.mobile-nav-item:hover {
    background: #f8fafc;
    color: #1e293b;
}

.mobile-nav-dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 3px 0px;
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .2s ease;
}

.mobile-nav-dropdown-header:hover {
    background: #f8fafc;
    color: #1e293b;
}

.mobile-nav-arrow {
    transition: transform 0.2s ease;
}

.mobile-nav-dropdown-content {
    display: none;
    background: #fff;
    margin-top: 11px;
}

.mobile-nav-dropdown-content.active {
    display: block;
    animation: slideDown 0.3s ease;
}

.mobile-nav-dropdown-item {
    display: block;
    padding: 8px 20px 8px 20px;
    color: #64748b;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f1f5f9;
}

.mobile-nav-dropdown-item:hover {
    background: #f8fafc;
    color: #1e293b;
}

.mobile-nav-dropdown-item:last-child {
    border-bottom: none;
}

.mobile-nav-dropdown-main {
    font-weight: 600;
    color: #1e293b;
    background: #f8fafc;
}

.mobile-nav-dropdown-subgroup {
    background: #fff;
    border-left: 1px solid #e2e8f0;
    margin-left: 35px;
}

.mobile-nav-dropdown-subgroup .mobile-nav-dropdown-item {
    padding-left: 15px;
    font-size: 11px;
    border-bottom: 1px solid #f1f5f9;
}

.mobile-nav-actions {
    padding: 15px 20px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-nav-btn {
    display: block;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.mobile-nav-btn-primary {
    background: #4040c8;
    color: #fff;
}

.mobile-nav-btn-primary:hover {
    background: #1e40af;
    color: #fff;
}

.mobile-nav-btn-secondary {
    background: #f1f5f9;
    color: #1e293b;
}

.mobile-nav-btn-secondary:hover {
    background: #e2e8f0;
    color: #1e293b;
}

/* Add slideDown animation for mobile */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Desktop Dropdown Sub-menu Styles */
.dropdown-menu .dropdown-item-group {
    position: relative;
}

.dropdown-menu .dropdown-item-main {
    display: block;
    padding: 8px 20px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.dropdown-menu .dropdown-item-main:hover {
    color: #1e293b;
}

.dropdown-menu .dropdown-submenu {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all 0.2s ease;
    z-index: 1000;
}

.dropdown-menu .dropdown-item-group:hover .dropdown-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.dropdown-menu .dropdown-subitem {
    display: block;
    padding: 8px 20px;
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f1f5f9;
}

.dropdown-menu .dropdown-subitem:hover {
    color: #1e293b;
}

.dropdown-menu .dropdown-subitem:last-child {
    border-bottom: none;
}

.dropdown-menu .dropdown-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 8px 0;
}

/* Hide desktop dropdown on mobile */
@media (max-width: 991px) {
    .navbar-collapse {
        display: none !important;
    }
    
    .dropdown-menu {
        display: none !important;
    }
    
    .dropdown-menu .dropdown-submenu {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        border: none !important;
        background: #f8fafc !important;
        margin-left: 20px !important;
    }
}