﻿/*Global Widgets*/

img {
    max-width: 100%;
}
/*carousel css*/
.ErrorDiv {
    margin-bottom: 15%;
    margin-top: 5%;
    text-align: center;
}

.text-right {
    text-align: right;
}

.caraousel-heading {
    font-size: 42px;
    color: #ffffff;
}
.caraousel-subheading {
    font-size: 38px;
    color: #ffffff;
}
.carousel-item img {
    width: 100%
}

.carousel, .banner-section {
    background-color: #333333;
}
.carousel-caption a.btn {
    background-color: #41648A;
    color: #ffffff ;
    border: none;
}

.frogot-pass {
    font-size: 12px;
}

.footer-copyright {
    font-size: 11px;
}

.footer-navigation {
    font-size: 12px;
}

.footer-disclaimer {
    font-size: 11px;
}
/*divider widget
.divider-widget {
    margin-left: 0px !important;
    margin: 0px !important;
}*/
.dividerwidget {
    margin: 2em 0;
}

.wrap {
    display: flex;
    align-items: center;
    padding: 1em 1em;
}

.divider {
    width: 90%;
    margin: 0 1em;
}

/*login widget*/
.login {
    font-size: 15px;
}

.login-cta a {
    text-decoration: none !important;
}

.btnlogin {
    font-size: 12px;
    height: 35px;
}
.login {
    padding: 40px 0px 20px 0px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #002c5f;
    color: #fff;
    font-size: 14px;
    line-height: 1.8em;
}

.btnlogin {
    /*margin-top: -10px !important;*/
    max-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    position: relative;
    min-height:63px;
}

.pro {
    text-align: right;
    font-size: 15px;
   /* padding-top: 20px;*/
}

.login a {
    color: #ffffff;
    font-size: 12px;
}

.login form input[type=email], .login input[type=password], .login input[type=text] {
    border-radius: 0;
    margin-right: 1em;
    width: 263px;
    color: #002c5f;
    font-weight: 400;
}

.btn-primary {
    background-color: #7E9BBF;
    border-radius: 4px;
    box-shadow: none;
    padding: 12px 19px;
    color: #fff;
    border: 2px solid #e6e6e6;    
    font-size: 12px;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #7E9BBF;
        color: #fff;
        border: 2px solid #b1b1b1;
    }

.login a {
    color: #ffffff;
    font-size: 12px;
    text-decoration: underline;
}

    .login a:hover, a:focus {
        color: #ffffff;
        background-color: transparent;
        outline: none;
        text-decoration: none;
    }

.frogot-pass {
    position: relative;
    top: 8px;
}
.error_msg {color:red;}
/*two column*/
.wd-onecolumn-content {
    text-align: center;
}

.wd-twocolumn {
    margin-left: 0px !important;
    margin: 0px !important;
}
/*top navigaton*/
.top-img-link {text-decoration:none;
}
/*Social link*/

.widget-socialmedia {
    padding: 10px;
    text-align: center;
}
.footer-socialmedia {
    padding: 10px;
    text-align: center;
}

.social-link {
    text-decoration: none !important;
    padding: 10px;
}

social-link > img {
    text-decoration:none;
}

/*Employee */
.employee-section {
    width: auto;
    height: auto;
}

.card-body {
    margin-bottom: 20px;
    position: relative;
    padding: 10px 20px 20px 20px !important;
}

.employeecard {
    min-height:430px;
    max-width: 240px !important;
    position: relative !important;
    margin-bottom: 20px !important;
    background: #fff !important;
    box-shadow: 0 1px 6px rgba(220, 220, 220, .9) !important;
    border-radius: 5px !important;
    display: inline-block;
    margin: 0 0.5rem;
    animation: flipInX; 
    animation-duration: 1s;
}



.employee-card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    overflow: visible;
}

.memo-text {
    margin-top:10px;
}

.employee-name {
    padding: 10px 0 5px;
    color: #003263;
}

.employee-designation {
    color: #666666;
}

.employee-email a {
    color: darkslateblue !important;
    text-decoration: none !important;
}

.employee-phone a {
    color: darkslateblue;
    text-decoration: none;
}

    .employee-phone a:hover {
        color: #0a58ca;
        text-decoration: underline;
    }

.employee-image {
    max-width: 100%;
    height: 240px;
}

.employee-section .card {
    border: none;
}

.team-memberinfo {
    position: absolute;
    bottom: -40px;
    right: 10px;
    opacity: 0;
    transition: opacity 0.3s ease, bottom 0.3s ease;
}

.employeecard:hover .team-memberinfo {
    bottom: 30px;
    opacity: 1;
}

.team-memberinfo .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #289dcc !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    color: black;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .team-memberinfo .btn:hover {
        background-color: lightblue;
    }

        .team-memberinfo .btn:hover .fa-arrow-right {
            color: grey;
        }


.fa-arrow-right {
    font-size: 20px !important;
}

/*Bio Employee*/
.emp-name {
    padding: 10px 0 5px;
    color: #003263;
    font-size: 24px;
}

.emp-jobtitle {
    color: #666666;
    font-style: italic;
}

.emp-email a {
    color: darkslateblue !important;
    text-decoration: none !important;
}

.emp-phonenumber {
    margin-bottom: 15px;
}

.emp-phonenumber a {
    color: darkslateblue;
    text-decoration: none;

}

    .emp-phonenumber a:hover {
        color: #0a58ca;
        text-decoration: underline;
    }

.emp-image {
    max-width: 100%;
    height: 240px;
}

.emp-details {
    padding: 20px 20px 20px 20px;
}

.emp-biotext {
   margin-top: 10px;
    font-family: none;
}

/* Video*/

.video {
    width: auto;
    height: auto;
    margin-top: 10px;
}




/*In Page Navigation*/

.inpage-nav li {
    text-decoration: none !important;
    color: #003263;
}

    .inpage-nav li:hover {
        text-decoration: none !important;
    }

.inpage-nav a:hover {
    text-decoration: none !important;
}

.inpage-heading1 {
    color: #003263;
    padding: 10px 10px 10px 10px;
}

.wdg-free-text-desc {
    padding: 5px 15px 5px 15px;
}
/*Banner*/

.banner-image img {
    width: 100%;
}

.banner-image {
    width: 100%;
    height: auto;
    display: block;
}

.banner-section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-heading {
    display: flex;
    justify-content: center;
    padding: 5px 5px 5px 5px;
}

.banner-subheading {
    display: flex;
    justify-content: center;
    padding: 5px 5px 5px 5px;
}

.banner-link {
    display: flex;
    justify-content: center;
    padding: 5px 5px 5px 5px;
}

.banner-data {
    position: absolute;
    color: white;
}

.banner-description {
    padding: 10px 10px 10px 10px;
    justify-content: center;
}
.wdg-free-text-desc {
    padding: 5px 15px 5px 15px;
}

/* Form */

.field-validation-error {
    color: red;
}

.control-label {
    font-weight: bold;
    width :150px;
    margin-right: 15px;
    text-align: right;
}

.form-control {
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 4px;
    width: 100%;
}
.form-field {
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
    .explanation-text {
        margin-top: 5px;
       width: 100%;
       margin-left:200px;
    }
.editing-form-control-nested-control {
    flex: 1;
}

.formwidget-submit-text {
    padding: 4em;
    font-size: 2em;
    text-align: center;
}

input[type="submit"] {
    margin-left: 200px;
    width: 100px;
    color: black;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

/*Custom table form component*/

input[type=radio] {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    flex: 0 0 20px;
    box-sizing: border-box;
    text-align: center;
}
input[type=radio].form-control {
        appearance: radio;
        -webkit-appearance: radio;
        background-color: #fff3ee !important;
        border-radius: 50%;
        height: 20px;
        width: 20px;
    }
input[type=checkbox].form-control {
    appearance: checkbox;
    -webkit-appearance: checkbox;
    background-color: #fff3ee !important;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
}

.ktc-checkbox-list {
    display: flex;
    flex-wrap: wrap;
}

.ktc-radio-list {
    display: flex;
    flex-wrap: wrap;
}

.ktc-radio {
    padding: 10px 10px 10px 10px;
    display: inline-flex;
}

    .ktc-radio label {
        margin-left: 10px;
        flex-shrink: 0;
    }

.ktc-checkbox {
    padding: 10px 10px 10px 10px;
    display: inline-flex;
}
.display-radiobutton {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 15px;
}
.display-radiobutton label {
        padding: 10px 10px 5px 5px;
    }
/*.editing-form-control-nested-control {
    display: flex;
    flex-wrap: wrap;
}*/

/*END Custom table form component*/

/*Breadcrumb*/

.vc-breadcrumb {
    background: #f4f4f4;
    position: relative;
    min-height: 70px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 20px;
    padding-right: 20px;
}

.breadcrumb-links nav {
    float: right;
    padding-right: 103px;
}


.breadcrumb-heading {
    font-weight: bold;
    padding: 20px;
    text-align: center;
    font-size:22px;
}

.breadcrumb-links {
    float: right;
    padding-right: 15px;
    color: #003263;
    align-content:center;
}

a.breadcrumb-link {
    text-decoration: none;
    color: #003263;
}

    a.breadcrumb-link:hover {
        text-decoration: underline;
    }
/*END Breadcrumb*/
 .unauthorized{text-align:center;padding:25px;}



/*981px – 768px 767px – 481px <= 480px*/
@media only screen and (min-width:768px) and (max-width:981px) {
    .pro {
        text-align: center;
    }
    caraousel-heading {
        font-size: 42px
    }

    .caraousel-subheading {
        color: #ffffff;
        font-size: 25px;
    }

    .carousel-caption {
        text-align: center;
        padding-bottom: 0px;
    }
    .login {
        font-size: 15px;
        padding-left: 10px;
    }
    .btnlogin {
        font-size: 12px;
    }
    .frogot-pass {
        font-size: 12px;
    }
    .footer-copyright {
        font-size: 11px;
    }
    .footer-navigation {
        font-size: 12px;
    }

    .footer-disclaimer {
        font-size: 11px;
    }
    .control-label {
        width: 150px;
        margin-right: 10px;
    }

    .form-control {
        width: 75%;
        height: auto;
    }
   
    .explanation-text {
        margin-left: 0;
    }
    input[type="submit"] {
        text-align: center;
    }
    .breadcrumb-links nav {
        float: none;
        padding-right: 0px;
        text-align: center;
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .pro {
        text-align: center;
    }

    .caraousel-heading {
        font-size: 36px;
    }

    .carousel .carousel-inner .carousel-item img {
        height: 200px;
    }

    .caraousel-subheading {
        font-size: 25px;
        width: unset;
    }

    .login {
        font-size: 15px;
        padding-left: 10px;
    }

    .btnlogin {
        font-size: 12px;
    }

    .frogot-pass {
        font-size: 12px;
    }

    .footer-copyright {
        font-size: 11px;
    }

    .footer-navigation {
        font-size: 12px;
    }

    .footer-disclaimer {
        font-size: 11px;
    }

    .control-label {
        width: 150px;
        margin-right: 10px;
    }

    .form-control {
        width: 75%;
        height: auto;
    }

    .explanation-text {
        margin-left: 0;
    }

    input[type="submit"] {
        text-align: center;
       
    }

    .breadcrumb-links nav {
        float: none;
        padding-right: 0px;
        text-align: center;
    }

    section.wdg-free-text-desc {
        padding: 0px 15px 0px 15px;
        text-align: justify;
    }
    .searchwidget-label {
        text-align: left !important;
    }
}

@media only screen and (max-width:480px) {
    .pro {
        text-align: center !important;
    }
    .carousel .carousel-inner .carousel-item img {
        height: 200px;
    }

    .caraousel-heading {
        font-size: 30px;
    }

    .caraousel-subheading {
        font-size: 25px;
        width: unset;
    }
    .login {
        font-size: 15px;
        padding-left: 10px;
    }
    .btnlogin {
        font-size: 12px;
    }

    .frogot-pass {
        font-size: 12px;
        top:0px;        
    }
    .footer-copyright {
        font-size: 11px;
    }
    .footer-navigation {
        font-size: 12px;
    }

    .footer-disclaimer {
        font-size: 11px;
    }
    .form-inline .form-group {
        min-height:65px;
    }
    .control-label {
        width: 100% ;
        margin-right: 0;
        text-align: justify;
    }
    .form-control {
        width: 100%;
        height: auto;
    }
    
    .explanation-text {
        margin-left: 0;
    }

    .formwidget-submit-text {
        padding: 4em;
        font-size: 1em;
        text-align: center;
    }
    input[type="submit"] {
        text-align: center;
        margin-left: auto;
    }
    .breadcrumb-links nav {
        float: none;
        padding-right: 0px;
        text-align: center;
    }
    section.wdg-free-text-desc {
        padding: 0px 15px 0px 15px;
        text-align: justify;
    }

    .footer-links {
        background-color: #002c5f;
        padding: 16px 4px;
    }
    .searchwidget-label {
        text-align: left !important;
    }
    }
@media only screen and (min-width: 200px) and (max-width: 360px) {
    .login {
        text-align: center;
    }
    .form-field {
        width: 100%;
    }
    .explanation-text {
        margin-left: 0;
        font-size: small;
    }
    .footer-disclaimer {
        font-size: 11px;
        padding: 10px 10px;
    }
    .searchwidget-label {
        text-align: left !important;
    }
}


/*naw Carousel*/
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

.nawcarousel .carousel-item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.nawcarousel .carousel-item btn, .carousel-item btn {
    background-color: #41648A;
}

/*end naw Carousel*/

/*Internal banner zoom*/
.internal-banner > img {
    -webkit-animation: zoom 30s;
    animation: zoom 30s;
}

@keyframes zoom {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}


/*end internal banner zoom*/

