﻿.company-info {
    color: white;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    font-weight: 500 !important;
    font-size:120%;
}

.tm_r_circle {
    font-size: 30%;
    font-weight: bold;
    line-height: 100%;
    opacity: .85;
    position: relative;
    top: -10px;
    vertical-align: super;
}

.social-icons {
    float: right;
    margin-top: -38px;
}

    .social-icons a {
        display: inline-block;
        border-radius: 20px;
        margin: 0 2px;
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 8px;
        color: white;
        border: 2px solid white;
        transition: 0.3s ease;
    }

        .social-icons a:hover {
            color: var(--color-secondary);
            border: 2px solid var(--color-secondary);
        }

.our-services {
    width: 460px;
    height: 460px;
    overflow: hidden;
    background: #ccc;
    border: 1px solid white;
    border-bottom: none;
    box-shadow: 4px 4px 4px #d1d1d1; /* fallback for rgba */
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.our-services div {
        height: 230px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .our-services div.business-apps {
        border-bottom: 1px solid #f5f5f5; /* fallback for rgba */
        border-bottom: 1px solid rgba(255,255,255,.7);
    }

    .our-services div.embedded-sys {
        border-top: 1px solid #cdcdcd; /* fallback for rgba */
        border-top: 1px solid rgba(0,0,0,.3);
    }

    .our-services div.business-apps a {
        background: #d4a23b; /* fallback for rgba */
        background: rgba(179,133,37,.7);
        border-right: 1px solid #d4d4d4; /* fallback for rgba */
        border-right: 1px solid rgba(0,0,0,.3);
        -webkit-box-shadow: 1px 0 0 0 #f6f6f6; /* fallback for rgba */
        -webkit-box-shadow: 1px 0 0 0 rgba(255,255,255,.7);
        box-shadow: 1px 0 0 0 #e9e9e9; /* fallback for rgba */
        box-shadow: 1px 0 0 0 rgba(255,255,255,.7);
    }

.our-services div.embedded-sys a {
        float: right;
        background: var(--color-primary);
        background: #72a499; /* fallback for rgba */
        background: rgba(26,108,90,.7);
        border-left: 1px solid #b6b4b4; /* fallback for rgba */
        border-left: 1px solid rgba(0,0,0,.3);
        -webkit-box-shadow: -1px 0 0 0 #ffffff; /* fallback for rgba */
        -webkit-box-shadow: -1px 0 0 0 rgba(255,255,255,.7);
        box-shadow: -1px 0 0 0 #ffffff; /* fallback for rgba */
        box-shadow: -1px 0 0 0 rgba(255,255,255,.7);
    }

.our-services div a {
            display: block;
            width: 50%;
            height: 232px;
            text-decoration: none;
            color: white;
            font-size: 38px;
            font-family: 'Glober SemiBold Free';
            line-height: 1.1em;
            text-align: center;
            padding-top: 60px;
            -webkit-transition: all .5s ease 0;
            transition: all .5s ease 0;
        }

            .our-services div a i {
                display: block;
                height: 45px;
                width: 45px;
                border: 2px white solid;
                border-radius: 50px;
                line-height: 41px;
                text-align: center;
                margin: 12px auto;
                transform: rotateX(90deg);
                transition: 0.5s ease;
            }

            .our-services div a:hover i {
                transform: rotateX(0);
            }

.product-heading {
    background: #d6e4e8;
    padding: 60px 0 44px;
}

    .product-heading h3 {
        font-size: 40px;
        margin: 0;
        font-weight: 400;
        line-height: 0;
        display: block;
    }

/* slider section */

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: black;
    color: white;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

    .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

    .owl-nav button:hover {
        color: var(--color-secondary-lighter) !important;
    }

.owl-dots {
    text-align: center;
    padding-top: 15px;
    display: none;
}

    .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: black;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .owl-nav button:focus {
        outline: none;
    }

.owl-nav span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-prev {
    left: -34px;
}

.owl-next {
    right: -34px !important;
}

/* ReSharper disable once DeclarationIsEmpty */
.owl-slider {
    /* Created to avoid the resharper warning about missing style in the index.cshtml. This class is used by the javascript. */
}

/* ReSharper disable once DeclarationIsEmpty */
.owl-carousel {
    /* Created to avoid the resharper warning about missing style in the index.cshtml. This class is used by the javascript. */
}

/* ReSharper disable once DeclarationIsEmpty */
.owl-lazy {
    /* Created to avoid the resharper warning about missing style in the index.cshtml. This class is used by the javascript. */
}

.products-item {
    padding: 20px 0 20px;
    overflow: hidden;
}

#main-content {
    background: var(--color-primary);
    border-bottom: 7px solid var(--color-secondary);
    padding: 55px 0 50px;
    height: 486px;
}

    #main-content h1 {
        font-size: 62px;
        color: var(--color-secondary-light);
    }

#main-content h2 {
    font-size: 55px;
    color: white;
}

@media (max-width:1024px) {
    #main-content h1 {
        font-size: 45px;
    }

    #main-content {
        padding: 71px 0 50px;
        height: auto;
    }


    .our-services {
        width: 100%;
        height: auto;
    }

        .our-services div {
            height: 175px;
        }

            .our-services div a {
                height: 174px;
                font-size: 24px;
                padding-top: 41px;
            }

    .owl-carousel .owl-item img {
        display: block !important;
        width: auto !important;
        text-align: center !important;
        margin: 0 auto !important;
    }	

    .owl-nav button.owl-next {
        right: 0 !important;
    }
}
