/*================================================css-start=================================================================================*/
/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}
input[type="file"] {
    cursor: pointer;
}
html body {
	font-family: "Open Sans", sans-serif;
    margin: 0;
    overflow-x: hidden;
}
*::-moz-selection {
    color: #fff;
    background: #004798;
}
*::selection {
    color: #fff;
    background: #004798;
}
*::-moz-selection {
    color: #fff;
    background: #004798;
}
*::-webkit-selection {
    color: #fff;
    background: #004798;
}
*::-ms-selection {
    color: #fff;
    background: #004798;
}
*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}
*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}
*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}
a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}
*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body a {
    font-family: "Open Sans", sans-serif;
    outline: none;
    color: #333;
}
body a:hover {
	color: #22afe4;
}
body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}
body .clearfix {
    height: auto;
}
* {
    outline: none !important;
    list-style: none;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	font-family: "Open Sans", sans-serif;

}
.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
    position: absolute;
}
div input,
div select,
div textarea,
div button {
	font-family: "Open Sans", sans-serif;

}
input,
select,
textarea {
	font-family: "Open Sans", sans-serif;
    height: 50px;
    width: 100%;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: "Kanit", sans-serif;
    line-height: 120%;
    color: #333;
    font-weight: bold;
    margin: 0;
}
body h1 {
    font-size: 35px;
}
body h2 {
    font-size: 30px;
}
body h3 {
    font-size: 25px;
}
body h4 {
    font-size: 20px;
}
body h5 {
    font-size: 15px;
}
body h6 {
    font-size: 14px;
}
body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}
div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div select option {
    font-size: 14px;
    color: #333;
    padding: 2px 5px;
	font-family: "Open Sans", sans-serif;
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}
body p {
    color: #333;
	font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 150%;
    margin: 0 0;
    padding: 0;
    text-align: left;
    font-weight: 400;
}
body p:empty {
    margin: 0;
    line-height: 0;
}
p strong {
    font-weight: bold;
}
.a-left {
    text-align: left;
}
.a-right {
    text-align: right;
}
.a-center {
    text-align: center;
}
label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
	font-family: "Open Sans", sans-serif;
}
.hidden {
    display: none !important;
}
iframe {
    display: block;
    width: 100%;
}
.container:after {
    content: "";
    display: block;
    clear: both;
}
html .container {
	width: 100%;
	max-width: 1330px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	position: relative;
	float: none;
}
body .container .container {
    padding-left: 0;
    padding-right: 0;
}
/*scroll Hide*/
html.no-scroll {
    overflow: hidden;
}
html.no-scroll body {
    overflow: hidden;
    height: 100%;
}
* {
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}
a,
span,
b,
i {
    display: inline-block;
    vertical-align: top;

}
/*Default-CSS close*/
.row::after,
.row::before {
    clear: both;
    content: "";
    display: table;
}
body a{
    transition: 0.5s all;
}
a#myBtn {
	background: #fff;
	font-weight: bold;
	margin: 0;
	color: #333;
	cursor: pointer;
	display: none;
	height: 48px;
	position: fixed;
	right: 20px;
	width: 48px;
	line-height: 48px;
	z-index: 999;
	bottom: 47px;
	text-align: center;
	font-size: 0px;
	padding-left: 0px;
	border-radius: 50%;
	box-shadow: 0px 0px 8px 1px #7d7d7d;
	display: none !important;
}
#myBtn::before {
	content: "\f106";
	font-size: 28px;
	font-family: 'FontAwesome';
}
#myBtn::before {
	content: "\f106";
	font-size: 24px;
	font-family: 'FontAwesome';
}
a#myBtn:hover {
	background: #333;
	color: #fff;
	box-shadow: 0px 0px 25px 0px #333;
}

/***************************************************** Custom CSS Start ******************************************************/
/*******************************Header CSS start*******************************/
.call-email-wrap  a {
	font-size: 16px;
	line-height: 100%;
	padding-left: 30px;
	position: relative;
	font-weight: 500;
	color: #333;
}
.call-email-wrap {
	line-height: 100%;
}
a.head-call {
	margin-right: 17px;
}
.call-email-wrap > a::before {
	font-family: 'fontawesome';
	position: absolute;
	left: 0;
	right: auto;
	bottom: auto;
	top: 2px;
	font-size: 21px;
	content: "\f232";
}
a.head-email::before {
	content: "\f658";
	top: -1px;
	font-size: 25px;
}
.call-email-wrap > a:hover {
	color: #2db1dd;
}
.main-header-wrapper .container {
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.header-menu {
	width: 60%;
}
.head-logo-wrap {
	width: 20%;
}
.call-email-wrap {
	width: 20%;
	text-align: right;
}
.main-header-wrapper .header-menu .nav-span {
	display: none;
}
.menu-ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-ul li {
	line-height: 100%;
}
.menu-ul li a {
	font-weight: 500;
	font-size: 17px;
	margin: 0 35px;
	line-height: 100%;
	position: relative;
}
header .menu-ul li:first-child a {
	margin-left: 0;
}
header .menu-ul li:last-child a {
	margin-right: 0;
}

header div {
	transition: 0.5s all;
}
header.fixed {
	position: fixed;
	z-index: 99999;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	transition: 0.5s all;
	box-shadow: 0 0 19px rgb(0,0,0,0.5);
	background: #fff;
	margin-top: 0 !important;
}
.head-logo-wrap a {
	height: 50px;
	display: flex;
	align-items: center;
	max-width: 200px;
}
.head-logo-wrap a img{
	margin: 0;
}
.main-header-wrapper {
	padding: 10px 0;
	box-shadow: 0 0 8px 0 #50a3ce;
}
header .menu-ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	top: auto;
	background: #22afe4;
	width: 0;
	height: 3px;
	border-radius: 10px;
	opacity: 0;
	transition: 0.5s ease-in-out;
}
header .menu-ul li a:hover::before,
header .menu-ul li a.active::before {
	opacity: 1;
	width: 100%;
}
/*******************************Header CSS End*******************************/
/*******************************Footer CSS Start*******************************/
.main-ft {
	background: #ecf0f3;
}
.main-ft .container {
	display: flex;
}
.ft-lo {
	width: 30%;
	padding-right: 70px;
}
.ft-qu {
	width: 20%;
}
.ftcat {
	width: 24%;
}
.ft-myac {
	width: 26%;
}
.copywrite {
	display: flex;
	justify-content: center;
	padding: 15px 0;
}
.copywrite a {
	font-size: 16px;
	line-height: 100%;
	padding-right: 20px;
	color: #fff;
	font-weight: 500;
}
.copywrite a:hover {
	color: #333;
}
.copywrite p {
	font-size: 16px;
	line-height: 100%;
	color: #333;
}
.copywrite p a {
	padding: 0 5px 0 0;
}
.ft-lo > a {
	height: 40px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.ft-lo > a img{
	margin: 0;
}
.main-ft {
	padding: 70px 0 40px;
	position: relative;
	background: #f7fbfb;
	border-bottom: 1px solid #263c972e;
}
.ft-con li {
	font-size: 16px;
	line-height: 150%;
	padding-left: 30px;
	margin-top: 15px;
	position: relative;
	color: #333;
}
.ft-con li::before {
	content: "\f3c5";
	position: absolute;
	left: 0;
	top: 0;
	bottom: auto;
	right: auto;
	font-family: fontawesome;
	font-size: 20px;
	color: #029fd1;
}
.ft-con li.foph::before {
	content: "\f232";
}
.ft-con li.call::before {
	content: "\f095";
	font-size: 18px;
}
.ft-con li.fomail::before{
    content: "\f0e0";
}
.ft-con li.foadd::before {
	top: 1px;
}
.ft-wrap > h3 {
	font-size: 22px;
	color: #3b739a;
	padding-bottom: 10px;
	font-weight: 500;
}
.ft-con li:first-child {
	margin: 0;
}
.copywrite p a {
	color: #333333;
	font-weight: 600;
}
.copywrite p a:hover{
	color: #29afda;
}
.ft-deta > h3 {
	font-size: 22px;
	color: #3b739a;
	padding-bottom: 10px;
	font-weight: 500;
}
.ft-wrap ul li a {
	font-size: 15px;
	margin-bottom: 4px;
	color: #333;
	position: relative;
	padding-left: 15px;
}
.ft-con li a{
	color: #333;
}
.ft-wrap ul li a:hover, .ft-con li a:hover {
	color: #029fd1;
}
.ft-cnect {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 700px;
	margin: 0 auto -40px;
	background: #fbcd05;
	border-radius: 50px;
	z-index: 1;
	position: relative;
	padding: 13px 30px;
	display: none;
}
.cnect-cn p {
	font-size: 28px;
	font-weight: 600;
	color: #333;
	padding-bottom: 9px;
	font-family: 'Oswald';
	text-transform: capitalize;
	line-height: 100%;
}
.cnect-cn span {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	display: block;
	color: #0b5cc8;
    line-height: 100%;
}
.cnect-soc {
	display: flex;
	align-items: center;
	padding-top: 0px !important;
}
.cnect-soc li a {
	font-size: 0;
	width: 40px;
	height: 40px;
	position: relative;
	margin-right: 11px;
	background: #fff;
	border-radius: 50%;
}
.ft-wrap li a::before {
	content: "";
	width: 5px;
	height: 5px;
	background: #e5040d;
	border-radius: 0;
	position: absolute;
	left: 0;
	right: auto;
	top: 9px;
	bottom: auto;
}
.main-ft::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	bottom: auto;
	width: 100%;
	height: 2px;
	background: #16bcdc42;
	box-shadow: 0 -5px 0 0 #16bcdc24,0 5px 0 0 #16bcdc24;
}
/*******************************Footer CSS End*******************************/

/*******************************Home Page CSS Start*******************************/
.banner-img {
	height: 400px;
	position: relative;
}
.banner-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}
.container.banner-vsn {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	bottom: auto;
}
.bannw {
	max-width: 100%;
	background: #ffffffdb;
	padding: 30px;
	display: inline-block;
	border: 2px solid #23b1de;
}
body h1.title-w {
	font-weight: 600;
	font-size: 36px;
	text-shadow: #fff 3px 3px 0px, #2b6a944a 6px 6px 0px;
	display: inline-block;
	color: #046c8c;
}
body h1.title-w span.title-color {
    font-weight: 600;
    font-size: 36px;
    text-shadow: #fff 3px 3px 0px, #2b6a944a 6px 6px 0px;
    display: inline-block;
    color: #be0001;
}
body .bannpara {
	font-size: 18px;
	padding-top: 15px;
	font-weight: 500;
	color: #2b6a94;
}
.bannw .btn-contact-us {
	font-size: 17px;
	line-height: 100%;
	border: 1px solid #25b0e2;
	background: #25b0e2;
	color: #fff;
	padding: 8px 15px 12px;
	border-radius: 30px;
	font-weight: 600;
	margin-top: 10px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

.bannw .btn-contact-us:hover {
    background: #1a96b2;
    transform: scale(1.1); /* Button grows smoothly */
    animation: hoverAnimation 0.3s ease-out forwards; /* Adding animation on hover */
}

.bannw .btn-contact-us:active {
    background: #1a96b2;
    transform: scale(0.95); /* Slightly shrink the button to simulate pressing */
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 3px, rgba(0, 0, 0, 0.3) 0px 4px 6px -2px, rgba(0, 0, 0, 0.2) 0px -2px 0px inset;
}

/* Animation for hover effect */
@keyframes hoverAnimation {
    0% {
        transform: scale(1); /* Initial size */
    }
    50% {
        transform: scale(1.05); /* Slight grow */
    }
    100% {
        transform: scale(1.1); /* Final grow */
    }
}


body h1.title-w span {
	display: block;
	font-size: 23px;
	line-height: 100%;
	color: #333333;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	padding-top: 5px;
}
.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
	font-weight: 500;
	font-size: 33px;
	text-shadow: #ffffff 3px 3px 0px, rgba(0, 0, 0, 0.2) 6px 6px 0px;
	display: inline-block;
	color: #be0001;
}
/* about us Start */
.home-about {
	padding: 50px 0;
	background: #f2f6f9;
}
.home-about .container {
	display: flex;
	justify-content: space-between;
}
.home-about .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home-about .content-wrap {
	width: 70%;
	background: #fff;
	padding: 30px 100px 30px 60px;
	border: 1px solid #a4c9e0;
	border-right: 0;
}
.home-about .about-img-wrap {
	width: 30%;
	height: 435px;
}
.home-about .main-title {
	text-align: left;
	padding-bottom: 13px;
}
.home-about p {
	font-size: 16px;
	line-height: 150%;
}
.home-about p.small-title {
	color: #009fd1;
	font-weight: 600;
	padding: 10px 0 5px;
	font-size: 18px;
	line-height: 100%;
}
.home-about .about-img-wrap img {
	height: 100%;
	width: 100%;
}
/* about us End */
.produc-ut {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 20px;
}
.ut-stwe {
	width: 20%;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	height: inherit;
}
.ut-stwe > a {
	padding: 15px 10px 15px;
	border-radius: 0;
	overflow: hidden;
	position: relative;
	height: inherit;
	flex: 1;
	display: flex;
	flex-direction: column;
	transition: 0.8s all;
	border: 0;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
	background: linear-gradient(176deg, rgba(0, 71, 152, 0.11) 0%, rgba(255,255,255,0.5075630594034488) 100%);
	pointer-events: none;
}
.ut-stwe > a .pro-equ-ig-wr img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.ut-stwe > a .pro-equ-ig-wr {
	height: 180px;
	width: 180px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #16bcdc;
}
.titleut-r h2, .titleut-r h3, .titleut-r h4, .titleut-r h5, .titleut-r h6 {
	color: #1e3271;
	font-size: 16px;
	line-height: 120%;
	font-weight: 600;
	text-align: center;
	padding: 10px 0 0px 0;
}
.ut-stwe > a::after, .ut-stwe > a::before {
	content: " ";
	width: 10px;
	height: 10px;
	position: absolute;
	border: 0px solid #fff;
	transition: all 1s;
}
.ut-stwe > a::before {
	bottom: 0px;
	right: 0px;
	border-bottom: 1px solid #009fd1;
	border-right: 1px solid #009fd1;
}
.ut-stwe > a::after {
	top: 0px;
	left: 0px;
	border-top: 1px solid #009fd1;
	border-left: 1px solid #009fd1;
}
.ut-stwe > a:hover:after, .ut-stwe > a:hover::before {
	width: 100%;
	height: 100%;
}
/*******************************Home Page CSS End*******************************/


/*******************************Contact Us CSS Start*******************************/
.Contactpage-sec {
	padding: 40px 0 60px;
	background: linear-gradient(321deg, #ddf3ff 0%, #FFFFFF 15.179824829101562%, #FFFFFF 80.18193244934082%, #ddf3ff 90.81850051879883%);
}
.contact-sec {
	display: flex;
	flex-wrap: wrap;
}
.contact-us-form {
	width: 65%;
}
.contact-with {
	width: 35%;
	padding-left: 40px;
	padding-top: 60px;
}
.contact-sec {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 100px 0;
	padding: 40px 50px;
	border-radius: 10px;
	border: 1px solid #04a0d1;
	background: #d9f7fc0a;
	box-shadow: 0 0 26px 0px #d9f7fc;
}
.Contactpage-sec .main-title p {
	text-align: center;
}
.Contactpage-sec .main-title h1 {
	margin: 0;
}
.contact-sec .main-div {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 0 15px;
}
.contact-sec p label {
	font-size: 13px;
	text-transform: capitalize;
	line-height: 100%;
}
.contact-sec p {
	padding-top: 10px;
}
.contact-sec p input, .contact-sec p textarea {
	height: 38px;
	width: 100%;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	color: #0000005e;
	margin: 0;
}
.contact-sec p textarea{
	height: 80px;
	resize: none;
}
.contact-sec p input.phone {
	-moz-appearance: textfield;
}
.contact-title h2 {
	font-size: 25px;
	line-height: 100%;
	display: block;
	text-align: center;
	letter-spacing: 0.5px;
	color: #1e3271;
	padding-bottom: 20px;
	text-transform: capitalize;
	font-weight: 500;
}
.contact-sec p.submit input {
	background: #029fd1;
	border: 1px solid #029fd1;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	letter-spacing: 0.2px;
	transition: 0.5s all;
}
.contact-sec p.submit input:hover {
	background: transparent;
	border-color: #000;
	color: #000;
}
.contact-with h3 {
	font-size: 21px;
	line-height: 100%;
	text-transform: capitalize;
	display: block;
	text-align: left;
	color: #26b7e7;
	font-weight: 500;
	letter-spacing: 0;
}
.with-con li {
	font-size: 16px;
	color: #686666;
	position: relative;
	font-weight: 400;
	margin: 0;
	margin-bottom: 0px;
	line-height: 170%;
	text-align: left;
	margin-bottom: 15px;
	padding-left: 35px;
	position: relative;
}
.with-con li a {
	color: #686666;
}
.with-con li a:hover {
	color: #009fd1;
}
.with-con {
	padding: 20px 0 0 0;
}
.with-con li::before {
	content: "\f3c5";
	font-family: fontawesome;
	font-size: 20px;
	color: #009fd1;
	transition: 0.5s all;
	position: absolute;
	top: 1px;
	left: 0;
	right: auto;
	bottom: auto;
}
.with-con li.conph::before {
	font-size: 19px;
	content: "\f095";
}
.with-con li.conmail::before{
	content: "\f0e0";
}
.with-con li.conweb::before {
	font-size: 21px;
	content: "\f0ac";
}
.Contactpage-sec .main-title {
	text-align: center;
}
/*******************************Contact Us CSS End*******************************/
/* Category-1 section CSS Start*/
.category {
	padding: 0 0 90px 0;
}
.category .main-title p {
	padding: 7px 0 0 0;
}
.category .container {
	max-width: 1230px;
}
.category1 .products-equi .img-wrap, .category3 .products-equi .img-wrap {
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #24afe4;
	height: 250px;
	position: relative;
	pointer-events: all;
	cursor: pointer;
}
.category.category1 .products-equi a {
 pointer-events: all;
}
.category1 .products-equi .img-wrap:hover .imgucnh {
    opacity: 1;
    height: 100%;
}
body .category .products-equi .img-wrap {
	pointer-events: all;
}
.category1 .products-equi .img-wrap img, .category3 .products-equi .img-wrap img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.category1 .products-equi h2, .category1 .products-equi h3, .category1 .products-equi h4, .category1 .products-equi h5, .category1 .products-equi h6 {
	font-size: 18px;
	padding-top: 10px;
	color: #1e3271;
	letter-spacing: 0.4px;
}
.imgucnh {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	background: #1e3271a8;
	z-index: 1;
	top: 0;
	bottom: 0;
	padding: 20px 15px;
	transition: .5s ease-in-out;
	display: flex;
	align-items: center;
	opacity: 0;
}
.category1 .products-equi .img-wrap:hover .imgucnh {
	opacity: 1;
	height: 100%;
	/* display: none; */
}
.imgucnh .Imgucntpar {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 140%;
	margin: 0 0;
	padding: 0;
	text-align: center;
	font-weight: 400;
	height: 210px;
	overflow-y: auto;
	scrollbar-width: none;
}
.products-equi h2, .products-equi h3, .products-equi h4, .products-equi h5, .products-equi h6 {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding-top: 10px;
	letter-spacing: 0.5px;
}
.products-equi {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 30px;
	padding-top: 20px;
}
.category2 .products-equi {
	grid-template-columns: repeat(5,1fr);
	grid-gap: 33px 15px;
}
.category.category1 {
	background: linear-gradient(321deg, #ddf3ff 0%, #FFFFFF 15.179824829101562%, #FFFFFF 80.18193244934082%, #ddf3ff 90.81850051879883%);
	padding-top: 40px;
	padding-bottom: 40px;
}

/* Category-1 section CSS End*/

/* Category-2 section CSS Start*/
.category.category2{
	padding-top: 60px;
}
.topnspc {
	padding-top: 0 !important;
}
.category2 .main-title, .category4 .main-title {
	text-align: left;
}
.category2 .main-title p, .category4 .main-title p {
	text-align: left;
	padding: 7px 0 0 0;
}
p.product-it {
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	color: #757575;
}
.category2 .products-equi .img-wrap img {
	border-radius: 5px;
}
/* Category-2 section CSS End*/
/* Category-4 section CSS Start*/
.category.category4 {
	background: #f6f7f9;
	padding: 60px 0;
}
.category2 .products-equi .img-wrap,
.category4 .products-equi .img-wrap,
.category5 .products-equi .img-wrap {
	height: 220px;
}
.category2 .products-equi .img-wrap img,
.category4 .products-equi .img-wrap img,
.category5 .products-equi .img-wrap img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/* Category-4 section CSS End*/
/* Category-5 section CSS Start*/
.category5 {
	padding-top: 90px;
}
/* Category-5 section CSS End*/
/* Two Image Wrap Section Start*/
.wrap-im {
	display: flex;
	height: 500px;
}
.wrap-im > div {
	width: 33.33%;
	border: 2px solid #fff;
}
.wrap-im img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position:center;
}
.category5 .main-title {
	text-align: center;
}
.products-equi a {
	pointer-events: all;
}
.category2 .products-equi a {
	border-radius: 5px;
	border: 1px solid #b5bfd4;
	position: relative;
}
.products-equi a {
	pointer-events: all;
}
.category2 .products-equi h2,
 .category2 .products-equi h3, 
 .category2 .products-equi h4, 
 .category2 .products-equi h5, 
 .category2 .products-equi h6 {
	color: #009fd1;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 120%;
	font-weight: 500;
	text-align: center;
	padding: 0;
}
.list-pr-bx {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: -17px;
	margin: 0 10px;
	padding: 5px 5px;
	border-radius: 5px;
	border: 1px solid #009fd1;
	background: #fff;
	transition: 0.5s all;
}
.products-equi a:hover .list-pr-bx {
	bottom: -29px;
	background: #009fd1;
}
.category2 .products-equi a:hover h2,
 .category2 .products-equi a:hover h3, 
 .category2 .products-equi a:hover h4, 
 .category2 .products-equi a:hover h5, 
 .category2 .products-equi a:hover h6{
	color: #fff;
 }
 .category3 .products-equi {
	grid-template-columns: repeat(5,1fr);
	grid-gap: 20px;
}
.category3 .products-equi a {
	padding: 12px 12px 20px;
	position: relative;
	border-radius: 5px;
	border: 1px solid #263c9747;
	background: linear-gradient(184deg, rgba(10, 166, 252, 0.14) 0%, rgb(255, 255, 255) 100%);
}
.category3 .products-equi a .img-wrap {
	height: 180px;
	transition: 0.5s all;
	width: 100%;
	border: 1px solid #16bcdc;
	border-radius: 7px 7px 0 0;
	background: #ffff;
}
body .list-pr-bx3 h2, body .list-pr-bx3 h3, body .list-pr-bx3 h4, body .list-pr-bx3 h5, body .list-pr-bx3 h6 {
	color: #1e3271;
	text-align: center;
	padding-top: 10px;
}
.category3 .products-equi a:hover {
	box-shadow: 0 0 13px 0 #263c9759;
}

/* Two Image Wrap Section End*/
/**************************************************************** RESPONSIVE START ****************************************************************/

@media only screen and (max-width: 1260px) {
	.menu-ul li a {
		margin: 0 9px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 1200px) {
	/*******************************Footer CSS Start*******************************/
	.ft-lo > a {
		height: 40px;
		margin-bottom: 9px;
	}
	.head-logo-wrap {
		width: 15%;
	}
	.header-menu {
		width: 60%;
	}
	.call-email-wrap {
		width: 25%;
	}
	.head-logo-wrap a {
		height: 50px;
	}
		.ft-con li {
			font-size: 15px;
		}
		.ft-wrap > h3 {
			font-size: 21px;
		}
		.ft-wrap li a {
			font-size: 14px;
			margin-bottom: 4px;
		}
		.main-ft {
			padding: 70px 0 30px;
		}
		.cnect-cn p {
			font-size: 24px;
			padding-bottom: 5px;
		}
		.cnect-cn span {
			font-size: 17px;
		}
		.ft-lo {
			padding-right: 20px;
		}
		.ft-lo p {
			font-size: 15px;
		}
	/*******************************Footer CSS End*******************************/
		/*******************************Contact page CSS Start*******************************/
		.with-con {
			padding: 20px 0 0 0;
		}
		.contact-sec {
			margin: 30px 40px 0;
		}
		.Contactpage-sec {
			padding: 60px 0;
		}
		.with-con li {
			text-align: left;
			margin-bottom: 9px;
			padding-left: 32px;
			position: relative;
		}
		/*******************************Contact page CSS End*******************************/
		/* about us Start */
		.home-about .content-wrap {
			padding: 30px;
		}
		.home-about p {
			font-size: 14px;
			line-height: 150%;
		}
		.home-about p.small-title {
			font-size: 16px;
		}
		/* about us End */

		/*Category1 CSS Start  */
		.category.category1 {
			padding-top: 40px;
		}
		.products-equi {
			grid-gap: 20px;
			padding-top: 15px;
		}
		.category1 .products-equi h2, .category1 .products-equi h3, .category1 .products-equi h4, .category1 .products-equi h5, .category1 .products-equi h6 {
			font-size: 17px;
			padding-top: 12px;
		}
		.category .main-title p {
			padding: 7px 0 0 0;
			font-size: 15px;
		}
		.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
			font-size: 30px;
		}
		.category {
			padding: 0 0 50px 0;
		}
		.category.category4 {
			padding-top: 50px;
		}
		.category.category5 {
			padding-top: 50px;
		}
		.wrap-im {
			height: 370px;
		}
		/*Category1 CSS End  */
		.category2 .products-equi .img-wrap, .category4 .products-equi .img-wrap, .category5 .products-equi .img-wrap {
			height: 180px;
		}
		.category3 .products-equi {
			grid-template-columns: repeat(4,1fr);
		}
		.ut-stwe {
			width: 25%;
		}
	
	
	}
	@media only screen and (max-width: 1024px) {
		.nav-span {
			position: absolute;
			height: 35px;
			width: 35px;
			display: block;
			cursor: pointer;
			top: 4px;
			right: 15px;
			bottom: 0;
			margin: auto;
			background: #1faadb;
		}
		.main-header-wrapper .below-header-content .menu-ul {
			display: flex;
			justify-content: flex-start;
			align-items: unset;
			flex-direction: column;
		}
		.menu-header {
			transform: translateX(100%);
			-webkit-transform: translateX(100%);
			-moz-transform: translateX(100%);
			-ms-transform: translateX(100%);
			-o-transform: translateX(100%);
			display: block;
			position: fixed;
			height: 100%;
			max-height: 100%;
			z-index: 9999;
			top: 0;
			right: 0;
			bottom: 0;
			padding: 130px 0 30px;
			overflow: auto;
			transition: 0.5s all;
			float: none;
			margin: 0;
			box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.8);
			left: 0;
			background: #1ba6dd;
		}
		.show-menu .menu-header {
			transform: translate(0, 0);
			-webkit-transform: translate(0, 0);
			-moz-transform: translate(0px, 0);
			-ms-transform: translate(0, 0);
			-o-transform: translate(0, 0);
		}
		.show-menu .nav-span {
			z-index: 11111;
			background: #d10000;
		}
		.show-menu .nav-span::before {
			box-shadow: none;
			transform: rotate(45deg);
			background: #fff;
		}
		.show-menu .nav-span::after {
			opacity: 1;
			visibility: visible;
			transform: rotate(-45deg);
		}
		.nav-span::after {
			content: "";
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			height: 2px;
			width: 23px;
			background: #fff;
			margin: auto;
			transform: rotate(-45deg);
			transition: 0.5s all;
			opacity: 0;
			visibility: hidden;
		}
		.nav-span::before {
			content: "";
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			height: 2px;
			width: 23px;
			background: #fff;
			margin: auto;
			box-shadow: 0 -7px 0 0 #fff,0 7px 0 0 #fff;
			transition: 0.5s all;
		}
	
	/* Custom CSS Start */
	/************ Header CSS Start **********/
	.main-header-wrapper .header-menu .nav-span {
		display: block;
	}
	.account-head {
		margin-right: 60px;
	}
	.menu-ul {
		display: block;
	}
	.menu-ul li a {
		margin: 0;
		padding: 12px 20px;
		color: #fff;
		border-bottom: 1px solid #fff;
		display: block;
		transition: 0.5s all;
	}
	.menu-ul li a:hover{
		color: #0C2340;
		background-color: #fbcd05;
	}
	html.show-menu {
		overflow: hidden;
	}
	.head-logo-wrap {
		width: 30%;
	}
	.head-logo-wrap a {
		height: 50px;
	}
	/************ Header CSS End **********/
	.call-email-wrap {
		line-height: 100%;
		padding-right: 50px;
		width: auto;
	}
	.imgucnh {
		padding: 10px;
	}
	.imgucnh .Imgucntpar {
		font-size: 14px;
		height: 230px;
	}



}
	@media only screen and (max-width: 991px) {
	/************ Header CSS Start **********/
	body h1.title-w {
		font-size: 29px;
	}
	body h1.title-w span.title-color {
		font-size: 29px;
	}
	.head-logo-wrap a {
		height: 40px;
	}
	.top-head .call-email-wrap {
		display: none;
	}
	.top-head .head-ser-wrap {
		width: 60%;
		padding-left: 0;
	}
	.top-head .wish-cart-account {
		width: 40%;
	}
	.account-head {
		width: 30%;
	}
	.head-logo-wrap {
		width: 40%;
	}
	.header-menu {
		width: 0;
	}
	.head-logo-wrap {
		width: 30%;
	}
	.account-head {
		width: 70%;
	}
	.account-show::before {
		font-size: 20px;
	}
	.account-head {
		margin-right: 50px;
	}
	.account-show {
		padding-left: 24px;
		font-size: 15px;
	}
	.call-email-wrap {
		display: none;
	}
	.category2 .products-equi {
		grid-template-columns: repeat(4,1fr);
		grid-gap: 33px 10px;
	}
	.list-pr-bx {
		margin: 0 10px;
	}
	/************ Header CSS End **********/
	
	/*******************************Footer CSS Start*******************************/
	.ft-cnect {
		display: none;
	}
	.main-ft {
		padding: 40px 0 30px;
	}
	.ft-lo {
		width: 40%;
	}
	.ft-qu {
		width: 30%;
	}
	.main-ft .container {
		flex-wrap: wrap;
	}
	.ftcat {
		display: block;
		width: 32%;
	}
	.ft-qu {
		width: 30%;
		display: none;
	}
	.ft-deta {
		width: 28%;
	}
	.ft-myac {
		width: 30%;
	}
	.copywrite a {
		font-size: 15px;
		padding-right: 10px;
	}
	.copywrite p {
		font-size: 15px;
	}
	.copywrite {
		padding: 14px 0;
	}
	.ft-lo {
		padding-right: 60px;
	}
	/*******************************Footer CSS End*******************************/
	/*******************************Contact page CSS Start*******************************/
	.contact-sec {
		margin: 20px 0px 0;
	}
	.contact-sec {
		padding: 30px 10px;
		border-radius: 10px;
		align-items: center;
	}
	.contact-with {
		padding-left: 20px;
		padding-top: 0px;
	}
	.contact-title h2 {
		font-size: 22px;
		padding-bottom: 7px;
	}
	.contact-sec p {
		padding-top: 7px;
		line-height: 100%;
	}
	.contact-with h3 {
		font-size: 19px;
	}
	.with-con {
		padding: 15px 0 0 0;
	}
	.with-con li {
		font-size: 14px;
		margin-bottom: 15px;
		padding-left: 26px;
	}
	.with-con li::before {
		font-size: 17px;
	}
	.with-con li.conph::before {
		font-size: 18px;
	}
	.contact-sec .main-div {
		grid-gap: 0 10px;
	}
	.Contactpage-sec {
		padding: 50px 0;
	}
	.home-about .content-wrap {
		padding: 20px;
	}
	/*******************************Contact page CSS End*******************************/

		/* about us Start */
		.home-about .main-title h1, .home-about .main-title h2, .home-about .main-title h3, .home-about .main-title h4, .home-about .main-title h5, .home-about .main-title h6 {
			font-size: 29px;
		}
		p.small-title {
			padding: 5px 0 5px;
		}
		.home-about p.small-title {
			padding: 5px 0 3px;
		}
		/* about us End */
		.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
			font-size: 28px;
		}
		.category .main-title p {
			padding: 6px 0 0 0;
			font-size: 14px;
		}
		.products-equi {
			grid-template-columns: repeat(4,1fr);
			grid-gap: 25px 10px;
			padding-top: 13px;
		}
		.category.category2 {
			padding-top: 45px;
		}
		.category {
			padding: 0 0 45px 0;
		}
		.category1 .products-equi h2, .category1 .products-equi h3, .category1 .products-equi h4, .category1 .products-equi h5, .category1 .products-equi h6 {
			font-size: 16px;
			padding-top: 10px;
		}
		.category2 .products-equi .img-wrap, .category4 .products-equi .img-wrap, .category5 .products-equi .img-wrap {
			height: 170px;
		}
		p.product-it {
			font-size: 13px;
			padding-top: 0;
		}
		.products-equi h2, .products-equi h3, .products-equi h4, .products-equi h5, .products-equi h6 {
			font-size: 15px;
		}
		body .list-pr-bx3 h2, body .list-pr-bx3 h3, body .list-pr-bx3 h4, body .list-pr-bx3 h5, body .list-pr-bx3 h6 {
			padding-top: 7px;
			font-size: 16px;
		}
		.ft-con li::before {
			font-size: 17px;
			top: 1px;
		}
		.ft-wrap > h3 {
			font-size: 22px;
			padding-bottom: 10px;
		}
		.ft-deta > h3 {
			font-size: 22px;
		}
		.bannw {
			max-width: 500px;
			padding: 15px;
		}
		.products-equi {
			grid-template-columns: repeat(3,1fr);
			grid-gap: 15px;
		}
		.category1 .products-equi .img-wrap, .category3 .products-equi .img-wrap {
			height: 210px;
		}
		.imgucnh .Imgucntpar {
			height: 190px;
		}
		.category3 .products-equi {
			grid-gap: 10px;
		}
		.ut-stwe {
			width: 33.33%;
		}
		.category.category4 {
			padding-top: 40px;
			padding-bottom: 50px;
		}
	}
	@media only screen and (max-width: 850px) {
		.ft-lo {
			padding-right: 20px;
		}
		.category3 .products-equi {
			grid-template-columns: repeat(3,1fr);
			grid-gap: 15px;
		}
	
	}
	@media only screen and (max-width: 767px) {
		.banner-img {
			height: 300px;
		}
		body h1.title-w {
			font-size: 26px;
		}
		.bannw .btn-contact-us {
			font-size: 15px;
			padding: 5px 14px 10px;
			margin-top: 10px;
		}
		.container.banner-vsn {
			top: 60px;
		}
		body h1.title-w span {
			font-size: 20px;
			font-weight: 500;
		}
		body .bannpara {
			font-size: 16px;
			padding-top: 12px;
			line-height: 120%;
		}
		.bannw {
			max-width: 400px;
			padding: 8px 8px 14px;
		}
		.container.banner-vsn {
			top: 60px;
		}
		.ft-lo {
			width: 50%;
		}
		.ftcat {
			width: 50%;
		}
		.ft-deta {
			width: 50%;
			padding-top: 20px;
		}
		.category2 .products-equi {
			grid-template-columns: repeat(3,1fr);
			grid-gap: 33px 10px;
		}
		.category3 .products-equi {
			grid-gap: 10px;
		}
		.wrap-im {
			height: 290px;
		}
		.ut-stwe {
			padding: 0 5px;
		}
		.ut-stwe > a .pro-equ-ig-wr {
			height: 150px;
			width: 150px;
		}
		.titleut-r h2, .titleut-r h3, .titleut-r h4, .titleut-r h5, .titleut-r h6 {
			font-size: 15px;
		}
	}

	@media only screen and (min-width: 586px) and (max-width:767px) {
		.home-about .about-img-wrap {
			display: none;
		}
		.home-about .content-wrap {
			width: 100%;
			border-right: 1px solid #a4c9e0;
		}
	}
	@media only screen and (max-width: 585px) {
	/************ Header CSS Start **********/
	header .searchInput input {
		height: 35px;
		padding: 0px 7px;
		font-size: 13px;
		border-radius: 3px;
	}
	body h1.title-w {
		font-size: 24px;
	}
	body h1.title-w span.title-color {
    font-size: 24px;
    display: block;
	}
	.searchInput .icon {
		width: 35px;
	}
	.top-head .wish-cart-account {
		width: 20%;
	}
	.top-head .head-ser-wrap {
		width: 80%;
	}
	.wish-cart-account a {
		width: 20px;
		height: 20px;
	}
	.wish-cart-account a::before {
		font-size: 20px;
	}
	.wish-cart-account a .product_numbers {
		font-size: 8px;
		padding: 1px 2px;
		top: -5px;
		right: -5px;
	}
	.wish-cart-account a.headcart {
		margin-left: 11px;
	}
	.account-head {
		width: 40%;
		margin-right: 20px;
	}
	.head-logo-wrap {
		width: 40%;
	}
	.head-logo-wrap a {
		height: 39px;
	}
	.head-logo-wrap a img {
		height: 100%;
		width: auto;
	}
	.account-show {
		padding-left: 22px;
		font-size: 14px;
	}
	.account-show::before {
		font-size: 18px;
	}
	.account-head {
		width: 40%;
		margin-right: 25px;
	}
	.nav-span {
		height: 30px;
		width: 30px;
		top: -2px;
		right: 13px;
	}
	.nav-span::before {
		height: 2px;
		width: 18px;
		box-shadow: 0 -6px 0 0 #fff,0 6px 0 0 #fff;
	}
	.nav-span::after {
		height: 2px;
		width: 18px;
	}
	.menu-header {
		padding: 100px 0 30px;
	}
	.show-menu .nav-span {
		top: 40px;
	}
	header.fixed {
		margin-top: -55px;
	}
	.category2 .products-equi {
		grid-template-columns: repeat(2,1fr);
		grid-gap: 29px 10px;
	}
	.category .main-title p {
		text-align: justify;
	}
	
	/************ Header CSS End **********/
	
	/*******************************Footer CSS Start*******************************/
	.ft-lo {
		width: 100%;
	}
	.ft-qu {
		width: 100%;
		margin-top: 15px;
	}
	.ft-myac {
		width: 100%;
		margin-top: 15px;
	}
	.ft-con li {
		font-size: 14px;
		padding-left: 25px;
	}
	.ft-con li::before {
		font-size: 17px;
		top: 1px;
	}
	.ft-con li.foadd::before {
		top: 3px;
	}
	.ft-wrap > h3 {
		font-size: 21px;
		padding: 0 0 5px;
	}
	.ft-deta > h3 {
		font-size: 21px;
		padding-bottom: 5px;
	}
	.ft-con li.call::before {
		font-size: 16px;
		top: 0;
	}
	.copywrite {
		display: block;
		text-align: center;
	}
	.copywrite a {
		font-size: 14px;
		padding-right: 0;
	}
	.copywrite p {
		font-size: 14px;
		text-align: center;
	}
	.ftcat {
		width: 100%;
		padding-top: 20px;
	}
	/*******************************Footer CSS End*******************************/
	/*******************************Contact page CSS Start*******************************/
	.Contactpage-sec {
		padding: 40px 0;
	}
	.Contactpage-sec .main-title p {
		text-align: justify;
	}
	.contact-with {
		padding-left: 0;
		padding-top: 30px;
		width: 100%;
	}
	.contact-us-form {
		width: 100%;
	}
	.contact-sec .main-div {
		grid-template-columns: repeat(1,1fr);
	}
	.contact-sec p.submit input {
		height: 35px;
		line-height: 35px;
		letter-spacing: 0;
	}
	/*******************************Contact page CSS End*******************************/
	/* about us Start */
	.home-about .content-wrap {
		padding: 25px 10px;
		width: 100%;
	}
	.container.banner-vsn {
		top: 50px;
	}
	.home-about p {
		text-align: justify;
	}
	.home-about .container {
		flex-direction: column-reverse;
	}
	.home-about .about-img-wrap {
		width: 100%;
		height: 270px;
	}
	.home-about .about-img-wrap img {
		height: 100%;
		width: 100%;
	}
	/* about us End */
	.banner-img {
		height: 280px;
	}
	.banner-img img {
		height: 100%;
		object-fit: cover;
	}
	.products-equi {
		grid-template-columns: repeat(2,1fr);
	}
	.Two-img-wr {
		display: block;
	}
	.wrap-im {
		height: 200px;
	}
	.category.category5 {
		padding-top: 43px;
	}
	.home-about .content-wrap {
		border-right: 1px solid #a4c9e0;
	}
	.category1 .products-equi .img-wrap, .category3 .products-equi .img-wrap {
		height: 180px;
	}
	.imgucnh .Imgucntpar {
		height: 160px;
		font-size: 13px;
		line-height: 120%;
	}
	.category3 .products-equi a {
		padding: 5px 5px 13px;
	}
	.category3 .products-equi a .img-wrap {
		height: 160px;
	}
	.category3 .products-equi {
		grid-gap: 10px;
		grid-template-columns: repeat(2,1fr);
	}
	body .list-pr-bx3 h2, body .list-pr-bx3 h3, body .list-pr-bx3 h4, body .list-pr-bx3 h5, body .list-pr-bx3 h6 {
		line-height: 120%;
	}
	.ut-stwe {
		width: 50%;
		padding: 0 5px 10px;
	}
	.category.category4 {
		padding-bottom: 40px;
	}
	body .list-pr-bx3 h2, body .list-pr-bx3 h3, body .list-pr-bx3 h4, body .list-pr-bx3 h5, body .list-pr-bx3 h6 {
		font-size: 15px;
		line-height: 120%;
	}


}

.particle {
	position: absolute;
	width: 5px;
	height: 5px;
	background: #24b2df;
	border-radius: 50%;
}
#particleField {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	overflow: hidden;
}
  @keyframes particleFloat {
	0% { transform: translate(var(--x), var(--y)) scale(0); }
	50% { transform: translate(calc(var(--x) * -1), calc(var(--y) * -1)) scale(1); }
	100% { transform: translate(var(--x), var(--y)) scale(0); }
  }
  .head-category-list .head-ask-btn {
	line-height: 100%;
}

/* font-family: "Open Sans", sans-serif; */
/* font-family: "Kanit", sans-serif; */


