﻿
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

/* just for demo purpose */


.carousel-control {
    width: 5% !important;
}

html, body, .carousel, .carousel-inner, .carousel-inner .item {
    height: 100vh;
}

.item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .item:nth-child(1) {
        background-image: url(../images/1.jpg);
    }

    .item:nth-child(2) {
        background-image: url(../images/3.jpg);
    }

    .item:nth-child(3) {
        background-image: url(../images/5.jpg);
    }

a.carousel-control.left, a.carousel-control.right {
    z-index: 9;
    font-size: 60px;
    padding-top: 17%;
}

.cov-pos-bx {
    z-index: 8;
    position: absolute;
    top: 0;
    left:0;
    right:0;
    width: 100%;
}

.logo-bx {
    float: left;
    width: 160px;
    margin-top: 10px;
}

.login-bx {
    text-align: center;
    background: rgba(225,225,225,0.7);
    border-top: 10px solid #ffce28;
    margin-bottom: 20px;
    display: block;
    width: 300px;
    padding: 15px;
    float: right;
}

    .login-bx h2 {
        text-transform: uppercase;
        margin: 10px 0 15px 0;
        font-size: 24px;
    }

    .login-bx a {
        color: #333;
    }

    .login-bx input, .login-bx input:focus {
        background-color: #e8f0fe !important;
        color: #333 !important;
        /*font-size: 12px;*/
        padding: 5px;
        text-align: center;
    }

.submit {
    width: 100% !important;
    padding: 5px 0 !important;
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
    background: #ffce28;
    background: #edc94e;
}

.blk-bg {
    background: rgba(0,0,0,0.6);
    margin-top: -30px;
}

    .blk-bg img.img-responsive {
        max-width: 232px;
        padding: 10px 0;
    }

    .blk-bg h3 {
        color: #fff;
        font-size: 24px;
    }

.wht-bg {
    background: #fff;
}

    .wht-bg h1 {
        font-size: 24px;
        font-weight: 300;
        margin: 10px 0;
    }

footer {
    position: relative;
    padding: 6px 0;
    text-align: center;
    font-size: 11px;
}

    footer p {
        margin: 0;
        color: #fff;
    }

.modal-cust {
    width: 90% !important;
}

iframe.embed-responsive-item {
    border: none;
    width: 100%;
    height: 100vh;
}

.blu-bx {
    position: relative;
    z-index: 99;
    top: -50px;
    background: rgba(0, 87, 184, 0.75);
    padding: 10px 50px;
    color: #fff;
    text-align: center;
}

h1 {
    font-size: 24px;
    line-height: 26px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.blu-bx.inn-mar h1 {
    text-transform: uppercase;
}

.img-dgr img.img-responsive {
    margin: 0 auto !important;
}

.bgimg-1 {
    background-image: url('../images/arms-bg.jpg');
    min-height: 400px;
    color: #fff;
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gap {
    padding-bottom: 50px;
    padding-top: 50px;
}

.box-arm {
    color: #333;
    text-align: center;
    background: #fff;
    min-height: 150px;
    padding: 0 5%;
    margin-top: 50px;
}

    .box-arm img {
        margin-top: -40px;
        margin-bottom: 18px;
    }

.bor-bx {
    border: 1px dotted #ccc;
    padding: 2%;
    margin-top: 20px;
}

.ngt-mrg {
    margin-top: -45px;
}

.serv-tlts {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0 auto 30px auto;
    width: 35%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #1168ab !important;
}

.img-dgr {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
}

.hed-tlt {
    color: #4081CA;
    text-transform: uppercase;
}

ul.fatr-pnt {
    border-radius: 10px;
    background: #7f7f7f;
    min-height: 424px;
    list-style: none;
    padding: 5% 15%;
}

    ul.fatr-pnt li {
        font-size: 16px;
        padding: 10px 0;
        color: #fff;
    }

        ul.fatr-pnt li::before {
            content: "\2022";
            color: #eeca34;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
            font-size: 28px;
            line-height: normal;
        }

.anlyzr-bx {
    background: #ebebeb;
    padding: 10px;
    display: block;
    margin: 20px 0;
}

    .anlyzr-bx h3 {
        font-size: 24px;
        margin: 10px;
    }

    .anlyzr-bx ul {
        list-style: none;
    }

        .anlyzr-bx ul li::before {
            content: "\f0da";
            color: #7f7f7f;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
            font-size: 16px;
            line-height: normal;
            font-family: FontAwesome;
        }

.img-arms-dg {
    max-width: 430px;
}

.fa-eye {
    position: absolute;
    top: 28%;
    right: 4%;
    cursor: pointer;
    color: #333;
}



/*-----------------*/
.submit, button.btn.btn-primary.btn-xs {
    background: #4F0A7F;
    color: #fff;
    border-color: #4F0A7F;
}

    .submit:hover, button.btn.btn-primary.btn-xs:hover {
        background: #15BED2;
        color: #333;
    }

    .submit:focus, button.btn.btn-primary.btn-xs:focus {
        background: #4F0A7F !important;
        color: #fff !important;
    }

.login-bx {
    border-top: 10px solid #15BED2;
}

.blk-bg {
    background: rgba(79, 10, 127, 0.8);
    margin-top: 0;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.blu-bx {
    background: rgba(79, 10, 127, 0.75);
}

.serv-tlts {
    background-color: #4F0A7F !important;
}

.hed-tlt {
    color: #4F0A7F;
}