/* 
#adadb4 - light gray
#e7be29 - gold
#ed1c24 - red
#52528d - logo purple
#2c2c74 - dark purple
*/




body {
    background-color: #F8F5EE ;
}
.contact-details {
    padding: 200px;
}
.navbar-maroon {
    background-color:  #4f5a93 !important;
}
.bg-body, .bg-maroon {
    background-color: #2c2c74 !important;
}
.navbar .nav-link {
    color:   #ffffff;
    padding: .5rem 1rem;
    font-weight: 600;
    font-size: 1.1rem;
}

#navigation .nav-item.active {
    background-color: currentcolor;
    border-radius: 5px;
}

#navigation2 .nav-item.active {
    background-color: #800000;
    border-radius: 5px;
}
.bg-gradient-primary {
    background-image: linear-gradient(310deg,#f41008 ,#ed7874);
}
/* .bg-gradient-dark {
    background-image: linear-gradient(310deg, #4f5a93, #707695);
} */
.bg-gradient-dark {
    background-image: linear-gradient(310deg, #212157, #404075);
}
.bg-gradient-info {
    background-image: linear-gradient(310deg,#333333, #706c6c);
}
.bg-gradient-warning {
    background-image: linear-gradient(310deg,#4f5a93,#707695);
}

.text-gradient.text-info {
    background-image: linear-gradient(310deg, #f41008, #ea453f);
  }

a {
    letter-spacing: -.025rem;
    color: #fff;
}
.dark-link {
    letter-spacing: -.025rem;
    color: #333;
    text-decoration: underline;
    font-weight: 600;
}
.dark-link:hover {
    color: #f41008;
    text-decoration: none;
}
a:hover {
    color: #f41008;
}
.btn-white a {
    color: #4f5a93;
}
.summary {
    height: 10em; /* adjust based on line-height * rows desired */
    overflow: hidden;
}

.summary.opened {
    height: auto;
}
.ellipsis {
    height: 0;
    position: relative;
    text-align: right;
}
.ellipsis span {
    padding-left: 0.5em;
    position: relative;
    top: -0.25em;
}
.ellipsis span:hover {
    color: #4f5a93;
}
.text-maroon {
    color: #4f5a93;
}

.bg-purple:hover {
    background-image: linear-gradient(310deg,#4f5a93,#707695);
    color: #fff;
}
.mask {
    position: absolute;
    background-size: cover;
    background-position: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
}
.top-77 {
    top: 77px!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
}
.text-gradient.text-maroon {
    background-image: linear-gradient(310deg,#4f5a93,#707695);
}


hr {
    background-color: #4f5a93;
    height: 2px;
}

.text-dark {
    color: #333333!important;
}
.min-vh-50 {
    min-height: 30vh!important;
}

.card.card-background.card-background-mask-primary:after {
    background-image: linear-gradient(310deg,#4f5a93,#707695);
    opacity: .80;
}

.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #333333;
    transition: all 0.2s;
    margin: 0 auto;
  }

  .navbar-toggler .navbar-toggler-icon .navbar-toggler-bar.navbar-members {
    display: block;
    position: relative;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    transition: all 0.2s;
    /* margin: 0 auto; */
}





  .ts_counter{
	padding: 0;
}

.facts-wrapper{
	background: #f41008;
	color: #fff;
}

.facts {
  	position: relative;
  	padding: 15px 15px 15px;
  	min-height: 100px;
  	-moz-transition: all 300ms ease;
  	-webkit-transition: all 300ms ease;
  	-ms-transition: all 300ms ease;
  	-o-transition: all 300ms ease;
  	transition: all 300ms ease;
}

.facts:hover{
	background: #4f5a93 !important;
}

.facts.one{
	background: rgba(0,0,0,.3);
}

.facts.two{
	background: rgba(0,0,0,.2);
}

.facts.three{
	background: rgba(0,0,0,.15);
}

.facts.four{
	background: rgba(0,0,0,.09);
}

.facts-icon i{
  	font-size: 42px;
  	position: relative;
  	top: -3px;
  	text-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}

.facts-num{
	display: inline-block;
  	margin-left: 20px;
}

.facts-num span{
	font-size: 25px;
	font-weight: 700;
	display: inline-block;
}

.facts h3{
	font-size: 12px;
	line-height: normal;
	margin-top: 3px;
	color: #fff;
}

.btn.btn-facebook {
    background-color: #4576dd;
    color: #fff;
    display: table;
}
.btn.btn-facebook svg,
.btn.btn-youtube svg {
    fill: #f0f8ff;
    margin-right: 5px;
}
.btn.btn-facebook:hover {
    background-color: #3b63b3;
    color: #fff;
}
.btn.btn-youtube {
    background-color: #d11818;
    color: #fff;
    display: table;
}

.btn.btn-youtube:hover {
    background-color: #860c0c;
    color: #fff;
}


.dropdown-menu {
    max-width: 290px;
}

.navbar-nav:not(.d-none) .nav-item:not(.list-group-item):hover {
    border-radius: 5px;
    background-color: #c41a1a;
}

#navigation2 .navbar-nav:not(.d-none) .nav-item:not(.list-group-item):hover {
    border-radius: 5px;
    background-color: #8b0000;
}

.bg-danger {
    background-color: #c41a1a !important;
    transition: all 0.2s;
}
a.bg-danger:hover,
button.bg-danger:hover {
    background-color: #890000 !important;
}

.info-horizontal:hover {
    background-color: #4f5a93 !important;
    color: #fff;
    transition: all 0.2s;
    fill: #fff;
}

.info-horizontal:hover h5 {
    color: #fff;
    font-weight: 600;
}

.info-horizontal:hover p {
    color: #F8F5EE;
}

.info-horizontal:hover svg .color-background {
    fill: #F8F5EE;
    color: #F8F5EE;
}

.info-horizontal:hover a {
    color: #fbbc29!important;
    transition: all 0.4s;
}

.info-horizontal:hover a:hover {
    text-decoration: underline;
}

.carousel-item .btn-warning {
    color: #333333;
}

.carousel-item .btn-warning:hover {
    color: #f5f0f0;
    background-color: #4f5a93;
    border: 1px solid #f0f8ff;
    box-shadow: 0 0 10px 0 rgba(255,255,255,.5), 0 0 12px 0 rgba(0,0,0,.3);
}

.icon-move-right {
    font-weight: 600;
}

.icon-move-right:hover {
    text-decoration: underline;
}


.text-left {
    text-align: left;
}

.sidebar-cta .btn-outline-danger:hover {
    background-color: #ed1c24;
    border: 1px solid #f4f6f9;
    color: #f0f8ff;
    box-shadow: 0 0 10px 0 rgba(255,255,255,.5);
}


.accordion-button:not(.collapsed) {
    color: #333333;
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}


.footer-about .btn-white:hover {
    background-color: #4f5a93;
    border: 1px solid #f0f8ff;
    color: #f0f8ff;
    box-shadow: 0 0 10px 0 rgba(255,255,255,.5);
}

.text-shadow {
    text-shadow: 0 0 12px #fff, 1px 1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff;
    box-shadow: none !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ed1c24;
    --bs-btn-border-color: #ed1c24;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ed1c24;
    --bs-btn-hover-border-color: #ed1c24;
    --bs-btn-focus-shadow-rgb: 211, 48, 173;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ed1c24;
    --bs-btn-active-border-color: #ed1c24;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ed1c24;
    --bs-btn-disabled-border-color: #ed1c24;
  }
.btn-primary:hover {
    background-color: #890000;
}


  @media screen and (max-width: 800px) {
    .text-sm {
        font-size: 12px;
        padding: 0;
    }
    .btn-round {
        margin-top: 15px;
    }
    .top-77 {
        top: 0!important;
    }
    /* .card-body {
        display: none;
    } */
    .mobile-banner {
        width: 320px;
    }
    
  
  }
  @media screen and (max-width: 1180px) {
  
    .top-77 {
        top: 0!important;
    }
  
  }

  @media (max-width: 767px) {
    .navbar-collapse {
        background: inherit;
        z-index: 9999;
        position: relative;
        margin-top: -3px;
    }
    .footer-widget {
        text-align: center;
    }
    .btn.btn-facebook,
    .btn.btn-youtube {
        display: block;
    }
    section, .practice-classic {
        padding: 5px;
    }
}

@media (max-width: 991.98px) {
    footer .footer-about {
        text-align: center;
        margin-top: 50px !important;
    }
    footer .footer-about:last-child {
        margin-bottom: 50px;
    }
    :not(.navbar) .dropdown .dropdown-menu {
        opacity: 0;
        top: 0;
        /* position: relative; */
        transform-origin: 50% 0;
        pointer-events: none;
        transform: rotateX(0) translateZ(0) translate3d(0, 37px, 0) !important;
        transition: visibility .25s, opacity .25s, transform .25s;
        backface-visibility: hidden;
        will-change: transform, box-shadow;
        box-shadow: 0 8px 26px -4px hsla(0, 0%, 8%, .15), 0 8px 9px -5px hsla(0, 0%, 8%, .06);
    }

    .dropdown.nav-item .dropdown-menu-animation.show {
        height: auto;
        opacity: 1;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .dropdown-menu, .navbar-nav .dropdown.megamenu div.dropdown-menu {
        background: #fff;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    .navbar .nav-link {
        color: #ffffff;
        padding: 0.2rem 0.6rem;
        font-weight: 600;
        font-size: 0.8rem;
    }
    .nav-item.mx-2 {
        margin-right: 0.2rem!important;
        margin-left: 0.2rem!important;
    }
}


@media (min-width: 1201px) and (max-width: 1399px) {
    .navbar .nav-link {
        color: #ffffff;
        padding: 0.3rem 0.7rem;
        font-weight: 600;
        font-size: 0.95rem;
    }
    .nav-item.mx-2 {
        margin-right: 0.3rem!important;
        margin-left: 0.3rem!important;
    }
}





/*                        */
/*  PHOTO GALLERY STYLES  */
/*                        */
.image-boxes {
    margin-bottom: 30px;
}
.imgboxes_style1 {
    overflow: visible;
}
.hoverBorder {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}
.image-boxes a {
    display: block;
}
.image-boxes a:hover {
    color: #134b8f;
    text-decoration: underline;
}
.image-boxes .hoverBorder {
    margin-bottom: 20px;
}
.hoverBorderWrapper {
    position: relative;
    display: block;
}
.imgboxes_style1 .hoverBorderWrapper {
    height: 270px;
}
.cover-fit-img {
    object-fit: cover;
    overflow: hidden;
}
.hoverBorderWrapper img {
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
    position: relative;
}
.image-boxes img {
    width: 100%;
    height: auto;
}
.imgboxes_style1 img {
    box-shadow: 0 1px 1px rgba(0,0,0,.22);
}
.imgbox_image.cover-fit-img {
    height: 100%;
}
.hoverBorder:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
    box-shadow: inset 0 0 0 3px hsla(0,0%,100%,.15);
    transition: box-shadow .2s ease-out,background-color .2s ease-out;
}
.hoverBorder:hover:after {
    box-shadow: inset 0 0 0 3px #134b8f;
}
.bg-color-3 .hoverBorder:hover:after {
    box-shadow: inset 0 0 0 3px #f93838;
}
.theHoverBorder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 2px;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.15) inset;
}
.topnav .topnav-item a, .topnav .topnav-item span, .topnav .topnav-item i, .topnav--lang .languages .pPanel, .mainnav--cart .drop .pPanel, .kl-cart-button .fas, .login--panel .login-icon, #totop, .playVideo span, .theHoverBorder, .hoverBorder h6, .partners_carousel li a, .hoverBorder:hover img, .feature_box.style3 .box, .services_box .icon, .gobox, .hover-box, .circlehover span, .process_box, #sidebar ul.menu li a, .zn_sidebar ul.menu li a, [id*='sidebar-widget-'] ul.menu li a, .timeline_box, .timeline_box:hover .date, .services_box.style2 .box, .team_member, .ptcarousel .controls > a, .shop-features .shop-feature, .timeline_box:before, .support_panel {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.imgboxes_style1 .hoverBorder h6 {
    position: absolute;
    left: -10px;
    bottom: 20px;
    color: #fff;
    padding: 11px 15px;
    background: #134b8f;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    border-radius: 2px;
}
.imgboxes_style1 .hoverBorder:hover h6 {
    left: 20px;
}
.bg-color-3 .imgboxes_style1 .hoverBorder:hover h6 {
    left: 20px;
    background-color: #f93838;
    color: #134b8f;
    font-weight: 600;
}
.m_title {
    margin-top: 0;
    color: #f93838;
    /* text-transform: uppercase; */
    font-weight: 600;
}
h3.m_title {
    font-size: 20px;
    line-height: 1.4;
    text-shadow: 1px 1px 3px #777;
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: #f93838;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color:rgb(220, 0, 0);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: rgb(220, 0, 0);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 211,48,173;
}

.float-right {
    float: right;
}





/* FIX MENU DROPDOWN */
.dropdown-menu {
    padding-bottom: 0;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
    background-color: rgba(0,0,0,0.7);
    border-radius: 5px;
    box-shadow: 0 0 3px #fff;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.7;
    transition: opacity .15s ease;
}


/* CHIEF IMAGE AND NAME */
.chief-wrapper .chief-img {
    width: 260px;
}

@media screen and (max-width: 525px) {
    .chief-wrapper .chief-img {
        width: 100%;
    }
}


/* STATION UPDATE */
.show-station-update a {
    color: #f41008;
    font-weight: 600;
}

.show-station-update a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    filter: brightness(80%);
}