﻿body {
}

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-item.medium >img {
    height: 350px;
    max-width: 100% !important;
    vertical-align: top !important;
    width: 100% !important;
    object-fit: cover !important;
    overflow-clip-margin: content-box !important;
    overflow: clip !important;
    z-index: 0 !important;
}
.carousel-item.small >img {
    height: 150px;
    max-width: 100% !important;
    vertical-align: top !important;
    width: 100% !important;
    object-fit: cover !important;
    overflow-clip-margin: content-box !important;
    overflow: clip !important;
    z-index: 0 !important;
}
.carousel, .banner-section {
    background-color: #333333;
}
.carousel-btn{
        display:inline-flex;

}


    .frogot-pass {
        font-size: 12px;
    }

.footer-copyright {
    font-size: 11px;
}

.footer-navigation {
    font-size: 12px;
    align-content:space-around;
}

.footer-disclaimer {
    font-size: 11px;
}
.footer-d-none{
    display:none;
}
/*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 {
        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;
}
/*Button Widget*/
.buttonwidgetsection {
    border-radius: 15px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.buttonwidget-container {
    padding: 10px;
}

.buttonwidgets {
    position: relative;
    text-align: center;
    font-size: 18px;
    width: 100%;
   /* padding: 10px;*/
}

buttonwidgetsection {
    padding: 10px;
}

 .buttonwidget {
    padding: 15px;
    display: block;
    text-decoration: none;
}
.buttonwidget:hover {
        text-decoration: none;

}


/*end Button Widget*/
/*Employee */
.employee-section {
    width: auto;
    height: auto;
}

.card-body {
    margin-bottom: 20px;
    position: relative;
    padding: 10px 20px 20px 20px !important;
}

.employeecard {
    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;
}

.know-more {
    text-transform: none;
    height: 60px;
}

.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;
    width:auto !important;
}

.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;
}
/*image-text widget*/
button.btn-close{
    background-color:white;
}
.model-left-column{
    text-align:center;
}
    .model-left-column > .widgetHeading {
        font-size:1.25em;
        padding-bottom:2em;
    }
/*end image-text*/
/*Bio Employee*/
.emp-name-heading-left {
    padding-left: 18% !important;
}
.emp-name {
    padding: 10px 0 5px;
    color: #003263;
    font-size: 24px;
}
.emp-gretting {
    padding: 10px 0 5px;
    color: #003263;
    font-size: 24px;
}
.emp-gretting {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.greeting-text {
    white-space: pre;
}

.greeting-emp--text {
    white-space: pre;
}

    .emp-jobtitle {
        color: #666666;
        font-style: italic;
    }

.emp-email a {
    color: darkslateblue !important;
    text-decoration: none !important;
}
.emp-vcard a {
    color: darkslateblue !important;
    text-decoration: none !important;
}
.emp-vcard a {
    color: darkslateblue !important;
    text-decoration: underline;
}
.emp-phonenumber {
    margin-bottom: 0px;
}

    .emp-phonenumber a {
        color: darkslateblue;
        text-decoration: none;
    }

 .emp-phonenumber a:hover {
       color: #0a58ca;
       text-decoration: underline;
  }

.emp-phonetwo {
    margin-bottom: 0px;
}
.emp-phonetwo a {
        color: darkslateblue;
        text-decoration: none;
 }
.emp-phonetwo a:hover {
            color: #0a58ca;
            text-decoration: underline;
        }
.emp-icon{
    padding:3px;
}
.emp-image {
    max-width: 100%;
    height: 240px;
}

.emp-details {
    padding: 20px 20px 20px 20px;
}

.emp-biotext {
    margin-top: 10px;
    font-family: none;
    
}
.emp-image-align-left {
    float: left;
}

.emp-image-align-right {
    float: right;
}
    /* Video*/
    .video {
    width: auto;
    height: auto;
    margin-top: 10px;
}
/*In Page Navigation*/
.inpage-nav li {
    text-decoration: none !important;
    color: darkslateblue
}
.inpage-nav li:hover {
        text-decoration: none !important;
    }

.inpage-nav a:hover {
    text-decoration: none !important;
}

.inpage-heading1 {
    color: slateblue;
    padding: 10px 10px 10px 10px;
}
/*end Inpage navigation*/
.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;
    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;
}
/*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*/

/*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;
    }

.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;
}
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-checkbox {
    padding: 10px 10px 10px 10px;
    display: inline-flex;
}
/*END Custom table form component*/

/*Employee bio page list */
.employee-biolist-section {
    padding: 5px 15px;
}

    .employee-biolist-section .row {
        gap: 20px !important;
    }
    .employee-biolist-section .emp-list {
        border: unset !important;
        box-shadow: none !important;
        padding: unset !important;
        margin: unset;
        text-align: center;
    }
    .employee-biolist-section .one-col.emp-list {
        max-width: 100%;
    }
    .employee-biolist-section .col-md-3.emp-list {
        max-width: 23%;
    }
    .employee-biolist-section .col-md-4.emp-list {
        max-width: 31%;
    }

    .employee-biolist-section .col-md-6.emp-list {
        max-width: 35%;
    }

@media only screen and (max-width: 1000px) {
    .employee-biolist-section .col-md-6.emp-list {
        max-width: 43%;
    }

    .employee-biolist-section .col-md-3.emp-list {
        max-width: 27%;
    }
}
@media only screen and (max-width: 767px) {
    .employee-biolist-section .col-md-6.emp-list {
        max-width: 60%;
    }

    .employee-biolist-section .col-md-4.emp-list {
        max-width: 47%;
    }

    .employee-biolist-section .col-md-3.emp-list {
        max-width: 45%;
    }
}
@media only screen and (max-width: 480px) {
    .employee-biolist-section .col-md-6.emp-list {
        max-width: 80%;
    }
    .employee-biolist-section .col-md-4.emp-list {
        max-width: 80%;
    }
    .employee-biolist-section .col-md-3.emp-list {
        max-width: 80%;
    }
}


.emp-list {
    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;
}

    .emp-list:hover .team-memberinfo {
        bottom: 30px;
        opacity: 1;
    }

.emp-icons {
    bottom: -100%;
    display: block;
    position: absolute;
    text-align: center;
    transition: all .45s ease-in-out 0s;
    width: 100%;
    z-index: 9
}

.emp_info_department:hover .emp-icons {
    bottom: 12px
}

.emp_info_department a img {
    transition: all .65s ease-in-out 0s
}

.emp_more {
    z-index: 9;
    margin-top: -25px;
    position: absolute;
    top: -25px;
    transition: all .45s ease-in-out 0s;
    width: 100%;
    text-align: center
}

.emp_info_department:hover .emp_more {
    top: 50%;
    transform: rotate(360deg)
}

.emp_more > a {
    margin: auto;
    display: inline-block
}

.emp_info_department:hover .emp-name-job-title {
    left: -238px
}

.emp-name-job-title {
    transition: all .45s ease-in-out 0s
}

.emp_overlay {
    opacity: 1;
    background: rgba(50, 50, 50, .5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    height: 100%;
    left: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%
}

.emp_info_department:hover .emp_overlay {
    display: block
}

.emp-icons a {
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 44px;
    text-align: center;
    width: 44px;
    text-decoration:none;
}

    .emp-icons a img {
        padding: 11px 0;
        display: inline-block;
        width: 20px
    }

    .emp-icons a:hover {
        background: #009bd9
    }

.emp_info_department .hover_view {
    filter: none
}

.emp_info_department {
    min-height: 270px
}

    .emp_info_department .hover_view {
        filter: none
    }

.emp-name-job-title {
    transition: all .45s ease-in-out 0s
}

.emp-name-job-title {
    height: auto;
    width: 100%;
    background-color: rgba(36, 35, 35, .5);
    padding-top: 18px;
    text-align: center;
    margin-top: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 18px
}

.emp_info_department a img {
    transition: all .65s ease-in-out 0s
}

img.hover_view {
    width: 100%
}

.emp_info_department img {
    display: block
}

.emp-name-job-title .bio-fullname {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    font-family: 'PT Sans';
    text-transform: uppercase
}

.emp-name-job-title .bio-jobtitle {
    font-size: 14px;
    color: #fff;
    font-family: 'PT Sans'
}

.emp-name-job-title-none .bio-fullname {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    font-family: 'PT Sans';
    text-transform: uppercase
}

.emp-name-job-title-none .bio-jobtitle {
    font-size: 14px;
    color: #fff;
    font-family: 'PT Sans'
}

.emp-icons {
    bottom: -100%;
    display: block;
    position: absolute;
    text-align: center;
    transition: all .45s ease-in-out 0s;
    width: 100%;
    z-index: 9
}
.emp_overlay {
    opacity: 1;
    background: rgba(50, 50, 50, .5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    height: 100%;
    left: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%
}

.emp_more {
    z-index: 9;
    margin-top: -25px;
    position: absolute;
    top: -25px;
    transition: all .45s ease-in-out 0s;
    width: 100%;
    text-align: center
}

    .emp_more > a {
        margin: auto;
        display: inline-block;
        text-decoration:none;
    }
.emp-list .icon-only{
    float: unset;
}
.icon-only {
    width: auto;
    float: left;
    text-align: center;
    padding: 5px;
}

.emplist-only a {
    text-decoration: none;
}
 .emplist-only a:hover{
    text-decoration: none;
}
.vcardicon {
    padding:5px 5px;
}
/*end bio page list*/


/*product testimonial widget*/
.productTestimonialWidget {
    padding-bottom: 15px;
}

    .productTestimonialWidget .carousel {
        background-color: #ffffff;
    }

    .productTestimonialWidget .caraousel-heading {
        font-size: unset;
        color: #ffffff;
    }

.testimonial-onecol-content {
    text-align: center;
}

.testimonial-twocol-rowResources .two-colone-desc {
    padding-left: 10px;
}

.testimonial-twocol-rowResources .two-coltwo-desc {
    padding-left: 10px;
}

.productTestimonialWidget .carousel-item img {
    width: unset;
}

.TwoColumn-colone {
    text-align: center;
}
/*end product testimonial widget*/
/*981px – 768px 767px – 481px <= 480px*/
@media only screen and (min-width:768px) and (max-width:981px) {
    .pro {
        text-align: center !important;
    }
    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;
    }
    .emp-name-heading-left {
        text-align:center;
    }

    .employeebioinfo {
        text-align: center;
    }

    .emp-image-align-left {
        width: 100%;
    }

    .emp-image-align-right {
        width: 100%;
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .pro {
        text-align: center !important;
    }
    .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;
    }
    section.wdg-free-text-desc {
        padding: 0px 15px 0px 15px;
        text-align: justify;
    }
    .searchwidget-label {
        text-align: left !important;
    }
    .emp-info {
        text-align:center;
    }
    .emp-name-heading-left {
        text-align: center;
    }
    .employeebioinfo{
        text-align:center;
    }
    .emp-image-align-left {
        width: 100%;
    }

    .emp-image-align-right {
        width:100%;
    }

}

@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;
    }
    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;
    }
    .emp-info {
        text-align: center;
    }
    .emp-name-heading-left {
        text-align: center;
    }

    .employeebioinfo {
        text-align: center;
    }

    .emp-image-align-left {
        width: 100%;
    }

    .emp-image-align-right {
        width: 100%;
    }
    
    }
@media only screen and (min-width: 200px) and (max-width: 360px) {
    .login {
        text-align: center;
    }
}
@media only screen and (min-width: 200px) and (max-width: 480px) {
    .footer-disclaimer {
        font-size: 11px;
        padding: 10px 10px;
    }

    .footer-links {
        background-color: #002c5f;
        padding: 10px 4px;
    }
    .searchwidget-label {
        text-align: left !important;
    }

}
@media only screen and (max-width:576px) {
    .flex-sm-column {
        flex-direction: column !important;
    }
}
.emp_info_department {
    height: auto;
    width: 19.8% ;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden
}
.employee-overlay-list-manual .emp_info_department {
    height: auto;
    width: auto;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden
}
@media only screen and (min-width:481px) and (max-width:767px) {
    .emp_info_department {
        width: 31.8% ;
        margin-bottom: 1px
    }
}

@media only screen and (min-width: 200px) and (max-width: 360px) {
    .emp_info_department {
        width: 100% ;
    }
}

@media only screen and (min-width: 200px) and (max-width: 480px) {
    .emp_info_department {
        width: 100%;
    }
}


/*image & text Widget*/

.topleft {
    text-align: left;
}

.topright {
    text-align: right;
}

.topcentered {
    text-align: center;
}

.border-none {
    border: none;
}

.centeredbelowimage {
    text-align: center;
    margin-top: 15px;
    text-decoration: none;
}

    .centeredbelowimage a {
        text-decoration: none;
    }

.topcenteredabovecontent {
    text-align: center;
}

.leftofcontent {
    /* text-align: left; */
}

.rightofcontent {
    /* text-align: right; */
}

.border-left {
    border-left: 1px solid gray;
}

.border-right {
    border-right: 1px solid gray;
}

.border-bottom {
    border-bottom: 1px solid gray;
}

.imgtext-borderbottom {
    border-bottom: 1px solid gray;
}


button.image-text-button {
    max-width: 600px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1.25em;
}

a.image-text-button {
    max-width: 600px;
    min-width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: gray;
    color: #ffffff;
    filter: brightness(100%);
}


a {
    text-decoration: none;
    color: #847979
}



h2.widgetname {
    padding: 1em 0;
    text-align: center;
}

.widget-img .widget-hoverimage {
    display: none;
}

    .widget-img .widget-hoverimage :hover {
        display: block;
    }

.widget-img:hover > .widgetimage {
    display: none;
}

.widget-img:hover > .widget-hoverimage {
    display: inline-block;
}

.model-left-column:hover > .widgetimage {
    display: none !important;
}

.backgroundImg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.image-text-widget .modal-dialog {
    max-width: 900px;
    padding: 15px;
}

.cursor-pointer {
    cursor: pointer;
}

.image-sub-header {
    font-size: 1.5rem;
}

.image-description {
    filter: brightness(100%);
}


/*table Widget*/
.tab-widget .nav-pills .nav-link.active, .tab-widget.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #003263 !important;
}

.verticaltab {
    padding-left: 10px;
}

.tab-widget .verticaltab .nav-pills .nav-link {
    margin: 2px;
}

.tab-widget .verticaltab .nav-pills .nav-link.active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #002c5f;
}

.img-tab {
    padding: 50px !important;
    color: #ffffff !important;
}

/*Testimonial Widget*/
.TestimonialWidget {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.TestimonialWidget .carousel-inner {
    padding-bottom: 50px;
}

.TestimonialWidget .carousel-control-prev-icon, .TestimonialWidget .carousel-control-next-icon {
    display: block !important;
}

/* Rollover animation widget*/
.rollover-card .rolloveranimation {
    background-size: cover;
    background: #fff;
    height: 300px;
    width: auto;
    position: relative;
    text-align: center;
    overflow: hidden;
    display: flex;
}


.rollover-card .rolloveranimation-component .rolloveranimation.open figcaption, .rollover-card .rolloveranimation-component .rolloveranimation:hover figcaption {
    background-color: #036;
    color: #fff;
    border: 1px solid #335b82
}

.rollover-card .rolloveranimation-wrapper {
    float: left;
    margin-right: 2px;
    margin-top: 2px;
    margin: 0;
    padding-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

    .rollover-card .rolloveranimation-wrapper .rolloveranimation {
        border: 1px solid #0f3557;
        height: 350px;
    }

.rollover-card .rolloveranimation figcaption {
    background-color: #036;
    bottom: 0;
    color: #fff;
    max-height: 100px;
    min-height: 60px;
    left: 0;
    padding: 20px 10px;
    position: absolute;
    right: 0;
    transition: .3s ease-in-out;
}

    .rollover-card .rolloveranimation figcaption .rollover-title {
        font-size: 18px;
        text-transform: uppercase;
    }

    .rollover-card .rolloveranimation figcaption .rollover-description {
        display: none;
    }


    .rollover-card .rolloveranimation figcaption .rollover-description {
        font-size: 14px;
        padding-top: 10px;
    }

.rollover-card .rolloveranimation.open figcaption, .rollover-card .rolloveranimation:hover figcaption {
    max-height: 100%;
    min-height: 100%;
}


    .rollover-card .rolloveranimation.open figcaption .rollover-description, .rollover-card .rolloveranimation:hover figcaption .rollover-description {
        display: inline-block
    }

.card-flip .rolloveranimation-wrapper {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    perspective: 1000px;
}

.card-flip .rolloveranimation {
    height: 350px;
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    display: flex;
    margin: 0;
    cursor: pointer;
    background: transparent;
    border: 1px solid #0f3557;
}

.card-flip .caption {
    top: 90%;
    color: #000;
    max-height: 100px;
    min-height: 60px;
    left: 0;
    padding: 20px 10px;
    position: absolute;
    right: 0;
    transition: .3s ease-in-out;
}

.card-flip .card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.card-flip .rolloveranimation.flipped .card-inner {
    transform: rotateY(180deg);
}

.card-flip .card-front {
    height: 50%;
}

.card-flip .card-back {
    height: 100%;
}

.card-flip .card-front, .card-flip .card-back {
    position: absolute;
    width: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.card-flip .card-back {
    background-color: #036;
    color: #fff;
    transform: rotateY(180deg); 
    
}

.card-flip .card-front img {
    width: auto;
    height: auto;
    margin-top: 7em;
    object-fit: cover;
}

.card-flip .rolloveranimation-component .rolloveranimation .card-back {
    border: 1px solid #335b82;
}

.card-flip .cta-btn {
    position: absolute;
    top: 150%;
    white-space: nowrap;
    border-radius: 50px;
    margin-top: 15px;
    transition: background-color 0.3s;
    min-width: 30%;
    height: 40px;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.card-flip .cta-flip-btn {
    position: absolute;
    top: 78%;
    margin-top: 15px !important;
    min-width: 30%;
    height: 40px;
    white-space: nowrap;
    border-radius: 50px;
    transition: background-color 0.3s;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
/*Real Estate Services widget*/
.real-estate-services > div {
    display: flex !important;
    flex-direction: column !important;
}

.service-card {
    border-radius: 12px !important;
    padding: 20px !important;
    flex: 1 !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    position: relative;
}

    .service-card .container {
        padding-bottom: 60px;
    }

.service-btn {
    background-color: gray;
}

.cta-btn {
    position: absolute;
    bottom: 0;
}

/* RSS feed widget*/

.rsschannel {
    margin-bottom: 15px;
}

.rsstitle {
    text-decoration: underline;
    text-align: left;
    margin-bottom: 3px;
    font-weight: 600;
    padding-top: 5x;
}

.rsswidgetfields {
    margin-left: 15px;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 900;
}

.rssdescription {
    text-align: left;
    margin-bottom: 1px;
    padding-top: 5x;
}

.rsssource {
    text-align: left;
    margin-bottom: 15px;
}

.sparatoer {
    margin: 2px;
}

.no-rssdata {
    text-align: center;
}