/********** Template CSS **********/
:root {
    --primary: #000;
    --secondary: #a50a12;
    --light: #a50a12;
    --dark: #000;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.bg-icon {
    background: url(../img/bg-icon.png) center center repeat;
	background-color: rgb(135 199 103 / .5)!important;
    background-size: contain;
	position: relative;
}


/*** Spinner ***/
#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;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-outline-primary:hover,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: #555555;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover{
    color: #a50a12!important;
}

.navbar .navbar-nav .nav-link.active {
    color: #a50a12!important;
    font-weight: bold;
}


		header.home {
/*				min-height: 550px;
				padding: 75px 30px;*/
				padding: 0;
			    z-index: auto;

			}
		
		header.home p{
				color:#fff;

			}
		
		 header.home .container h1 {

			animation: none;
			font-weight: 800;
			font-size: 60pt;
		}
		
		.header-large em {
			font-style: normal;
			color: #87c767;
		}
		
		.home-img-header{
			
			position: absolute; 
			bottom: 0; 
			right: 137px; 
		}
		
		.mobile-header{
			position: relative; 
			background: none;
			}
		
		.video-banner-block{
				position:relative;
		}
		
		.color-white{
			color: #fff;
		}


		.mobile-header {
			margin-bottom: 6em;
			}

		.home-left-block{
				    margin-top: -41em;
		}

	
			.home-green-block i img {
				position: absolute;
				right: 115px;
				bottom: -68px;
				width: 200px;
				transform: rotate(-33deg)
			}
			
			.testimonial-carousel .owl-item .testimonial-item img{
			width: 100%; 
			height: 100%;
		}
		
		.testimonial-carousel .owl-item.center .testimonial-item {
			background: none!important;
/*			scale: 1.15;*/
		}
		
		
				.pvl-white-card{
					background: #fff;
					position: relative;
					padding: 30px;
					border-radius: 0.25rem;
					padding-bottom: 0;
					margin-bottom: 2em;
				}
				.pvl-white-card img{
					margin: 0 auto;
					display: block;
					width: 172px;
    				margin-top: -120px;
					padding-top: 2em;
					
				}
				.pvl-white-card-content{
					padding-top: 20px;
				}
				.pvl-white-card-content p{
					margin-bottom: 0;
				}	
				
				.pvl-white-card-content p span{
					display: block;
					color: #131b4d;
    				font-size: 11pt;
				}
				.pvl-white-card-content p img{
					margin-top: 30px;
					width: 150px;
					padding-top: 0;
				}
				
				footer div{
					margin-top: 0!important;
				}
				
		
		@media only screen and (max-width:1536px) {
			
					header.home .container h1 {

					font-size: 50pt;
				}
			
			header.home {

				padding: 0;
				margin-bottom: 3em;

			}
			
			.home-left-block {
				margin-top: -35em;
			}
		}
		
		@media only screen and (max-width:1440px) {

				.home-img-header{

			right: 0; 

		}
			.mobile-header{
/*				background: url(../_images/Blue-Background.jpg) center top/cover no-repeat!important;*/
			}
			
			.home-left-block {
				margin-top: -34em;
			}
			
	
				
	}

		
	@media only screen and (max-width:1280px) {

		.home-left-block {
				margin-top: 0;
			}
			
		header.home .container h1 {
				position: absolute;
				left: 18px;
				top: 61px;
				width: 50%;
			}
			
			.home-left-block .color-white {
				color: #131b4d!important;
			}
			
			.mt-mobile{
				margin-top: 2em;
			}
		
		.mobile-header{
			background: linear-gradient(to bottom, rgba(15,18,44,.4), rgba(255,255,255,0.1));
		}


				
	}
		
		@media only screen and (max-width:1170px) {

				.home-img-header{

			width: 500px; 

		}
			
			header.home .container h1 {

			font-size: 45pt;
		}
				
	}		


		
		
		
		@media only screen and (max-width:1024px) {
			
		
	}

		
			
		@media only screen and (max-width:991px) {

				.home-img-header{

			 	width: auto;

		}
		
			
	}
		@media only screen and (max-width:868px) {
			
				header.home .container h1 {
				font-size: 35pt;
				width: 43%;
			}
			
		}
			
			
		@media only screen and (max-width:769px) {

				header.home .container h1 {
				font-size: 30pt;
				width: 50%;
			}	
	}	

	@media only screen and (max-width:610px) {

			header.home .container h1 {

				top: 20px;

			}	
	}	

	@media only screen and (max-width:800px) {

			.mobile-header {
/*				margin-bottom: 3em;*/
			}	
	}	
		
		@media only screen and (max-width:540px) {

		
			.mobile-header {
				margin-bottom: 0;
			}
			
			header.home .container h1 {
				font-size: 17pt;
				width: 55%;
				left: 11px;
				top: 10px;

			}
	}
		
	
@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
    border-radius: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/carousel-1.jpg) top right no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Section Header ***/
.section-header {
    position: relative;
    padding-top: 25px;
	color: #131b4d
}

.section-header-links {
    font-size: 1.2rem;
    color: #131b4d;
    text-decoration: none;

}

.section-header h1{
    font-family: montserrat;
    font-size: 2.5rem;
    animation: 1.5s fadeInUp;
}

.section-header::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #131b4d;
}

.section-header::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #87c767;
}

.section-header.text-start::before,
.section-header.text-start::after {
    left: 0;
    transform: translateX(0);
}


/*** Product ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.product-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.product-item img {
    transition: .5s;
}

.product-item:hover img {
    transform: scale(1.1);
}

.product-item small a:hover {
    color: var(--primary) !important;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}


.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.owl-next {
	position: absolute;
    right: -50px;
    top: 50%;
}

.owl-prev {
	position: absolute;
    left: -50px;
    top: 50%;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  	margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: .5s;
    background: #a81b21;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #a81b21;
    background: #fff;
	border:#a81b21;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #131b4d!important;
    border-color: #131b4d!important;
}

.product-item a{
	
	font-size: 1.2rem;
    color: #131b4d;
	text-decoration: none;
}

.product-item a.text-body{
	
	font-size: .875em;
    color: #131b4d;
	text-decoration: none;
	
}


/*** Footer ***/
.footer {
    color: #999999;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
	text-decoration: none;
	line-height: 1.1;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}