
.btn-bfr {
    background: #d35400;
    color: #fff;
}

.btn-bfr:hover {
    color: #fff;
}


.form-control-sm {
    border-radius: 25px!important;
}

.bg-town {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.bg-town:before {
    content: '';
    position: absolute;
    /*
    background: url("/resource/clientPart/gkshops/img/rotonda.jpg");
    */
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
}



/*features*/
.serviceBox{
    background: #fff;
    margin-top:70px;
    min-height: 350px;
    text-align: center;
    padding: 25px;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;

}
.serviceBox .service-icon {
    width: 100px;
    height: 100px;
    /*
    border: 4px solid #286da8;
    */
    text-align: center;
    line-height: 100px;
    font-size: 40px;
    border-radius: 100px;
    /*
    background: #fff;
    */
    /* transform: rotate(-45deg); */
    margin: -75px auto -20px;
    position: relative;

}
.serviceBox .service-icon img{

    color:#286da8;
    transition:all 0.3s ease-out;
}
.serviceBox:hover .service-icon{
    background: #286da8;
    border-color: #286da8;
    transition:all 0.3s ease-out;
}
.serviceBox:hover .service-icon img{
    color:#fff;
    transform: scale(1.2);
    /*
    transform: rotate(45deg);
    */
}
.serviceBox .service-content{
    margin-top: 60px;
}
.serviceBox .service-content h3{
    text-transform: capitalize;
    color:#161616;
    font-size: 20px;
}
.serviceBox .service-content h3:after{
    content: "";
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    width: 70px;
    height:4px;
    display:block;
    margin: 10px auto 20px;

}
.serviceBox .service-content p{
    color:#727272;
    line-height: 23px;
}
.serviceBox .read{
    margin-top: 40px;
}
.serviceBox .read a{
    color:#161616;
    text-transform: capitalize;
}
.serviceBox:hover .read a{
    color:#3498db;
    transition:all 0.3s ease-out;
}
@media only screen and (max-width: 990px){
    .serviceBox{
        margin-top: 90px;
    }
}

/*Toogles*/
.switch {
    font-size: 1rem;
    position: relative;
}
.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}
.switch input + label {
    position: relative;
    min-width: calc(calc(2.375rem * .8) * 2);
    border-radius: calc(2.375rem * .8);
    height: calc(2.375rem * .8);
    line-height: calc(2.375rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}
.switch input + label::before,
.switch input + label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * .8) * 2);
    bottom: 0;
    display: block;
}
.switch input + label::before {
    right: 0;
    background-color: #dee2e6;
    border-radius: calc(2.375rem * .8);
    transition: 0.2s all;
}
.switch input + label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * .8) - calc(2px * 2));
    height: calc(calc(2.375rem * .8) - calc(2px * 2));
    border-radius: 50%;
    background-color: white;
    transition: 0.2s all;
}
.switch input:checked + label::before {
    background-color: #08d;
}
.switch input:checked + label::after {
    margin-left: calc(2.375rem * .8);
}
.switch input:focus + label::before {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}
.switch input:disabled + label {
    color: #868e96;
    cursor: not-allowed;
}
.switch input:disabled + label::before {
    background-color: #e9ecef;
}
.switch.switch-sm {
    font-size: 0.875rem;
}
.switch.switch-sm input + label {
    min-width: calc(calc(1.9375rem * .8) * 2);
    height: calc(1.9375rem * .8);
    line-height: calc(1.9375rem * .8);
    text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}
.switch.switch-sm input + label::before {
    width: calc(calc(1.9375rem * .8) * 2);
}
.switch.switch-sm input + label::after {
    width: calc(calc(1.9375rem * .8) - calc(2px * 2));
    height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
    margin-left: calc(1.9375rem * .8);
}
.switch.switch-lg {
    font-size: 1.25rem;
}
.switch.switch-lg input + label {
    min-width: calc(calc(3rem * .8) * 2);
    height: calc(3rem * .8);
    line-height: calc(3rem * .8);
    text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}
.switch.switch-lg input + label::before {
    width: calc(calc(3rem * .8) * 2);
}
.switch.switch-lg input + label::after {
    width: calc(calc(3rem * .8) - calc(2px * 2));
    height: calc(calc(3rem * .8) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after {
    margin-left: calc(3rem * .8);
}
.switch + .switch {
    margin-left: 1rem;
}


.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}


/*--------------------*/
/* main*/
/*--------------------*/
.dropdown-menu {
    border-radius: 1em!important;
}

.card-header:first-child {
    border-top-left-radius: 1em!important;
    border-top-right-radius: 1em!important;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 1em!important;
    border-bottom-left-radius: 1em!important;
}

.list-group-item:last-child {
    border-bottom-right-radius: 1em !important;
    border-bottom-left-radius: 1em !important;
}
iframe {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.cursor-pointer{
    cursor: pointer;
}

ul li a {
    color:#fff;
}
.img-cartoon {
    width: 100%;
}

.shadow-card {
    box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07)!important;
}

.card-body {
    -webkit-border-radius: 25px!important;
    -moz-border-radius: 25px!important;
    border-radius: 25px!important;
}

.modal-content {
    -webkit-border-radius: 25px!important;
    -moz-border-radius: 25px!important;
    border-radius: 25px!important;
}

.input-group .form-control:not(:first-child) {
    border-radius: 0px 25px 25px 0px!important;
}

.input-group>.input-group-prepend>.input-group-text {
    border-radius: 25px 0px 0px 25px!important;
}






::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit!important;
    opacity: 1; /* Firefox */
}

.input-group-text {
    color:inherit!important;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.57);
}

.social-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.57);
}

.text-lesser-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.37);
}

.btn {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
    text-transform: none!important;
}

.bg-gradient-purple {
    background: linear-gradient(87deg, #8965e0 0, #bc65e0 100%) !important;

}

.btn-purple {
    background: linear-gradient(87deg, #8965e0 0, #bc65e0 100%) !important;
    color: #fff;
}

.btn-purple:hover {
    color: #fff;
}

.text-purple {
    color: #8965E0;
}

.badge-purple {
    color: #8965E0;
    background-color: rgba(137, 101, 224, 0.3);
}

.card {
    -webkit-border-radius: 1rem !important;
    -moz-border-radius: 1rem !important;
    border-radius: 1rem !important;
}

.display-0 {
    font-size: 6.3rem;
    font-weight: 600;
    line-height: 1.5;
}


.visble-text {
    color: #fff;
}


.list {
    line-height: 28px;
    padding-left: 15px;
    margin-top: 0px;

    list-style-type: none;
}

.list li {
    position: relative;
}

.list li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #00c217;
    position: absolute;
    left: -15px;
    top: 12px;
}


.description {
    font-size: .975rem;
    line-height: 28px;
    color: #525f7f;
    font-weight: 400;
}

.separator {
    z-index: 0 !important;
}

#features {
    padding-top: 50px;
    padding-bottom: 100px;
}

.btn-wrapper-new {
    width: 150px;
    height: 150px;
}

.navbar-transparent .navbar-brand {
    color: white !important;
}

.bg-gray-custom {
    background-color: #f4f5f7;
}

.bg-gradient-custom-primary {
    background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%);
}

.pointer {
    cursor: pointer;
}



#products {
    background-image:url("/resource/clientPart/events/smartDoc/img/products.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 30rem;
}



.box-shadow-left {
    box-shadow: -35px 5px 67px -35px rgba(0, 0, 0, 0.8);
}

.box-shadow-right {
    box-shadow: 35px 5px 67px -35px rgba(0, 0, 0, 0.8);
}


/*--------------------*/
/* IS logo animation */
/*--------------------*/
.shadow-svg {
    -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.57));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.57));

}

.main-cube {
    stroke-width: 30px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    stroke-dasharray: 2645;
    animation: 12s write;
    stroke: white;
    border-color: white !important;


}

.left-cube {
    stroke-width: 30px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    stroke-dasharray: 2645;
    animation: 16s write;
    stroke: white;
}

@keyframes write {
    0% {
        stroke-dashoffset: 2645;
    }

    100% {
        stroke-dashoffset: 0;
    }
}


/*--------------------*/
/* Navigation*/
/*--------------------*/

.active .dot {
    transform: scale(1.8);
    opacity: 1;
}

.active .menu-title {
    opacity: 1 !important;
}

.side-menu {
    position: fixed;
    right: 30px;
    top: 40%;
    transform: translateY(-73px);
    z-index: 99;
}

.side-menu ul li {
    list-style-type: none;
    text-align: right;
    margin: 10px 0;
    text-decoration: none;
}

.side-menu ul li a span {
    display: inline-block;
}

.side-menu ul li a span.menu-title {
    color: #fff;
    position: relative;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 10px;
    background: linear-gradient(87deg, #8965e0 0, #bc65e0 100%) !important;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 3px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 0;
}

.side-menu ul li a:hover span.menu-title {
    opacity: 1;
}

.side-menu ul li a span.dot {
    position: relative;
    background: linear-gradient(87deg, #8965e0 0, #bc65e0 100%) !important;
    border-radius: 2em;
    height: 10px;
    width: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.side-menu ul li a:hover span.dot {
    transform: scale(1.8);
}


/*
 * responsive styles/
 */

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {

    .social-shadow {
        text-shadow: none;
    }

    #products {
        background-image:none;
    }

    .img-cartoon {
        width: 70%;
        padding-top: 5%;

    }

    .offer {
        text-align: center;
        margin-top: 5%;
    }


    .shadow-card {
        box-shadow: none !important;
    }

    .display-0 {
        font-size: 2.9rem;
        text-align: center;
        margin-right: 5%;
    }

    .btn {
        font-size: .675rem!important;
    }
    .center-t {
        text-align: center;
    }


    .social {
        margin-top: 5%;
    }

    .display-2 {
        font-size: 1.2rem !important;
    }

    .display-4 {
        font-size: 1.6rem !important;
    }

    .product-card-col {
        margin-top: 1rem;
    }

    .bg-gradient-custom-primary {
        background: #fff !important;
    }

    .visble-text {
        color: #525f7f !important;
    }


    .docType {
        display: none;
    }

    .pic {
        margin-bottom: 1rem;
    }

    .illustration {
        display: none;
    }

    .nav {
        display: none !important;
    }

    .brandName {
        display: none;
    }

    .mouse {
        display: none;
    }

    p {
        font-size: 0.9em !important;
    }

    .lead {
        font-size: 0.9em !important;
    }

    .display-3 {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1.5;
        text-align: center;
    }

    ul {
        font-size: 0.9em !important;
    }

    ol {
        font-size: 0.9em !important;
    }

    h5 {
        font-size: 0.9em !important;
    }

    h4 {
        font-size: 0.9em !important;
    }

    h3 {
        font-size: 1em !important;
    }

    .section-lg {
        padding-bottom: 0 !important;
        padding-top: 2rem !important;
    }

    .section {
        padding-bottom: 0 !important;
    }

    .separator {
        display: none;
    }


    .logo-main {
        width: 50% !important;
        margin-top: 15%;
    }

    .btn-top {
        display: block !important;

    }

    .btn:not(:last-child) {
        margin-right: 0 !important;
    }


    .text-wrapper {
        font-size: 0.9em !important;
    }

    .icon-lg {
        width: 2rem !important;
        height: 2rem !important;
    }


    .form-control {
        font-size: 0.8em !important;
    }


    .icon-shape.icon-lg i, .icon-shape.icon-lg svg {
        font-size: 1.25rem !important;
    }

    .footer .copyright {
        text-align: center;
    }

    .social {
        text-align: center;
    }

}


/* Smartphones (portrait) ----------- */
@media only screen
and (max-width: 320px)
and (max-device-width: 321px) {

    .offer {
        text-align: center;
        margin-top: 5%;
    }


    .shadow-card {
        box-shadow: none !important;
    }

    .display-0 {
        font-size: 2.9rem;
        text-align: center;
        margin-right: 5%;
    }

    .btn {
        font-size: .675rem!important;
    }
    .separator {
        display: none;
    }

    .nav {
        display: none !important;
    }

    .brandName {
        display: none;
    }

    .mouse {
        display: none;
    }


    .prod-name {
        text-align: center;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {

}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {

}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {



    .nav {
        display: none !important;
    }

    .brandName {
        display: none;
    }

    .mouse {
        display: none;
    }


    .prod-name {
        text-align: center;
    }
}

/* iPads PRO (portrait and landscape) ----------- */
@media only screen
and (min-device-width: 992px) {

}


/* Desktops and laptops ----------- */
@media only screen
and (min-width: 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width: 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
}
