/* Add here all your CSS customizations */

.fullscreen-bg video{height:80vh;width:100%;background-position:absolute;z-index:10;object-fit:cover;font-family:'object-fit:cover;'}
.fullscreen-bg .content{background:rgba(0,0,0,0.1);height:100%;width:100%;z-index:20;position:absolute;top:0;left:0;padding-top:13%}
.fullscreen-bg .content h1{color:#ffffff;font-weight:600}
.fullscreen-bg .content h3{color:#ffffff;font-weight:300;font-family: 'Conv_Montserrat-Light';}

.prospectus-item{margin-bottom:10px;border-bottom:1px solid #e4e4e4;padding-bottom:8px;}
.prospectus-item a{color:#666666;font-size:15px;}
.prospectus-item i{margin-right:6px;color:#ff0000}



/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    width: 252px;
    height: 238px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-front img{text-align:center;
}
    /* Style the back side */
    .flip-card-back {
    background-color: #042e46;
    color: white;
    transform: rotateY(180deg);
    text-align: center;
}

.flip-card-back h1{font-size:24px;color:#ffffff;line-height:24px !important;margin-bottom:10px !important;}
    .flip-card-back p{color:#ffffff;}
    .flip-card-back p a{color:#ffffff;text-decoration:none;}
        .flip-card-back .sc {
            list-style-type: none;
            margin-left: -45px;
        }
    .flip-card-back .sc li{display:inline-block;}
        .flip-card-back .sc li a {
            color: #042e46;
            background: #ffffff;
            width: 24px;
            height: 24px;
            display: block;
            border-radius: 50%;
            line-height: 24px;
        }
            .flip-card-back .sc li a i {
                font-size: 14px;
            }
            .margtop50 {
                margin-top: 50px;
            }

.team p {
    text-align: justify;
    font-size: 16px;
    letter-spacing:1px;
}


.margtop20{margin-top:20px;}


.list1{display:block;margin-top:30%;margin-left:-30px;}
.list1 li{padding-bottom:10px;}
.list1 li a{color:#ffffff;font-size:16px;}


/* Side Panel*/
/*#sideslider {
    background: none repeat scroll 0 0 #99badd;
    left: auto;
    margin-left: auto;
    margin-right: -265px;
    position: fixed;
    right: 0;
    top: 215px;
    width: 300px;
    z-index: 3500;
}

    #sideslider .sideslider-tab {
        background-color: #99badd;
        box-sizing: border-box;
        color: #042e46;
        cursor: pointer;
        height: 35px;
        left: -33px;
        padding-top: 10px;
        padding-left: 25px;
        position: absolute;
        text-transform: uppercase;
        font-weight:bold;
        top: 54px;
        transform: rotate(-90deg);
        width: 102px;
    }

    #sideslider a {
        text-decoration: none;
    }

#sideslider-smartbutton {
    background-color: #074162;
    margin-left: 35px;
    padding-top: 10px;
    position: relative;
    width: 265px;
}

#sideslider .sideslider-close {
    background-color: #042e46;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-weight: 300;
    height: 25px;
    padding-right: 15px;
    padding-top: 3px;
    text-align: right;
    text-transform: uppercase;
    width: 265px;
}


#sideslider-text .line {
    display: block;
    margin-bottom: 10px;
}

#sideslider-text {
    color: #fff;
    text-align: left;
    margin-left: 5px;
    padding-left:10px;
}

#sideslider-text .header {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px #000;
}

.sideclear {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    height: 0;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
    width: 0;
}*/

.text_White{color:#ffffff;}
.padtop10{padding-top: 10px;}
.padbot10{padding-bottom: 10px;}

.floatdiv{position:fixed;top:40%;right:-35px;z-index:999999;transform: rotate(-90deg);}
.floatdiv a{background:#99badd;padding:10px 20px;color:#042e46;text-decoration:none;}
#follow_pn{background:#042e46;padding:15px; position:fixed;top:30%;right:40px;z-index:999999;display:none;}

.textstyle1{text-transform:none;}

.textColorBlue{color:#042e46 !important;}


.btnstyle1{border:1px solid #ffffff;padding:5px 10px;text-decoration:none;color:#ffffff;}
.btnstyle1:hover,.btnstyle1:focus{border:1px solid #ffffff;padding:5px 10px;text-decoration:none;background:#ffffff;color:#042e46;}
.margbot15{margin-bottom:15px;}

.list2 li{font-size:13px;}

.font18{font-size:18px;}

.flinks:hover{color:#ffffff;}

.portfolio-list li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 8px
}

.portfolio-list li i{color:#ff0000 !important;margin-right:8px;}
.abs1{position:absolute;left:65px;top:70px;}