﻿body {
    background-image: url('../../../Image/bg_ePolicy.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.app_version {
    font-family: Tahoma;
    font-size: 11px;
    text-align: center;
    color: #cccccc;
}

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

/*=====================================
  NAVBAR STYLES 
===================================*/
.logo-custom {
    max-height: 30px;
}

#menu {
    background-image: linear-gradient(150deg, #151255, #6fd1ff);
    color: #FFF;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
}

.navbar-inverse {
    border-color: transparent;
}

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:hover {
        color: #FFF;
    }

/*=====================================
  HEADERS STYLES 
===================================*/
.header-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    background: url() no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

    .header-sec .overlay {
        background: rgba(8, 134, 74, 0.90);
        min-height: 500px;
    }

    .header-sec h2 {
        color: #5999ed;
        padding-top: 50px;
    }

/*=====================================
  TESTIMONIALS STYLES 
===================================*/
.testi-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    background: url() no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

    .testi-sec .overlay {
        background: rgba(8, 134, 74, 0.80);
        min-height: 300px;
    }

    .testi-sec h3 {
        color: #fff;
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .testi-sec h4 {
        line-height: 35px;
    }


/*=====================================
  PRICING STYLES 
===================================*/
.price-sec {
    padding-top: 40px;
    padding-bottom: 60px;
    color: #fff;
}

    .price-sec span {
        font-size: 90px;
    }

.single-price {
    background-color: rgba(8, 134, 74,1);
    padding: 50px;
}

.multi-price {
    background-color: #4bb777;
    padding: 50px;
}

/*=====================================
  CONTACT STYLES 
===================================*/
.contact {
    font-size: 20px;
    line-height: 35px;
}

/*=====================================
  FOOTER STYLES 
===================================*/
.myfooter {
    background-image: linear-gradient(190deg, #151255, #6fd1ff);
    padding: 10px 40px 10px 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    border-color: #cccccc;
    box-shadow: 0px 0px 2px #fff;
    padding: 0.5em 0.9em;
}

.box-card {
    height: 450px;
    background-color: #fff;
    padding: 0% 5% 5px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 5px;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.075);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.075);
    text-align: center;
}

    .box-card:hover {
        box-shadow: 3px 3px 20px 1px #888888;
    }

        .box-card:hover .avatar-flip {
            transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
        }

            .box-card:hover .avatar-flip img:first-child {
                opacity: 0;
            }

            .box-card:hover .avatar-flip img:last-child {
                opacity: 1;
            }

.avatar-flip {
    border-radius: 50px;
    overflow: hidden;
    width: 130px;
    position: relative;
    margin: auto;
    top: -40px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    box-shadow: 0 0 0 3px #dbdbdb;
    -webkit-box-shadow: 0 0 0 5px #dbdbdb;
    -moz-box-shadow: 0 0 0 10px #dbdbdb;
}

    .avatar-flip img {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 100px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }

        .avatar-flip img:first-child {
            z-index: 1;
        }

        .avatar-flip img:last-child {
            z-index: 0;
            transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
            opacity: 0;
        }

.padding {
    padding-top: 80px;
}
