/*.bg-primary{background-color:#ffd061 !important}
@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        background: #ffd061 !important;
    }
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: #000000 !important;
}*/
.social-icon-ft {
    position: fixed;
    bottom: 5em;
    right: 1.2em;
    z-index: 999999;
}
.social-icon-ft .social-icons img {
    width: 50px;
}
.navbar-light .navbar-brand img {
    max-height: 90px!important;
    transition: .5s;
}
.sticky-top.navbar-light .navbar-brand img{
	background: #13357b;
}
.promotional-text {
	 height: 45px;
	 width: 30%;
}
.product-card {
	position: relative;
	height: 420px;
	width: 100%;
	border-radius: 0.5rem;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.4s;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.product-card_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.product-card h4{
	text-align: center;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #14141f;
    padding: 1.5em 10px;
    font-size: 18px;
}

.product-card_content {
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 20px;
	text-align: center;
	transition: all 0.4s ease-in-out;
}

.product-card_title {
	font-size: 18px;
	font-weight: bold;
}
.product-card_title a{
	color:#fff;
}

.product-card_desc {
	font-size: 14px;
	margin-top: 10px;
}

.product-card:hover .product-card_content {
	bottom: 0;
}
.product-card:hover h4 {
	opacity: 0;
	transition: opacity 0.4s ease;
	transition: all 0.5s;
	visibility: hidden;
}

.product-table table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

.product-table td, th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
	font-size: 15px;
}

.product-table tr:nth-child(even) {
	background-color: #f6f6f6;
}
.product-table tr td:nth-child(odd) {
	font-weight: 600;
	width: 40%;
}

.product-bg-breadcrumb {
    /*background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url(../img/breadcrumb-bg.jpg);*/
    background: rgb(19,53,123);
    background: linear-gradient(90deg, rgba(19,53,123,1) 0%, rgba(153,151,152,1) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0 0px 0;
}
@media (min-width: 1200px) {
    .product-bg-breadcrumb .display-3, .bg-breadcrumb-contact .display-3, .bg-breadcrumb-about  .display-3, .bg-breadcrumb-why-choose .display-3, .bg-breadcrumb-quality .display-3{
        font-size: 2.5rem;
    }
}

.product-details .carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 60vh 
}

.about h1.product-title {
    font-size: 1.8rem;
}
.feature-bar{position: relative;}
.feature-bar::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}

/* contact-us */

.top-headeing {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 600;
    color: #cc9813;
    margin-bottom: 20px;
}
.top-headeing::before, .top-headeing::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid #cc9813 !important;
}
.main-heading {
    font-size: 41px;
    font-family: 'Roboto';
    font-weight: 600;
}
p.below-text {
    font-size: 17px;
    font-family: roboto;
}
.bg-white-box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 20px;
    border-radius: 7px;
}
.fa-3x {
    font-size: 20px !important;
    color: #cc9813 !important;
    padding: 16px;
    border: 1px solid;
    border-radius: 39px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.contact-heading {
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: 600;
    color: #000 !important;
}
a.phone {
    color: #757575;
    font-size: 17px;
    font-family: 'Roboto';
}
.form-control:focus {
    color: #757575;
    background-color: #fff;
    border-color: #899abd;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(204 152 19);
}
.send-message {
    background-color: #cc9813;
    padding: 8px 0px !important;
    border-color: #cc9813;
}
ul.social-icon-list {
    display: flex;
    list-style: none;
}
ul.social-icon-list li i {
    margin-left: 15px;
    font-size: 40px;
    margin-top: 30px;
}
.contact-title1 {
    font-family: Roboto;
    font-size: 31px;
    font-weight: 600;
}
.bg-breadcrumb-contact {
    /*background: url(../img/CONTACT-US-BANNER.webp);*/
    background: rgb(19,53,123);
    background: linear-gradient(90deg, rgba(19,53,123,1) 0%, rgba(153,151,152,1) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0 0px 0;
}
/* contact-us */

/* ABOUT-US */
.bg-breadcrumb-about {
/* background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url(../img/about-us-banner.webp); */
    /*background: url(../img/about-us-banner.webp);*/
    background: rgb(19,53,123);
    background: linear-gradient(90deg, rgba(19,53,123,1) 0%, rgba(153,151,152,1) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0 0px 0;
}
span.text-primary1 {
    color: #cc9813;
    font-size: 45px;
    font-weight: 800;
}
h3.mb-4.second-title{
    font-size: 38px !important;
    font-family: 'Roboto'!important;
    font-weight: 600;
    color: #ffffff;
}
p.feature-text {
    font-weight: 600;
    color: #000000;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-family: roboto;
}
h5.section-about-title.pe-3.top-headeing1 {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 600;
    color: #cc9813;
    margin-bottom: 20px;
}
h5.section-title.px-3.top-headeing3{
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;

}
h5.section-title.px-3.top-headeing3:before, h5.section-title.px-3.top-headeing3:after{
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid #ffffff !important;
}
.abt-sec-2 {padding-bottom:2em;}
.abt-sec-2-inner p{font-size:15px;}
.ml-2 {margin-left: 2em;}
.abt-sec-2-inner h4{font-size: 1.8rem;}
.abt-sec-2 h5.section-title.px-3.top-headeing3{color: #000000;}
.abt-sec-2 h5.section-title.px-3.top-headeing3:before, .abt-sec-2 h5.section-title.px-3.top-headeing3:after{border: 1px solid #000000 !important;}
.abt-sec-2 h3.mb-4.second-title {color: #000000; }
p.below-text1{
    font-size: 17px;
    font-family: roboto;
    color: #fff;
}
.ptc {
    /*background: linear-gradient(rgba(9, 9, 9, 0.762), rgba(24, 24, 24, 0.756)), url(../img/About-PTC.webp);*/
    background: rgb(19,53,123);
    background: linear-gradient(90deg, rgba(19,53,123,1) 0%, rgba(153,151,152,1) 100%);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.feature-sec {
    padding: 70px 0;
}
h3.second-titlept {
    font-size: 38px;
    font-family: 'Roboto';
    font-weight: 600;
}
ol.feature-list li {
    margin: 31px 0;
    font-size: 18px;
    font-family: 'Roboto';
}
/* img.last-about {
    width: 60%;
    margin-left: 50px;
    border-radius: 7px;
} */
.col-lg-6.col-md-6.col-12.space-last {
    padding-top: 40px;
}

/* ABOUT-US */

/* why-choose */
.bg-breadcrumb-why-choose {
    /* background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url(../img/about-us-banner.webp); */
    /*background: url(../img/why-choose.webp);*/
    background: rgb(19,53,123);
    background: linear-gradient(90deg, rgba(19,53,123,1) 0%, rgba(153,151,152,1) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0 0px 0;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #cc9813;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordian-heading {
    font-size: 17px;
    font-family: roboto;
    font-weight: 600;
}
p.para-text {
    font-family: 'Roboto';
    font-size: 17px;
}
/* why-choose */

/* quality */
h2.sub-heading {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Roboto';
}

.bg-breadcrumb-quality {
    /* background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url(../img/about-us-banner.webp); */
    /*background: url(../img/Quality-banner.webp);*/
    background: rgb(19,53,123);
    background: linear-gradient(90deg, rgba(19,53,123,1) 0%, rgba(153,151,152,1) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0 0px 0;
}
.quality {
    /*background: linear-gradient(rgba(9, 9, 9, 0.762), rgba(24, 24, 24, 0.756)), url(../img/qualitytbg.webp);*/
    background: rgb(19,53,123);
    background: linear-gradient(90deg, rgba(19,53,123,1) 0%, rgba(153,151,152,1) 100%);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    min-height: 350px;
}
.top-space {
    text-transform: uppercase;
    /* font-size: 20px; */
    padding-top: 65px;
}
/* quality */

.blog-details-row{
    background: #e7e7e7;
    padding: 10px 0 !important;
    border-radius: 5px;
}
.product-gallery a span{
    font-size:14px;
}
.footer .footer-item a:hover {
    letter-spacing: 0px!important;
    color: var(--bs-primary);
}

/* mobile-responsive */
@media screen and (min-device-width: 320px) and (max-device-width: 480px) { 
    .main-title {
        font-size: 41px;
        font-family: 'Roboto';
        font-weight: 600;
    }
    span.text-primary1 {
        color: #cc9813;
        font-size: 41px;
        font-weight: 800;
    }
    h3.second-titlept {
        font-size: 38px;
        font-family: 'Roboto';
        font-weight: 600;
        padding: 0 14px;
    }
    h5.section-about-title.pe-3.top-headeing1{
        padding: 0  14px;
    }
    .feature-sec {
        padding: 15px 0;
    }
    ol.feature-list li {
        margin: 20px 0;
        font-size: 17px;
        font-family: 'Roboto';
    }
    .last-about {
        margin-bottom: 50px;
    }
    .navbar-light .navbar-brand img{
        width: 200px!important;
        background: #13357b!important;
    }
}
/* mobile-responsive */