/*--------------------------------------
#. VC: Events
---------------------------------------*/
.rt-vc-event .rtin-item {
    margin: 0 0 22px;
    padding: 20px;
    background-color: #ffffff;
}

.rt-vc-event .rtin-item:last-child {
    margin-bottom: 0;
}

.rt-vc-event .rtin-item .rtin-calender-holder {
    padding-right: 20px;
}

@media all and (max-width: 480px) {
    .rt-vc-event .rtin-item .rtin-calender-holder {
        display: block;
        margin-bottom: 15px;
    }
}

.rt-vc-event .rtin-item .rtin-calender-holder .rtin-calender {
    background-color: #eaeff8;
    position: relative;
    padding-top: 20px;
    padding-right: 0px;
    text-align: center;
    width: 100px;
}

.rt-vc-event .rtin-item .rtin-calender-holder .rtin-calender:before,
.rt-vc-event .rtin-item .rtin-calender-holder .rtin-calender:after {
    color: #002147;
    content: "\f111";
    position: absolute;
    top: 8px;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
}

.rt-vc-event .rtin-item .rtin-calender-holder .rtin-calender:before {
    left: 10px;
}

.rt-vc-event .rtin-item .rtin-calender-holder .rtin-calender:after {
    right: 10px;
}

.rt-vc-event .rtin-item .rtin-calender-holder .rtin-calender h3 {
    color: #002147;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1;
}

.rt-vc-event .rtin-item .rtin-calender-holder .rtin-calender p {
    color: #002147;
    margin-bottom: 5px;
}

.rt-vc-event .rtin-item .rtin-calender-holder .rtin-calender span {
    background-color: #002147;
    line-height: 2.5;
    height: 40px;
    display: block;
    color: #ffffff;
}

.rt-vc-event .rtin-item .rtin-right h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.4;
}

.rt-vc-event .rtin-item .rtin-right h3 a {
    color: #002147;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rt-vc-event .rtin-item .rtin-right h3 a:hover {
    color: #eaeff8;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.rt-vc-event .rtin-item .rtin-right .rtin-content {
    margin-bottom: 10px;
}

.rt-vc-event .rtin-item .rtin-right ul {
    margin: 0;
    padding: 0;
}

.rt-vc-event .rtin-item .rtin-right ul li {
    color: #002147;
    font-weight: 500;
    display: inline;
}

.rt-vc-event .rtin-item .rtin-right ul li.rtin-location {
    border-left: 1px solid #bdbdbd;
    margin-left: 12px;
    padding-left: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .rt-vc-event .rtin-item .rtin-right ul li.rtin-location {
        margin-left: 7px;
        padding-left: 10px;
    }
}

.rt-vc-event .rtin-btn {
    margin-top: 45px;
    text-align: center;

    display: flex;
    justify-content: center;
}


.rt-vc-event .rtin-btn a {
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #002147;
    padding: 0px 16px;
    color: #fff;
}


.rt-vc-event-grid .rtin-item {
    background-color: #f5f5f5;
    margin-bottom: 30px !important;
}

.rt-vc-event-box .rtin-item {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 40px 35px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.rt-vc-event-box .rtin-item .rtin-thumb {
    margin-right: 20px;
}

@media all and (max-width: 480px) {
    .rt-vc-event-box .rtin-item .rtin-thumb {
        margin-bottom: 20px;
    }
}

.rt-vc-event-box .rtin-item .rtin-thumb img {
    background-color: #ececec;
    border-radius: 50%;
    padding: 0 3px 7px 0;
}

.rt-vc-event-box .rtin-item .rtin-title {
    margin-bottom: 10px;
}

.rt-vc-event-box .rtin-item .rtin-meta {
    color: #444444;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.rt-vc-event-box .rtin-item .rtin-meta i {
    color: #eaeff8;
    padding-right: 15px;
}

.rt-vc-event-box .rtin-item .rtin-meta i.fa-map-marker {
    padding-left: 3px;
    padding-right: 17px;
}

.rt-vc-event-box .rtin-item .rtin-btn a {
    background-color: #002147;
    color: #fff;
    border: 1px solid #002147;
    padding: 7px 16px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
}

.rt-vc-event-box .rtin-item .rtin-btn a i {
    padding-left: 10px;
}

.rt-vc-event-box .rtin-item .rtin-btn a:hover {
    color: #111;
    background-color: transparent;
}

/*--------------------------------------
#. VC: Counter
---------------------------------------*/
.rt-vc-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 480px) {
    .rt-vc-counter {
        display: block;
        text-align: center;
    }
}

.rt-vc-counter .rtin-left {
    padding-right: 15px;
}

@media all and (max-width: 480px) {
    .rt-vc-counter .rtin-left {
        padding-right: 0;
    }
}

.rt-vc-counter .rtin-left .rtin-counter {
    border-bottom: 2px solid #fdc800;
    color: #002147;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 15px;
    display: inline-block;
    font-size: 72px;
}

.rt-vc-counter .rtin-right {
    margin-top: -15px;
}

@media all and (max-width: 480px) {
    .rt-vc-counter .rtin-right {
        margin-top: 20px;
    }
}

.rt-vc-counter .rtin-right .rtin-title {
    color: #002147;
    font-size: 18px;
    line-height: 1.5;
}

/*--------------------------------------
#. VC: CTA
---------------------------------------*/
.rt-vc-cta {
    display: table;
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
    height: 300px !important;
}

@media all and (max-width: 991px) {
    .rt-vc-cta {
        display: block;
    }
}

.rt-vc-cta .rtin-left {
    height: 300px;
}

.rt-vc-cta .rtin-right {
    background-color: #002147;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 300px;
    padding: 0 10px;
}

@media all and (max-width: 991px) {
    .rt-vc-cta .rtin-right {
        display: block;
        padding: 40px 10px;
        width: 100%;
    }
}

.rt-vc-cta .rtin-right h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2;
    color: #ffffff;
}

@media all and (max-width: 1199px) {
    .rt-vc-cta .rtin-right h2 {
        font-size: 32px;
    }
}

@media all and (max-width: 991px) {
    .rt-vc-cta .rtin-right h2 {
        font-size: 30px;
    }
}

@media all and (max-width: 767px) {
    .rt-vc-cta .rtin-right h2 {
        font-size: 26px;
    }
}

@media all and (max-width: 479px) {
    .rt-vc-cta .rtin-right h2 {
        font-size: 24px;
    }
}

.rt-vc-cta .rtin-right .rtin-btn {
    background-color: #fdc800;
    border: 2px solid #fdc800;
    color: #002147;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 40px;
    margin-top: 30px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

@media all and (max-width: 767px) {
    .rt-vc-cta .rtin-right .rtin-btn {
        padding: 6px 31px;
    }
}

.rt-vc-cta .rtin-right .rtin-btn:hover {
    background-color: transparent;
    color: #ffffff;
}

.rt-vc-cta.style2 .rtin-right {
    background-color: #fdc800;
}

.rt-vc-cta.style2 .rtin-right .rtin-btn {
    background-color: #002147;
    border-color: #002147;
    color: #ffffff;
}

.rt-vc-cta.style2 .rtin-right .rtin-btn:hover {
    background-color: transparent;
    color: #002147;
}

/*-------------------------------------
#. VC: Image Text Box
---------------------------------------*/
.rt-vc-imagetext {
    text-align: center;
}

.rt-vc-imagetext .rtin-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.rt-vc-imagetext .rtin-item:after {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 97%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.rt-vc-imagetext .rtin-item .rtin-img {
    min-width: 300px;
    min-height: 150px;

}

@media all and (max-width: 1024px) {
    .rt-vc-imagetext .rtin-item .rtin-img {
        min-width: auto;
        min-height: auto;

    }
}

.rt-vc-imagetext .rtin-item .rtin-img img {
    border-radius: 10px;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.rt-vc-imagetext .rtin-item .rtin-overlay {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 5;
}

.rt-vc-imagetext .rtin-item .rtin-overlay .rtin-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}

.rt-vc-imagetext .rtin-item .rtin-overlay .rtin-subtitle {
    color: #fff;
}

.rt-vc-imagetext .rtin-item:hover .rtin-img img,.rt-vc-imagetext .rtin-item:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.rt-vc-imagetext-2 {
    text-align: center;
}

@media all and (max-width: 767px) {
    .rt-vc-imagetext-2 {
        max-width: 380px;
        margin: 0 auto;
    }
}

.rt-vc-imagetext-2 .rtin-img {
    margin-bottom: 20px;
    position: relative;
    border-radius: 50%;
    border: 15px solid #fff;
    overflow: hidden;
}

.rt-vc-imagetext-2 .rtin-img:before {
    background-color: rgba(0, 33, 71, 0.6);
    z-index: 1;
}

.rt-vc-imagetext-2 .rtin-img a {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    margin: 0 auto;
    text-align: center;
    width: 44px;
    line-height: 40px;
    border: 2px solid #fdc800;
    border-radius: 50%;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.rt-vc-imagetext-2 .rtin-img:hover a {
    opacity: 1;
}

.rt-vc-imagetext-2 .rtin-img.hvr-bounce-to-right:active:before,
.rt-vc-imagetext-2 .rtin-img.hvr-bounce-to-right:focus:before,
.rt-vc-imagetext-2 .rtin-img.hvr-bounce-to-right:hover:before {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.rt-vc-imagetext-2 .rtin-img img {
    border-radius: 50%;
}

.rt-vc-imagetext-2 .rtin-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
}

.rt-vc-imagetext-2 .rtin-title a {
    color: #111;
}

.rt-vc-imagetext-2 .rtin-title a:hover {
    color: #002147;
}
