    @import "bootstrap.min.css";
    @import "fontawesome.css";
    @import "owl.carousel.min.css";
    @import "owl.theme.default.min.css";
    @import "baguetteBox.min.css";
    @import "lightgallery.min.css";
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
    @import url('https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.9/dist/css/bootstrap-select.min.css');
    body {
        font-family: 'Poppins', sans-serif;
        color: #444;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    
    a {
        transition: all 0.3s;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5 {
        color: #000;
    }
    
    h3 {
        font-size: 22px;
        font-weight: 600;
    }
    
    h4 {
        font-size: 18px;
    }
    
    h5 {
        font-size: 16px;
    }
    
    ul {
        padding: 0;
        margin: 0;
    }
    
    ul li {
        list-style: none;
    }
    
    section {
        padding: 70px 0;
    }
    
    .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .btn:focus {
        box-shadow: none;
    }
    
    .cta-primary {
        background-color: #4d68b2;
        color: #fff;
        font-weight: 300;
    }
    
    .cta-primary:hover {
        background-color: #3357b8;
    }
    
    .cta-primary:hover {
        color: #fff;
    }
    
    .fancy-title {
        position: relative;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1rem;
    }
    
    .fancy-title:after {
        margin-left: .75rem;
        content: '';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        height: 0;
        border-top: 1px double #e5e5e5;
    }
    
    .fancy-title h2 {
        color: #444;
        font-weight: 600;
        line-height: 1.5;
        font-size: 36px;
    }
    /* HEADER CSS */
    
    header .topbar {
        padding: 8px o;
    }
    
    header {
        padding: 15px 0;
    }
    
    header .right-links p {
        margin: 0;
    }
    
    .brand-name {
        font-size: 32px;
        font-weight: 700;
        color: #000;
        padding: 0;
        margin: 0;
    }
    
    .brand-name img {
        width: 250px;
        height: 150px;
		object-fit: none;
		/* object-position: 0% 0%;*/
    }

    .news-release img {
        width: 300px;
        height: 180px;
		object-fit: none;
		/* object-position: 0% 0%;*/
    }
    
    .right-links p {
        font-size: 18px;
    }
    
    .right-links p strong {
        font-style: italic;
        font-weight: 700;
    }
    
    .cta-room {
        background-color: #182b39;
        display: inline-flex;
        color: #fff;
        align-items: center;
        font-weight: 600;
    }
    
    .cta-room:hover {
        color: #fff;
        text-decoration: none;
    }
    
    .right-links .cta-room {
        margin: 10px 0 15px;
    }
    
    .cta-room i {
        text-align: center;
        padding: 12px 10px;
        display: flex;
        align-content: center;
        justify-content: center;
        background-color: #2c5065;
    }
    
    .cta-room span {
        flex: 1;
        text-align: center;
        padding: 0 10px;
    }
    
    .right-links form {
        position: relative;
        max-width: 300px;
        margin-left: auto;
    }
    
    .right-links form .form-control {
        width: 100%;
        height: 37px;
        border-radius: 0;
        font-size: 14px;
        padding-right: 45px;
    }
    
    .form-control:focus {
        box-shadow: none;
    }
    
    .right-links form .form-control::placeholder {
        font-style: italic;
    }
    
    .right-links form button {
        border: none;
        background-color: transparent;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 10px;
        pointer-events: none;
    }
    
    .navbar-nav {
        //border: 1px solid #eee;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .navbar-nav .nav-item .nav-link {
        padding: 8px 20px;
        font-size: 16px;
        color: #444;
    }
    
    .navbar-nav .nav-item .nav-link:hover {
        color: #2e58a4;
    }
    
    .navbar-nav .nav-item .nav-link.home-link {
        color: #2e58a4;
        padding: 13px 15px;
        background-color: #f1f1f1;
        margin-right: 8px;
    }
    /* Latest News  */
    
    .latest-news {
        padding: 50px 0;
    }
    
    .card-lead-news {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    
    .card-lead-news .img-holder {
        flex: 1;
    }
    
    .card-lead-news .img-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .lead-header {
        margin-top: 10px;
        background-color: #f2f2f2;
        padding: 10px;
    }
    
    .lead-header p,
    .lead-header h3 {
        margin: 0;
    }
    
    .lead-header p {
        margin-bottom: 8px;
    }
    
    .lead-header p span.date {
        font-weight: 500;
        font-size: 13px;
        margin-left: 8px;
    }
    
    .badge_primary {
        display: inline-flex;
        padding: 3px 10px;
        background-color: #4d68b2;
        color: #fff;
    }
    
    .caption-lead h5 a {
        margin-bottom: 0;
    }
    
    .caption-lead p {
        margin-bottom: 0;
    }
    
    .caption-lead span {
        font-size: 14px;
        font-weight: 300;
    }
    
    .caption-lead {
        margin-bottom: 2rem;
    }
    
    .news-card {
        display: flex;
        transition: all 0.3s ease-in-out;
    }
    
    .news-card .img-post {
        padding: 8px;
    }
    
    .news-card .img-post img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .news-card {
        border: 1px solid #eee;
    }
    
    .news-card .news-lead {
        padding: 10px;
    }
    
    .news-card .post-date {
        font-size: 14px;
        font-weight: 300;
        margin: 0;
    }
    
    .release-card .news-card {
        margin-top: 15px;
    }
    
    .release-card .news-card h5 a {
        color: #000;
    }
    
    .release-card .news-card h5 a:hover {
        color: #2e58a4;
        text-decoration: none;
    }
    /* Gallery Css */
    
    .img-gallery {
        display: block;
        height: 300px;
        overflow: hidden;
    }
    
    .img-gallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .3s ease-in-out;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    
    .img-gallery:hover img {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.35);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
    
    .gallery-list [class*="col-"] {
        margin-top: 10px;
    }
    
    .pagination .page-item .page-link {
        border: 1px solid #dee2e6;
        background-color: #fff;
        color: #444;
        margin-left: 5px;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        padding: 0;
        display: inline-flex;
        line-height: 37px;
        align-items: center;
        justify-content: center;
    }
    
    .pagination .page-item .page-link i {
        font-size: 10px;
    }
    
    .pagination .page-item .page-link:hover,
    .pagination .page-item.active .page-link {
        background-color: #2e58a4;
        color: #fff;
    }
    
    .entry-image {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
    }
    /* VIDEO START */
    
    .card-video .video-title {
        margin-top: 15px;
        margin-bottom: 8px;
    }
    
    .recent-video .card-video {
        margin-top: 30px;
    }
    
    .card-video .video-text {
        font-weight: 300;
    }
    
    .arrow-wrapper {
        display: flex;
        align-items: center;
    }
    
    .arrow-wrapper .fancy-title {
        flex: 1;
        margin: 0;
    }
    
    .arrow-wrapper .fancy-title h2 {
        margin: 0;
    }
    
    .nav-owl {
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        width: 40px;
        height: 40px;
        background-color: #2e58a4;
        color: #fff;
        justify-content: center;
        border: 1px solid #2e58a4;
    }
    
    .nav-owl:hover {
        background-color: #fff;
        color: #2e58a4;
    }
    
    .my-owl-nav {
        padding-left: 10px;
    }
    
    .card-find h5 a {
        color: #000;
    }
    
    .card-find span.date {
        display: block;
        font-weight: 300;
        font-size: 12px;
    }
    
    .card-find p {
        font-size: 14px;
    }
    
    .card-find .img-logo {
        padding: 15px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #e5e5e5;
    }
    
    .card-find {
        box-shadow: 0 2px 19px 13px rgba(0, 0, 0, 0.02);
        background-color: #fff;
    }
    
    .card-find .media-card {
        padding: 15px;
    }
    
    .find-us {
        background-color: #FFFFFF;
    }
    
    .card-team {
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 19px 13px rgba(0, 0, 0, 0.04);
        text-align: center;
        display: flex;
        overflow: hidden;
    }
    
    .card-team .team-avatar {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
    
    .card-team .team-avatar img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }
    
    .card-team .card-body {
        flex: 1;
        text-align: left;
        padding: 0 15px;
    }
    
    .card-team .card-body p a,
    .card-team .card-body p {
        margin: 0;
        font-size: 14px;
        color: #444444;
    }
    
    .card-team .card-body p a:hover {
        color: #4d68b2;
    }
    
    .card-team .card-body p i {
        width: 20px;
        text-align: center;
    }
    
    .card-team {
        margin-top: 40px;
    }
    
    .about-us .logo-company {
        display: inline-flex;
    }
    
    .about-us .logo-company a {
        font-size: 26px;
        color: #444444;
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .about-us .about-content {
        display: flex;
        align-items: flex-start;
        margin-top: 20px;
    }
    
    .about-us .content-body {
        flex: 1;
        padding: 0 15px;
        align-items: center;
        justify-content: flex-end;
    }
    
    .about-us .content-body span {
        font-weight: 500;
        font-size: 14px;
        margin-right: 10px;
    }
    
    .about-us .our-newspaper {
        height: 100%;
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 2px 19px 13px rgba(0, 0, 0, 0.04);
    }
    
    .about-us .our-newspaper img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    
    .about-us {
        background-color: #FFFFFF;
    }
    /* Footer */
    
    footer {
        padding: 50px 0 40px;
        background-color: #000;
    }
    
    footer h5 {
        margin-bottom: 15px;
        color: #fff;
    }
    
    footer p {
        margin-bottom: 20px;
        font-size: 14px;
        color: #fff;
    }
    
    .cta-icon {
        display: inline-flex;
        color: #fff;
        align-items: center;
        font-weight: 600;
        padding: 0;
        background-color: #aeaeae;
    }
    
    .cta-icon:hover {
        color: #fff;
        background-color: #2e57a6;
    }
    
    .cta-icon i {
        text-align: center;
        padding: 12px 10px;
        display: flex;
        align-content: center;
        justify-content: center;
        background-color: #2e57a6;
    }
    
    .cta-icon span {
        flex: 1;
        text-align: center;
        padding: 0 10px;
    }
    
    .social-links {
        display: flex;
        align-items: center;
    }
    
    .social-links li a {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-color: #aeaeae;
    }
    
    .social-links li a:hover {
        text-decoration: none;
        background-color: #2e57a6;
    }
    
    .social-links li {
        padding: 0 5px;
    }
    
    .social-links {
        margin: 0 -5px;
    }


    .social-links-sm {
        display: flex;
        align-items: center;
    }
    
    .social-links-sm li a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-color: #aeaeae;
    }
    
    .social-links-sm li a:hover {
        text-decoration: none;
        background-color: #2e57a6;
    }
    
    .social-links-sm li {
        padding: 0 2px;
    }
    
    .social-links-sm {
        margin: 0 -3px;
    }
    

    
    footer .address-footer p a,
    footer .address-footer p {
        font-size: 14px;
        color: #fff;
        line-height: 18px;
    }
    
    .quick-links ul li a {
        color: #fff;
        font-size: 14px;
        line-height: 28px;
    }
    
    footer .address-footer p a:hover,
    .quick-links ul li a:hover {
        text-decoration: none;
        color: #4d68b2;
    }
    
    footer .address-footer i {
        width: 35px;
        text-align: center;
    }
    
    .quick-links ul li:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        content: "\f054";
        margin-right: 8px;
        color: #fff;
        font-size: 12px;
    }
    
    .quick-links ul {
        margin-bottom: 15px;
    }
    
    footer .social-links {
        margin-bottom: 20px;
    }
    
    .content h4 {
        margin-bottom: 24px;
    }
    
    .content p {
        margin-bottom: 24px;
    }
    
    .links-card ul,
    .links-card h4,
    .card-social h4,
    .contact-info h4 {
        margin-bottom: 24px;
    }
    
    .contact-info p {
        margin-bottom: 8px;
    }
    
    .contact-info p a {
        color: #444;
    }
    
    .links-card ul li a:hover,
    .contact-info p a:hover {
        color: #4d68b2;
        text-decoration: none;
    }
    
    .links-card ul li a {
        color: #444;
        font-weight: 500;
    }
    
    .links-card ul li a:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        margin-right: 5px;
    }
    
    .links-card ul li {
        line-height: 32px;
    }
    
    .team-title {
        padding: 15px;
        background-color: #fff;
        text-align: left;
    }
    
    .team-title h4 {
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1.3px;
        line-height: 20px;
    }
    
    .team-title h4 a {
        text-decoration: none;
        color: #000;
    }
    
    .team-title h4 a:hover {
        text-decoration: none;
        margin: 0;
    }
    
    .team-title p {
        font-size: 14px;
        font-weight: 300;
        text-transform: uppercase;
        margin: 0;
        line-height: 18px;
    }
    
    .card-team .team_img {
        overflow: hidden;
    }
    
    .card-team .team-member {
        position: relative;
        overflow: hidden;
    }
    
    .card-team .team-member .team-hover {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.6);
        padding: 70px 15px 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all 0.3s;
        visibility: hidden;
        opacity: 0;
    }
    
    .s-link {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
    }
    
    .s-link a {
        margin: 0 2.5px;
    }
    
    .s-link a {
        width: 30px;
        height: 30px;
        background-color: #000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    
    .s-link a:hover {
        background-color: #2e58a4;
        text-decoration: none;
    }
    
    .card-team .team-member .team-hover .desk {
        transform: translateY(-100%);
        transition: all 0.5s;
    }
    
    .card-team .s-link {
        transform: translateY(100%);
        transition: all 0.3s;
    }
    
    .card-team .team-member:hover .s-link,
    .card-team .team-member:hover .team-hover .desk {
        transform: translateY(0%);
    }
    
    .card-team .team-member:hover .team-hover {
        opacity: 1;
        visibility: visible;
    }
    /* TIMELINE */
    
    ul.timeline {
        list-style-type: none;
        position: relative;
        padding-left: 40px;
    }
    
    ul.timeline .timeline-title,
    ul.timeline .timeline-date {
        color: #000;
    }
    
    ul.timeline .timeline-date {
        font-size: 14px;
        font-style: italic;
        font-weight: 300;
        margin-left: auto;
        padding-left: 10px;
    }
    
    ul.timeline .timeline-title {
        font-size: 18px;
        font-weight: 500;
    }
    
    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }
    
    ul.timeline>li {
        margin: 20px 0;
        padding-left: 20px;
    }
    
    ul.timeline>li:before {
        content: ' ';
        background: white;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        border: 3px solid #3357b8;
        left: 20px;
        width: 20px;
        height: 20px;
        z-index: 400;
    }
    
    .header-timeline {
        padding-bottom: 8px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e5e5e5;
        display: flex;
        flex-wrap: wrap;
    }
    /* PRESS KIT */
    /* entire container, keeps perspective */
    
    .card-container {
        -webkit-perspective: 800px;
        -moz-perspective: 800px;
        -o-perspective: 800px;
        perspective: 800px;
        margin-bottom: 30px;
    }
    /* flip the pane when hovered */
    
    .card-container:not(.manual-flip):hover .card,
    .card-container.hover.manual-flip .card {
        -webkit-transform: rotateY( 180deg);
        -moz-transform: rotateY( 180deg);
        -o-transform: rotateY( 180deg);
        transform: rotateY( 180deg);
    }
    
    .card-container.static:hover .card,
    .card-container.static.hover .card {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
    /* flip speed goes here */
    
    .card-container .card {
        -webkit-transition: -webkit-transform .5s;
        -moz-transition: -moz-transform .5s;
        -o-transition: -o-transform .5s;
        transition: transform .5s;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        position: relative;
    }
    /* hide back of pane during swap */
    
    .front,
    .back {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #FFF;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
    }
    /* front pane, placed above back */
    
    .front {
        z-index: 2;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    /* back, initially hidden pane */
    
    .back {
        -webkit-transform: rotateY( 180deg);
        -moz-transform: rotateY( 180deg);
        -o-transform: rotateY( 180deg);
        transform: rotateY( 180deg);
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        z-index: 3;
    }
    
    .back .btn-simple {
        position: absolute;
        left: 0;
        bottom: 4px;
    }
    /*        Style       */
    
    .card-container .card {
        background: none repeat scroll 0 0 #FFFFFF;
        border-radius: 4px;
        color: #444444;
    }
    
    .card-container,
    .front,
    .back {
        width: 100%;
        height: 457px;
        border-radius: 4px;
    }
    
    .card-container .card .cover {
        height: 105px;
        overflow: hidden;
        border-radius: 4px 4px 0 0;
    }
    
    .card-container .card .cover img {
        width: 100%;
    }
    
    .card-container .card .user {
        border-radius: 50%;
        display: block;
        height: 120px;
        margin: -55px auto 0;
        overflow: hidden;
        width: 120px;
    }
    
    .card-container .card .user img {
        background: none repeat scroll 0 0 #FFFFFF;
        width: 100%;
        border-radius: 50%;
    }
    
    .card-container .card .content {
        background-color: rgba(0, 0, 0, 0);
        box-shadow: none;
        padding: 10px 20px 10px;
    }
    
    .card-container .card .back .content .main {
        height: auto;
    }
    
    .card-container .front .content,
    .card-container .card .back .content {
        flex: 1;
    }
    
    .card-container .front,
    .card-container .card .back {
        display: flex;
        flex-direction: column;
    }
    
    .card-container .card .name {
        font-size: 22px;
        line-height: 28px;
        margin: 10px 0 0;
        text-align: center;
        text-transform: capitalize;
    }
    
    .card-container .card h5 {
        margin: 5px 0;
        font-weight: 400;
        line-height: 20px;
    }
    
    .card-container .card .profession {
        color: #444;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .card-container .card .footer {
        border-top: 1px solid #EEEEEE;
        color: #444;
        padding: 10px;
        text-align: center;
    }
    
    .card-container .card .footer a {
        color: #444;
    }
    
    .card-container .card .footer .social-links {
        font-size: 18px;
    }
    
    .card-container .card .footer .social-links a {
        color: #fff;
    }
    
    .card-container .card .footer .btn-simple {
        margin-top: -6px;
    }
    
    .card-container .card .header {
        padding: 15px 20px;
        height: 90px;
    }
    
    .card-container .card .motto {
        border-bottom: 1px solid #EEEEEE;
        color: #999999;
        font-size: 14px;
        font-weight: 400;
        padding-bottom: 10px;
        text-align: center;
    }
    
    .card-container .card .stats-container {
        width: 100%;
        margin-top: 20px;
    }
    
    .card-container .card .stats {
        display: block;
        float: left;
        width: 33.333333%;
        text-align: center;
    }
    
    .card-container .card .stats:first-child {
        border-right: 1px solid #EEEEEE;
    }
    
    .card-container .card .stats:last-child {
        border-left: 1px solid #EEEEEE;
    }
    
    .card-container .card .stats h4 {
        font-weight: 500;
        margin-bottom: 5px;
        color: #000;
    }
    
    .card-container .card .stats p {
        color: #777777;
        margin: 0;
        line-height: 18px;
        font-size: 14px;
    }
    
    .card-container .card .stats {
        margin-bottom: 15px;
    }
    /*      Just for presentation        */
    /*       Fix bug for IE      */
    
    @media screen and (-ms-high-contrast: active),
    (-ms-high-contrast: none) {
        .front,
        .back {
            -ms-backface-visibility: visible;
            backface-visibility: visible;
        }
        .back {
            visibility: hidden;
            -ms-transition: all 0.2s cubic-bezier(.92, .01, .83, .67);
        }
        .front {
            z-index: 4;
        }
        .card-container:not(.manual-flip):hover .back,
        .card-container.manual-flip.hover .back {
            z-index: 5;
            visibility: visible;
        }
    }
    
    .download__link {
        margin: 10px 0;
        text-align: center;
    }
    
    .card-container .card .back .content .main h4,
    .card-container .card .back .content .main ul li {
        font-size: 16px;
    }
    /* PRESS RELEASE  */
    
    .card-post .post-thumbnail {
/*        margin-bottom: 24px; */
        position: relative;
        overflow: hidden;
    }
    
    .card-post .post-thumbnail .icon-current {
        background: #d5262b;
        position: absolute;
        top: 15px;
        right: 15px;
        border-radius: 50px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        z-index: 3;
        color: #fff;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition-duration: 0.4s;
        -ms-transition: all 0.4s ease;
    }
    
    .card-post .post-thumbnail .cat-link span {
        padding: 4px 10px 4px 19px;
        font-size: 11px;
        letter-spacing: 0.8px;
        font-weight: bold;
        text-transform: uppercase;
        border-radius: 30px;
        position: relative;
    }
    
    .card-post .post-thumbnail .cat-link span::before {
        content: "";
        width: 6px;
        height: 6px;
        background: none;
        margin-right: 3px;
        border-radius: 5px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 8px;
        margin-top: -3px;
        border: 1px solid #fff;
    }
    
    .card-post .post-thumbnail .cat-link {
        color: #fff;
        position: absolute;
        top: 15px;
        left: 15px;
    }
    
    .card-post .post-thumbnail .cat-link:hover {
        text-decoration: none;
    }
    
    .card-post .post-thumbnail img {
        transition: all 0.3s;
    }

/*    
    .card-post .post-thumbnail {
        width: 100%;
        height: 287px;
        background-image: url(../images/placeholder.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
*/  
    .card-post .post-thumbnail a {
        display: block;
        height: 100%;
        width: 100%;
    }
    
    .card-post .post-thumbnail:hover img {
        transform: scale(1.1);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .bg1 {
        background: #ff2d55;
    }
    
    .bg2 {
        background-color: #007aff;
    }
    
    .card-post .post-body h3 a,
    .card-post .post-body h3 {
        font-style: normal;
        font-weight: 600;
        color: #000;
        margin-bottom: 16px;
    }
    
    .card-post .post-body h3 a:hover {
        color: #2e58a4;
        text-decoration: none;
    }
    
    .card-post .post-body .entry-news {
/*        margin: 0 -5px 18px; */
        display: flex;
        flex-wrap: wrap;
    }
    
    .card-post .post-body .entry-news span {
        position: relative;
        padding: 0 5px 10px;
        line-height: 1;
        color: #889097;
        font-size: 12px;
    }
    
    .card-post .post-body .entry-news span a {
        font-weight: 500;
        color: #000;
    }
    
    .card-post .post-body .entry-news span i {
        margin-right: 3px;
    }
    
    .card-post .post-body p {
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: normal;
    }
    
    .card-post .post-body p:last-of-type {
        margin-bottom: 0;
    }
    
    .new-release .card-post {
        margin-top: 30px;
    }
    
    .card-video {
        /* border-radius: 8px; */
        box-shadow: 0 2px 19px 13px rgba(0, 0, 0, 0.04);
        overflow: hidden;
    }
    
    .card-video .video-title {
        padding: 15px;
        margin: 0;
    }
    
    .card-video .video-title h4 {
        margin: 0 0 8px;
        font-weight: 600;
    }
    
    .card-video .video-title p {
        margin: 0;
        font-size: 14px;
    }
    
    .card-video .video-title p span.hig {
        color: #000;
        font-weight: 500;
    }
    
    .card-video {
        margin-top: 30px;
    }
    /* GALLERY */
    
    .gallery-container h1 {
        text-align: center;
        margin-top: 70px;
        font-family: 'Droid Sans', sans-serif;
        font-weight: bold;
        color: #58595a;
    }
    
    .gallery-container p.page-description {
        text-align: center;
        margin: 30px auto;
        font-size: 18px;
        color: #85878c;
    }
    
    .tz-gallery .thumbnail {
        padding: 0;
        margin-bottom: 30px;
        background-color: #fff;
        /* border-radius: 4px; */
        border: none;
        transition: 0.15s ease-in-out;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
    }
    
    .tz-gallery .thumbnail:hover {
        transform: translateY(-10px) scale(1.02);
    }
    
    .tz-gallery .lightbox img {
        border-radius: 4px 4px 0 0;
    }
    
    .tz-gallery .caption {
        padding: 20px;
        text-align: left;
    }
    
    .tz-gallery .caption h3 {
        font-size: 16px;
        font-weight: bold;
        margin-top: 0;
    }
    
    .tz-gallery .caption p {
        font-size: 14px;
        color: #7b7d7d;
        margin: 0;
        line-height: 24px;
    }
    
    .baguetteBox-button {
        background-color: transparent !important;
    }
    
    .thumbnail a img {
        width: 100%;
    }
    
    .thumbnail2 a img {
        width: 18%;
    }
    
    .tz-gallery .caption .cta-primary {
        font-weight: 500;
        font-size: 12px;
    }
    
    .tz-gallery .caption .img-info {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 10px;
    }
    
    .tz-gallery .caption .img-info span {
        font-size: 14px;
    }
    
    .tz-gallery .caption .img-info span:before {
        content: "|";
        font-size: 14px;
        margin: 0 10px;
    }
    
    .tz-gallery .caption .img-info span:first-child:before {
        content: none;
    }
    
    .tz-gallery .caption .cta-primary i {
        margin-right: 8px;
    }
    
    .baguetteBox-button#close-button,
    .baguetteBox-button#next-button {
        outline: none !important;
    }
    
    .contact_media .card-container .card .back .content {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    
    .contact_media .card-container .card .back .content {
        text-align: center;
    }
    
    .contact_media .card-container .card .back .name {
        margin: 0 0 15px;
    }
    
    .contact_media .card-container .card .back .content .contact_detail p {
        margin: 0;
        font-size: 14px;
    }
    
    .contact_media .card-container .card .back .content .contact_detail p i {
        width: 20px;
    }
    
    .contact_media .card-container .card .back .content .contact_detail p a {
        color: #444;
    }
    
    .contact_media .card-container .card .back .content .contact_detail p a:hover {
        color: #2e58a4;
        text-decoration: none;
    }
    
    .contact_media .card-container,
    .contact_media .front,
    .contact_media .back {
        width: 100%;
        height: 380px;
        border-radius: 4px;
    }
    
    .contact_media .card-container .card .user {
        width: 98px;
        height: 98px;
    }
    
    .featured-card {
        border-radius: 0px 0px 0px 0px;
        box-shadow: 0 2px 19px 13px rgba(0, 0, 0, 0.04);
        overflow: hidden;
    }
    
    .featured-card .featured-title {
        font-weight: 400;
        font-size: 24px;
    }
    
    .featured-meta {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px 10px;
    }
    
    .featured-meta li {
        padding: 0 10px;
        font-size: 14px;
    }
    
    .featured-meta li i {
        margin-right: 8px;
        color: #2e58a4;
    }
    
    .featured-card .more-link {
        font-size: 16px;
        text-decoration: underline;
        font-style: italic;
        color: #2e58a4;
    }
    
    .featured-card .featured-image {
        height: 150px;
    }
    
    .featured-card {
        margin-top: 30px;
    }
    /* PRESS RELEASE CSS */
    
    .blockquote {
        position: relative;
    }
    
    .blockquote:after {
        position: absolute;
        top: 3px;
        left: 0;
        color: #dfdfdf;
        content: '\201D';
        font-size: 150px;
        line-height: 1.1em;
        font-style: normal;
        text-rendering: auto;
        -moz-osx-font-smoothing: grayscale;
    }
    
    blockquote {
        quotes: none;
        margin: 12px 0;
        padding: 30px 0 33px 85px;
        font-family: 'Playfair Display', serif;
        color: #222;
        font-size: 21px;
        line-height: 32px;
        font-style: italic;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    
    .content-press .logo-press img {
        height: 100px;
    }
    
    .content-press .logo-press {
        margin-bottom: 30px;
    }
    
    .content-press h2 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .content-press .img-post {
        margin-bottom: 1rem;
    }
    
    .content-press .post-info {
        display: flex;
        align-content: center;
    }
    
    .content-press .post-info li,
    .content-press .post-info li a {
        color: #444;
        font-size: 12px;
    }
    
    .content-press .post-info li:after {
        content: "/";
        margin: 0 8px;
    }
    
    .content-press .post-info li:last-child:after {
        content: none;
    }
    
    .content-press .post-info li strong {
        font-size: 14px;
    }
    
    .content-press .post-info {
        margin-bottom: 1rem;
    }
    
    .heading4 {
        color: #232323;
        font-weight: 700;
        border-bottom: 1px solid #bcc0c4;
        margin: 0;
        padding: 10px 0;
    }
    
    .card-contact-author,
    .card-related-video,
    .card-reports,
    .card-related-images,
    .card-qutos,
    .card-press {
        margin-top: 15px;
    }
    
    .card-press ul {
        padding-left: 20px;
        margin: 15px 0;
        list-style: disc;
    }
    
    .card-press ul li {
        list-style: disc;
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        margin-bottom: 8px;
    }
    
    .press-body {
        margin-top: 15px;
    }
    
    .press-body ul {
    display: block;
    list-style: disc outside none;
    margin: 1em 0;
    padding: 0 0 0 40px;    }
    
    .press-body ul li {
        list-style: disc;
	    display: list-item;
/*        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 8px; */
    }
    

    .quotes-slide .blockquote {
        border: none;
        padding: 15px 0 0;
        margin: 0;
    }
    
    .quotes-slide blockquote {
        border: none;
        margin: 0;
        padding: 0 0 0 50px;
    }
    
    .quotes-slide .blockquote:after {
        font-size: 100px;
    }
    
    .quotes-slide blockquote p {
        font-size: 1rem;
        line-height: 1.6rem;
        margin-bottom: 0;
    }
    
    .quotes-slide blockquote .blockquote-footer {
        font-size: 70%;
    }
    
    .owl-theme .owl-dots .owl-dot {
        outline: none !important;
    }
    
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #4c68b2;
    }
    
    .card-related-images .media {
        flex-direction: column;
        margin-top: 7.5px;
    }
    
    .card-related-images .heading4 {
        margin-bottom: 15px;
    }
    
    .card-related-images .media h4,
    .card-related-images .media h4 a {
        color: #444;
        font-size: 12px;
        font-weight: 400;
        margin-top: 8px;
    }
    
    .card-related-images .media h4 a:hover {
        color: #2e57a6;
        text-decoration: none;
    }
    
    .card-related-images .media .img-thumb {
        height: 100px;
        width: 100%;
    }
    
    .card-related-images .media .img-thumb img {
        width: 100%;
        object-fit: cover;
    }
    
    .card-reports .media .icon-docs {
        width: 40px;
        text-align: center;
        font-size: 32px;
    }
    
    .card-reports .media .media-body h5,
    .card-reports .media .media-body h5 a {
        color: #444;
        text-decoration: none;
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .card-reports .media .media-body p {
        font-size: 12px;
        margin-bottom: 8px;
        line-height: 16px;
    }
    
    .card-reports .media .media-body .btn i {
        margin-right: 8px;
    }
    
    .card-reports .media .media-body .btn {
        padding: 4px 10px;
        font-size: 12px;
    }
    
    .card-contact-author .media {
        padding: 15px 0;
        align-items: center;
        border-bottom: 1px solid #bcc0c4;
    }
    
    .card-contact-author .media:last-child {
        border: none;
    }
    
    .card-contact-author .media .img-author {
        width: 80px;
    }
    
    .card-contact-author .media .media-body {
        padding-left: 10px;
    }
    
    .card-contact-author .media .media-body h4 {
        font-size: 16px;
        font-weight: 600;
    }
    
    .card-contact-author .media .media-body p a,
    .card-contact-author .media .media-body p {
        margin: 0 0;
        color: #777777;
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
        text-decoration: none;
    }
    
    .card-contact-author .media .media-body p a:hover {
        color: #4d68b2;
    }

    .ri-primary {
    	background-color: #4d68b2;
    	color: #fff;
    	font-weight: 300;
    	padding: 4px 10px;
    	font-size: 12px;
    }

    .ri-primary:hover {
        background-color: #3357b8;
    }
    
    .ri-primary:hover {
        color: #fff;
    }
    

    .tagcloud {
        margin-top: 15px;
    }
    
    .tagcloud a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        height: 33px;
        line-height: 33px;
        padding: 0 20px;
        margin: 0 1px 4px 0;
        font-family: inherit;
        color: #444;
        font-size: 10px!important;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: 1px solid #ddd;
        -webkit-transition: color .3s ease-in-out;
        -moz-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
    }
    
    .tagcloud a:hover {
        text-decoration: none;
        background-color: #4d68b2;
        color: #fff;
    }
    
    .lead-text {
        font-style: italic;
        font-size: 18px;
        color: #0c0c0c;
        font-weight: 500;
    }
    
    .featured-link {
		text-decoration: none !important; 
    }

	.search-btn {
		border: 1px solid #ced4da;
		background-color:white;
	}

	.border-3 {
		border-width:3px !important;
	}
	.wrap-contact {
		word-break: break-all;
		white-space: normal;
	}
