:root {
    --color-1:#BE1E2D;
    --color-2:#231F20;
}

body {
	font-family: "Outfit", sans-serif;
	font-size: 17px;
    color: var(--color-2);
    line-height: 1.8;
	margin: 0;
	padding: 0;
    background: #fff;
    font-weight: 400;
}

a {
	color: var(--color-1);
	text-decoration: none;
    cursor: pointer;
}

a.dark {
	color: var(--color-2);
	text-decoration: none;
    cursor: pointer;
}

.title {
    margin-top: 10px;
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5 {
    font-family: "Ysabeau Office", sans-serif;
}

h1.title {
    font-family: "Ysabeau Office", sans-serif;
    font-weight: 400;
	font-weight: 400;
	font-size: 2.5em;
	position: relative;
	color:var(--color-1);
    padding-left: 25px;
}

h2.title {
    font-family: "Ysabeau Office", sans-serif;
    font-weight: 400;
	font-weight: 400;
	font-size: 2em;
	position: relative;
	color:var(--color-1);
    padding-left: 25px;
}

h2.title:before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-1);
}



h1.title:before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-1);
}

h1.title.text-center {
    padding: 0px;
}

h1.title.text-center:before {
    content: '';
    display: block;
    width: 75px;
    height: 5px;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-1);
}

h1.title.text-white:before {
    background: #fff;
}

.title span {
    color: #e30000;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
  }

.title span i {
    font-size: 15px;
    color: var(--color-1);
    margin-right: 10px;
    margin-left: 10px;
}

.btn {
    position: relative;
    z-index: 1;
    padding: 13px 60px 13px 20px;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    text-transform: none;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 46px;
    border-left: 1px solid #fff;
    font-family: "uicons-regular-rounded";
    line-height: 44px;
    text-align: center;
    content: "\f19b";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover:before {
    width: 100%;
}

.btn-default {
    background-color: var(--color-1);
    color: #fff;
}

.btn-white, .btn-white:active {
    border: 1px solid var(--color-1);
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-white:before {
    background-color: var(--color-2);
}

.btn-white:after {
    border-color: #fff;
}

.btn-white:hover:after {
    border-left-color: #fff;
}

.btn-white:hover {
    color: #fff;
}

.btn-white:after {
    border-left-color: #fff;
}

i.fi {
    vertical-align: middle;
    line-height: 1;
}

.bg-color-1 {
    background-color: var(--color-1);
    color: #fff;
}

.bg-color-2 {
    background-color: var(--color-2);
    color: #fff;
}

.modal-backdrop {
    background: rgba(255, 255, 255, .1);
}

.modal-backdrop.show {
    opacity: .3;
}

.modal {
    backdrop-filter: blur(15px);

}

#achievements .modal-content {
    background: rgba(71, 110, 33, 1);
    border: 0px;
    border-radius: 0px;
    color: #fff;
}



/*-----============= Header =============---------*/

header {
    background: transparent;
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0px;
    margin: 0 auto;
    z-index: 99;
    left: 0;
    right: 0;
    width: 100%;
    animation: slideout .8s;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

header.fixed-top {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    animation: slidein .8s;
    animation-fill-mode: forwards;
}

@keyframes slidein {
    from{
        transform: translateY(-100px);
    }
    to{
        transform: translateY(0px);
    }

}

@keyframes slideout {
    from{
        transform: translateY(-100px);
    }
    to{
        transform: translateY(0px);
    }

}

header.fixed-top .navbar-nav li .nav-link{
    color: #fff;
}

.social ul li{
    color: #000;
    display: inline-block;
    list-style: none;
}

.logo {
    position: relative;
}

.logo img{
    max-width: 150px;
    display: inline-flex;
    height: auto;
    object-fit: contain;
    margin: 0px auto;
}

.logo p {
    line-height: 1.3em;
    margin-top: 20px;
    color: #fff;
	font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 400;
    display: inline-flex;
}

.logo, .social{
    width: 160px;
}

.social ul{
    margin-bottom: 0px;
    padding: 0px;
}

.social ul li i {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}


.btn-hdr {
    font-size: 14px;
    background: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 15px;
    margin: 0px 5px;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.5;
    color: #fff;
    display: block;
    width: auto;
    height: 40px;
    text-wrap: nowrap;
}

/* .btn-hdr:before{
    content: "Call Now";
    display: block;
    width: 100%;
    height: auto;
} */

.btn-srvc {
    font-size: 14px;
    background: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 15px;
    margin: 0px 5px;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.5;
    color: #fff;
    display: inline-block;
    width: auto;
    height: 40px;
}
.btn-srvc:after, .btn-srvc:before {
    display: none;
}

.navbar {
    flex-wrap: nowrap;
}


.navbar-toggler{
    color: #fff;
    background: var(--color-1);
    border: 0px;
    height: 40px;
    border-radius: 0px;
    margin-right: 15px;
}

.navbar-toggler-icon {
    height: 1em;
}

.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:before {
    content: '\f0c9';
    display: block;
    font-family: "Font Awesome 5 Pro";
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    content: '\f00d';
    display: block;
    font-family: "Font Awesome 5 Pro";
}

.navbar-toggler:focus {
    box-shadow: none;
}


.navbar-nav li {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 20px 2px;
    align-content: center;
}

.navbar-nav li .nav-link{
    color: #fff;
    letter-spacing: .02rem;
    position: relative;
    font-weight: 400;
}

.navbar-nav li .nav-link:after{
    content: '';
    background: #fff;
    width: 0%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease-in-out 0s;
}

.navbar-nav li .nav-link:hover:after, .navbar-nav li .nav-link.active:after{
    width: 80%;
}

.dropdown-toggle::after{
    color: #fff;
}

.navbar-nav li a.dropdown-toggle {
    position: absolute !important;
    top: 75%;
    right: 50%;
    transform: translateX(50%);
    line-height: 0;
}


.dropdown-menu[data-bs-popper] {
    left: auto;
    margin-top: 0rem;
}

.dropdown-menu {
    border: 0px;
    border-radius: 0px;
    background: var(--color-1);
    min-width: 200px;
    top: 100%;
}

.dropdown-menu li{
    padding:0px;
}

.dropdown-menu li a{
    padding: 15px 15px;
    color: #fff;
    letter-spacing: .1rem;
    position: relative;
    overflow: hidden;
    transition: all .4s ease-in-out 0s;
}

.dropdown-menu li a:hover{
    background: transparent;
    color: var(--color-1);
    transition: all .4s ease-in-out 0s;
}

.dropdown-menu li a:before{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: var(--color-2);
    color: #fff;
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    transition: all .4s ease-in-out 0s;
    
}

.dropdown-item.active {
    background-color: transparent;
}

.dropdown-menu li a.active:before, .dropdown-menu li a:hover:before{
    background: var(--color-2) !important;
    width: 100%;
    transition: all .4s ease-in-out 0s;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
    top: 100%;
}




/*-----============= slide =============---------*/

.rev_slider .overlay {
    background: rgb(0 0 0 / 30%);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 22;
}


.rev_slider .tp-caption li{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rev_slider .tp-caption ul{
  padding: 0px;
  list-style: inherit;
}

.rev_slider .tp-caption li:before{
  content: '';
  height:15px;
  width: 15px;
  border: 2px solid #fff;
  border-radius: 20px;
  display: inline-block;
  margin-right: 10px;
}

.rev_slider .tp-caption li:first-child:before{
  display: none;
}

.slider-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    top: 50%;
    bottom: 0;
    right: 50px;
    padding-top: 40px;
    text-align: center;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.slider-social .slider-social-info ul li a {
    color: #ffffff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    padding: 35px 0px;
    font-size: 20px;
}

.slider-social .slider-social-info ul li a:hover {
    color: var(--color-1);
}

.slider-social span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-social span:after {
    content: "";
    background: #ffffff;
    width: 30px;
    height: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 20px;
    margin-right: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*-----============= About =============---------*/

#about {
    background-image: url(../img/about-bg.jpeg);
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: color;
    background-repeat: no-repeat;
    background-position:bottom right;
    background-size: cover;
    background-attachment: fixed;
}




/*-----============= Our Specialties  =============---------*/


.card-style04 {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 500px;
}

.card-style04 .card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.card-style04 .card-hover-icon {
    position: absolute;
    left: 60px;
    bottom: 60px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    font-size: 3em;
    color: #fff;
}

.card-style04 .card-data {
    opacity: 0;
    position: absolute;
    bottom: -25px;
    height: 100%;
    width: 100%;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

.card-style04 .card-text {
    overflow: hidden;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
    min-height: 75px;
    color: #fff;
    opacity: 0.6;
    margin-bottom: 0;
    width: 100%;
    line-height: 1.7;
}

.card-style04 img {
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -ms-transition-duration: 2s;
    transition-duration: 2s;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.opacity-light {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    top: 0;
    left: 0;
    background-color: var(--color-2);
}

.card-style04 .card-overlay {
    opacity: 0;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    background-color: var(--color-2)
}

.card-style04:hover .card-overlay {
    opacity: .8;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

.card-style04 .btn-link-1 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 0 2px;
    margin-top: 20px;
    position: relative;
    text-decoration: none;
    border: 0;
    border-bottom: 2px solid #fff;
    background-color: transparent;
    border-radius: 0;
    color: #fff
}

.card-style04 .card-custom-1,.card-style04 .card-custom-2 {
    padding: 1rem 2rem;
}


.card-style04 .card-custom-1 h5{
    font-size: 1.6rem;
    word-wrap: break-word;
    font-weight: 600;
}

.card-style04 .card-content:hover .card-data {
    opacity: 1;
    bottom: 0;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

.card-style04:hover img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
    -o-transform: scale(1.4);
    -webkit-transition-duration: 4s;
    transition-duration: 4s
}

.card-style04 .card-content:hover .card-hover-icon {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

.card-style04 .btn-link-1:hover {
    color: rgba(255,255,255,0.7);
    border-bottom: 2px solid rgba(255,255,255,0.7)
}

@media only screen and (max-width: 1499px) {
    .card-style04 .card-custom-1 {
        padding:1rem
    }

    .card-style04 .card-custom-2 {
        padding: 1rem
    }

    .card-style04 .card-hover-icon {
        left: 30px;
        bottom: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .card-style04 .card-custom-1,.card-style04 .card-custom-2 {
        padding:1rem
    }

    .card-style04 .card-hover-icon {
        left: 50px;
        bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .card-style04 .card-hover-icon {
        left:35px;
        bottom: 35px
    }

    .card-style04 .card-custom-2,.card-style04 .card-custom-1 {
        padding: 1rem
    }
}



/*-----============= Gallery =============---------*/


.demo-gallery>ul {
    margin-bottom: 0;
}

.demo-gallery>ul>li {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.demo-gallery>ul>li a {
    border: 2px solid #292522;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 320px;
    border-radius: 5px;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    -moz-transition: -moz-transform 0.5s ease 0s;
    -o-transition: -o-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    -moz-transition: -moz-transform 0.5s ease 0s;
    -o-transition: -o-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate(5deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate(5deg);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}






/*-----============= Financing =============---------*/

#financing {
    background-image: url(../img/financing.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left -60vh;
    
}

/*-----============= Testimonial =============---------*/


#testimonial {
    background-image: url(../img/parallax.jpeg);
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: color;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.carousel {
    min-height: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 3px;
    color: #fff;
}

.carousel-inner{
    height: 100%;
    display: flex;
    align-items: center;
}

.carousel-inner .carousel-item {
    min-height: auto;
}
.carousel-inner .carousel-item img {
    height: 100%;
    width: auto;
    max-height: 75px;
    margin: 0 auto;
    display: flex;
}

.carousel-caption {
    position: initial;
    text-align: center;
}

.carousel-caption h5{
    color: #fff;
    font-style: italic;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-indicators [data-bs-target] {
    background-color: #fff;
    width: 15px;
    height: 5px;
    border-radius:5px !important;
    border: 0px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.carousel-indicators [data-bs-target].active {
    width: 25px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: var(--color-1);
    padding: 20px;
    border-radius: 10px;
    background-size: 70%;
}

footer .social ul li a {
    width: 40px;
    height: 40px;
    margin: 5px;
    border: 1px solid #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .social ul li a i {
    line-height: 0;
    font-size: 20px;
}


/*-----============= contact =============---------*/

#contact .form-control,
#contact .form-select {
    padding:12px 18px;
}

.feature-item.feature-info-style-03 {
    margin-bottom: 30px;
    display: flex;
}

.feature-item.feature-info-style-03 .feature-icon {
    padding-bottom: 0;
    height: 100px;
    min-width: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px;
    background-color: #fff;
    border-radius: 5px;
}

.feature-item.feature-info-style-03 .feature-icon i {
    font-size: 2em;
    color:var(--color-2);
}

.feature-item.feature-info-style-03 .feature-content span {
    display: block;
}








/*-----=======================================---------*/
/*-----============= Inside Page =============---------*/
/*-----=======================================---------*/








#page_header {
    height: 50vh;
    padding-top: 100px;
    background-image: url(img/header-bg.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#page_header:before {
    content: '';
    --p: 150px; /* control the shape (can be percentage) */
    height: 100%;
    aspect-ratio: 1.5;
    clip-path: polygon(0 0,calc(100% - var(--p)) 0,100% 100%,0 100%);
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.page-title {
    color: #fff;
    margin-bottom: 30px;
    font-size: 3em;
}







/*-----============= Bedliners =============---------*/


#bedliners .carousel-inner .carousel-item img {
    height: 100%;
    width: auto;
    max-height: 75vh;
    margin: 0 auto;
    display: flex;
}

.icon-box {
    text-align: center;
    padding: 15px;
    position: relative;
    z-index: 1;
}

.icon-box i {
    font-size: 4em;
    border: 3px dotted #fff;
    line-height: 1em;
    vertical-align: middle;
    display: inline-grid;
    padding: 30px;
    border-radius: 2em;
    margin-bottom: 20px;
}

.icon-box:before, .icon-box:after {
    display: inline-block;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    border-radius: 50%;
    background-color: var(--color-1);
    z-index: -1;
}

.icon-box:before, .icon-box:after {
    width: 135px;
    height: 135px;
    opacity: 0.2;
}

.icon-box:hover:before, .icon-box:hover:after {
    background-color: #fff;
    webkit-animation: circle-2 1.05s infinite;
    -moz-animation: circle-2 1.05s infinite;
    -ms-animation: circle-2 1.05s infinite;
    -o-animation: circle-2 1.05s infinite;
    animation: circle-2 1.05s infinite;
}


@-webkit-keyframes circle-2 {
    100% {
        width: 220px;
        height: 220px;
        opacity: 0
    }
}





/*-----============= Vehicle Accessories =============---------*/

.card-style01 {
    position: relative;
    -webkit-transition: 0.8s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: 0.8s cubic-bezier(0, 1, 0.5, 1);
    transition: 0.8s cubic-bezier(0, 1, 0.5, 1);
    transform: scale(1);
    -ms-transform: scale(1);
    margin-bottom: 30px;
}

.card-style01 .card-body {
    overflow: hidden;
    position: relative;
    background: var(--color-2) !important
}
/* 
.card-style01 .card-body:after {
    content: "\f1a7";
    font-family: uicons-solid-rounded !important;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    right: inherit;
    font-size: 40px;
    width: auto;
    font-weight: 400;
    line-height: 60px;
    margin-top: -30px;
    transform: translateX(-50px);
    transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: .1s;
    opacity: 0;
    pointer-events: none
} */

.card-style01:hover .card-body:after {
    opacity: 1;
    transform: translateX(-30px)
}

.card-style01 .card-image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-color: initial;
    transition: .2s all ease;
    height: 320px;
}

.card-style01 .card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 320px;
}

.card-style01 .card-text {
    position: absolute;
    bottom: -20%;
    left: 0;
    font-size: 15px;
    color: #fff;
    z-index: 2;
    line-height: 1.4;
    padding: 10px;
    transition: all .4s ease-in-out 0s;
    opacity: 0;
}

.card-style01:hover .card-text {
    bottom: 0;
    transition: all .4s ease-in-out 0s;
    opacity: 1;
}

.card-style01+.card-content {
    display: flex;
    justify-content: center;
    background: 0 0 !important;
    border: none !important;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0;
    height: 100%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    opacity: 0;
    pointer-events: none;
    margin: 0;
    color: #fff !important;
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: visible;
    align-items: end;
    transform: translateY(-30px)
}

.card-style01:hover .card-content h3:before {
    width: 100%
}

.card-style01 h3 {
    margin: 25px 0 0;
    padding-bottom: 10px;
    font-size: 20px;
    position: relative;
    display: inline-block
}

.card-style01 h3:before {
    content: "";
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    height: 3px;
    width: 50px;
    bottom: 0;
    background-color: var(--color-2);
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1)
}

.card-style01:hover h3:before {
    background-color: var(--color-2)
}

.card-style01:hover .card-image {
    transform: scale(1.05);
    opacity: .1
}

.card-style01 .carousel {
    display: block;
}

#partners li {
    text-align: center;
}

#partners li img {
    max-width: 180px;
}

#warnning-light-sec {
    background-image: url(../img/warninng-light-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}













/* 
.sidebar {
    background: #9cc673;
}

.sidebar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sidebar li{
    padding: 10px 20px ;
}

.sidebar li a {
    color: #333;
    transform: translateX(0px);
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}

.sidebar li.active a {
    color: #fff;
    display: block;
    transform: translateX(10px);
    transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
}

.sidebar li.active{
    background: #6d8a4b;
}


.sidebar li:hover{
    background: #e2e2e2;
    transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
}

.sidebar li:hover a{
    color: #333;
    display: block;
    transform: translateX(10px);
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}

ul.injury-list{
    list-style: none;
    padding: 0px;
}

ul.injury-list li {
    display: inline-block;
    padding: 8px 20px;
    background: #999;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: 'Josefin Slab';
    font-weight: 500;
    font-size: 1.2em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.main-img {
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 20px;
}

.main-img img {
    width: 100%;
}

.quote {
    padding: 20px 30px;
    text-align: center;
    position: relative;

}

.quote p:before, .quote p:after {
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 1.5em;
    font-style: normal;
    color: #9cc673;
}

.quote p:before {
    content: '\f10d';
    top: 6%;
    left: 0;
}

.quote p:after {
    content: '\f10e';
    bottom: 6%;
    right: 0;
}

.quote p{
    margin: 0px;
    font-style: italic;
} */


/*-----============= Team =============---------*/

.our-team{
    text-align: center;
    transition: all 0.5s ease 0s;
    border: 1px solid #9cc673;
}
.our-team:hover{
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.our-team .pic{
    overflow: hidden;
    position: relative;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 200%;
    height: 80%;
    background: rgba(156,198,115,0.8);
    position: absolute;
    top: -100%;
    left: -4%;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}
.our-team .pic:after{
    background: rgba(109,138,75,0.8);
    top: auto;
    left: auto;
    bottom: -100%;
    right: -4%;
}
.our-team:hover .pic:before{ top: 0; }
.our-team:hover .pic:after{ bottom: 0; }
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .social, .our-team .r-more{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
 .our-team .r-more{
    bottom: 5%;
 }

.our-team:hover .social, .our-team:hover .r-more{ opacity: 1; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #db162f;
    border-radius: 0 20px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover:after{ transform: rotate(180deg); }
.our-team .team-content{ padding: 20px; }
.our-team .title{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 7px;
}
.our-team .post{
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #707070;
    text-transform: capitalize;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}


.modal.team .modal-content {
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(8px);
    border: 0px;
    border-radius: 0px;
}

.modal.team .modal-header{
    border: 0px;
}

.modal.team .team-image img{
    max-width: 300px;
    border: 8px solid #9cc673;
    border-radius: 250px;
}

.modal.team .modal-title {
    color: var(--color-1);
    display: grid;
}

.modal.team .modal-title span{
    margin-top: 10px;
    font-style: italic;
    font-size: 18px;
}


.modal.team .team-contact ul {
    list-style: none;
    padding: 0px;
}
.modal.team .team-contact ul li:first-child:after{
    content: '';
    background: #333;
    height: 1px;
    width: 200px;
    display: block;
    margin-bottom: 20px;
}

.modal.team .team-contact ul h5 i{
    min-width: 35px;
}



/*-----============= Testimonial =============---------*/


figure {
  margin: 10px;
  color: #333;
  text-align: left;
  display: flex;
  align-items: center;
  background:#9cc673;
  border: 2px solid #9cc673;
  position: relative;
}

figure * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure figcaption {
    display: flex;
    align-items: center;
  width: 70%;
  background-color: #ffffff;
  min-height: 150px;
}

figure blockquote {
  position: relative;
  padding: 25px 50px 25px 50px;
  font-size: 0.8em;
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
figure blockquote:before,
figure blockquote:after {
  font-family: 'FontAwesome5';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}

figure blockquote:before {
  top: 25px;
  left: 20px;
}

figure blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0px;
}

figure .arrow {
  bottom: 10px;
  left: 28%;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
  border-top: 25px solid #ffffff;
  margin: 0;
  position: absolute;
}
figure .author {
  top: 100%;
  width: 30%;
  padding: 10px 15px;
  float: left;
  text-align: center;
}
figure .author h5 {
  margin: 0;
  font-weight: 800;
  color: #fff;
}
figure .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-top: 8px;
  display: block;
  font-size: .8em;
}

figure .stars {
    display:block;
    list-style: none;
    margin: 10px 0px; 
    padding: 0;
}

figure .stars li{
    display: inline-block;
    font-size: .7em;
    color: #fff;
}


/*====================================== Internal Pages =================================*/



/*=============== About ==============*/

#team .team-bg-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

#team .team-bg-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top ;
}


.profile-card-2 {
    max-width: 370px;
    height: 450px;
    background-color: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-position: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    border-radius: 10px;
}

.profile-card-2 img {
    transition: all linear 0.25s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-card-2 .profile-name {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 24px;
    color: #FFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-icons {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #FFF;
    transition: all linear 0.25s;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px;
}

.profile-card-2 .profile-icons i {
    line-height: 1em;
    display: block;    
}

.profile-card-2 .profile-username {
    /* position: absolute;
    bottom: 40px;
    left: 30px; */
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    transition: all linear 0.25s;
    display: block;
}

.profile-card-2 .profile-icons .fa {
    margin: 5px;
}

.profile-card-2:hover img {
    filter: grayscale(100%);
}

.profile-card-2:hover .profile-name {
    bottom: 50px;
}

.profile-card-2:hover .profile-icons {
    right: 40px;
}





/*=============== Partners ==============*/


.partners-list {
    padding-left: 0px;
}

.partners-list li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 20px;
    font-size: 1.2em;
    min-height: 200px;
    border-right: .5px solid var(--color-2);
    border-bottom: .5px solid var(--color-2);
    color: var(--color-3);
    transform: scale(1);
    transition: all 0.9s ease-in-out 0.4s;
}

.partners-list li img {
    max-width: 310px;
}

.partners-list a:nth-child(3) li,
.partners-list a:nth-child(6) li,
.partners-list a:nth-child(9) li,
.partners-list a:nth-child(12) li {
    border-right: 0px;
}


.partners-list a:nth-child(13) li{
    border-bottom: 0px;
}

.partners-list li img {
    transform: scale(1);
    transition: all 0.9s ease-in-out 0.4s;
}

.partners-list li:hover img {
    transform: scale(1.3);
    transition: all 0.4s ease-in-out 0s;
}



/*=============== Morgantown WV ==============*/

.video-bg {
    background-image: url(../img/video-bg-img.jpeg);
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: color;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 600px;
    position: relative;
}

.video-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(251, 157, 78, .8);
    background-blend-mode: color;
    z-index: 3;
}

.video_btn {
    background: #fff;
    padding: 30px;
    border-radius: 60px;
    display: inline-block;
}

.video_btn i {
    vertical-align: middle;
    font-size: 3em;
    line-height: 0;
}

/*=============== Services ==============*/

.services-card {
    height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    margin-bottom: 30px;
}

.services-card img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease-in-out 0s;
}

.services-card:hover img{
    transform: scale(1.3) rotate(10deg);
    transition: all .3s ease-in-out 0s;
}

.services-card .service-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    transition: all 0.4s ease-in-out 0s;
    transform: translateY(200px);
    background-color: rgba(251, 157, 78, .9);
    color: #fff;
    border-radius: 30px;
    height: 300px;
}

.services-card:hover .service-content {
    transition: all 0.4s ease-in-out 0s;
    transform: translateY(0px);
}

/*=============== Gallery ==============*/

.gallery-card {
    height: 500px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    margin-bottom: 30px;
}

.gallery-card img{
    height: 500px;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease-in-out 0s;
}

.gallery-card:hover img{
    transform: scale(1.3) rotate(10deg);
    transition: all .3s ease-in-out 0s;
}

.gallery-card .gallery-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    transition: all 0.4s ease-in-out 0s;
    transform: translateY(180px);
    background-color: rgba(251, 157, 78, .9);
    color: #fff;
    border-radius: 30px;
    height: 300px;
}

.gallery-card:hover .gallery-title {
    transition: all 0.4s ease-in-out 0s;
    transform: translateY(0px);
}

.gallery-card a.btn {
    position: absolute;
    bottom: 0;
}

.gallery .carousel-caption {
    position: relative;
    TOP: -100px;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}

/*=============== Fleet Upfitting ==============*/

#partners .splide li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#partners .splide .splide__slide img {
    transform: scale(1);
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    width: 190px;

}



/*=============== Media Query ==============*/

@media only screen and (max-width: 1074px) {

    .navbar-nav li {
        font-size: 14px;
    }


    .btn-hdr {
        width: 40px;
        padding: 8px 0px;
        font-size: 17px;
    }

    .btn-hdr:before {
        content: "\f095";
        font-family: "Font Awesome 5 Pro" !important;
    }


    #specialties.p-100 {
        padding: 30px;
    }
}


@media only screen and (max-width: 991px) {

    .navbar-nav li {
        padding: 8px 2px;
        font-size: 15px;
    }

    .navbar-collapse {
        position: absolute;
        display: block;
        top: 84px;
        left: 0;
        right: 0;
        text-align: center;
        background: var(--color-1);
        z-index: 1;
    }

    .dropdown-menu li a {
        text-align: center;
    }

    .navbar-nav li .nav-link:hover:after, .navbar-nav li .nav-link.active:after {
        width: 150px;
    }

    .social {
        margin-right: auto;
    }

    #highlight .boxes {
        transform: translateY(-30%);
    }

    .inside-page .pl-40 {
        padding-left: 15px;
        padding-top: 15px;
    }

    .inside-page .sidebar.p-40 {
        padding: 20px 40px;
    }

    #financing {
        background-position: center left -80vh;
    }


}


@media only screen and (max-width: 767px) {

    header {
        position: relative;
        background-color: #333;
    }

    #main-slide .slider-social{
        right: 0;
        top: 35%;
    }

    #about .p-100 {
        padding: 50px;
    }

    #financing {
        background-position: center center;
    }

    
/* 
    .tp-slide-img img{
        width: 100% !important;
        height: auto !important;
    }

    #services-tabs .tabs.d-flex {
        display: inline-block !important;
    }

    .srvc-tab-btn {
        min-height: 60px;
    }

    .srvc-tab-btn span.srvc-num {
        top: 50%;
        transform: translateY(-50%);
    }

    .srvc-tab-btn.active:after {
        right: 0px;
        top: 100%;
        border-width: 25px 30px 0px 30px;
        border-color: #9cc673 transparent transparent transparent;
    }

    #highlight .boxes {
        transform: translateY(0%);
        margin-top: 40px;
    }

    #highlight .icon-box:nth-child(odd):after {
        display: none;
    }

    .wow{
        animation-name: none !important;
        visibility: visible !important;
    } */
}



@media only screen and (max-width: 575px) {

    

    #main-slide .slider-social{
        right: -55px;
        display: none;
    }

    #about .p-100 {
        padding: 30px;
    }


    #highlight .icon-box:after {
        display: none;
    }

    #testimonial .plr-80 {
        padding-left: 30px;
        padding-right: 30px;
    }

    #about.ptb-60, #services-tabs.ptb-60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .srvc-tab-btn span.srvc-num {
        left: 50px;
    }

    #page_header:before {
        display: none;
    }

    #page_header h1.page-title {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 20px;
    }

    .page-title {
        font-size: 2.4em;
    }

}



















