@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 400;
    color: #2d353b;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #01bca1;
    text-decoration: none;
}
a:hover {
    color: #01bca1;
}
.page-content a:hover {
    border-bottom: 1px solid #01bca1;
}
.container { 
    max-width: 100%; 
}
@media (min-width: 1336px) {
    .container {
        min-width: 1336px;
        max-width: 1556px;
        width: 100%;
    }
}
.main-nav {
    width: 100%;
}
header {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: all 0.5s cubic-bezier(0.125, 0.75, 0.415, 1) 0s; 
    height: 70px;
    position: relative;
    z-index: 1000;
}
@media(min-width: 768px) {
    header {
        height: 100px;
    }
}
main {
    display: block;
}
section {
    display: block;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.navbar-toggler {
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%281, 188, 161, 1%29' stroke-linecap='straight' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-size: 100% auto;
    width: 35px;
    height: 35px;
}
@media(max-width: 991.98px) {
    .navbar-toggler {
        order: 3;
        margin: 0;
    }
}
.navbar-brand-wrap { 
    text-align: center;
    display: flex;
    align-items: center;
    flex-grow: 0;
    max-width: 50%;
}
.navbar-brand {
    margin: auto auto;
}
.navbar-brand img {
    width: 100%;
    width: auto;
    height: auto;
    max-height: 60px;
    transition: all 0.5s cubic-bezier(0.125, 0.75, 0.415, 1) 0s; 
}
@media(min-width: 992px) {
    .navbar-brand-wrap { 
        width: 26%;
        max-width: 350px;
        max-height: 90px;
    }
}
@media(max-width: 991.98px) {
    .navbar-brand img {
        max-height: 60px;
    }
}
#langMenu {
    flex-grow: 0;
    width: 58px;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#langMenu a {
    width: 32px;
    height: 32px;
    display: block;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    background: #01bca1;
    border-radius: 50%;
    color: #FFFFFF;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center center;
    flex-shrink: 0;
    font-size: 0.9em;
}
#langMenu a.active {
    display: none;
}

@media(min-width: 992px) {
    #langMenu a {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 1em;
    }
    header.affix {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100px;
    }
    header.affix .navbar {
        width: 100%;
    }
    header.affix .navbar-brand img {
        max-height: 60px;
    }
    header.affix + main {
        display: block;
        padding-top: 120px;
    }
}
.navbar-nav {
    width: 100%;
}
.nav-item {
    padding-left: 1%;
    padding-right: 1%;
}
.nav-link {
    color: #2d353b;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.nav-link:hover {
    color: #01bca1;
    text-transform: uppercase;
}
@media(max-width: 991.98px) {
    #mainMenu {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: #01bca1;
    }
    .main-nav .nav-item.active {
        background: #FFFFFF;
    }
    #mainMenu .nav-link {
        color: #FFFFFF;
    }
    #mainMenu .nav-link:hover {
        color: #FFFFFF;
    }
    .main-nav .nav-item.active .nav-link {
        color: #01bca1;
    }
    .main-nav .nav-item.active .dropdown-arrow,
    .main-nav .nav-item.active .nav-link {
        color: #FFFFFF;
    }
    .dropdown-menu {
        margin-top: 0;
        border-top: 1px solid #197b30;
        border-bottom: 1px solid #197b30;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        width: 100%;
        text-align: center;
    }
    .dropdown-item {
        white-space: normal;
    }
    #mainMenu .nav-item {
        text-align: center;
    }
}
@media(min-width: 992px) {
    .navbar-nav {
        padding-left: 5%;
    }
    .nav-item {
        display: flex;
        align-items: center;
    }
    #mainMenu .nav-link {
        font-size: 0.9rem;
        padding-right: .2rem !important;
        padding-left: .2rem !important;
    }
}
@media(min-width: 1100px) {
    .navbar-nav {
        padding-left: 5%;
    }
    #mainMenu .nav-link {
        font-size: 1rem;
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
}
@media(min-width: 1336px) {
    .navbar-nav {
        padding-left: 10%;
    }
    #mainMenu .nav-link {
        font-size: 1.2rem;
    }
}
#intro {
    max-width: 1920px;
    overflow-x: hidden;
}
#intro .img img {
    width: 100%;
}
#intro .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}
#intro .text h1,
#intro .tw {
    width: 530px;
    max-width: 100%;
}
#intro .text .slogan {
    font-size: 1.8rem;
    line-height: 1.1em;
}
#intro .text .slogan .line1 {
    display: block;
}
#intro .text .slogan .line2 {
    letter-spacing: 1px;
}
#intro .text h1 {
    font-size: 1.2rem;
    margin: 1.5rem 0 1.7rem 0;
    padding: 0 15px 0 0;
    line-height: 1.2em;
}
.nav-pills .nav-link,
.btn {
    font-size: 1rem;
    line-height: 1em;
    padding: 1em 2.5em;
    border-radius: 3em;
    border-color: #01bca1;
    color: #01bca1;
    text-transform: uppercase;
}
.btn-primary {
    background: #01bca1;
    color: #FFFFFF;
    font-weight: bold;
}
.btn-primary:hover {
    background: #FFFFFF;
    color: #01bca1;
    border-color: #01bca1;
}
.nav-pills .nav-link {
    color: #000000;
    border-color: #2d353b;
    font-weight: bold;
    text-transform: none;
}
.nav-pills .nav-link:hover,
.nav-pills .nav-link.active {
    background: #2d353b;
    color: #FFFFFF;
}
section#services .nav-pills .nav-link {
    color: #FFFFFF;
}
section#services .nav-pills .nav-link:hover,
section#services .nav-pills .nav-link.active {
    background: #01bca1;
}
@media (max-width: 575.98px) {
    #intro .text {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #intro .text h1,
    #intro .tw {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (min-width: 576px) {
}
@media(min-width: 768px) {
    .nav-pills .nav-link {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
    section .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    #intro .text .slogan {
        font-size: 3rem;
    }
    #intro .text h1 {
        font-size: 1.325rem;
    }
    .btn {
        padding: 1.5em 3.625em;
        font-size: 1.2rem;
    }
}
@media (min-width: 1500px) {
    #intro .text .slogan {
        font-size: 3.5rem;
    }
    #intro .text h1 {
        font-size: 1.625rem;
    }
    .btn {
        padding: 1em 3.4em;
    }
    .btn-primary {
    }
}
.section-title {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #01bca1;
    font-weight: bold;
    text-align: center;
}
section#about {
    background: #2d353b;
    background: linear-gradient(0deg, rgba(72,85,89,1) 0%, rgba(60,71,76,1) 51%, rgba(45,53,59,1) 100%); 
    color: #FFFFFF;
    padding-top: 4em;
    padding-bottom: 4em;
    z-index: 90;
}
section#about .section-title {
    margin-bottom: 3rem;
}
section#about h2 {
    margin: 3rem auto 4rem auto;
    font-size: 1.8rem;
    color: #f0f251;
    font-weight: normal;
    text-align: center;
}
section#about .text {
}
.dots {
    margin: 3rem auto 3rem 0;
    height: 20px;
    background-image: radial-gradient(#01bca1 2px, transparent 0);
    background-size: 20px 20px;
}
.qualities {
}
.qualities .fa {
    color: #01bca1;
    font-size: 36px;
}
.service-items .fa {
    color: #01bca1;
    font-size: 46px;
}
.icon {
    display: inline-block;
    height: 36px;
    width: 40px;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.icon-heart {
    background-image: url('../images/icon_heart.png');
}
.icon-search {
    background-image: url('../images/icon_search.png');
}
.icon-shield {
    background-image: url('../images/icon_shield.png');
}
.icon-network {
    background-image: url('../images/icon_network.png');
    height: 45px;
    width: 50px;
}
.icon-remote {
    background-image: url('../images/icon_remote.png');
    height: 45px;
    width: 50px;
}
.icon-monitoring {
    background-image: url('../images/icon_monitoring.png');
    height: 45px;
    width: 50px;
}
.icon-website {
    background-image: url('../images/icon_website.png');
    height: 45px;
    width: 50px;
}
.icon-tailor {
    background-image: url('../images/icon_tailor.png');
    height: 45px;
    width: 50px;
}
.icon-hosting {
    background-image: url('../images/icon_hosting.png');
    height: 45px;
    width: 50px;
}
.contract-name,
.service-name,
.quality-name {
    display: block;
    font-size: 1.2rem;
    margin: 1em 0;
    font-weight: bold;
}
.service-name {
    color: #01bca1;
}
.contract-name {
    color: #01bca1;
    /* border-bottom: 1px solid #01bca1; */
    padding-bottom: 3px;
    cursor: pointer;
}
.plus {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #FFFFFF;
    background: #f0f251;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
    margin-left: 15px;
}
.plus:hover {
    color: #FFFFFF;
}
.plus::before {
    content: '+';
}
.contract-name[aria-expanded="true"] .plus::before {
    content: '-';
}
.qualities p {
}
.piano,
.guitar {
    text-align: right;
}
.piano img,
.guitar img {
    display: inline-block;
}
.bookmark {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 58px;
    height: 58px;
    transform: translate(-50%, 50%);
    z-index: 1;
    display: block;
    background: url('../images/bookmark.png') no-repeat center center;
    background-size: 100% auto;
}
section#portfolio {
    padding-top: 4em;
    padding-bottom: 4em;
    position: relative;
    z-index: 90;
}
section#portfolio .section-title {
    margin-bottom: 2rem;
}
section#portfolio .container-fluid {
    position: relative;
}
.container-portfolio-carousel {
    padding-bottom: 2rem;
    overflow: hidden;
}
section#portfolio .text {
    margin: 2rem auto 4rem auto;
    font-weight: bold;
    text-align: center;
}

section#portfolio .nav-pills {
    justify-content: center;
    margin-bottom: 55px;
}
section#services {
    z-index: 80;
}
section#services h2 {
    margin: 1rem auto 2rem auto;
    font-size: 1.8rem;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
section#services .nav-pills {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 55px;
}
.portfolio-list {
    display: flex;
    flex-wrap: wrap;
}

.portfolio-list .item {
    -webkit-box-shadow: 10px 10px 51px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 51px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 51px 0px rgba(0,0,0,0.75);
    background: #01bca1;
    color: #FFFFFF;
    padding: 30px 40px 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: space-between;
    cursor: pointer;
}
.owl-stage .owl-item:nth-child(2n+1) .item,
.portfolio-list > .item:nth-child(2n+1) {
    background: #2d353b;
}
.owl-stage .owl-item:first-child .item,
.owl-stage .owl-item:nth-child(4n+1) .item,
.portfolio-list > .item:first-child,
.portfolio-list > .item:nth-child(4n+1) {
    background: #6b8080;
}

.portfolio-list .item .logo {
    margin: 0 0 auto 0;
    height: 120px;
}
.portfolio-list .item h4 {
    margin: auto 0 0 0;
    padding: 30px 0 10px 0;
    font-size: 1.125rem;
    font-weight: bold;
}
.portfolio-list .item .tags {
    margin: 0 0 0 -5px;
    display: flex;
    flex-wrap: wrap;
}
.portfolio-list .item .tags li {
    font-size: 0.875rem;
    color: #000000;
    padding: 5px 10px;
    background: #FFFFFF;
    border-radius: 14px;
    margin: 5px;
    font-weight: bold;
}
.portfolio-list .item .tags li a {
    color: #000000;
}
#portfolioPopupContent {
    display: none;
}
section#services {
    background: #2d353b;
    background: linear-gradient(0deg, rgba(72,85,89,1) 0%, rgba(60,71,76,1) 51%, rgba(45,53,59,1) 100%); 
    color: #FFFFFF;
    padding-top: 4em;
    padding-bottom: 4em;
}
section#websolutions {
    padding-top: 4em;
    padding-bottom: 0em;
}
section#websolutions .section-title {
    margin-bottom: 2rem;
}
.monitor {
    border: 30px solid #eaeeee;
    border-radius: 24px;
    background: #eaeeee;
}
.monitor-inner {
    background: #FFFFFF;
    padding: 46px 30px 30px 30px;
}
.monitor-stand img {
    display: block;
    width: 100%;
}
.monitor-inner .items .item:nth-child(1) .service-name,
.monitor-inner .items .item:nth-child(1) {
    color: #000000;
}
.monitor-inner .items .item:nth-child(2) {
    color: #01bca1;
}
.monitor-inner .items .item:nth-child(3) .service-name,
.monitor-inner .items .item:nth-child(3) {
    color: #6b8080;
}
section#how {
    background: #f0f0f1;
    padding-top: 4em;
    padding-bottom: 4em;
}
section#how .section-title {
    margin-bottom: 3rem;
}
.contract-types .nav-tabs .nav-item:nth-child(2) .nav-link {
    color: #01bca1;
}
.contract-types .nav-tabs .nav-item:nth-child(3) .nav-link {
    color: #6b8080;
}
.contract-types {
    display: flex;
}
.contract-types .nav-tabs {
    border-bottom: 0;
}
.contract-types .nav-tabs .nav-item {
    padding: 0;
}
.contract-types .nav-tabs .nav-link {
    text-transform: none;
    font-size: 1.1rem;
    font-weight: bold;
    border: 0;
}
.contract-types .nav-tabs .nav-link span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
}
.contract-types .tab-content {
    background: #FFFFFF;
    padding: 30px;
}
.contract-items .item {
    margin-bottom: 2rem;
}
.quote-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quote-link span {
    font-weight: bold;
}
.btn-yellow {
    background: #f0f251;
    border-color: #f0f251;
    font-weight: bold;
    color: #000000;
}
section#contacts {
    position: relative;
}
section#contacts .section-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4rem;
    color: #000000;
}
#locationInfo {
    position: absolute;
    left: 67%;
    transform: translateX(-50%);
    bottom: 37.2%;
    width: 477px;
    max-width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    -webkit-box-shadow: 10px 10px 51px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 51px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 51px 0px rgba(0,0,0,0.75);
    font-size: 1.2rem;
}
#locationInfo::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 18.5px 0 18.5px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 10;
}
#locationInfo a {
    color: #000000;
}
#locationInfo a:hover {
    color: #01bca1;
}
#locationInfo .social {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #000000;
}
#locationInfo .social a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    background: #01bca1;
    border-radius: 50%;
    font-size: 24px;
    color: #FFFFFF;
    transition: all 0.5s cubic-bezier(0.125, 0.75, 0.415, 1) 0s; 
}
#locationInfo .social a:hover {
    background: #FFFFFF;
    color: #01bca1;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.owl-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
}

.owl-carousel .owl-dot.active {
  background-color: #01bca1;
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-carousel .owl-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.music img {
  animation-duration: 3s;
}
.piano img {
  animation-duration: 3s;
}
.mb-standard {
    margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
    .music,
    .guitar {
        display: none;
    }
    section#services .nav-pills .nav-link,
    section#portfolio .nav-pills .nav-link {
        padding-left: 1em;
        padding-right: 1em;
    }
    .contract-types {
        flex-direction: column;
    }
    .contract-types .nav-tabs .nav-link {
        font-size: 0.8rem;
    }
    .contract-types .nav-tabs .nav-link span {
        display: none;
    }
    .quote-link {
        flex-direction: column;
    }
    .btn-yellow {
        margin-top: 10px;
    }
    #locationInfo {
        position: relative;
        font-size: 1.2rem;
        padding: 15px;
        transform: none;
        left: 0;
        border-radius: 0;
        width: 100%;
    }
    #locationInfo::after {
        display: none;
    }
    #locationInfo .social {
        margin-top: 1rem;
        padding-top: 1rem;
    }
    #locationInfo .social a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
        background: #01bca1;
        border-radius: 50%;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .dots {
        width: 70%;
    }
    .qualities {
        width: 80%;
    }
    .guitar {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 20%;
        transform: translateY(15%);
    }
    .bookmark {
        width: 86px;
        height: 86px;
    }
    .piano {
        position: relative;
        right: 0px;
        bottom: 0px;
        width: 45%;
        float: right;
    }
    .piano::after {
        content: '';
        display: block;
        padding-bottom: 28%;
    }
    .piano img {
        position: absolute;
        left: 0;
        width: 100%;
        
    }
    section#portfolio .text {
        max-width: 60%;
    }
    section#portfolio {
        padding-bottom: 5rem;
    }
    section#services {
        padding-top: 5rem;
        padding-bottom: 0;
    }
    section#websolutions {
        padding-top: 5rem;
    }
    section#how {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .music {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 18%;
    }
    .monitor {
        border-width: 40px;
        border-radius: 32px;
    }
    .monitor-inner {
        padding: 76px 30px 60px 30px;
        display: flex;
        align-items: center;
    }
    .contract-types .tab-content {
        width: 70%;
    }
    .contract-types .nav-tabs {
        flex-direction: column;
        width: 30%;
        flex-grow: 0;
    }
    .contract-types .nav-tabs .nav-link {
        text-transform: none;
        font-size: 1.1rem;
        font-weight: bold;
    }
    .contract-types .nav-tabs .nav-link span {
        display: block;
        font-size: 1rem;
        font-weight: normal;
    }
    #locationInfo {
        padding: 50px 60px;
    }
}
@media (min-width: 1280px) {
    section#websolutions .section-title {
        margin-bottom: 3rem;
    }
    section#how .section-title {
        margin-bottom: 4rem;
    }
    .section-title {
        font-size: 2.375rem;
    }
    .dots {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .quote-link span,
    .contract-name,
    .service-name,
    .quality-name {
        display: block;
        font-size: 1.5rem;
        margin: 1em 0;
    }
    section#about .text,
    .qualities p {
        font-size: 1.125rem;
    }
    .monitor-inner .items .item,
    .service-items .item {
        padding-left: 50px;
        padding-right: 50px;
    }
    .monitor-inner .item p,
    .service-items .item p {
        font-size: 1.125rem;
    }
    .monitor {
        border-width: 50px;
        border-radius: 40px;
    }
    .monitor-inner {
        padding: 66px 50px 50px 50px;
    }
    .contract-types .nav-tabs .nav-link {
        font-size: 1.5rem;
        padding: 40px 50px;
    }
    .contract-types .nav-tabs .nav-link span {
        font-size: 1.125rem;
    }
    .contract-types .tab-content {
        padding: 40px 50px;
        font-size: 1.125rem;
    }
    .contract-items .item {
        margin-bottom: 3rem;
    }
    #locationInfo {
        font-size: 1.5rem;
    }
    .mb-standard {
        margin-bottom: 5rem;
    }
}
@media (min-width: 1336px) {
    .monitor-inner {
        min-height: 600px;
    }
}
@media (min-width: 768px) and (max-width: 1062px) {
    section#services .nav-pills .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 1.1rem;
    }
}
