
*{
    margin: 0px;
    padding: 0px;
}
html{
    padding: 0px;
    margin: 0 auto;
    font-weight: 400;
}
body {
    margin: 0px auto;
    padding: 0px;
}
p {
    margin: 0px;
}
h1,h2,h3,h4, h5,h6{
    margin: 0px;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
button:focus, input:focus, select:focus, textarea:focus{
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible{
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
img{
    width:100%;
    display:block;
    height: auto;
}
a{
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: transparent;
}
a, button{
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
/*header besnik product section*/
._header_besnik_product_wrapper {
    background: var(--bg2);
    padding: 0 0 70px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
._header_besnik_product_wrapper::before {
    position: absolute;
    content: "";
    background-image: url("../img/header-left-vector-ic1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 128px;
    height: 58px;
    z-index: -1;
    top: 197px;
    left: 0;
}
._header_besnik_product_wrapper::after {
    position: absolute;
    content: "";
    background-image: url("../img/header-right-vector-ic2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 114px;
    height: 78px;
    z-index: -1;
    top: 94px;
    right: -36px;
}
._header_besnik_product_cont_wrap {
    padding: 100px 0 20px;
}
._header_logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 -25px -40px;
}
._logo_img {
    max-width: 139px;
}
._header_besnik_product_nav_li {
    margin: 0 0 0 73px;
}
._header_besnik_product_nav_li:first-child {
    margin: 0;
}
._header_besnik_product_nav_link {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-align: right;
    color: var(--color1);
    display: inline-block;
    transition: .2s all ease;
}
._header_besnik_product_nav_link:hover {
    color: rgba(255, 255, 255, 0.8);
}
._header_besnik_product_cont_left {
    padding: 70px 0 0;
}
._header_besnik_product_cont_left_t {
    font-family: Roboto;
    font-weight: 700;
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    color: var(--color1);
    max-width: 91%;
    margin: 0 0 18px;
}
._header_besnik_product_cont_left_p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: var(--color1);
    margin: 0 0 40px;
    max-width: 79%;
}
._header_besnik_product_cont_left_a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
._header_besnik_product_cont_left_a1 {
    background: var(--bg3);
    border-radius: 5px;
    padding: 23px 12px;
    width: 247px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all ease;
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    color: var(--color1);
}
._header_besnik_product_cont_left_a1:hover {
    color: var(--color1) !important;
    background: rgba(242, 148, 148, 0.9);
}
._header_besnik_product_cont_r8_img {
    width: 100%;
    margin: 0 -135px 0 0;
    position: relative;
    z-index: 10;
}
._header_besnik_product_cont_r8_img::before {
    position: absolute;
    content: "";
    background-image: url("../img/header-right-vector-ic1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    z-index: -1;
    top: 340px;
    left: -30px;
}
._header_besnik_product_cont_r8_img::after {
    position: absolute;
    content: "";
    background-image: url("../img/header-right-vector-ic3.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 144px;
    height: 71px;
    z-index: -1;
    bottom: -43px;
    right: 52px;
}
/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}
@media (max-width: 1399px) {
    ._header_besnik_product_nav_li {
        margin: 0 0 0 50px;
    }
    ._header_besnik_product_cont_left_t {
        font-size: 56px;
        max-width: 94%;
    }
    ._header_besnik_product_cont_left_p {
        font-size: 19px;
        max-width: 87%;
    }
    ._header_besnik_product_cont_left_a1 {
        width: 225px;
        font-size: 17px;
    }
    ._header_besnik_product_cont_r8_img {
        margin: 0 -164px 0 0;
    }
}
/* Desktop/Laptop */
@media only screen and (max-width: 1199px) { 
    ._header_besnik_product_nav_link {
        font-size: 15px;
    }
    ._header_besnik_product_nav_li {
        margin: 0 0 0 36px;
    }
    ._header_besnik_product_cont_left_t {
        font-size: 50px;
        max-width: 100%;
    }
    ._header_besnik_product_cont_left_p {
        font-size: 18px;
        max-width: 99%;
    }
    ._header_besnik_product_cont_left_a1 {
        width: 185px;
        font-size: 16px;
    }
}
/* Ipad pro */
@media only screen and (max-width: 991px) {
    ._header_besnik_product_nav {
        background: rgb(90 86 86);
    }
    ._header_besnik_product_nav_ul {
        text-align: center;
    }
    ._header_besnik_product_nav_li {
        margin: 0 0 10px;
    }
    ._header_besnik_product_nav_li:first-child {
        margin: 0 0 10px;
    }
    ._header_besnik_product_cont_wrap {
        padding: 30px 0 20px;
    }
    ._header_besnik_product_cont_left {
        padding: 40px 0 0;
        text-align: center;
    }
    ._header_besnik_product_cont_left_t {
        font-size: 38px;
    }
    ._header_besnik_product_cont_left_p {
        font-size: 16px;
        max-width: 100%;
    }
    ._header_besnik_product_cont_left_a {
        justify-content: center;
        margin: 0 0 40px;
    }
    ._header_besnik_product_wrapper::before {
        top: 9%;
    }
    ._header_besnik_product_wrapper::after {
        top: 7%;
        right: -4%;
    }
    ._header_besnik_product_cont_r8_img {
        margin: 0 -34px 0 0;
    }
    ._header_logo {
        margin: 0 0 -36px -15px;
    }
}
/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {
    ._header_besnik_product_cont_left_t {
        font-size: 30px;
    }
    ._header_besnik_product_cont_left_p {
        font-size: 15px;
    }
    ._header_besnik_product_cont_r8_img {
        margin: 0 -28px 0 13px;
        max-width: 100%;
    }
    ._header_besnik_product_cont_r8_img::before {
        top: 59%;
    }
    ._header_besnik_product_cont_r8_img::after {
        right: -7%;
    }
    ._header_besnik_product_wrapper::before, ._header_besnik_product_wrapper::after {
       display: none;
    }
    ._header_besnik_product_cont_left {
        padding: 10px 0 0;
    }
}
/* Mobile */
@media only screen and (max-width: 575px) {
    ._header_besnik_product_cont_left_t {
        font-size: 25px;
    }
    ._header_besnik_product_cont_r8_img::before {
        display: none;
    }
}
@media only screen and (max-width: 420px) {
    ._header_besnik_product_cont_left_t {
        font-size: 23px;
    }
    ._header_besnik_product_cont_left {
        padding: 0;
    }
    ._header_besnik_product_cont_left_p {
        font-size: 14px;
    }
    ._header_besnik_product_cont_left_a1 {
        padding: 18px 12px;
        width: 170px;
        font-size: 15px;
    }
    ._header_besnik_product_cont_r8_img {
        margin: 0 -28px 0 6px;
    }
}
@media only screen and (max-width: 375px) {
    ._header_besnik_product_cont_r8_img {
        margin: 0 -28px 0 5px;
    }
    ._header_besnik_product_cont_left_p {
        font-size: 13px;
    }
    ._header_besnik_product_cont_left_t {
        font-size: 20px;
    }
}
/*header besnik product section end*/
/*logos besnik product section end*/
._logos_besnik_product_wrapper {
    padding: 100px 0 70px;
}
._logos_besnik_product_cont1 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    text-align: center;
    color: var(--color2);
    margin: 0 0 48px;
}
._logos_besnik_product_ics_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}
._logos_besnik_product_ics_li {
    margin: 0 100px 0 0;
}
._logos_besnik_product_ics_li:last-child {
    margin: 0;
}
._logos_besnik_product_ic {
    max-width: 140px;
}
/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}
@media (max-width: 1399px) {
    ._logos_besnik_product_cont1 {
        font-size: 42px;
        margin: 0 0 44px;
    }
    ._logos_besnik_product_ics_li {
        margin: 0 84px 0 0;
    }
}
/* Desktop/Laptop */
@media only screen and (max-width: 1199px) { 
    ._logos_besnik_product_wrapper {
        padding: 70px 0 70px;
    }
    ._logos_besnik_product_cont1 {
        font-size: 38px;
        margin: 0 0 40px;
    }
    ._logos_besnik_product_ics_li {
        margin: 0 46px 0 0;
    }
}
/* Ipad pro */
@media only screen and (max-width: 991px) {
    ._logos_besnik_product_cont1 {
        font-size: 30px;
    }
    ._logos_besnik_product_ics_li {
        margin: 12px 20px 12px;
    }
}
/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {
    ._logos_besnik_product_cont1 {
        font-size: 28px;
    }
}
/* Mobile */
@media only screen and (max-width: 575px) {
    ._logos_besnik_product_cont1 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 420px) {
    ._logos_besnik_product_wrapper {
        padding: 50px 0 50px;
    }
}
@media only screen and (max-width: 375px) {
    ._logos_besnik_product_cont1 {
        font-size: 22px;
    }
    ._logos_besnik_product_ics_li {
        margin: 12px 14px 12px;
    }
}
/*logos besnik product section end*/
/*service besnik product section*/
._service_besnik_product_wrapper {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}
._service_besnik_product_wrapper:before {
    position: absolute;
    content: "";
    background-image: url("../img/service-r8-abstract.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 145px;
    height: 73px;
    z-index: -1;
    top: 220px;
    right: -110px;
}
._service_besnik_product_left_p {
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: var(--color3);
    margin: 0 0 12px;
}
._service_besnik_product_left_t {
    font-family: Roboto;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: var(--color2);
    margin: 0 0 22px;
    max-width: 79%;
}
._service_besnik_product_left_p1 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: var(--color2);
    max-width: 81%;
    margin: 0 0 30px;
}
._service_besnik_product_r8_wrap {
    position: relative;
    z-index: 10;
}
._service_besnik_product_r8_wrap:before {
    position: absolute;
    content: "";
    background-image: url("../img/service-r8-rectangle-line.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 427px;
    height: 239px;
    z-index: -1;
    top: 177px;
    left: 20px;
}
._service_besnik_product_r8_img {
    max-width: 100%;
}
._service_besnik_product_left_link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
._service_besnik_product_left_link1 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: var(--bg3);
    margin: 0;
    display: inline-block;
    transition: .2s all ease;
}
._service_besnik_product_left_link1:hover {
    color: rgba(242, 148, 148, 0.8);
}
._service_besnik_product_left_link1 svg {
    margin: 0 0 0 14px;
    transition: .2s all ease;
}
._service_besnik_product_left_link1 svg path {
    transition: .2s all ease;
}
._service_besnik_product_left_link1:hover svg path {
   fill: rgba(242, 148, 148, 0.8);
}
._service_besnik_product_r8_cards {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -35px 0 0 32px;
}
._service_besnik_product_r8_card {
    background: var(--color1);
    border: 1px solid var(--color4);
    box-sizing: border-box;
    box-shadow: 0px 15px 40px rgba(198, 195, 195, 0.2);
    border-radius: 5px;
    margin: 0 25px 0 0;
    padding: 10px 0 10px;
    text-align: center;
    width: 143px;
}
._service_besnik_product_r8_card_p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: var(--color5);
    margin: 20px auto 0;
    max-width: 67%;
}
/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}
@media (max-width: 1399px) {
    ._service_besnik_product_left_t {
        font-size: 48px;
        max-width: 87%;
    }
    ._service_besnik_product_left_p1 {
        font-size: 19px;
        max-width: 89%;
    }
    ._service_besnik_product_r8_wrap:before {
        top: 35%;
    }
}
/* Desktop/Laptop */
@media only screen and (max-width: 1199px) { 
    ._service_besnik_product_left_p {
        font-size: 19px;
    }
    ._service_besnik_product_left_t {
        font-size: 44px;
        max-width: 95%;
    }
    ._service_besnik_product_left_p1 {
        font-size: 18px;
        max-width: 100%;
    }
    ._service_besnik_product_left_link1 {
        font-size: 18px;
    }
    ._service_besnik_product_r8_wrap:before {
        left: 2%;
        top: 27%;
    }
}
/* Ipad pro */
@media only screen and (max-width: 991px) {
    ._service_besnik_product_left_wrap {
        text-align: center;
    }
    ._service_besnik_product_left_t {
        font-size: 32px;
        max-width: 100%;
    }
    ._service_besnik_product_left_p1 {
        font-size: 16px;
    }
    ._service_besnik_product_left_link {
        justify-content: center;
        margin: 0 0 40px;
    }
    ._service_besnik_product_wrapper:before {
        top: 62%;
    }
    ._service_besnik_product_r8_wrap:before {
        left: 4%;
        top: 37%;
    }
    ._service_besnik_product_r8_cards {
        margin: -35px 0 0 42px;
    }
    ._service_besnik_product_r8_card_p {
        font-size: 15px;
        max-width: 60%;
    }
}
/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {
    ._service_besnik_product_left_t {
        font-size: 30px;
    }
}
/* Mobile */
@media only screen and (max-width: 575px) {
    ._service_besnik_product_wrapper:before {
       display: none;
    }
    ._service_besnik_product_left_t {
        font-size: 27px;
    }
    ._service_besnik_product_left_link1 {
        font-size: 16px;
    }
    ._service_besnik_product_r8_cards {
        margin: -35px 0 0 34px;
    }
}
@media only screen and (max-width: 420px) {
    ._service_besnik_product_left_p {
        font-size: 18px;
    }
    ._service_besnik_product_left_t {
        font-size: 23px;
    }
    ._service_besnik_product_left_p1 {
        font-size: 14px;
    }
    ._service_besnik_product_r8_wrap:before {
      display: none;
    }
    ._service_besnik_product_r8_card_p {
        font-size: 11px;
        max-width: 60%;
    }
    ._service_besnik_product_r8_cards {
        margin: 0 0 0 28px;
    }
}
@media only screen and (max-width: 375px) {
    ._service_besnik_product_left_t {
        font-size: 21px;
    }
    ._service_besnik_product_r8_card_p {
        font-size: 7px;
        max-width: 49%;
    }
    ._service_besnik_product_r8_card {
        margin: 0 16px 0 0;
    }
    ._service_besnik_product_r8_cards {
        margin: 0 0 0 17px;
    }
}
/*service besnik product section end*/
/*testimonial besnik product section*/
._testimonial_besnik_product_wrapper {
    margin: 120px 0;
}
._testimonial_besnik_product_r8_ic {
    max-width: 94px;
}
._testimonial_besnik_product_bg_wrap {
    background: var(--bg2);
    border-radius: 20px;
    padding: 100px 100px 60px;
    z-index: -1;
    overflow: hidden;
}
._testimonial_besnik_product_cont_wrap {
    position: relative;
}
._testimonial_besnik_product_cont_wrap::before {
    position: absolute;
    content: "";
    background-image: url("../img/testimonial-left-ic1.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 305px;
    height: 250px;
    z-index: 10;
    top: -70px;
    left: -302px;
}
._testimonial_besnik_product_cont_wrap::after {
    position: absolute;
    content: "";
    background-image: url("../img/testimonial-right-ic1.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 114px;
    height: 79px;
    z-index: 10;
    top: 28px;
    right: -158px;
}
._testimonial_besnik_product_left_wrap {
    padding: 70px 0 0;
}
._testimonial_besnik_product_left_p {
    font-family: Roboto;
    font-style: italic;
    font-size: 24px;
    line-height: 1.4;
    color: var(--color1);
    margin: 0 0 30px;
    max-width: 84%;
}
._testimonial_besnik_product_left_t {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: var(--color1);
    margin: 0 0 4px;
}
._testimonial_besnik_product_left_t1 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: var(--color1);
    margin: 0 0 88px;
}
._testimonial_besnik_product_left_link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
._testimonial_besnik_product_left_link1 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: var(--bg3);
    margin: 0;
    display: inline-block;
    transition: .2s all ease;
}
._testimonial_besnik_product_left_link1:hover {
    color: rgba(242, 148, 148, 0.8);
}
._testimonial_besnik_product_left_link1 svg {
    margin: 0 0 0 14px;
    transition: .2s all ease;
}
._testimonial_besnik_product_left_link1 svg path {
    transition: .2s all ease;
}
._testimonial_besnik_product_left_link1:hover svg path {
   fill: rgba(242, 148, 148, 0.8);
}
._testimonial_besnik_product_r8_wrap {
    position: relative;
    z-index: 10;
}
._testimonial_besnik_product_r8_ic {
    position: absolute;
    z-index: -1;
    bottom: -16px;
    left: -43px;
    max-width: 184px;
}
._testimonial_besnik_product_r8_img1 {
    max-width: 335px;
}
/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}
@media (max-width: 1399px) {
    ._testimonial_besnik_product_left_p {
        font-size: 23px;
        max-width: 97%;
    }
    ._testimonial_besnik_product_left_t {
        font-size: 22px;
    }
    ._testimonial_besnik_product_left_t1 {
        font-size: 21px;
        margin: 0 0 80px;
    }
}
/* Desktop/Laptop */
@media only screen and (max-width: 1199px) { 
    ._testimonial_besnik_product_left_p {
        font-size: 19px;
        max-width: 100%;
    }
    ._testimonial_besnik_product_left_t {
        font-size: 20px;
    }
    ._testimonial_besnik_product_left_t1 {
        font-size: 19px;
    }
    ._testimonial_besnik_product_left_link1 {
        font-size: 20px;
    }
}
/* Ipad pro */
@media only screen and (max-width: 991px) {
    ._testimonial_besnik_product_wrapper {
        margin: 80px 0;
    }
    ._testimonial_besnik_product_left_wrap {
        padding: 30px 0 0;
        text-align: center;
    }
    ._testimonial_besnik_product_left_t {
        font-size: 19px;
    }
    ._testimonial_besnik_product_left_link {
        justify-content: center;
        margin: 0 0 50px;
    }
    ._testimonial_besnik_product_r8_img1 {
        margin: 0 auto;
    }
    ._testimonial_besnik_product_r8_ic {
        left: 8%;
    }
}
/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {
    ._testimonial_besnik_product_left_p {
        font-size: 17px;
    }
    ._testimonial_besnik_product_left_t {
        font-size: 17px;
    }
    ._testimonial_besnik_product_left_t1 {
        font-size: 16px;
    }
    ._testimonial_besnik_product_r8_ic {
        display: none;
    }
}
/* Mobile */
@media only screen and (max-width: 575px) {}
@media only screen and (max-width: 420px) {
    ._testimonial_besnik_product_left_p {
        font-size: 15px;
    }
    ._testimonial_besnik_product_left_t {
        font-size: 16px;
    }
    ._testimonial_besnik_product_bg_wrap {
        padding: 100px 55px 60px;
    }
    ._testimonial_besnik_product_cont_wrap::before {
        left: -292px;
    }
    ._testimonial_besnik_product_cont_wrap::after {
        top: -10px;
        right: -118px;
    }
}
@media only screen and (max-width: 375px) {
    ._testimonial_besnik_product_bg_wrap {
        padding: 100px 25px 60px;
    }
}
/*testimonial besnik product section end*/
/*feature besnik product section*/
._feature_besnik_product_r8_p {
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: var(--color3);
    margin: 0 0 15px;
}
._feature_besnik_product_r8_t {
    font-family: Roboto;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: var(--color2);
    margin: 0 0 22px;
    max-width: 73%;
}
._feature_besnik_product_r8_p1 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: var(--color2);
    max-width: 77%;
}
._feature_besnik_product_left_wrap {
    position: relative;
    z-index: 10;
}
._feature_besnik_product_left_img1 {
    max-width: 100%;
}
._feature_besnik_product_left_ic {
    position: absolute;
    z-index: -1;
    bottom: 113px;
    left: -42px;
    max-width: 184px;
}
/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}
@media (max-width: 1399px) {
    ._feature_besnik_product_r8_t {
        font-size: 47px;
        max-width: 80%;
    }
    ._feature_besnik_product_r8_p1 {
        font-size: 19px;
        max-width: 85%;
    }
}
/* Desktop/Laptop */
@media only screen and (max-width: 1199px) { 
    ._feature_besnik_product_r8_p {
        font-size: 19px;
    }
    ._feature_besnik_product_r8_t {
        font-size: 42px;
        max-width: 86%;
    }
    ._feature_besnik_product_r8_p1 {
        font-size: 18px;
        max-width: 97%;
    }
}
/* Ipad pro */
@media only screen and (max-width: 991px) {
    ._feature_besnik_product_r8_wrap {
        text-align: center;
    }
    ._feature_besnik_product_r8_t {
        font-size: 38px;
        max-width: 100%;
    }
    ._feature_besnik_product_r8_p1 {
        font-size: 17px;
        max-width: 100%;
    }
}
/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {
    ._feature_besnik_product_r8_t {
        font-size: 31px;
    }
}
/* Mobile */
@media only screen and (max-width: 575px) {
    ._feature_besnik_product_r8_t {
        font-size: 28px;
    }
    ._feature_besnik_product_left_ic {
        bottom: -5%;
        left: 0%;
    }
    ._feature_besnik_product_r8_wrap {
        margin: 50px 0 0;
    }
}
@media only screen and (max-width: 420px) {
    ._feature_besnik_product_r8_t {
        font-size: 26px;
    }
    ._feature_besnik_product_r8_p1 {
        font-size: 15px;
    }
}
@media only screen and (max-width: 375px) {
    ._feature_besnik_product_left_ic {
        display: none;
    }
    ._feature_besnik_product_r8_p1 {
        font-size: 14px;
    }
    ._feature_besnik_product_r8_t {
        font-size: 24px;
    }
}
/*feature besnik product section end*/
/*prcicing besnik product section*/
._prcicing_besnik_product_wrapper {
    padding: 140px 0;
}
._prcicing_besnik_product_cnt_t {
    font-family: Roboto;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    text-align: center;
    color: var(--color2);
    margin: 0 0 64px;
}
._prcicing_besnik_product_card {
    background: var(--color1);
    border: 1px solid var(--color6);
    box-sizing: border-box;
    box-shadow: 0px 20px 40px rgba(191, 191, 191, 0.16);
    border-radius: 10px;
    padding: 50px 42px;
    margin: 20px 0;
    transition: .2s all ease;
}
._prcicing_besnik_product_card:hover {
    background: var(--bg2) !important;
}
._prcicing_besnik_product_card:hover ._prcicing_besnik_product_card_cate_t{
    color: var(--color1) !important;
}
._prcicing_besnik_product_card:hover ._prcicing_besnik_product_card_cate_t1{
    color: var(--color1) !important;
}
._prcicing_besnik_product_card:hover ._prcicing_besnik_product_card_feat_li{
    color: var(--color1) !important;
}
._prcicing_besnik_product_card:hover ._pricing_besnik_product_cont_a1{
    background: rgba(242, 148, 148, 0.8);
}
._prcicing_besnik_product_card:hover ._prcicing_besnik_product_card_feat_li svg path{
    fill: var(--color1) !important;
}
._prcicing_besnik_product_card_cate_t {
    font-family: Roboto;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: var(--color7);
    margin: 0 0 17px;
    transition: .2s all ease;
}
._prcicing_besnik_product_card_cate_t1 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: var(--color7);
    margin: 0 0 26px;
    transition: .2s all ease;
}
._prcicing_besnik_product_card_cate_t1._space_last_catd {
    margin: 0 0 26px;
    transition: .2s all ease;
}
._prcicing_besnik_product_card_feat_li {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: var(--color7);
    margin: 0 0 16px;
    transition: .2s all ease;
}
._prcicing_besnik_product_card_feat_li svg {
    transition: .2s all ease;
}
._prcicing_besnik_product_card_feat_li svg path {
    transition: .2s all ease;
}
._prcicing_besnik_product_card_feat_li svg {
    margin: 0 16px 0 0;
    transition: .2s all ease;
}
._prcicing_besnik_product_card_feat {
    margin: 0 0 40px;
    min-height: 162px;
    transition: .2s all ease;
}
._pricing_besnik_product_cont_a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: .2s all ease;
}
._pricing_besnik_product_cont_a1 {
    background: var(--bg2);
    border-radius: 10px;
    padding: 20px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all ease;
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: var(--color1);
}
._pricing_besnik_product_cont_a1:hover {
    background: var(--bg3) !important;
    color: var(--color1) !important;
}
/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}
@media (max-width: 1399px) {
    ._prcicing_besnik_product_wrapper {
        padding: 110px 0;
    }
    ._prcicing_besnik_product_cnt_t {
        font-size: 42px;
        margin: 0 0 50px;
    }
}
/* Desktop/Laptop */
@media only screen and (max-width: 1199px) { 
    ._prcicing_besnik_product_cnt_t {
        font-size: 39px;
        margin: 0 0 45px;
    }
    ._prcicing_besnik_product_card_cate_t {
        font-size: 28px;
    }
    ._prcicing_besnik_product_card_cate_t1 {
        font-size: 52px;
    }
}
/* Ipad pro */
@media only screen and (max-width: 991px) {
    ._prcicing_besnik_product_cnt_t {
        font-size: 33px;
        margin: 0 0 38px;
    }
    ._prcicing_besnik_product_card_cate_t1 {
        font-size: 48px;
    }
}
/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {
    ._prcicing_besnik_product_cnt_t {
        font-size: 31px;
        margin: 0 0 34px;
    }
    ._prcicing_besnik_product_card_feat_li {
        font-size: 15px;
    }
    ._pricing_besnik_product_cont_a1 {
        padding: 19px 10px;
        font-size: 18px;
    }
    ._prcicing_besnik_product_card_cate_t {
        font-size: 25px;
    }
    ._prcicing_besnik_product_card_cate_t1 {
        font-size: 43px;
    }
}
/* Mobile */
@media only screen and (max-width: 575px) {
    ._prcicing_besnik_product_wrapper {
        padding: 85px 0;
    }
    ._pricing_besnik_product_cont_a1 {
        padding: 18px 10px;
        font-size: 17px;
    }
}
@media only screen and (max-width: 420px) {
    ._prcicing_besnik_product_cnt_t {
        font-size: 26px;
        margin: 0 0 30px;
    }
    ._prcicing_besnik_product_card_cate_t1 {
        font-size: 35px;
    }
    ._prcicing_besnik_product_wrapper {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 375px) {
    ._prcicing_besnik_product_card_cate_t {
        font-size: 23px;
    }
    ._prcicing_besnik_product_card_cate_t1 {
        font-size: 33px;
    }
    ._prcicing_besnik_product_card_feat_li {
        font-size: 13px;
    }
    ._prcicing_besnik_product_card_feat_li svg {
        margin: 0 12px 0 0;
    }
}
/*prcicing besnik product section end*/
/*cta besnik product section*/
._cta_besnik_product_wrapper {
    padding: 80px 0;
}
._cta_besnik_product_bg_wrap {
    background: rgba(128, 191, 185, 0.27);
    border-radius: 10px;
    padding: 100px 0;
}
._cta_besnik_product_wrap {
    position: relative;
}
._cta_besnik_product_wrap::before {
    position: absolute;
    content: "";
    background-image: url("../img/cta-before-ic.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 305px;
    height: 250px;
    bottom: 15px;
    left: 84px;
}
._cta_besnik_product_wrap::after {
    position: absolute;
    content: "";
    background-image: url("../img/cta-after-ic.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 313px;
    height: 167px;
    top: 0;
    right: 0;
}
._cta_besnik_product_cont_t {
    font-family: Roboto;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    text-align: center;
    color: var(--color2);
    margin: 0 0 45px;
}
._cta_besnik_product_cont_a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 32px;
}
._cta_besnik_product_cont_a1 {
    background: var(--color8);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 18px 10px;
    width: 317px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all ease;
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: var(--color1);
}
._cta_besnik_product_cont_a1:hover {
    border-color: var(--color8);
    color: var(--bg1);
    background: transparent;
}
._cta_besnik_product_cont_feat_ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
._cta_besnik_product_cont_feat_li {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: var(--color2);
    margin: 0 78px 0 0;
}
._cta_besnik_product_cont_feat_li:last-child {
    margin: 0;
}
/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1440px) {
    ._cta_besnik_product_wrap::before {
        left: 46px;
    }
}
@media (max-width: 1399px) {
    ._cta_besnik_product_wrapper {
        padding: 60px 0;
    }
    ._cta_besnik_product_cont_t {
        font-size: 43px;
        margin: 0 0 40px;
    }
    ._cta_besnik_product_wrap::after {
        height: 140px;
    }
    ._cta_besnik_product_wrap::before {
        left: 117px;
        height: 210px;
    }
}
/* Desktop/Laptop */
@media only screen and (max-width: 1199px) { 
    ._cta_besnik_product_cont_t {
        font-size: 38px;
    }
    ._cta_besnik_product_cont_a1 {
        width: 290px;
        font-size: 18px;
    }
    ._cta_besnik_product_cont_feat_li {
        font-size: 18px;
    }
   
}
/* Ipad pro */
@media only screen and (max-width: 991px) {
    ._cta_besnik_product_wrap::before {
        height: 210px;
        left: 12%;
    }
    ._cta_besnik_product_cont_feat_li {
        font-size: 16px;
        margin: 0 40px 0 0;
    }
    ._cta_besnik_product_cont_a1 {
        width: 260px;
        font-size: 17px;
    }
    ._cta_besnik_product_wrap::after {
        height: 125px;
    }
    ._cta_besnik_product_wrapper {
        padding: 10px 0;
    }
}
/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {
    ._cta_besnik_product_wrap::before, ._cta_besnik_product_wrap::after {
        display: none;
    }
    ._cta_besnik_product_cont_t {
        font-size: 32px;
    }
    ._cta_besnik_product_cont_a1 {
        width: 200px;
        font-size: 16px;
    }
}
/* Mobile */
@media only screen and (max-width: 575px) {
    ._cta_besnik_product_cont_t {
        font-size: 28px;
    }
    ._cta_besnik_product_cont_feat_li {
        font-size: 15px;
        margin: 0 32px 0 0;
    }
}
@media only screen and (max-width: 420px) {
    ._cta_besnik_product_cont_a1 {
        width: 180px;
        font-size: 14px;
    }
    ._cta_besnik_product_cont_feat_li {
        font-size: 14px;
        margin: 0 27px 0 0;
    }
}
@media only screen and (max-width: 375px) {
    ._cta_besnik_product_cont_t {
        font-size: 23px;
    }
    ._cta_besnik_product_cont_feat_li {
        font-size: 13px;
        margin: 0 15px 0 0;
    }
    ._cta_besnik_product_cont_a1 {
        width: 150px;
    }
}
/*cta besnik product section end*/
/*footer besnik product section*/
._footer_besnik_product_wrapper {
    margin: 62px 0 0;
    padding: 0 0 140px;
}
._footer_besnik_product_logo1 {
    max-width: 139px;
    margin: 0 0 0 12px;
}
._footer_besnik_product_social_ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
._footer_besnik_product_social_li {
    margin: 0 20px 0 0;
}
._footer_besnik_product_social_item {
    background: transparent;
    border: 1px solid var(--color2);
    box-sizing: border-box;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: .2s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
._footer_besnik_product_social_item:hover {
   border-color: transparent;
   background: var(--bg3);
}
._footer_besnik_product_social_item svg {
    transition: .2s all ease;
}
._footer_besnik_product_social_item svg path{
    transition: .2s all ease;
}
._footer_besnik_product_social_item:hover svg path{
    fill: var(--color1) !important;
}
._footer_besnik_product_menu_t {
    font-family: Roboto;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: var(--color2);
    margin: 0 0 40px;
}
._footer_besnik_product_menu_li {
    margin: 0 0 40px;
}
._footer_besnik_product_menu_li:last-child {
    margin: 0;
}
._footer_besnik_product_menu_a {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: rgba(27, 25, 31, 0.9);
    transition: .2s all ease;
    position: relative;
}
._footer_besnik_product_menu_a:hover {
    color: rgba(27, 25, 31, 0.6);
}
._footer_besnik_product_menu_a:before {
    position: absolute;
    content: "";
    background: rgba(27, 25, 31, 0.6);
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 0;
    transition: .2s all ease;
}
._footer_besnik_product_menu_a:hover::before {
    width: 30px;
}
/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}
@media (max-width: 1399px) {}
/* Desktop/Laptop */
@media only screen and (max-width: 1199px) { 
    ._footer_besnik_product_menu_t {
        font-size: 26px;
    }
    ._footer_besnik_product_menu_a {
        font-size: 18px;
    }
    ._footer_besnik_product_menu_li {
        margin: 0 0 30px;
    }
    ._footer_besnik_product_wrapper {
        margin: 45px 0 0;
        padding: 0 0 40px;
    }
}
/* Ipad pro */
@media only screen and (max-width: 991px) {
    ._footer_besnik_product_menu {
        text-align: center;
    }
    ._footer_besnik_product_menu_a {
        justify-content: center;
    }
    ._footer_besnik_product_menu_li {
        margin: 0 0 20px;
    }
    ._footer_besnik_product_menu._space_md_bottom {
        margin: 40px 0 0;
    }
    ._footer_besnik_product_social_ul {
        justify-content: center;
    }
    ._footer_besnik_product_logo1 {
        margin: 0 0 0 12px;
    }
    ._footer_besnik_product_menu_t {
        font-size: 24px;
        margin: 0 0 32px;
    }
    ._footer_besnik_product_social_li:last-child {
        margin: 0;
    }
}
/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {
    ._footer_besnik_product_logo1 {
        margin: 0 0 0 12px;
    }
    ._footer_besnik_product_menu_a {
        font-size: 16px;
    }
}
/* Mobile */
@media only screen and (max-width: 575px) {
    ._footer_besnik_product_logo1 {
        margin: 0 0 0 12px;
    }
    ._footer_besnik_product_social {
        margin: 0 0 40px;
    }
}
@media only screen and (max-width: 420px) {
    ._footer_besnik_product_logo1 {
        margin: 0 0 0 12px;
    }
}
@media only screen and (max-width: 375px) {
    ._footer_besnik_product_menu_a {
        font-size: 15px;
    }
    ._footer_besnik_product_menu_t {
        font-size: 22px;
        margin: 0 0 28px;
    }
    ._footer_besnik_product_logo1 {
        margin: 0 0 0 12px;
    }
}
@media only screen and (max-width: 320px) {
    ._footer_besnik_product_logo1 {
        margin: 0 0 0 12px;
    }
}
/*footer besnik product section end*/
/*------------------
    Variable 
------------------*/
:root {
    --color1: #fff;
    --color2: #1B191F;
    --color3: #F2AE72;
    --color4: #F4F4F4;
    --color5: #383F5B;
    --color6: #EDEDED;
    --color7: #35332F;
    --color8: #80BFB9;
    --bg1:#000;
    --bg2: #4C4658;
    --bg3: #F29494;
}




/* -------contact-design-css----- */
.contact{
    padding: 50px 0px;
}

._contact_besnik_wrapper {
  width: 100%;
  padding: 20px;
  background: var(--bg2) !important;
}

._contact_besnik_wrapper h2 {
  width: 100%;
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin-bottom: 10px;
}

._contact_besnik_wrapper .row100 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
}

._contact_besnik_wrapper .row100 .col {
  position: relative;
  width: 100%;
  padding: 0 10px;
  margin: 30px 0 10px;
  transition: 0.5s;
}

._contact_besnik_wrapper .row100 .col-set-center{
    text-align: center;
}

._contact_besnik_wrapper .row100 .inputBox {
  position: relative;
  width: 100%;
  height: 40px;
  color: #ffffff;
}

._contact_besnik_wrapper .row100 .inputBox input,
._contact_besnik_wrapper .row100 .inputBox.textarea textarea {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  font-size: 18px;
  padding: 0 10px;
  z-index: 1;
  color: #000;
}

._contact_besnik_wrapper .row100 .inputBox .text {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  font-size: 18px;
  padding: 0 10px;
  display: block;
  transition: 0.5s;
  pointer-events: none;
}

._contact_besnik_wrapper .row100 .inputBox input:focus + .text,
._contact_besnik_wrapper .row100 .inputBox input:valid + .text {
  top: -35px;
  left: -10px;
}

._contact_besnik_wrapper .row100 .inputBox .line {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: 0.5s;
  border-radius: 2px;
  pointer-events: none;
}

._contact_besnik_wrapper .row100 .inputBox input:focus ~ .line,
._contact_besnik_wrapper .row100 .inputBox input:valid ~ .line {
  height: 100%;
}

._contact_besnik_wrapper .row100 .inputBox.textarea {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 10px 0;
}

._contact_besnik_wrapper .row100 .inputBox.textarea textarea {
  height: 100%;
  resize: none;
}

._contact_besnik_wrapper .row100 .inputBox textarea:focus + .text,
._contact_besnik_wrapper .row100 .inputBox textarea:valid + .text {
  top: -35px;
  left: -10px;
}

._contact_besnik_wrapper .row100 .inputBox textarea:focus ~ .line,
._contact_besnik_wrapper .row100 .inputBox textarea:valid ~ .line {
  height: 100%;
}

._contact_besnik_wrapper input[type="submit"] {
  border: none;
  padding: 7px 35px;
  cursor: pointer;
  outline: none;
  background: #ffffff;
  color: #000;
  font-size: 18px;
  border-radius: 10px;
}


.set-d-flex{
    display: flex;
	justify-content: center;
margin-top: 10px;
}
.set-d-flex .menu-item a{
    color: #000;
    text-decoration: none;
    font-size: 14px;
}



.policy-row .sub-heading{
padding:10px 0px
}

.modal-body h2{
padding:10px 0px;
	font-weight:600;
	font-size:24px;
}


.modal-body h3{
padding:10px 0px;
	font-weight:600;
	font-size:16px;
}

.policy-row .sub-heading::after {
  border-radius: 20px;
  width: 60px;
  height: 3px;
  content: '';
  display: block;
  background: #a25bfb;
}

.policy-row .sub-heading::after {
  border-radius: 20px;
  width: 60px;
  height: 3px;
  content: '';
  display: block;
  background: #a25bfb;
}

.privacy .sub-heading h3::after {
  border-radius: 20px;
  width: 60px;
  height: 3px;
  content: '';
  display: block;
  background: #a25bfb;
}

.privacy .sub-heading p {
  padding:5px 0px;
}

.policy-row p a{
text-decoration:none;
}

.policy-row p a:hover{
color:#000;
}

.modal-body a:hover{
color:#000;
}

.sub-heading strong{
	font-weight:600;
}
.modal-content{
background: var(--bg2) !important;
color: #fff;
}

.modal-header h2{
	font-weight:600;
}

.consent:hover{
	text-decoration: none;
	color:#0d6efd;
}
