/********** Template CSS **********/

.fa-trophy:before {
    content: "\f091" !important;
}

.tps-anchor-location-offset {
    scroll-behavior: smooth; 
    scroll-margin-top: 100px;
}

.tps-center-absolute {
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

/********** tps photo slideshow - Start **********/

#photo-slideshow-carousel {
    max-width: 1300px;
}

.photo-slideshow-carousel .owl-item.center .photo-slideshow-carousel-item {
    /*background: #FFFFFF !important;*/
    /*box-shadow: 0 0 30px #DDDDDD;*/
}

.photo-slideshow-carousel .owl-item .photo-slideshow-carousel-item {
    transition: .5s;
    /*height: 100%;*/
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.photo-slideshow-carousel-item img { 
    width: unset !important;
    height: 100%;
    margin: 0 auto;
}

.photo-slideshow-carousel .owl-stage-outer {
     box-shadow: 10px 10px 5px 0px rgba(148,141,141,0.75);
     -webkit-box-shadow: 10px 10px 5px 0px rgba(148,141,141,0.75);
     -moz-box-shadow: 10px 10px 5px 0px rgba(148,141,141,0.75);
    
     background-position: center;
     background-size: contain;
     background: URL("../images/background4.jpg") !important;
}

.photo-slideshow-carousel-img-wrapper {
     position:  absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     text-align: center;
}

.photo-slideshow-carousel-caption { 
    position: absolute;
    bottom: 0px; 
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    display: none;
}

.photo-slideshow-caption-winner {
    display: block;
}

.photo-slideshow-carousel-caption h3 {
    font-size: 2rem;
}

.photo-slideshow-carousel-caption h4 {
    font-size: 1.75rem;
}

/*** photo slideshow nav ***/

.tps-officer-name {
    color: #6B6A75 !important;
}

#photo-slideshow-carousel-stage-nav {
    position: absolute;
    width: 100%;
    top: 45%;
    z-index: 1;
}

.photo-slideshow-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 30px;
}

.photo-slideshow-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.photo-slideshow-carousel .owl-dot.active {
    /*width: 30px;*/
    background: var(--primary);
}

.photo-slideshow-carousel-control-prev-icon,
.photo-slideshow-carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.photo-slideshow-carousel-control-prev {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    width: 3rem !important;
    height: 3rem !important;
    /*top: 45%;*/
    display: block;
    float: left;
}

.photo-slideshow-carousel-control-next {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    width: 3rem !important;
    height: 3rem !important;
    /*top: 45%;*/
    display: block;
    float: right;
}

.photo-slideshow-carousel-caption {
	padding-bottom:0px;
}


/* fix mobile issue */
.photo-slideshow-carousel-control-prev:before {
  	content: " " !important;
}

.photo-slideshow-carousel-control-next:before {
  	content: " " !important;
}


@media (max-width: 1200px) {

    .photo-slideshow-carousel-control-prev, .photo-slideshow-carousel-control-next {  
     	width: 2rem !important;
    	height: 2rem !important;
    }
    
    .mb-1 {
    	line-height: 1;
    }
 }


@media (max-width: 576px) {

    .photo-slideshow-carousel-control-prev, .photo-slideshow-carousel-control-next {  
     	width: 1rem !important;
    	height: 1rem !important;
    }
    
    .tps-justify-left {
    	text-align: left !important;
    }
 }
 
 
  @media (max-width: 1024px) {
  
     .photo-slideshow-carousel-caption h3 {
         font-size: 1.25rem;
     }
 
     .photo-slideshow-carousel-caption h4 {
         font-size: 1.00rem;
     }
   
  }
  
 
 @media (max-width: 540px) {
 
    .photo-slideshow-carousel-caption h3 {
        font-size: .65rem;
    }

    .photo-slideshow-carousel-caption h4 {
        font-size: .55rem;
    }
    
    .mb-1 {
    
    	font-size: 10px;
    
    }
  
 }
 
  
  @media (max-width: 540px) {
   
  	#pageTitle { font-size: 30px; }
 }
 
  @media (max-width: 414px) {
  
 	#pageTitle { font-size: 20px; }
 }
  

/********** tps photo slideshow - End **********/


/*** TPS General CSS ***/

#chocolat-content-0, #chocolat-content-1 {

    z-index: 999;
}

.chocolat-wrapper.chocolat-visible {
    z-index: 999;
}

.chocolat-overlay {
    background-color: #000 !important;
    background-color: #282222 !important; 
}

.chocolat-wrapper .chocolat-left {
    background: var(--chocolat-icon-left) 50% 50% / 3rem auto no-repeat !important;
}

.chocolat-wrapper .chocolat-right {
    background: var(--chocolat-icon-right) 50% 50% / 3rem auto no-repeat !important;
}

.chocolat-wrapper .chocolat-bottom {
    
    font-size: 16px !important;
    height: 70px !important;
     
}

.chocolat-wrapper .chocolat-description {
    text-align: center !important;
}

.chocolat-wrapper .chocolat-close {
    background: var(--chocolat-icon-close) 50% 50% / 3rem auto no-repeat !important;
}

@media (max-width: 421px) {

    .chocolat-wrapper .chocolat-bottom {
    	font-size: 14px !important;
        height: 80px !important;
    }
}

.tps-mb-4 {
     font-size: 1.25rem;
}
 
.py-5 {
    padding-bottom: 0rem !important;
    padding-bottom: 6rem !important;
    
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.mb-5 {
    margin-top: 2rem !important;
}

.tps_header-adj {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.tps-tint-overlay { 
    background: var(--tpsTintOverlay) !important;
    /*background: #0f326780 !important;*/
    position: absolute;
    top: 0;
    left: 0;
    display: block; 
    width: 100%;
    height: 100%;
}

.tps-overlay-darker {
    background: #17161685 !important;
    background: #171616a1 !important;
}

.tps-overlay-image-background {
    background: #1716163d !important;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    position:absolute;
    z-index:2 !important;
}

.tps-top-20 {
    margin-top: 20px !important;
}

.tps-carousel-caption {
     position:absolute;
}

.tps-carousel-caption {
    background: rgb(9 30 62 / 46%) !important;
    background: rgb(9 30 62 / 22%) !important;
    background: var(--tpsTintOverlay) !important;
}

.tps-carousel-image-center {

    /*width: auto;*/
    max-height: 765px !important;

}

.navbar-dark .navbar-nav .nav-link {
    /*font-size: 22px !important;*/
    padding:0 !important;
} 

.col-lg-4 {
    margin:0 auto;
}
    
.col-md-12 { 
    width: 300px;
    width: 310px;
    margin: 0 auto;
}  

.tps-container-fix {
    margin-top: 40px;
}
 
.section-title::after {
	-webkit-animation: unset !important;
	animation: unset !important;
	background: unset !important; 
}

h4 {
    font-size: 4rem;
    font-size: 2rem;
}

#navbar-logo {
   height:75px;
   max-height:100px;
   margin: 0 auto;
   margin-top:10px;
   margin-bottom:10px;
}

.navbar-dark .navbar-nav .nav-link.active { 
    font-weight: bold !important;
}

.bg-header {
    /*background-size: contain !important;
    background-color: unset !important;*/
    /*margin-bottom: 90px;*/
    padding-left: 0;
    padding-right: 0;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #55c6ee !important;
}

.display-1 { 
    line-height: 1.0;
} 

.tpsDownload {
    color: white;
    text-align:center;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:20px;
    padding: 15px;
    padding-bottom: 30px;
    font-size: 16px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight:bold;
    background-color:#06A3DA;
    border-radius: 10px;
}

.tpsDownloadButton {
    background-color:white;
    padding:10px;
    border-radius:5px;
}

.tpsButton {
    background-color:#06A3DA;
    color: white;
    padding:10px;
    border-radius:5px;
}

.dropdown-menu {
    background-color:#06A3DA !important;
    
    a {
    	color: white !important;
    }
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125 !important;
    background-color: #e9ecef !important;
}

@media (max-width: 991.98px) {

    .tps-container-fix {
        margin-top: 2rem !important;
    }
}

@media (max-width: 260px) {

    .mb-5 {
         margin-top: 0rem !important;
     }
}

/* Change Members Page behavior - Start */

.team-img img, .blog-img img {
    transform: scale(1) !important;
    width: 100% !important;
}

/* Change Members Page behavior - End */

/* Community Events Page behavior - Start */

@media (max-width: 765px) {

    .tps-col-lg-5 {
         min-height: 400px !important;
   }
    
}

@media (max-width: 540px) {

    .tps-col-lg-5 {
         min-height: 350px !important;
   }
    
}

@media (max-width: 475px) {

    .tps-col-lg-5 {
        min-height: 300px !important;
    }
}

@media (max-width: 414px) {

    .tps-col-lg-5 {
        min-height: 250px !important;
    }
}

@media (max-width: 375px) {

    .tps-col-lg-5 {
        min-height: 200px !important;
    }
}


/* Community Events Page behavior - End */


@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link.show, .sticky-top.navbar-dark .navbar-nav .nav-link {
	color: var(--light) !important;
    }
    
    .navbar-mobile { 
        z-index: 1;
    }
    
    .container {
        margin-top: 0px;
    }
    
    #navbar-logo {
    	height: 55px;
    }
    
    .display-1 {
    	font-size: calc(.625rem + 4.5vw) !important; 
    }
            
    .col-md-4 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .tps-py-5 {
        padding-top: 3rem !important;
    }

}

@media (max-width: 1200px) {

    #copyright-1{
    	margin-top:20px;
    	float:none !important; 
    	height:auto !important; 
    }
    
    #copyright-2{
    	float:none !important; 
    	height:auto !important; 
    }
    
    #copyright-2{
	float:none !important;  
    }
    
    .display-1 {
        font-size: 4rem; 
    }
    
    .col-lg-4 { 
	padding-left: 5px;
	padding-right: 5px;
    }

}

@media (max-width: 1280px) {

    /*
    .carousel-inner {
        width: 90%; 
    }
    */
}

/*** TPS General CSS - End ***/

:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
    --dark: #0f3267;
    --tpsTintOverlay: #17161669;
}


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
    color: var(--light);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {

    #navbar-logo {
    	margin-top: 0;
    	margin-bottom: 0;
    }
    
    .navbar-mobile {        	   
        background: var(--dark);
    }
    
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;        
        background: var(--dark);
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {

    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
        background: var(--dark);
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
 
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-headerx {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}