* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

ul {
	list-style: none;
}

a {
	text-decoration: none!important;
}

.nav-holder ul.nav li a,
    .nav-holder ul.sub-menu li a {
        font-size: 14px !important;  /* adjust as needed (e.g., 12px or 13px) */
        padding: 8px 10px; /* reduce padding to fit more links */
    }

    /* Optional: Reduce button size too if needed */
    .nav-header button {
        font-size: 14px !important;
        padding: 5px 8px;
    }

.top-header li {
	list-style: none;
	font-size: 16px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.top-header li img {
	width: 25px;
}

.logo img {
	width: 250px;
	margin-top: 10px;
}

.products0 li {
	list-style: none;

	color: #ff!important;

}

.products0 li img {
	width: 20px;
}

.get-quote {
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 50px;
}

.get-quote a {
	Padding: 10px 50px 10px 50px;
	border-radius: 5px;
	border: none;
	text-align: center;
	color: #fff!important;
	font-size: 17px;
	box-shadow: 0 0 2px #fff;
	background: linear-gradient( 311deg, #3e546c, #1dabbd, #142940, #39c8db, #142940, #22a1b2, #17a7da);
	background-size: 1400% 1400%;
	-moz-animation: AnimationName 3s ease infinite;
	animation: AnimationName 3s ease infinite
}

@-moz-keyframes AnimationName {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}

@keyframes AnimationName {
	0% {
		background-position: 0 60%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}


/* ============ desktop view ============ */

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: none;
	}
	.navbar .nav-item:hover .nav-link {}
	.navbar .nav-item:hover .dropdown-menu {
		display: block;
	}
	.navbar .nav-item .dropdown-menu {
		margin-top: 0;
	}
}


/* ============ desktop view .end// ============ */

.bg-primary {
	background-color: #193450!important;
}

.navbar-dark .navbar-nav .nav-link {
	color: #c2c2c2;
	padding-right: 20px;
	padding-left: 20px;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #000!important;
}

.service img {
	width: 60px;
}

.service {
	background-color: #fff;
	border: 1px solid #0a67c7c4;
	padding: 20px;
}

.about {
	text-align: center;
	margin-bottom: 30px;
}

.about p {
	color: #666;
	font-size: 20px;
}

.about h1 {
	font-family: arial;
	font-weight: bold;
}

.products1 {
	padding: 10px;
}

.products2 {
	padding: 10px;
}

.products3 {
	padding: 10px;
}

.products1 {
	background-color: #000000;
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(http://plc-vfd-hmi-dealer.com/images/plc.jpg);
	background-position: center;
	background-size: cover;
	color: #ffffff;
	height: auto;
	text-align: left;
	padding-bottom: 50px;
	padding-top: 50px;
}

.products2 {
	background-color: #000000;
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(http://plc-vfd-hmi-dealer.com/images/vfd.jpg);
	background-position: center;
	background-size: cover;
	color: #ffffff;
	height: auto;
	text-align: left;
	padding-bottom: 50px;
	padding-top: 50px;
}

.products3 {
	background-color: #000000;
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(http://plc-vfd-hmi-dealer.com/images/images1.jpg);
	background-position: center;
	background-size: cover;
	color: #ffffff;
	height: auto;
	text-align: left;
	padding-bottom: 50px;
	padding-top: 50px;
}

.products1 a {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #c2c2c2;
	color: #666;
	transition: 0.4s;
}

.products1 a:hover {
	background-color: #428ad4;
	color: #fff;
}

.products2 a {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #c2c2c2;
	color: #666;
	transition: 0.4s;
}

.products2 a:hover {
	background-color: #428ad4;
	color: #fff;
}

.products3 a {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #c2c2c2;
	color: #666;
	transition: 0.4s;
}

.products3 a:hover {
	background-color: #428ad4;
	color: #fff;
}

.our-products h1 {
	border-bottom: 2px solid lightgrey;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
}

.category {
	margin-top: 50px;
	padding-bottom: 30px;
}

.category a {
	background-color: #c2c2c240;
	color: #000;
	padding: 20px;
	transition: 0.4s;
	border-radius: 5px;
}

.category a:hover {
	background-color: #2e9eee;
	color: #fff;
}

.p-head {
	margin-top: 60px;
}

.category img {
	width: 20px;
}

.image-b img {
	width: 100%;
}

.image-b1 strong {
	text-align: left;
	font-size: 30px;
}

.image-b1 {
	margin-top: 80px;
	background-color: #26abeaf5;
	padding: 20px;
	color: #fff;
}

.image-b1 p {
	padding-top: 20px;
}

.image-b {
	margin-top: 40px;
}

.bg-image {
	background: url(http://plc-vfd-hmi-dealer.com//images/footer1.jpg) repeat;
	width: 100%;
	margin-top: 60px;
	padding-bottom: 60px;
}

.pad {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: left;
}

.prod {
	text-align: left;
	color: #fff;
	margin-top: 40px;
}

.prod strong {
	border-bottom: 2px solid lightblue;
}

.prod a {
	color: #fff;
	margin-top: 40px;
	text-align: left;
}

.prod strong {
	font-size: 20px;
}

.anc {
	margin-top: 40px;
}

.social {
	margin-top: 35px;
}

.add p {
	color: white;
}

.details a {
	color: #fff;
}

.contact-form {
	background: #fff;
	margin-top: 10%;
	margin-bottom: 5%;
	width: 70%;
}

.contact-form .form-control {
	border-radius: 1rem;
}

.contact-image {
	text-align: center;
}

.contact-image img {
	border-radius: 6rem;
	width: 11%;
	margin-top: -3%;
	transform: rotate(29deg);
}

.contact-form form {
	padding: 14%;
}

.contact-form form .row {
	margin-bottom: -7%;
}

.contact-form h3 {
	margin-bottom: 8%;
	margin-top: -10%;
	text-align: center;
	color: #0062cc;
}

.contact-form .btnContact {
	width: 50%;
	border: none;
	border-radius: 1rem;
	padding: 1.5%;
	background: #dc3545;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
}

.btnContact {
	width: 50%;
	border-radius: 5px;
	color: #fff;
	background-color: #0062cc;
	border: none;
	cursor: pointer;
	margin-bottom: 100px;
}

.btnContact {
	color: #fff;
	padding: 10px;
	border: none;
	width: 300px;
}

.heading h1 {
	text-align: center;
	margin-bottom: 40px;
	color: #0062ccb8;
}

.form-group select {
	word-wrap: normal;
	width: 400px;
	margin-left: 20px;
	padding: 10px;
	border: 1px solid #c2c2c2;
}

.btnContact:hover {
	color: #0062cc;
	background-color: #fff!important;
	border: 1px solid #0062cc!important;
	cursor: pointer;
}

.dropdown-item:hover {
	background-color: #193450;
	transition: 0.3s;
	color: #fff;
}

.heads {
	text-align: center;
	color: #428ad4;
	margin-bottom: 70px;
}

.gallery {
	cursor: pointer;
}

.gallery img {
	box-shadow: 0 0 10px #c2c2c2;
	transition: all 0.4s ease-in-out;
}

.gallery img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.pr-img img {
	width: 250px;
}

.pr1-img img {
	width: 300px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border-color: inherit;
	border-style: solid;
	padding: 20px;
	border: 1px solid #000;
	border-width: 1px;
	margin-top: 20px;
}

table {
	margin-top: 60px;
	margin-bottom: 60px;
}

#overflowTest {
	color: #898989;
	padding: 25px;
	width: 100%;
	height: 150px;
	line-height: 30px;
	overflow: overlay;
	opacity: 30%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.bg {
	background: #042140c4!important;

	color: #fff!important;
}

.bg-2 {
	background: #142940!important;
}

.navbar-nav li:hover {
	background-color: #fff;
}

.copyright p {
	color: #fff;
	background-color: #004950;
	padding: 10px;
	text-align: center;
}

.prod a:hover {
	color: #000;
	background-color: #fff;
}

.prod a {
	transition: 0.2s;
	padding: 10px;
	text-decoration: none;
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border-color: inherit!important;
	border-style: solid!important;
	padding: 20px!important;
	border: 1px solid #000!important;
	border-width: 1px!important;
	margin-top: 20px!important;
}

.navbar {
	background-color: #24384d!important;
	color: #fff!important;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
	width: 100%;
}

.modal-window {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s;
}

.modal-window:target {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.modal-window>div {
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	box-shadow: 0 0 5px #666;
	transform: translate(-50%, -50%);
	padding: 2em;
	background: white;
}

.modal-window header {
	font-weight: bold;
}

.modal-window h1 {
	font-size: 150%;
	margin: 0 0 15px;
}

.modal-close {
	color: #1ca2b4e0;
	line-height: 34px;
	/* font-size: 80%; */
	position: absolute;
	right: 18px;
	border: 1px solid #1ca2b4e0;
	text-align: center;
	top: 10px;
	width: 55px;
	border-radius: 10px;
	transition: 0.3s;
	text-decoration: none;
}

.modal-close:hover {
	color: #fff;
	background: #1ca2b4e0!important;
}

a {
	color: inherit;
}

.modal-window>div {
	border-radius: 1rem;
}

.modal-window div:not(:last-of-type) {
	margin-bottom: 15px;
}

small {
	color: lightgray;
}

.btn {
	background-color: white;
	padding: 1em 1.5em;
	border-radius: 1rem;
	text-decoration: none;
}

.btn i {
	padding-right: 0.3em;
}
textarea{
	width: 440px;
	border: 1px solid #c2c2c2;
	outline: none;
    height: 80px;
}
input{
	width: 440px;
	border: 1px solid #c2c2c2;
	outline: none;
	height: 35px;
	padding-left: 5px;
}
label{
	padding-bottom: 10px;
}
.sbut{
	width: 250px;
	border: none;
	float: right;
	height: 50px;
	background-color: #fff;
	color: #1ca2b4e0;
	font-weight: bold;
	border: 1px solid #1ca2b4e0;
	transition: 0.3s;
	margin-bottom: -15px;
}

.sbut:hover{
background-color: #1ca2b4e0;
	color: #fff;
	border: 1px solid #1ca2b4e0;
	
}


