:root{
    --primary-color: #1f4384;
    --secondary-color: #cd212d;
    --base-font: 16px
}
.text-uppercase {
    text-transform: uppercase;
}
p {
    font-size: var(--base-font);
}
img {
    width: 100%;
}
ul li {
    font-size: var(--base-font);
}
.bg-primary {
    background-color: var(--primary-color) !important;
    background: var(--primary-color) !important;
}
.text-primary {
    color: var(--primary-color);
}
.section-title {
    font-size: 28px;
    text-transform: uppercase;
}
.text-primary{
    color:var(--primary-color) !important;
}
.text-secondary{
    color:var(--secondary-color)  !important;
}
@media screen and (max-width:480px){
    .footer h4{
        margin-bottom:10px;
    }
}

.footer-pad{
    margin-bottom:30px;
}

.owl-carousel .owl-stage{
    display:flex;
    align-items:center;
}

/*start contact page details */
.contact-details p {
    font-size:18px;
    font-weight:600;
    color:#333;
    margin-bottom:5px;
}
.contact-details p a {
    color:#333 !important;
}
/*end contact page details */

/*start standar dimension */
@media (min-width: 1400px){
    .container-xl {
        max-width: 1320px;
        margin-right:auto;
        margin-left:auto;
    }
}
.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #e9ecef;
    text-align: center;
}
.table-bordered td, .table-bordered th{
    font-weight:600;
}
/*end standar dimension */



/* start product cards  */
.our-transformers {
    /* background-color: white !important; */
}
.our-transformers a {
    color: unset;
    padding: 8px;
}
.our-transformers .custom_btn {
    text-align: center;
}
/* .our-transformers .desc {
    height: ;
} */
.our-transformers a img{
transition: 0.3s all;
}
.our-transformers a:hover img{
    transform: scale(1.05);
}
.our-transformer-card {
    border-radius: 16px;
    box-shadow: 0 .5rem 8px 1rem rgb(0 0 0 / 3%) ;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-img-height {
    /* height: 350px; */
    height: 200px;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
    .product-img-height {
        height: 236px;
    }
}
.our-transformers h2 {
    font-size: 24px;
    color: var(--secondary-color);
}
.our-transformers p {
    font-size: 18px;
}
.our-transformers .custom_btn {
    /* color: var(--primary-color); */
    color: white;
    /* background-color: transparent; */
    background-color: var(--primary-color);
    background-image: none;
    border-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    transition: 0.3s all;
    padding: 10px 24px;
}
.our-transformers .custom_btn:hover {
    background-color: transparent;
    color: var(--primary-color) ;
}
/* end product cards  */


/* start quality certification  */
.quality-certifications img {
    height: 350px;
    object-fit: cover;
}
.quality-certifications h4 {
    margin-bottom: 8px;
}
.quality-certifications p {
    font-size: 18px;
    font-weight: 600;
    color: #666666;
}
.quality-certifications i {
    font-size: 20px;
}
/* end quality certification  */


/* start installation in nepal  */
.installation-in-nepal {
    color: white;
}
.installation-in-nepal img {
    border-radius: 16px;
}
.installation-in-nepal h3 {
    font-size: 38px ;
}
@media screen and (max-width: 768px) {
    .installation-in-nepal h3 {
        font-size: 28px ;
    }
}
/* end installation in nepal  */