﻿/*Company*/
a:hover {
    text-decoration: none;
}

.blue-line {
    border: 1.5px solid #17469E;
    border-radius: 25px;
    background-color: #17469E;
    margin-top: 3rem;
}

.line-background {
    background-position: center;
    background-size: contain;
    background-image: url(/img/site/line-background.png);
    background-repeat: no-repeat;
}

.general-pad {
    padding-right: 5rem;
    padding-left: 5rem;
}

.general-pad2 {
    padding-right: 5rem;
    padding-left: 5rem;
    background-color: #E8E8E8;
}


.site-banner {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px;
    padding: 13% 0px;
}

.banner-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient( 180deg, rgba(0,0,0,.45),rgba(216,216,216,.45));
}

.banner-title {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    color: rgba(255,255,255,1);
    position: absolute;
    top: 48%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.site-article {
    text-align: justify;
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: rgba(102,102,102,1);
    letter-spacing: 0.2px;
    white-space: pre-line;
}

.site-color {
    background: linear-gradient(360deg, rgba(232,232,232,1) 50%, rgba(247,247,247,1) 50%);
}

.h-50 {
    height: 50px !important;
}

.fs-20 {
    font-size: 20px !important;
}

/*Company End*/
.logo {
    backdrop-filter: blur(21px) brightness(1.2);
    background-color: rgba(0,0,0,.25);
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    height: 100px;
}

.portemem-navbar .nav-link {
    white-space: nowrap;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    color: white;
    letter-spacing: .4px;
    line-height: 26px;
    padding: 1rem 1.5rem !important;
}

.send-email {
    position: absolute;
    right: 0px;
    left: 0;
    top: -2rem;
}

    .send-email input {
        height: 60px;
        border-radius: 30px;
        padding: 1rem 1.5rem;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    }

.email-send {
    position: absolute;
    right: 1rem;
    top: .65rem;
    border-radius: 30px;
    background-color: #17469E;
    border-color: #17469E;
    color: white;
}

    .email-send:hover {
        color: white;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    }

/**/

.footer {
    background-color: #F1F1F1;
}

.footer-logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
}

.footer-title {
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    color: rgba(0,86,165,1);
    margin-bottom: 1.5rem;
}

.footer-text {
    line-height: 20px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(39,39,37,1);
    white-space: pre-line;
}

.follow-us-icon {
    color: #17469E !important;
    font-size: 21px;
    margin-right: 1rem;
}

.contact-icon a:hover {
    text-decoration: none;
}

.contact-icon i {
    font-size: 14px;
    color: rgba(0,86,165,1);
}

footer li {
    margin-bottom: .75rem;
}

.screen-right {
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(51,51,51,0.502);
    margin-top: 1rem;
}

/*Search*/

.portemem-search {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 1s;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 4px solid transparent;
    padding: 5px;
}

    .portemem-search input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 42.5px;
        line-height: 30px;
        outline: 0;
        border: 0;
        display: none;
        background-color: #F1F1F1;
        font-size: 1em;
        padding: 0 20px;
    }


.search-icon {
    box-sizing: border-box;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    color: white;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}


.portemem-search:hover {
    width: 200px;
    cursor: pointer;
}

    .portemem-search:hover input {
        display: block;
    }

    .portemem-search:hover #search {
        fill: #17469E;
    }

    .portemem-search:hover .search-icon {
        background-color: #F1F1F1;
    }

.argede-link {
    line-height: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(39,39,37,1);
}

    .argede-link:hover {
        color: rgba(39,39,37,1);
    }


.product {
    margin-top: 10px;
}

.menu-search {
    position: static;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.dropdown-menu {
    top: 0;
    min-width: 49%;
    padding: 0;
    margin: 0;
    border: none;
    border-right: 1px solid #e3e3e3;
    border-radius: 0;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding-left: 12rem;
    padding-right: 12rem;
    /*
            top: 120px !important;*/
    z-index: 999999; /*
            height: 100vh;*/
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse; /*
            display: flex;*/
}

.search-button {
    background-color: #17469E;
}

.search-input {
    border: none;
    border-bottom: 2px solid #17469E;
    border-radius: 0;
    font-size: 22px;
}

    .search-input:focus {
        border-color: #17469E;
        outline: 0;
        -webkit-box-shadow: 0 8px 6px -6px black;
        -moz-box-shadow: 0 8px 6px -6px black;
        box-shadow: 0 8px 6px -6px #4a4f6f5e;
    }

@media only screen and (max-width:992px) {
    .portemem-search {
        height: 0px;
        margin: 1.5rem 0;
        width: 200px;
    }

        .portemem-search input {
            display: block;
        }
}

@media only screen and (max-width:992px) {
    .general-pad {
        padding-right: 15px;
        padding-left: 15px;
    }

    .general-pad2 {
        padding-right: 2.75rem;
        padding-left: 2.75rem;
    }

    .portemem-navbar .nav-link {
        color: #17469E;
    }

    .search-icon {
        background-color: #F1F1F1;
    }


    .megamenu {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-input {
        font-size: 16px;
    }
}


@media only screen and (min-width:1200px) {
    .general-pad {
        padding-right: 12rem;
        padding-left: 12rem;
    }

    .general-pad2 {
        padding-right: 12rem;
        padding-left: 12rem;
    }
}

@media only screen and (min-width:992px) {
    .transparent-navbar {
        position: absolute;
        z-index: 99;
    }
}

@media only screen and (max-width:768px) {
    .site-banner {
        background-position: center;
        background-size: auto 100%;
        padding: 45% 0px !important;
    }

    .product-container {
        padding-right: 2.75rem;
        padding-left: 2.75rem;
    }

    .portemem-search #search {
        fill: #17469E;
    }
}

@media only screen and (min-width:992px) and (max-width:1440px) {
    .logo {
        height: 50px;
    }

    .portemem-navbar .nav-link {
        padding: 1rem 0.5rem !important;
    }
}
