:root {
    --black: #000000;
    --white: #ffffff;
    --light-gray: #ddd;
    --gray: #333;
    --l-border-color: rgba(234, 234, 234, .6) !important;
    /* --blue: #006699; */
    --blue: #0254d4;
    --orange: #fd5f16;
}

@font-face {
    font-family: ace-fonts;
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: ace-fonts-bold;
    src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: ace-fonts-medium;
    src: url(../fonts/Poppins-Medium.ttf);
}

body {
    font-family: ace-fonts;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: ace-fonts-bold;
}

a {
    text-decoration: none;
}

.t-gray {
    color: var(--l-border-color);
}

.t-orange {
    color: var(--orange);
}

[class*=" bi-"]::before {
    line-height: 1.2 !important;
}

.topbar-right ul li {
    /* display: inline-block; */
}

.top-section-container {
    /* background-color: var(--l-border-color); */
    border-bottom: 1px solid var(--l-border-color);
}

.top-bar-section {
    display: flex;
    padding: 10px 0px;
    justify-content: end;
}

.top-bar-section a {
    color: var(--black);
}

.top-bar-section i {
    padding-right: 3px;
}

.navbar {
    padding: 0px !important;
}

.navbar-nav .nav-item .nav-link {
    font-size: 17px;
    color: var(--black);
    padding: 10px 20px;
    text-transform: uppercase;
    background-color: var(--white);
}

.navbar-nav .nav-item .nav-link:hover {
    background-color: var(--blue);
    color: var(--white);
}

.navbar-nav .nav-item .nav-link.active-menu {
    background-color: var(--orange);
    color: var(--white);
}

.nav-item {
    padding-right: 18px;
}

.nav-item:last-child {
    padding: 0px !important;
}

.dropdown-menu {
    padding: 0px 0px;
    border-radius: 0px;
    border: 0px;
}

.dropdown-item {
    padding: 10px 15px;

}

.dropdown-item:hover {
    background-color: var(--blue);
    color: var(--white);
}

.logo {
    width: 10rem;
}

.heading-title h5 {
    font-weight: 500;
}

.heading-title h2 {
    font-weight: bold;
    color: var(--blue);
}

.btn-ace {
    background-color: var(--orange) !important;
    border: none !important;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    transition: all 0.3s;
}

.btn-ace:hover {
    background-color: var(--black) !important;
}

.gallery {
    padding: 60px 0px;
    text-align: center;
}

.gallery a {
    text-decoration: none;
}

.category-container {
    position: relative;
    text-align: center;
}

.gallery .img-container img {
    object-fit: cover;
    height: 15rem;
    transition: all 0.5s;
}

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

.gallery .img-container {
    height: 15rem;
    overflow: hidden;
    border: 3px solid var(--l-border-color);
    border-radius: 15px;
}

.gallery label {
    background: -webkit-linear-gradient(0deg, #0083ed 0, #0254d4 100%);
    border: 4px solid var(--light-gray);
    padding: 8px;
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    position: absolute;
    bottom: -25px;
    left: 0px;
    z-index: 1000;
}

.counter {
    background-color: var(--white);
    padding: 6rem 0px;
}

.counter-container {
    text-align: center;
}

.counter-container h1 {
    font-weight: 800;
    font-size: 3rem;
    color: var(--orange);
}

.counter-container h5 {
    font-weight: 400;
    color: var(--gray);
}

.overlay-image {
    padding: 5rem 0;
    background-image: url('../image/background.jpg');
    background-size: 100%;
    background-attachment: fixed;
}

.overlay-image img{
    width: 50%;
}


/* footer Class  */

.footer-area a {
    text-decoration: none;
    color: var(--white);
    font-size: 14px;
    transition: all 0.3s;
}

.footer-area a:hover {
    color: var(--light-gray) !important;
}

ul li {
    display: block;
}

.footer-area {
    padding: 70px 0;
    background: -webkit-linear-gradient(0deg, #0083ed 0, #0254d4 100%);
    color: var(--white);
}

.footer-logo img {
    width: 15rem;
    padding-bottom: 7px;
}

.foot-title {
    font-weight: 200;
    margin-bottom: 2px;
}

.foot-info a:hover {
    color: var(--white) !important;
    padding-left: 5px;
}

.foot-info i {
    margin-right: 5px;
}

.social-icons {
    margin: 0;
    padding: 0;
    width: auto
}

.social-icons li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 50%;
    overflow: visible
}

.social-icons li a {
    transition: all .2s ease;
    border-radius: 100%;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
    background-color: var(--white);
}

.social-icons li:hover a {
    background: #151719;
    color: #fff !important
}

.social-icons li:hover.social-icons-linkedin a {
    background: #0073b2 !important
}

.social-icons li:hover.social-icons-wp a {
    background: #25d366 !important
}

.social-icons.social-icons-medium li a,
.social-icons.social-icons-md li a {
    height: 33px;
    line-height: 32px;
    width: 33px;
    font-size: .9rem;
}

.social-icons.social-icons-big li a,
.social-icons.social-icons-lg li a {
    height: 48px;
    line-height: 50px;
    width: 48px
}

.btn-acefoot {
    background-color: var(--black) !important;
    border: none !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 13px;
}

.btn-acefoot:hover {
    background-color: var(--gray) !important;
}

.footer-area-bottom {
    background-color: var(--gray) none repeat scroll 0 0;
    padding: 15px 0;
}

.copyright {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: var(--blue);
}

.copyright-text a {
    color: #ddd;
}

.copyright>p {
    margin-bottom: 0;
    color: #ddd;
}

.copyright a {
    color: var(--blue);
}

.contact-overlay-image {
    background-image: linear-gradient(145deg, var(--light-gray), var(--white));
    padding: 3.5rem 0px;
}

.contact-overlay-image h1 {
    color: var(--blue);
}

.breadcrumb a {
    color: var(--blue);
}

.contact a {
    color: var(--blue);
    font-size: 16px;
}

.contact a:hover {
    color: var(--black);
}

.contact-info {
    display: flex;
    margin: 1.7rem 0px;
}

.contact-info label {
    font-size: 20px;
}

.contact-icon {
    border: 1px solid var(--blue);
    padding: 10px 16px;
    margin-right: 15px;
}

.contact-icon i {
    color: var(--orange);
    font-size: 25px;
}

.about-content h4 {
    line-height: 38px;
    text-transform: capitalize;
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
}

.about-content p {
    text-align: justify;
}

.about-details {
    overflow: hidden;
    display: block;
}

.icon-title {
    display: flex;
}

.icon-title i {
    color: var(--orange);
    font-size: 23px;
    margin-right: 5px;
    line-height: 0px;
}


.seprate {
    border-left: 2px solid var(--l-border-color);
}

.product-gallery {
    margin: 50px 0px;
}

.product-image img {
    border: 3px solid var(--l-border-color);
    margin: 10px 0px;
}

.product-title {
    border-left: 1px solid var(--blue);
    padding-left: 10px;
}

.product-title label {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
}

.list-product {
    margin: 10px 0px;
    color: var(--black);
}

.list-product h4 {
    padding-bottom: 5px;
    color: var(--blue);
}

.list-product ul li {
    padding: 10px;
}

.list-product a {
    color: var(--black);
    text-decoration: none;
}

.list-product i {
    margin-right: 5px;
}

.active-products {
    background-color: var(--orange);
    color: var(--white) !important;
}

.active-products a {
    background-color: var(--orange);
    color: var(--white) !important;
}

.list-product ul li:hover {
    background-color: var(--orange);
}


.popup-container img {
    width: 100%;
}

.information-product {
    margin-top: 50px;
    padding: 30px 0px;
    background-color: var(--l-border-color);
}

.information-product h5 {

    color: var(--blue);
}

.information-product p {
    color: var(--gray);
}

.data-container {
    margin-bottom: 20px;
}

.about-info {
    text-align: justify;
    padding: 10px 0px;
}

.about-info h4 {
    color: var(--orange);
}

.about-info img {
    width: 100%;
}

.about-info p {
    color: var(--gray);
}