.btn-circle{
    width: 32px;
    height: 32px;
    padding: 0 2px;
    border-radius: 50%!important;
    font-size: 1rem;
    text-align: center;
}
.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 3px 0;
    font-size: .9rem;
}
.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    font-size: 10px;
}
.btn-circle.btn-lg {
    width: 70px;
    height: 70px;
    padding: 17px 0;
    font-size: 12px;
}
.btn:active,
.btn:focus,
.btn.active,
.btn:active:focus {
    background-image: none!important;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.btn-outline-danger:hover {
    color: #fff!important;
}
.icon .fill-1 {
    fill: #000;
}
.icon .fill-2 {
    fill: #fe0546;
}
.icon .fill-3 {
    fill: #fff;
}

.navbar .nav-link {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.navbar .nav-item.active .nav-link {
    background: #fe0546!important;
}
.navbar .nav-item:not(.active) .nav-link:hover {
    background: #212529!important;
}
section, .img {
    z-index: 0;
}
.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .3;
    background: #181d23;
    z-index: -1;
}
.section-inner {
    left: 0;
    right: 0;
    top: -70px;
}
.item {
    padding: 4rem 2rem;
    transition: all 0.3s ease;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
.item-body {
    margin-left: 2rem;
}
.item::before {
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    content: '';
    width: 50%;
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
    -webkit-transform: matrix(1.3, 0, -0.3, 1, 0, 0);
    -ms-transform: matrix(1.3, 0, -0.3, 1, 0, 0);
    transform: matrix(1.3, 0, -0.3, 1, 0, 0);

}

#about .img::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 0 0;
    border-color: #fe0546 transparent transparent transparent;
}
#about .ico {
    position: absolute;
    top: 50%;
    width: 90px;
    height: 120px;
    background: #fe0546;
    right: -45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 11px 32px -12px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0 11px 32px -12px rgba(0, 0, 0, 0.28);
    box-shadow: 0 11px 32px -12px rgba(0, 0, 0, 0.28)
}
#preloader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000; }
#preloader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #212529;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
#preloader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1; }
#preloader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
#preloader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round; }
@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); }
}
@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); }
}
@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0; }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px; }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px; }
}
@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0; }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px; }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px; }
}


.subheading {
    color: #fe0546;
    letter-spacing: 2px;
}


#return-to-top {
    bottom: 2rem;
    right: 2rem;
    z-index: 10;
    display: none;
    opacity: .5;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#return-to-top:hover {
    opacity: .9!important;
}

.bg-half-light::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    content: '';
    background: #f3f5f6;
    z-index: -1;
}

.round {
    top: 32%;
    left: 50%;
    transform: translate(-50%);
}
.round::before {
    content:     "";
    display:     block;
    padding-top: 100%;
}

.btn-lang {
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: block;
    border-radius: 50%;
}
.btn-lang:not(.active) img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.btn {
    border-radius: 0;
}
.btn:not(.btn-lg) {
    font-size: .8rem!important;
}

#navigation .nav-link{
    font-weight: bold;
    font-size: .9rem;
    letter-spacing: 2px;
}

footer .aside-stretch {
    position: relative;
    background: rgb(254, 5, 70);
    border-left: 1px solid rgb(254,5,70);
}
footer .aside-stretch::before {
    position: absolute;
    top: 0;
    right: 100px;
    content: "";
    width: 100px;
    height: 100%;
    transform: matrix(1, 0, 0.9, 1, 150, 0);
    /*z-index: -1;*/
    background: rgb(254, 5, 70);
}
.aside-stretch::after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: "";
    width: 360%;
    background: rgb(254, 5, 70);
}

footer a {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

footer a.list-group-item:hover {
    color: rgb(254, 5, 70) !important;
}
#service-list .card * {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#service-list .card:hover {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

#service-list .card:hover a,
#service-list .card:hover svg path,
#service-list .card:hover svg polygon{
    color: rgb(254, 5, 70)!important;
    fill: rgb(254, 5, 70)!important;
}

.fill-white path,
.fill-white polygon {
    fill:#fff;
}

.fill-danger path,
.fill-danger polygon {
    fill: rgb(254, 5, 70)!important;
}


#services svg path {
    fill: #fff!important;
}
