@font-face {
    font-family:'HurmeGeometricSans3';
    src: url('../fonts/HurmeGeometricSans3.otf') format('otf'),
    url('../fonts/HurmeGeometricSans3.otf')  format('truetype');
}
@font-face {
    font-family: 'HurmeGeometricSans3SemiBold';
    src: url('../fonts/HurmeGeometricSans3SemiBold.otf') format('otf'),
    url('../fonts/HurmeGeometricSans3SemiBold.otf')  format('truetype');
}

/*MODAL*/

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.navbar-brand{
    width: 50px;
    padding: 1rem 0;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(0, 96, 163);
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}
.navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
}
.about-pics{
    max-height: 400px;
}

.svg-icon:hover{
    fill:#006699 ;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.desktop-lang{
    display: none;
}
.page-desktop-lang{
    display: none;
}




.email-succes{
    color: #ffff;
    background: green;
    display: block;
    text-align: center;
    padding: 10px;
    margin: 15px 0;
}

.top-header{
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(to right, rgba(58, 114, 165, 0.66), rgba(57, 110, 150, 0.16),rgba(57, 110, 150, 0.16), rgba(53, 108, 165, 0.66));
    position: absolute;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 3;
}
.owl-dots{
    display: none;
}
.top-social{
    display: flex;
    padding: 5px 0;
}
.social{
    display: flex;
    justify-content: space-evenly;
}
.social i {
    font-size: 22px;
}
.social i:hover{
    color: #005c9f;
}
.contact-header{
    padding: 5px 0px;
    padding-left: 15px;
    display: flex;
    flex-direction: row;
}
.contact-header a {
    color: white;
    padding-left: 10px;
    font-size: 13px;
}
.contact-header span{
    color: #9e9e9e;
}
.contact-header a:hover {
    text-decoration: none;
}
.app-header {
    padding: 5px 20px;
    position: absolute;
    z-index: 3;
    margin-top: 2rem;
    width: 100%;
}
.logo-container{
    max-width: 200px;
}
#home-image{

}
.logo-img{
    width: 100%;
}
.navbar {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #0f101300 ;
}
.navbar:last-child{
    /*float:right;*/
}

.navbar-dark .navbar-toggler{
    border-color: rgba(0, 0, 0, 0.5);
}
.navbar-toggler:focus{
    outline: 5px auto rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(187, 187, 187);
}
.menu-link{
    color: #FFFFFF !important;
    font-size: 18px;
}
.menu-link:hover{
    text-decoration: none;
}
.navbar-collapse{
    margin: 0 2rem;
}
.navbar-toggler-icon{
    color: #000000;
}
.nav-item{
    margin-right: 1rem;
}

.menu-underline{
    background-color: #005da0;
    height: 2px;
    width: 30%;
    margin-left: auto;
    margin-right: 1rem;

}
.desktop-lang{
    position: absolute;
    right: 7rem;
    bottom: 7px;
}
.nav-item:hover .menu-underline
{
    display: none;
}
.nav-item:hover{
    border-bottom: 1px solid #fff;
}
.flag-img{

    width: 20px;
}
.app-social-icons{
    display: flex;
}
.social-icon{
    display: block;
    margin-left: 30px;
}
.social-icon i {
    font-size: 22px;
    color: #ffffff;
}
.main-image{
    width: 100%;
}
#main-header{
    background-color:  #0f1013 !important;
    position: fixed;
    z-index: 9999999;
    padding-left: 20px;
    padding-right: 20px;
}
.text-indicator{
    background-color: #3e8fb5;
    height: 3px;
    width: 10%;
    display: block;
    margin: 20px auto;

}
.about-row{
    align-items: center;
}
.about-text{
    display: flex;
    text-align: left;
    flex-direction: column;
    padding: 2rem 0;
    width: 80%;
}

.about-text h2{
    font-family: 'NexaBold', sans-serif;
    letter-spacing: 1px;
}
.about-text h6{
    font-family: "HurmeGeometricSans3Bold.otf", sans-serif;
letter-spacing: 2px;
}
.services-title {
    text-align: center;
    display: flex;
    margin: 30px auto;
    justify-content: center;
    align-items: center;
    font-family: 'NexaBold', sans-serif;
    flex-direction: column;
}
.about-title{
    text-align: left;
    display: flex;
    font-family: 'HurmeGeometricSans3SemiBold', sans-serif;
    flex-direction: row;
    margin: 1rem 0;
    text-transform: uppercase;
    align-items: center;
}
.about-title h2{
    font-family: 'HurmeGeometricSans3SemiBold', sans-serif;
    letter-spacing: 0px;
    font-size: 32px;
    color: #E6E6E6;
    text-transform: uppercase;
}
.services-icon svg{
    fill: #fff;
}
.services-icon svg:hover{
    fill: #006699;
}
.services-title h2{
    font-family: 'HurmeGeometricSans3SemiBold', sans-serif;
    letter-spacing: 0px;
    font-size: 32px;
    color: #E6E6E6;
    text-transform: uppercase;
}
.services-title h6{
    font-family: 'HurmeGeometricSans3SemiBold', sans-serif;
}

#slider-carousel.owl-carousel .owl-nav{
    font-size: 100px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    bottom: 40%;
    color: #61616180;
}
#product-carousel .owl-nav button:hover{
    background: transparent !important;
    color:#FFFFFF;
}

#product-carousel.owl-carousel .owl-nav{
    display: flex;
    justify-content: space-around;
    position: absolute;
    width: 115%;
    color: #005da0;
    bottom: 50%;
    left: 14%;
    font-size: 52px;
    margin: 0;
    transform: translate(0, 50%);
}

#slider-carousel .owl-nav button:hover{
    background: transparent !important;
}

.owl-nav button:focus {
    outline: none;
}
.services-icon img{
    width: 50px!important;
}

.service-card{
    /*border: 1px solid #eaeaeaa1;*/
    /*margin: 0.7rem;*/
    /*width: 47%;*/
    padding: 1rem;
    /*border-radius: 20px;*/
}
.services-content h4{
    color: #FFFFFF;
}
.services-block{
    text-align: center;
}
.services-block p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0.3rem;
    font-family: 'HurmeGeometricSans3', sans-serif;
}
.portfolio-title{
    text-align: left;
    margin: 30px 1rem ;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.portfolio-text{
    display: flex;
    flex-direction: column;
    text-align: left;
   justify-content: flex-end;
    width:85%;
}
.portfolio-text h5{
    font-family: 'HurmeGeometricSans3SemiBold', sans-serif;
}
.portfolio-title h6{
    font-family: 'NexaBold', sans-serif;
}
.portfolio-title h2{
    font-family: 'HurmeGeometricSans3SemiBold', sans-serif;
    letter-spacing: 0px;
    font-size: 32px;
    color: #E6E6E6;
    text-transform: uppercase;
}
.portfolio-img{

}
.portfolio-img img{
    width: 100%;
}
.partner-logo{
    width: 100%;
    height: auto;
}

.portfolio-layer{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10000;
    cursor: pointer;
    bottom: 0;
    background-image: linear-gradient(#171616b0, #00000075);
    pointer-events: none;
}
#portfolio{
    background-color: #0f1013;;
    padding-bottom: 1rem;
}
.portfolio-layer p {
    margin-bottom: 5px !important;

}
/*.portfolio-underline*/
/*{*/
/*    margin:0 auto;*/
/*    height: 2px;*/
/*    width: 25%;*/
/*    background: #FFFFFF;*/
/*}*/


.w3-modal-content {
    position: relative;
    padding: 0;
    outline: 0;
    top: 50%;
    width: 600px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #cccccc;
    padding: 1rem;
    text-align: center;
    color: #000000;
    background-color: white;
}
.w3-modal-content h3{
    padding-top: 1rem;
}
.w3-modal {
    z-index: 90000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}
.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: white;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}
.w3-xlarge {
    font-size: 30px!important;
}
#about{
   padding: 1rem 0;
}

.about-header{
    margin: 30px auto;
    text-align: center;
    align-items: center;
}
.about-header h2{
    font-family: "Montserrat", Arial, Tahoma, sans-serif;
    letter-spacing: 2px;
    font-size: 35px;
    color: #777777;
}
.about-header p {
    font-family: "HurmeGeometricSans3",  sans-serif;
    letter-spacing: 2px;
    font-size: 15px;
    color: #5f5e5e;
}
.list-content{
    display: flex;
    flex-direction: row;
}
.number-img{
    width: 80px;
    height: 80px;
}
.about-list{
    background-color: #eaeaea !important;
    padding: 10px;
    margin-bottom: 10px;
}
.call-block{
    display: flex;
    padding: 0.5rem 0;

}
.support-card{
    left: 4rem;

    color: #FFFFFF;
    position: absolute;
    top: 1rem;
}
.support-card h4 ,h6{
    font-family: 'HurmeGeometricSans3Bold.otf', sans-serif;
}
.number-card{
    width: 40%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 3rem;
    padding-top: 5px;

}
.numbers span {
    font-family: 'HurmeGeometricSans3', sans-serif;
    color: #FFFFFF;
    font-size: 14px;
}
.adresa{
    font-family: 'HurmeGeometricSans3', sans-serif;
    color: #FFFFFF;
    font-size: 17px;
}
.adresa span{
    color: #dedddd;
}
.list-text {
    margin:0px 20px;
}
.list-text p {
    color: #7b7979;
    font-size: 14px;
}
.form-group input::placeholder{
    color:  #dcdcdc;
    font-family: 'HurmeGeometricSans3', sans-serif;
}
#message {
    background: #0f1013;
}
.item .col-md-5{
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
}
 .portfolio-logo{
     display: inline-block;
     padding: 1rem 0;
}
.p-logo{
   width: 150px !important; ;
}
.design-logo{
    width: 70px !important; ;
}
.form-group textarea{
     background-color: #0f1013;
 }
.form-group textarea:focus{
    background-color: #0f1013;
}
.form-group textarea::placeholder{
    color:  #dcdcdc;
    font-family: 'HurmeGeometricSans3', sans-serif;
}
#contact{
    background-color:#0f1013;;
    padding: 2rem 0;
}
.contact-box {
    justify-content: center;
    display: flex;
    padding: 1rem;
    /*border: 1px solid #a9a9a952;*/

    /*box-shadow: 5px 5px 10px #afafaf73;*/
    width: 80%;
    margin: 0 auto;
}

.contact-text {
    padding: 15px 0px;
    display: flex;

    align-items: center;
    flex-direction: column;

}
.contact-text h2{
    font-family: 'HurmeGeometricSans3SemiBold', sans-serif;
    letter-spacing: 0px;
    font-size: 32px;
    color: #E6E6E6;
    text-transform: uppercase;
}
.contact-text p{
    font-family: 'HurmeGeometricSans3', sans-serif;
    color: #c5c5c5;
    text-align: center;
}
.contact-underline{
    background-color: #005da0;
    height: 2px;
    width: 30%;
    margin-bottom: 10px;
}

.contact-form{
    width: 100%;

}
.form-group{
    display: flex;
    flex-direction: row;
}
.name-box{
    margin-right: 10px;
}
.contact-form .form-group input {
    border-radius: 0;
    background: #0f1013;
    border: 1px solid #dcdcdc;
}
#exampleInputText {
    background: #0f1013;
}
.title-underline{
    background-image: linear-gradient(to bottom right, #006699, #000066);
    height: 2.5px;
    width: 30%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.about-underline{
    background-image: linear-gradient(to bottom right, #006699, #000066);
    height: 50px;
    width: 2.5px;
    margin-right:1rem ;
}
#map{
    padding-top: 2rem;
}
.contact-btn{
    width: 100%;
    display: flex;
}
.form-btn {
    background: #f3f3f3;
    color: #005da0;
    border: 1px solid #dcdcdc;
    font-family: 'HurmeGeometricSans3', sans-serif;
    width: 35%;
    margin: 0px auto;
}
.form-btn:hover{
    color: #468fb5b5;
}

.contact-addres {
    display: flex;
    text-align: center;
    flex-direction: column;
    padding: 40px;
}
.contact-addres p {
    color: #777777;
    font-size: 17px;
}
.contact-addres h4{
    color: #3e8fb5bf;
    font-family: "HurmeGeometricSans3", sans-serif;
}
.footer{
    display: flex;
    flex-direction: row;
    width: 100%;

    margin-right: auto;
    margin-left: auto;
    padding: 2rem;
}
#contact{
    padding: 3rem;
}
.footer-contact {
    display: flex;
    flex-direction: column;
    width: 40%;

}
.footer-contact span{
    color: #c1c1c1;
    font-family: 'HurmeGeometricSans3', sans-serif;
}
.footer-contact a{
    color: #777777;
    font-family: 'HurmeGeometricSans3', sans-serif;
}
.footer-contact a:hover{
    text-decoration: none;
}

.copyright{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.follow-block{
    display: flex;
    width: 15%;
    margin-left: auto;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.follow-block h4{
    color: #777777;
    font-family: 'HurmeGeometricSans3', sans-serif;
}
.footer-lang{
    padding-top: 10px;
}
.footer-lang a{
    color: #cccccc;
}
.footer-social{
    display: flex;
    flex-direction: row;
}
.copyright a{
    color: #777777;
    font-family: 'HurmeGeometricSans3', sans-serif;
}
.copyright a:hover{
    text-decoration: none;
}

.footer-icon {
    width: 25px;
    height: 20px;
    margin-right: 5px;
}
.footer-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 40px;
}
.footer-text a {
    color: #f1f0f0;
    margin-bottom: 20px;
}
.footer-text a:hover{
    text-decoration: none;
    color: #3e8fb5;
}
.copyright h6{
    color:#cccccc;
}
.app-terms{
    padding: 20px 0px;
    color: #777777;
}
.error-form{
    display: block;
    margin: 0;
    color: red;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}


/*//////////PAGE CSS///////////////*/

.page-top-header{
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(to right, rgba(58, 114, 165, 0.45), rgba(57, 110, 150, 0.33), rgba(53, 108, 165, 0.66));
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.page-app-header{
    padding: 5px 20px;
    margin-bottom: 3rem;
    width: 100%;
}
/*#page-menu:hover .menu-underline*/
/*{*/
/*   width: 100%;*/
/*}*/
#page-menu .nav-item:hover {
    border-bottom: 2px solid #438eb4;
}
#services{
    margin-top: 3rem;
    padding: 1rem 0;
    background-image: url("../img/hena.png");
    background-position: left;
    background-repeat: no-repeat;

}
.page-lang{
    color: rgba(0,0,0,.5);
}
.page-lang:hover{
    text-decoration: none;
    color: rgba(0,0,0,.9);
}
.page-desktop-lang{
    position: absolute;
    right: 7rem;
    top: 3rem;
}
.service-card h6{
    font-weight: bold;
}
#product-block .item{
    padding-left: 0;
    padding-right: 0;
}
.social svg {
    fill: #fff;
}
.social svg:hover {
    fill: #005da0;
}



@media screen and (min-width: 1900px) {

    .support-card {
        left: 5rem;
        color: #FFFFFF;
        position: absolute;
        top: 4rem;
    }
    .support-card h4{
        font-size:42px;
    }
    .support-card h6{
        font-size:36px;
    }
    .number-card {
        top: 3rem;
    }
    .adresa{
        font-size: 42px;
    }
    .numbers span{
        font-size: 36px;
    }

}


@media (max-width: 680px) {
    .top-header{
        display: none;
    }
    .portfolio-text p{
        font-size: 12px;
    }
    .first-title {
        font-size: 2.5rem;
    }
    .main-content {
        position: absolute;
        top: 15%;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .second-content {
        position: absolute;
        bottom: 9%;

        width: 100%;
        text-align: center;
    }
    .p-logo {
        width: 125px ;
    }
    .portfolio-logo img{
        margin: 0 auto;
    }
    #product-carousel.owl-carousel .owl-nav {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: 126% ;
        color: #005da0 !important;
        bottom: 50%;
        left: -14%;
        font-size: 52px;
        margin: 0;
        transform: translate(0, 50%);
    }
    #contact{
        padding: 1rem;
    }
    .contact-box {
        width: 100%;
    }
    .title-underline {
        width: 70%;
    }
    .portfolio-title h2{

        font-size: 2rem;}
    .about-text {
        text-align: center;
        width: 100%;
    }
    .main-image {
        height: 60vh;
    }
    .portfolio-text {
        text-align: center;
        width: 100%;
    }
    .app-header{
        margin-top: 0;
        background-image: linear-gradient(to right, rgba(58, 114, 165, 0.66), rgba(66, 66, 66, 0.52),rgba(45, 45, 45, 0.55), rgba(53, 108, 165, 0.66));

    }
    .page-app-header{
        background-image: linear-gradient(to right, rgba(58, 114, 165, 0.66), #9db9d6,#8baacabf, #8babcae0);

    }


    .page-top-header{
        display: none;
    }
    #about{
        margin: 0;
    }

    .support-card{
        display: none;
    }
    .number-card {
        width: 100%;
        top: 1rem;
        right: 0rem;
    }
    #slider-carousel.owl-carousel .owl-nav {
        bottom: 30%;
        color: #777676cc;
    }
    .footer{
        flex-direction: column;
        padding: 0.5rem 2rem;
    }
    .footer-contact{
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
    }
    .footer-contact a {
        font-size: 14px;
    }
    .footer-icon {
        width: 20px;
        height: 15px;
        margin-right: 5px;
    }
    .follow-block{
        width: 100%;
        flex-direction: column;
        margin-left: 0;
        justify-content: center;
    }
    .footer-lang{
        display: none;
    }

    .footer-contact span{
        display: none;
    }
    .form-btn {
        width: 100%;
    }
    .service-card {
        width: 100%;
        text-align: center!important;
    }
    .menu-underline{
        display: none;
    }
    .navbar{
        width: 100%;
    }
    .contact-header {
        flex-direction: column;
        padding-left: 0;
    }
    .contact-header img{
        margin-right: 5px;
        width: 15px;
        height: 13px;
    }
    .contact-header span{
        display: none;
    }
    .contact-header a {
        font-size: 12px;
    }
    .text-indicator {
        width: 50% !important;
    }

    .about-header p {
        letter-spacing: 1px;
        font-size: 17px;
        color: #4e4c4c;
    }
    .list-text {
        margin: 0px 5px;
    }
    .contact-form {
        padding: 10px;
        width: 100%;
    }
    .form-group{
        flex-direction: column;
    }
    .name-box{
        margin-bottom: 10px;
    }
    .contact-addres {
        padding: 20px 5px;
    }
    .contact-addres h4 {
        font-size: 22px;
    }
    .contact-addres p {
        color: #777777;
        font-size: 15px;
    }
    .logo-container {
        max-width: 213px !important;
    }
    .social-icon {
        margin: 11px 14px;
    }
    .services-block h4{
        font-size: 18px !important;
    }
    .app-header {
        padding: 5px 10px;
    }
    .app-social-icons{
        display: flex !important;
    }
    .w3-modal-content {
        width: 300px;
    }
    .portfolio-img:hover .portfolio-layer{
        display: none;
    }

}


@media (max-width: 768px) {
    .top-header{
        display: none;
    }
    .navbar{
        width: 100%;
    }
    .first-title {
        font-size: 2.5rem;
    }
    .main-content {
        position: absolute;
        top: 15%;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .second-content {
        position: absolute;
        bottom: 9%;
        width: 100%;
        text-align: center;
    }
    .portfolio-img {
        align-items: center;
        display: flex;
    }
    #map{
        margin-top: 5rem;
    }
    .footer{
        flex-direction: column;
    }
    .footer-contact{
        width: 100%;
        margin-bottom: 1rem;
        margin-left: auto;
    }
    .follow-block {
        width: 100%;
        flex-direction: column;
        margin-left: 0;
        justify-content: center;
        margin-top: 1rem;
    }
    .footer-lang{
        display: none;
    }
    .form-btn{
        width: 100%;
    }
    .service-card{
        width: 100%;
    }

    .menu-link{
        font-size: 12px;
    }
    .contact-header {
        flex-direction: column;
        padding-left: 0;
    }
    .contact-header a {
        padding: 0 5px;
        font-size: 12px;
    }
    .text-indicator {
        width: 25%;
    }
    .list-text {
        margin: 0px 5px;
    }
    .contact-form {
        padding: 10px;
        width: 100%;
    }
    .logo-container {
        max-width: 270px;
    }
    .services-content {
      padding: 1rem 0;
    }
    .services-block h4{
        font-size: 15px;
    }
    .app-social-icons{
        display: none;
    }
    #navbarSupportedContent{
        width: 100%;
    }
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }


}
@media screen and (min-width: 800px) {
    .mb-only {
        display: none;
    }
    .desktop-lang{
        display: block;
    }
    .page-desktop-lang{
        display: block;
    }
    .services-icon{
        margin-bottom: 1rem;
    }
}
html {
    touch-action: none;
}


