/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900');

/*** Override smooth scroll lag on Chrome ***/
html { scroll-behavior: auto !important; }

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-hover-bg {
    transition: 0.5s;
}

.btn-hover-bg:hover {
    /* background: var(--bs-secondary) !important; */ /* GD modified*/
	background-color:#fff;
    color: var(--bs-primary) !important;
}

.btn-hover-color {
    transition: 0.5s;
}

.btn-hover-color:hover {
    color: var(--bs-secondary) !important;
}
/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar Start ***/
.navbar {
    padding: 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 20px;
    transition: .5s;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 1200px) {
    .navbar .collapse.navbar-collapse .btn-hover-bg.btn {
        margin-bottom: 20px;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light); /* original had: !important; */
    transition: .5s;
    opacity: 1;
}
/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-header #carouselId .carousel-control-prev,
.carousel-header #carouselId .carousel-control-next {
    background: transparent;
}

.carousel-header #carouselId .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh 
}

.carousel-header #carouselId .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header #carouselId .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0.4));
    background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background: transparent !important;
}

.carousel-header #carouselId.carousel {
    position: relative;
}

.carousel-header #carouselId.carousel .carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}

.carousel-header #carouselId.carousel .carousel-indicators li,
.carousel-header #carouselId.carousel .carousel-indicators li,
.carousel-header #carouselId.carousel .carousel-indicators li {
    margin-right: 30px !important;
}

.carousel-header #carouselId.carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 12px !important;
    border: 5px solid transparent;
    transition: 0.5s;
    
}

.carousel-header #carouselId.carousel .carousel-indicators li.active {
    border: 5px solid var(--bs-primary) !important;
    border-radius: 10px;
}
/*** Carousel End ***/



/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/breadcrumb-bg.jpg);
    background-position: top center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    padding: 100px 0 0 0;
}
/*** Single Page Hero Header End ***/


/*** About Start ***/
.about .tab-class .nav .nav-item a.active,
.about .tab-class .nav .nav-item a.active span {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

/*** About End ***/


/*** Service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-link {
    position: absolute;
    width: 100%; 
    height: 100%; 
    padding: 20px; 
    bottom: 0; 
    left: 0; 
    display: flex; 
    align-items: end;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s; 
}

.service .service-item .service-link:hover {
    background: rgba(0, 0, 0, 0.6);
}

.service .service-item .service-link a {
    color: var(--bs-white);
    transition: 0.5s;
}

.service .service-item img {
    transition: 0.5s;
}

.service .service-item:hover img {
    transform: scale(1.2);
}

.service .service-item .service-link:hover a:hover {
    color: var(--bs-primary);
}
/*** Service End ***/


/*** Donation Start ***/
.donation .donation-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.donation .donation-item::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: flex;
    z-index: 2;
}


.donation .donation-item .donation-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    padding: 20px; 
    justify-content: end; 
    bottom: -60px; 
    left: 0;
    transition: 0.5s;
    z-index: 3;
}

.donation .donation-item:hover .donation-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    padding: 20px; 
    justify-content: end; 
    bottom: 0px; 
    left: 0;
}

.donation .donation-item .donation-btn {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.donation .donation-item:hover .donation-btn {
    visibility: visible;
    opacity: 1;
}

/*** Donation End ***/


/*** Counter Start ***/
.counter .counter-item .counter-counting {
    width: 100%;
    text-align: center;
    border-style: dotted;
    border-color: var(--bs-white); 
    font-size: 30px;
}
/*** Counter End ***/


/*** causes Start ***/
.causes .causes-item {
    overflow: hidden;
}

.causes .causes-item .causes-img {
    position: relative;
    transition: 0.5s;
}

.causes .causes-item .causes-img .causes-link {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0 !important; 
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    background: rgba(0, 0, 0, .2);
    transition: 0.5s;
}

.causes .causes-item .causes-img:hover .causes-link {
    background: rgba(0, 0, 0, .6);
}

.causes .causes-item .causes-img img {
    transition: 0.5s;
}

.causes .causes-item .causes-img:hover img {
    transform: scalex(-1);
}

.causes .causes-item .causes-img .causes-dination {
    position: absolute;
    top: 0; 
    right: 0;
}

.causes .causes-item .causes-img .causes-dination a {
    font-size: 14px;
}

.causes .causes-item .causes-content {
    background: var(--bs-secondary);
    border-color: var(--bs-white);
    border-style: dotted;
    border-top: 0;

}

.causes .causes-item .progress {
    height: 10px;
    overflow: visible;
}

.causes .causes-item .progress .progress-bar {
    position: relative;
    width: 0;
    overflow: visible;
    background: var(--bs-primary);
    transition: 2s;
}

.causes .causes-item .progress .progress-bar span {
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    padding: 1px 5px;
    font-size: 12px;
    color: var(--bs-white);
    background: var(--bs-dark);
    z-index: 1;
}
/*** causes End ***/


/*** Events Start ***/
.event .event-carousel.owl-carousel {
    position: relative;
}
.event .event-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -60px;
    left: 0;
    width: 80px;
    height: 40px;
    border: 1px solid #005e96; /* var(--bs-primary) */
    background: #ffffff; /* var(--bs-primary) */
    color: #005e96; /* var(--bs-white) */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -60px;
    right: 0;
    width: 80px;
    height: 40px;
    border: 1px solid #005e96; /* var(--bs-primary) */
    background: #ffffff; /* var(--bs-primary) */
    color: #005e96; /* var(--bs-white) */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-prev:hover,
.event .event-carousel.owl-carousel .owl-nav .owl-next:hover {
    border: 1px solid #005e96;
	background: #005e96; /* var(--bs-secondary) */
    color: #ffffff; /* var(--bs-primary) */
}
.event .event-carousel .event-item .event-content {
    border-style: dotted;
    border-top: 0; 
    border-color: var(--bs-white); 
    background: #f2f2f2; /*var(--bs-secondary) */
}
/*** Events End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    color: var(--bs-white) !important;
    display: flex;
    align-items: end;
    justify-content: space-between;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-info {
    background: rgba(0, 0, 0, .6);
}


.blog .blog-item .blog-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
	/* filter: hue-rotate(45deg); */
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.blog .blog-item .blog-img:hover .search-icon {
    opacity: 1;
}
/*** Blog End ***/

/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0; 
    left: 0;
    background: rgba(209, 230, 246, .4);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
    z-index: 2;
}

.gallery .gallery-item:hover .gallery-content {
    height: 100%;
}

.gallery .gallery-item .gallery-content .gallery-inner {
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.1);
    padding-top: 40px;
}

.gallery .gallery-item:hover .gallery-content .gallery-inner {
    background: rgba(209, 230, 246, 1);
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gallery .gallery-item .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -80px;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.gallery .gallery-item:hover .search-icon {
    opacity: 1;
}
/*** Gallery End ***/


/*** q1st-products Start ***/
.q1st-products {
    background: rgba(242, 242, 242, 1);
}
.q1st-products .q1st-products-img {
    position: relative;
    overflow: hidden;
}

.q1st-products .q1st-products-img .q1st-products-title {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: end;
    transition: 0.5s;
}

.q1st-products .q1st-products-img:hover .q1st-products-title {
    background: rgba(0, 0, 0, .5);
}

.q1st-products .q1st-products-img img {
    transition: 0.5s;
}

.q1st-products .q1st-products-img:hover img {
    transform: scale(1.2);
}
/*** q1st-products End ***/


/*** Contact Start ***/
.contact {
    background: rgba(209, 230, 246, .4);
    border-style: dotted;
    border-color: var(--bs-white);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    border-top: 3px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
	background-color:#f9f9f9 !important;
}

.footer .footer-item a,
.footer .footer-item p {
    line-height: 35px;
    color: #000; /* var(--bs-body); */
    transition: 0.5s;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
    letter-spacing: 2px;
}

.footer .footer-item .footer-gallery {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-gallery img {
    transition: 0.5s;
}

.footer .footer-item .footer-gallery:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-gallery .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-gallery:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    /* background: var(--bs-dark) !important; */
	background: #f4f4f4;
	color: #000000;
}
.copyright a { color: #595959; }
.copyright a:hover { color: #b1b1b1; }
/*** copyright end ***/

/* BEGIN - GD Customization*/
#logo {z-index:2; position:absolute; max-width:301px; margin-top:-20px; }
#logo img {display:block; width:100%;	}
@media (max-width:767px) { #logo { max-width:135px;  margin-top:-18px; }} /* xs */
@media (min-width:768px) and (max-width:991px) { #logo { max-width:135px;margin-top:-15px; } }
@media (min-width:992px) and (max-width:1199px) { #logo { max-width:158px; } .navbar .navbar-nav .nav-link { font-size:14px; } }
@media (min-width:1200px) and (max-width:1450px) { #logo { max-width:235px; } .navbar .navbar-nav .nav-link { font-size:16px; }  }

.navbar-collapse { padding:10px 0 10px 0 !important; }
.navbar-toggler { margin:10px 10px 10px 0 !important; }
.navbar .navbar-nav .nav-link { color: #056198; }
.topbar { background: #0a6bbd !important;  }
.topbar a { color: #ffffff; background: #0a6bbd !important; }
@media (max-width: 768px) { .topbar { display: block; } } /* we want it to show on all screens */

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: #999;
}

/*** countdown timer Start ***/
#countdown { text-align: center; margin:20px 0 20px 0; border: 2px dotted #ee3a43; }
#timer { display: flex; justify-content: center; }
#timer div { margin: 0 10px; }
#timer span { display: block; font-size: 10pt; }
#days, #hours, #minutes { font-size: 22pt !important; font-weight:bold; color:#ee3a43; } 
/*** countdown timer Start ***/

.hr-divider { max-width: 3.25rem; border-bottom: 5px solid #0a6bbd; opacity:100; }
.hr-divider-white { max-width: 3.25rem; border-bottom: 5px solid #ffffff; opacity:100; }
.progress { height:20pt; } 
.if-joining-content { background:#e9e9e9 !important; color:#000 !important; }
.form-label { font-weight:bold; }

.split-screen-txt { margin-top:100px; margin-bottom:100px; }
@media (max-width:992px){  .split-screen-txt { margin-top:100px; margin-bottom:100px; } }

blockquote, .blockquote-sm { margin: 50px 0 50px 0; font-size: 1.25em; color:#87a6ad; }
.blockquote-quote-marks-sm { font-size:1.5em; font-weight:normal; color:#c2d3d7;margin-top:20px;}
@media (max-width:767px){ blockquote, .blockquote-sm { margin: 30px 0 30px 0; } }

blockquote, .blockquote-reverse, blockquote.pull-right { margin: 50px 75px 50px 75px; font-size: 1.5em; color:#87a6ad; }
.blockquote-quote-marks { font-size:2em; font-weight:normal; color:#c2d3d7;margin-top:20px;}
@media (max-width:767px){ 
	blockquote, .blockquote-reverse, blockquote.pull-right { margin: 30px 25px 30px 25px; font-size: 1.15em; } 
	.blockquote-quote-marks { font-size:1.5em;}
}


#popup-tab { z-index:1033; position:fixed; top:90px;left:10px; height:40px !important; width:40px !important; border-radius:50%; background-color:#f73b09 !important; animation: animate 3s linear infinite;box-shadow: 0px 0px 12px 0px rgba(0,0,0, 0.5);  }
#popup-tab i { color:white; padding-left:10px;margin-top:10px; }

#popup-tab-mobile {z-index:1033; position:fixed; top:15px;right:100px;width:30px !important;height:30px !important; border-radius: 50%; background-color:#f73b09 !important; animation: animate 3s linear infinite;box-shadow: 0px 0px 12px 0px rgba(0,0,0, 0.5);}
#popup-tab-mobile i { color:white; padding-left:6px;padding-top:6px !important; }

.pulse { color:#ffff !important; }

@keyframes animate{ 
0% { box-shadow: 0 0 0 0 rgb(255, 109, 74, 0.7) , 0 0 0 0 rgb(255, 109, 74, 0.7) }
40% { box-shadow: 0 0 0 30px rgb(255, 109, 74, 0) , 0 0 0 0 rgb(255, 109, 74, 0.7) }
80% { box-shadow: 0 0 0 30px rgb(255, 109, 74, 0) , 0 0 0 15px rgb(255, 109, 74, 0) }
100% { box-shadow: 0 0 0 0 rgb(255, 109, 74, 0) , 0 0 0 15px rgb(255, 109, 74, 0)}
}


#out-of-stock-tag { position:absolute; width:139px; heigt:78px; top:-15px; right:-15px; z-index:5; }
#new-item-tag { position:absolute; width:66px; heigt:63px; top:0px; left:100px; z-index:5; }
#special-item-tag { position:absolute; width:55px; heigt:95px; top:-15px; left:-15px; z-index:4; }
#clearance-item-tag { position:absolute; width:109px; heigt:63px; top:0px; left:0px; z-index:4; }
#sale-item-tag { position:absolute; width:110px; heigt:100px; top:0px; left:0px; z-index:4; }
#feature-item-tag { position:absolute; width:110px; heigt:100px; top:0px; left:100px; z-index:5; }

#save-money { position:absolute; width:130px; heigt:75px; top:5px; right:50px; z-index:4;background-color:#ffdf1b; padding:2px;font-size:11pt; font-weight:900;color:#000;text-align:center;text-shadow:2px 2px 3px rgba(0,0,0,0.4);-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0, 0.8); -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0, 0.8); box-shadow: 3px 3px 5px 0px rgba(0,0,0, 0.8);-webkit-animation-delay:1s; animation-delay:1s;}
#save-money-price { position:absolute; width:150px; heigt:100px; top:40px; right:50px; z-index:4;font-size:22pt; font-weight:900;font-family: 'Roboto', sans-serif;color:#ffdf1b;text-align:center;text-shadow:3px 3px 2px rgba(0,0,0,0.9);}

#new-product-price { position:absolute; width:110px; heigt:80px; top:20px; right:30px; z-index:4;font-size:16pt; font-weight:900;font-family: 'Roboto', sans-serif;color:#3b5998;text-align:center;text-shadow:2px 2px 3px rgba(0,0,0,0.6);background-color:rgba(255,255,255, 0.8);}

/* 
Vertical aliging column contents in the center / middle
Appply to the parent row element */
.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

#youtube-play-button { position:absolute;z-index:2;width:75px;height:51px;left:50%;margin-left:-37px;filter:drop-shadow(5px 5px 10px #000); }
#youtube-play-button img:hover { opacity:0.8; filter:alpha(opacity=80); }

.coupon-wrapper { border: dashed grey 2px; position:relative; text-align:center; margin-bottom:20px;}
.coupon-scissors { position:absolute;top:-25px;left:10px;z-index:2; }
.coupon-print { position:absolute;top:0px;right:20px;z-index:2; }
.coupon-scissors i { text-shadow:2px 2px 3px rgba(255,255,255,0.8);background-color:transparent; }
.coupon-title { font-weight:bold; margin-top:0px;}
.coupon-discount { font-size:25pt; font-weight:bold;}

.badge-wrapper { position:absolute; top:15px;right:10px;background:rgba(0,0,0,0);width:100%;color:#fff !important; text-shadow:-1px -1px 1px rgba(0,0,0,0.5); z-index:2; text-align:right; font-size:20pt;}
.badge-wrapper h5 { color:#ffffff; }
@media (max-width:767px) { .badge-wrapper { font-size:9pt; } } 

.before_photo { position:absolute;top:50px;right:0px;z-index:1000;padding:10px 20px 10px 20px;background-color:rgba(13,71,142,0.5);border-top-left-radius:20px;border-bottom-left-radius:20px;color:#fff;font-size:10pt;font-weight:600;letter-spacing:2px;text-shadow:2px 2px 3px rgba(0,0,0,0.6);-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0, 0.5); -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0, 0.5); box-shadow: 0px 0px 12px 0px rgba(0,0,0, 0.5); }
.after_photo { position:absolute;top:50px;left:0px;z-index:1000;padding:10px 20px 10px 23px;background-color:rgba(13,71,142,0.5);border-top-right-radius:20px;border-bottom-right-radius:20px;color:#fff;font-size:10pt;font-weight:600;letter-spacing:2px;text-shadow:2px 2px 3px rgba(0,0,0,0.6);-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0, 0.5); -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0, 0.5); box-shadow: 0px 0px 12px 0px rgba(0,0,0, 0.5); }
@media (max-width:767px){ .before_photo, .after_photo { top:20px!important;padding:3px 15px 3px 15px;top:35px;font-size:7pt; }}


.equal-heights { display:flex; }
.equal-heights-wrapper { border:1px solid #dee2e6;padding:20px; }
.equal-heights-right { padding-right:0px;margin-bottom:20px;}
@media (max-width:767px){ .equal-heights-right { padding-right:12px;margin-bottom:40px; } }

/* BEGIN - YouTube video handler */
.yt-master-container { margin-bottom:-10px; }
.yt-iframe { width: 100%; height: 500px; }
#yt, #yt2 { display: none; }

.yt-right-brdr {  
-moz-transform: skewX(15deg);
-ms-transform: skewX(15deg);
-webkit-transform: skewX(15deg);
transform: skewX(15deg);
border-left: 173px solid #fff; /* #eeefef; */
background-color:#fff; /* #eeefef; */
position:relative;
left:-120px;
z-index:2;
display:block;
}

.yt-left-brdr {  
-moz-transform: skewX(-15deg);
-ms-transform: skewX(-15deg);
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
border-right: 173px solid #eeefef;
background-color:#eeefef;
position:relative;
right:-118px;
z-index:2;
display:block;
}

.yt-container {
overflow: hidden;
height: 100%;
background-size: cover;
background-position: 50% 50%;
background-repeat: none;
position: relative;
width:100%;height:500px;
}

.yt-right-div { z-index:3;position:relative;left:-150px;width:100%;align-items:left !important; justify-content:left !important; }
.yt-left-div { z-index:3;position:relative;right:-150px;width:100%;align-items:right !important; justify-content:right !important; }
.yt-play-button { color:#000000 !important; } .yt-play-button:hover { color:#00a2c0 !important; }

.mainTitle { margin-top:20px;font-weight:900; font-size:50pt !important; }

@media (max-width:767px){ 
.yt-iframe { height: 350px; margin-left:0px; }
.yt-right-brdr, .yt-left-brdr { display:none; }
.yt-right-div { left:0px;padding-top:30px;padding-bottom:30px; }
.yt-left-div { right:0px;padding-top:30px;padding-bottom:30px; }
.yt-container { margin-left:0px; height:350px;margin-top:10px;margin-bottom:-10px; }
.yt-master-container { margin-bottom:-40px; }
.mainTitle { font-size:30pt !important; }
}

@media (min-width:768px) and (max-width:1600px){
.yt-right-brdr {   
-moz-transform: skewX(5deg);
-ms-transform: skewX(5deg);
-webkit-transform: skewX(5deg);
transform: skewX(5deg);
border-left: 85px solid #fff; /* #eeefef */
left:-75px;
}

.yt-left-brdr {   
-moz-transform: skewX(-5deg);
-ms-transform: skewX(-5deg);
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
border-left: 85px solid #eeefef;
right:-75px;
}

.yt-right-div { left:-60px; }	
.yt-right-div p { font-size:12pt !important; }	
.yt-left-div { rightt:-60px; }	
.yt-left-div p { font-size:12pt !important; }	
.mainTitle { font-size:40pt !important; }
}

#playYT, #playYT2 { font-size:75pt;cursor: pointer;color:#c00000; }
#playYT:hover, #playYT2:hover { color:#fff; }
/* END - YouTube video handler */

li {  margin-bottom: 10px; }

input[type="radio"] { scale: 1.6; }

.parallax-wrapper { width:100%;overflow:hidden; }
.parallax-wrapper::after{display:block;}

.parallax {
  height: 650px; /* Adjust as needed */
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width:767px){ .parallax { height:350px; } }
@media (min-width:768px) and (max-width:1199px){ .parallax { height:450px; } }

h1 { font-family: "Barlow Condensed", sans-serif; }
.dropdown-menu { background:#000 !important; }
.dropdown-item { 
	font-family: "Barlow Condensed", sans-serif; 
	font-weight: 500;
	letter-spacing: 1px;
	text-transform:uppercase; 
	color:#005e96;
	background-color:#000;
	padding-top:7px;padding-bottom:7px;
	border-bottom:1px solid #484848;
}

.dropdown-item:hover { 
	background-color:#000 !important;
	color:#b9b9b9 !important;
}

.jumpmenu { border:3px solid #0060ac; color:#000; background-color:#d1e6f6;  }


.banner-home h1 {
    padding: 0;
    font-size: 100px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #000;
    letter-spacing: -3px;
}

@media(max-width:1440px) {
    .banner-home h1 {
        font-size: 75px;
        padding-bottom: 5px;
    }
}

@media(max-width:1024px) {
    .banner-home h1 {
        font-size: 50px;
        padding-bottom: 5px;
    }
}

@media(max-width:425px) {

    .banner-home h1 {
        font-size: 30px;
        letter-spacing: -1px;
    }

}

@media(max-width:375px) {

    .banner-home h1 {
        font-size: 24px;
        letter-spacing: 0;
    }

}

h2 { color:#005e96; }


.glow {
  color: #005e96; text-align: center; animation: glow 1s ease-in-out infinite alternate;
}

/*
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 5px #fff, 0 0 8px #fff, 0 0 11px #02324f, 0 0 14px #02324f, 0 0 17px #02324f, 0 0 20px #02324f, 0 0 23px #02324f;
  }
  
  to {
    text-shadow: 0 0 5px #fff, 0 0 8px #037dc5, 0 0 11px #037dc5, 0 0 14px #037dc5, 0 0 17px #037dc5, 0 0 20px #037dc5, 0 0 23px #037dc5;
  }
}
*/
/* END - GD Customization*/