:root {
    --homepage-top-banner-height: 50px;
    --homepage-top-banner-height-half: calc(var(--homepage-top-banner-height)/2);
  }

body{
    font-family: 'Roboto Condensed', sans-serif;
}

h4{
    font-size: 19px;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
    background: url('../images/logo.png') center no-repeat #ffffff;
    background-size: 200px;
}

.alert-div{
    border-radius: 0 !important;
}

.pagination-number {
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-size: 17px;
    font-weight: bold;
    color: #1D3158;
} 

.pagination-number.active span{
    border-bottom: 2px solid #009FE2 !important;
    color: #009FE2;
}


.pagination-number a:hover {
    text-decoration: none !important;
} 

.pagination-number a {
    /* color: #1D3158; */
    color: #1d315896;
} 


/* BASE:HTML */


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #8f8f8f71;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 25px;
}
  
#myBtn:hover {
    background-color: #009FE2;
}


/* ---------- */

    /* NAVBAR & FOOTER */

    .navbar-container-top {
        position: absolute;
        z-index: 2;
        width: 100%;
    }

    .navbar{
        padding-top: 0;
        padding-bottom: 0;
        background-color: #ffffff00 !important;
        z-index: 1;
    }

    .navbar-brand{
        background-color: white;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .brand-image{
        padding: 0 1rem 0.8rem
    }

    .navbar-toggler {
        background-color: #fff;
        border-color: #009FE2!important;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,159,226, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }

    .nav-item-left{
        padding-right: 1.75rem;
    }

    .nav-item-right{
        padding-left: 1.75rem;
    }

    .navbar-admin{
        position: absolute;
        right: 1rem;
    }

    .line{
        border-bottom: 2px solid #009FE2;
    }

    .navbar-global-spacer{
        height: 130px;
    }    
    
    .nav-link{
        text-align: center;
        letter-spacing: 0.045em;
        font-size: 16px;
        color: rgb(255, 255, 255) !important;
        font-weight: 500;
    }

    .not-homepage{
        color: rgb(0, 0, 0) !important;
        padding-bottom: 0;
    }

    .nav-link:hover{
        transition: 0.4s;
    }


    footer {
        background-color: #eaeeef;
        overflow:hidden;
    }

    .footer-li {
        font-size: 15px;
        text-decoration: none !important;
        color: #7e7e7e;
    }

    .footer-li:hover {
        color: #979797;
        text-decoration: none;
    } 

    .footer-title{
        padding-bottom: 0.3rem;
        display:inline-block;
        border-bottom: 1px solid #009FE2;
    }


        /* HOMEPAGE */

        .homepage{
            height: 90vh;
            background-image: url('../images/h-p-slider.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            position: absolute;
            top: 0;
            width: 100%;
        }


        .homepage-banner {
            height: var(--homepage-top-banner-height);
            background-color: rgb(255, 255, 255);
            position: absolute;
            bottom: calc(10vh - var(--homepage-top-banner-height-half));
            width:31%;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            border-radius: 10px;
            -webkit-box-shadow: 0 0 15px 1px rgba(119, 119, 119, 0.37);
            -moz-box-shadow: 0 0 15px 1px rgb(119, 119, 119, 0.37);
            box-shadow: 0 0 15px 1px rgb(119, 119, 119, 0.37);
        }

        .hp-map{
            display: none !important;
            bottom: calc(10px + (10vh + var(--homepage-top-banner-height-half)));
            -webkit-box-shadow: 0 0 15px 1px rgba(173, 173, 173, 0.74);
            -moz-box-shadow: 0 0 15px 1px rgba(173, 173, 173, 0.74);
            box-shadow: 0 0 15px 1px rgba(173, 173, 173, 0.74);

        }

        .hp-phone{
            display: none !important;
            bottom: calc(70px + (10vh + var(--homepage-top-banner-height-half)));
            -webkit-box-shadow: 0 0 15px 1px rgba(119, 119, 119, 0.37);
            -moz-box-shadow: 0 0 15px 1px rgba(173, 173, 173, 0.74);
            box-shadow: 0 0 15px 1px rgba(173, 173, 173, 0.74);
        }

        .homepage-top-spacer{
            height: 100vh;
        }

        .homepage-top-title{
            margin: 0;
            font-size: 18px;
        } 

        

            /*
            * PROFESSION
            */

            .profession-card:hover{
                -webkit-box-shadow: 0 0 15px 1px rgba(119, 119, 119, 0.164);
                -moz-box-shadow: 0 0 15px 1px rgb(119, 119, 119, 0.164);
                box-shadow: 0 0 15px 1px rgb(119, 119, 119, 0.164);
                background: rgb(27,110,144);
                background: linear-gradient(156deg, rgba(27,110,144,1) 0%, rgba(84,178,218,1) 100%);
                transition: 0.4s ;
            }
            .profession-title{
                transition: 0.4s;
            }

            .profession-card:hover .profession-title{
                /* transform: scale(1.1); */
                color: white;
                
                transition: 0.2s ;
            }

            .profession-image-hover{
                visibility: hidden;
                opacity: 0;
                transition: visibility 0s, opacity 0.5s linear;
                position: absolute;
                bottom: 10px;
                right: 10px;
            }

            .profession-card:hover .profession-image-hover{
                visibility: visible;
                opacity: 1;
            }

            .profession-card:hover .profession-image-no-hover{
                visibility: hidden;
                opacity: 0;
                transition: visibility 0s, opacity 0.5s linear;
            }


        

                /*
                * COMMON
                */

                .see-all-button{
                    text-align: right;
                    border-radius: 15px;
                    border: 1px solid #009FE2;
                    height: 2rem;
                    color: #009FE2;
                    text-decoration: none !important;
                    min-width: 150px;
                    background-color: transparent;
                }

                .see-all-button:hover{
                    background-color: #009FE2;
                    border: none;
                    color: white;
                    transition: 0.4s;            
                }

                .card{            
                    border-radius: 10px;
                    transition: 0.4s ;
                }
                
                .news-card{
                    min-height: 160px;
                }
                
                .news-card:hover {
                    -webkit-box-shadow: 0 0 15px 1px rgba(119, 119, 119, 0.37);
                    -moz-box-shadow: 0 0 15px 1px rgb(119, 119, 119, 0.37);
                    box-shadow: 0 0 15px 1px rgb(119, 119, 119, 0.37);
                    
                    transition: 0.4s ; 
                }

                .paper-card:hover {
                    -webkit-box-shadow: 0 0 15px 1px rgba(119, 119, 119, 0.37);
                    -moz-box-shadow: 0 0 15px 1px rgb(119, 119, 119, 0.37);
                    box-shadow: 0 0 15px 1px rgb(119, 119, 119, 0.37);
                    
                    transition: 0.4s ; 
                }

                .card-title {
                    color: black;
                    margin-bottom: 0;
                }

                .transparent-footer{
                    background-color: rgba(255, 255, 255, 0) !important;
                    border: none;
                    border-radius: 10px !important;
                }

                .form-control{
                    border-radius: 10px;
                    border: none;
                    border: 1px solid #dadada;
                    font-size: 15px;     
                    background-color:#c0c4c800;     
                    margin-bottom: 1.1rem;    
                }



                    /*
                    * NEWS
                    */

                    .news-card-footer{
                    background-color: white;
                    border-radius: 8px !important; 
                        min-height: 140px;
                    }

                    .margin-footer{
                        margin-bottom: 2px;
                        margin-right: 2px;
                        margin-left: 2px;
                    }

                    .news-button{
                        background-color: white;
                    }            


                        /*
                        * CONTACT
                        */

                        .contact-info{
                            font-size: 15px;
                            text-decoration: none !important;
                            color: black;
                            font-weight: 500;
                        }
                    
                        .contact-info:hover{
                            color: black;
                        }
                    
                        .contact-col{
                            min-width: 400px;
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            right: 40px;
                        }
                    
                        .contact-form{
                            width: 75%;
                            background-color: white;
                            border-radius: 10px;
                        }

                        .contact-card{
                            min-height: unset;
                        }



@media (max-width: 991px) {

    .profession-col{
        min-width: 40% !important;
    }

    .navbar{
        background-color: #ffffff !important;
    }

    .nav-item-left{
        padding-right: unset;
    }

    .nav-item-right{
        padding-left: unset;
    }

    .nav-link{
        color: black !important;
    }

    .navbar-collapse{
        margin-bottom: 0.75rem;
    }

    .navbar-toggler:focus{
        outline: none !important;
    }

    .line{
        border-bottom: none;
    }

    .navbar-admin{
        position: unset;
    }

    .contact-recaptcha{
        transform: scale(0.8);
    }

    .paper-before-next{
        display: none;
    }

    .navbar-global-spacer{
        height: 80px;
    }
}


@media (max-width: 769px) {

    .homepage-banner {
        width:90%;
    }

    .news-card{
        min-height: 130px;
    }

    .contact-col{
        position: unset;
        min-width: unset;
        justify-content: center !important;
    }

    .contact-recaptcha{
        transform: unset;
    }

    

    .contact-form{
        width: unset;
    }

    .hp-paper-col{
        display: none;
    }

    .footer-loog-col{
        text-align: center;
    }

    .hp-map{
        display: flex !important;
    }

    .hp-phone{
        display: flex !important;
    }
}
@media (max-width: 440px) {    

    .pagination{
        margin-right: 0 !important;
    }
}
@media (max-width: 400px) {

    

    .hp-phone {
        height: 50px;
    }

    .hp-map {
        height: 50px;
    }
    .see-all-button{
        width: 100%;
    }
}

@media (max-width: 300px) {

    
    
    .hp-phone {
        height: 50px;
    }

    .hp-map {
        height: 50px;
    }
