body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden;
   }

.topheader-section{
	margin: 0px 0px;
	padding: 0px 0px;
	background: #fff;
	width: 100%;
	height: 117px;
	position: relative;
    }
.headercard {
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.topheader-right {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 12px;
	font-size: 19px;
	color: #000;
	font-weight: 600;
	}
.topheader-right a {
	text-decoration: none;
	}
.logo {
	width: 539px;
	margin: 16px 0px;
	padding: 0px 0px;
	position: relative;
    }
.logo img {
	width: 100%;
	}
.stellarnav.mobile.right > ul {
	z-index: 99;
	background: #f0d04d;
    }
.main-nav {
    margin: 0px 0px;
    padding: 10px 0px 0px;
    width: 100%;
    height: auto;
    background: #114084;
    z-index: 9999;
    text-transform: uppercase;
}
.main-nav.scroll {
	background-color: #000;
	height: 127px;
	transition: background-color .5s ease 0s;
	top: 0;
	}
.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	}
.stellarnav ul {
	margin: 0px 0px;
	padding: 5px 0px;
	position: relative;
	width: 100%;
	text-align: left !important;
	}
.stellarnav > ul > li > a {
    padding: 0px 16px 11px;
    font-size: 15px;
    letter-spacing: 0;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: left !important;
}
.stellarnav > ul > li > a.last {
	padding-right: 0px;
	}
.stellarnav > ul > li > a:hover {
	color:#7fb3ff;
	}
.stellarnav > ul > li > a.active {
	color:#7fb3ff !important;
	}
.main-nav-socialicon {
	margin:20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
	}
.main-nav-socialicon a .fa{
	margin: 0px 4px;
	padding: 5px 0px;
	font-size: 16px;
	color: #ffffff;
	background: transparent;
	border: #ffffff 1px solid;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 18px;
	text-align: center;
	}
.main-nav-socialicon a .fa:hover{
	color: #EFC800;
	background: transparent;
	border: #EFC800 1px solid;
	}

.banner-section {
	margin:0px 0px;
	padding: 0px;
	width: 100%;
	position: relative;	
	}
.banner-section .owl-carousel .owl-nav{
	display: block;
	}
.banner-section .owl-nav .owl-prev {
	background: transparent;
	top: 37%;
	position: absolute;
	left: 142px;
	opacity: 1;
	width: 32px;
	border: #fff 1px solid !important;
	height: 32px;
	border-radius: 50px;
	color: #fff !important;
	font-size: 20px !important;
	text-align: center;
	}
.banner-section .owl-nav .owl-next {
	background: transparent;
	top: 37%;
	position: absolute;
	right: 142px;
	opacity: 1;
	width: 32px;
	border: #fff 1px solid !important;
	height: 32px;
	border-radius: 50px;
	color: #fff !important;
	font-size: 20px !important;
	text-align: center;
   }  

.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: rgba(2, 2, 2, 0.53);
	}
.bannercarousel-text {
	position: absolute;
	top: 17%;
	width: 100%;
	text-align: left;
	padding: 0px 23%;
	}
.bannercarousel-text h2{
	margin: 0px 0px;
	padding: 9px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	line-height: 48px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	}
.bannercarousel-text p {
	margin: 0px 0px;
	padding: 17px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #82B7DC;
	line-height: 33px;
	width: 100%;
	text-align: center;
    }
.banner-bottomimg {
	position: absolute;
	z-index: 9;
	bottom: 0px;
	}
.banner-bottomimg img{
	width: 100%;
    }
.atoniksupply {
	position: absolute;
	background: #114084;
	width: 54%;
	z-index: 99;
	left: 50%;
	height: 190px;
	top: 50%;
	transform: translate(-50%,61%);
	border-radius: 120px;
	border: #fff 3px solid;
	padding: 27px 55px;
	}
.atoniksupply h5 {
	margin: 0px 0px;
	padding: 9px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	line-height: 10px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	}
.atoniksupply h6 {
	margin: 0px 0px;
	padding: 17px 0px;
	font-family: 'Jost', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #D1E4FF;
	line-height: 21px;
	width: 100%;
	text-align: center;
	}
.readmore_btn {
    background: #82B7DC;
	padding: 11px 22px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	font-weight: 700;
	border-radius: 25px;
	position: absolute;
	transform: translate(-50%,61%);
	left: 50%;
	top: 70%;
	}
.featuredproducts-section{
	margin: 0px 0px;
	padding: 70px 0px;
	background: #ffffff;
	position: relative;
	width: 100%;
	}
.featuredproducts-section .owl-dots {
	display: none;
	}
.featuredproducts-section .owl-nav .owl-prev {
	background: transparent;
	top: 40%;
	position: absolute;
	left: -52px;
	opacity: 1;
	width: 40px;
	border: #000000 1px solid !important;
	height: 40px;
	border-radius: 50px;
	color: #000000 !important;
	font-size: 20px !important;
	text-align: center;
	}
.featuredproducts-section .owl-nav .owl-next {
	background: transparent;
	top: 40%;
	position: absolute;
	right: -52px;
	opacity: 1;
	width: 40px;
	border: #000000 1px solid !important;
	height: 40px;
	border-radius: 50px;
	color: #000000 !important;
	font-size: 20px !important;
	text-align: center;
	} 
.featuredproducts-section h2 {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	line-height: 51px;
	font-weight: 700;
	color: #000000;
	text-align: center;
	width: 100%;
	}
.featuredpro-card {
	margin: 16px 0px;
	padding: 15px 15px;
	width: 100%;
	background: #F6F6F6;
	border-radius: 10px;
	transition: 0.3s ease-in-out;
	}
.featuredpro-card:hover {
	/* transform: translateY(-20px); */
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	}
.featuredpro-img {
	margin: 0px auto;
	padding: 29px 0px;
	width: 100%;
	height: 255px;
	overflow: hidden;
	border-radius: 12px;
	text-align: center;
	}
.featuredpro-img img{
	width: 100%;
	height: 200px;
	object-fit: contain;
	}
.featuredpro-card h3{
	margin: 11px 0px 11px 0px;
	padding: 19px 0px 0px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #114084;
	width: 100%;
	text-align: center;
	border-top: #e5e7ea 1px solid;
	}
.viewbtn{
	margin: 0px 0px;
	padding: 10px 25px;
	font-family: 'Jost', sans-serif;
	background: #82B7DC;
	border: #82B7DC 2px solid;
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	text-decoration: none;
	border-radius: 28px;
	}
.viewbtn:hover{
	background: #85c0eb;
	border: #85c0eb 2px solid;
	color: #000000;
	}


.brands-section {
	margin: 0px 0px;
	padding: 80px 0px;
	position: relative;
	background: #0a2144fc;
	min-height: 526px;
	width: 100%;
	}	
.brands-section h3 {
	margin: 11px 0px 11px 0px;
	padding: 11px 0px 0px 0px;
	position: relative;
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #A7DBFF;
	width: 100%;
	text-align: center;
	z-index: 9;
	}
.brands-section h3 a {
	color: #A7DBFF;
	text-decoration: none;
	}
.brands-section h3 a:hover {
	color: #80c6f8;
	text-decoration: none;
	}
.brands-section h5 {
	margin: 55px 0px 11px 0px;
	padding: 11px 40px 0px 40px;
	position: relative;
	font-family: 'Jost', sans-serif;
	font-size: 32px;
	line-height: 39px;
	font-weight: 500;
	color: #ffffff;
	width: 100%;
	text-align: center;
	z-index: 9;
	}
.brandsbg {
	top: 0px;
	width: 100%;
	position: absolute;
	height: 100%;
	opacity: 0.41;
	}
.brandsbg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
.brandsimg{
	margin: 0px 0px;
	padding: 0px 0px;
	background: #ffffff;
	position: relative;
	width: 100%;
	height: 280px;
	border-radius: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
	z-index: 9;
    }
.brandsbg img {
	width: 100%;
	object-fit: cover;
	}

.customersay-section{
  margin: 0px 0px;
  padding: 70px 0px;
  background: #ffffff;
  position: relative;
  width: 100%;
  }
.customersay-section .owl-carousel .owl-nav {
	display: none;
    }
.customersay-section .owl-carousel .owl-dots.disabled {
	display: block;
   }
.customersay-section  .owl-dots {
	display: block;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	}
.customersay-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #114084;
	border: 2px #114084 solid;
	}
.customersay-section .owl-theme .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 5px 7px;
	background: transparent;
	border: 2px #114084 solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	}
.customersaybg{
	top: 0px;
	width: 100%;
	position: absolute;
	height: 100%;
	opacity: 1;
	}
.customersaybg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
.customersay-section h2 {
	margin: 0px 0px 32px 0px;
	padding: 0px 0px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	font-size: 40px;
	line-height: 51px;
	font-weight: 700;
	color: #000000;
	text-align: center;
	width: 100%;
    }
.customersay-card p {
	margin: 0px 0px;
	padding: 17px 104px;
	font-family: 'Jost', sans-serif;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #2D2D2D;
	line-height: 24px;
	width: 100%;
	text-align: center;
   }
.cstomersay-icon {
	width: 40px;
	margin: 0px auto;
	position: relative;
    }
.cstomersayuser-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 33px 116px 67px 116px;
	}
.cstomersayuser.useropacity{
	opacity: 0.1;
	}
.cstomersayuser {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 9px;
	}
.usertext h5 {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 3;
	color: #002581;
	line-height: 24px;
	width: 100%;
	text-align: left;
	}
.usertext h6 {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: 'Jost', sans-serif;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #2D2D2D;
	line-height: 19px;
	width: 100%;
	text-align: left;
	}
.cstomersayuser_user {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	}
.cstomersayuser_user img {
	width: 100%;
	height: 60px;
	object-fit: cover;
	}




/* ---- Inner pages Css----- */

.breadcumb {
	margin-top:0px;
	position: relative;
    }

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
  }

.breadcumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	height: 300px;
	max-height: 300px;
	}
.breadcumb
#overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: #00000087;
   }
.hero-content-upper {
    padding-top: 10%;
   }
.hero-content {
	position: absolute;
	color: #ffffff;
	top: -12%;
	left: 0%;
	width: 100%;
	}
.hero-content p {
	color: #fff;
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px;
	}
.hero-content p a:hover {
	color: #3E99FF;
	text-decoration: none;
	}
.hero-content-upper h2 {
	margin: 0px 0px 2px 0px;
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 0px 0px;
	text-shadow: 0px 8px 6px #00000029;
	line-height: 49px;
	}
.hero-content-upper p {
	color: #b7b4b4;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px;
	}
.hero-content-upper p a {
	color: #b7b4b4;
	text-decoration: none;
	}
.hero-content-upper p a:hover {
	color: #3E99FF;
	}

.aboutus-section {
	margin: 0px 0px;
	padding: 70px 0px 0px 0px;
	background: #ffffff;
	position: relative;
	width: 100%;
    }
.aboutus-section p {
	margin: 0px 0px;
	padding: 0px 39px 19px 0px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	font-size: 17px;
	font-weight: 500;
	color: #2D2D2D;
	line-height: 28px;
	width: 100%;
	text-align: left;
	}
.aboutus-section h6 {
	margin: 30px 0px 0px 0px;
	padding:0px 0px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	font-size: 17px;
	font-weight: 500;
	color: #2D2D2D;
	line-height: 28px;
	width: 100%;
	text-align: left;
	}
.aboutimg {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	border: #cccccc00 1px solid;
	border-radius: 20px;
	height: 400px;
	overflow: hidden;
	}
.aboutimg img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	}

.steerattachments-section {
	margin: 0px 0px;
	padding: 70px 0px ;
	background: #ffffff;
	position: relative;
	width: 100%;
	}

.skidsteer-card{
	margin: 0px 0px 25px 0px;
	padding: 12px 12px;
	width: 100%;
	background: #ffffff;
	position: relative;
	border-radius: 10px;
	border: #cacaca 1px solid;
    }
.skidsteer-card:hover{
	background: #f6f6f6;
	border: #6f9bdb 1px solid;
	}
.skidsteer-img {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	border: #cccccc00 1px solid;
	border-radius: 10px;
	height: 450px;
	overflow: hidden;
	}
.skidsteer-img img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	}
.skidsteer-text p {
	margin: 0px 0px;
	padding: 0px 0px 19px 0px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	font-size: 17px;
	font-weight: 500;
	color: #2D2D2D;
	line-height: 28px;
	width: 100%;
	text-align: left;
	}
.skidsteer-text h5 {
	margin: 0px 0px;
	padding:0px 0px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	font-size: 30px;
	font-weight: 700;
	color: #114084;
	line-height: 28px;
	width: 100%;
	text-align: left;
	}
.skidsteer-text h6 {
	margin: 10px 0px 20px 0px;
	padding:0px 0px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	font-size: 22px;
	font-weight: 600;
	color: #000000;
	line-height: 28px;
	width: 100%;
	text-align: left;
	}
	


/* ---- Cntact Us Css----- */

.contact-section{
	padding: 65px 0px 20px 0px;
	margin: 0px 0px;
	background: #ffffff;
	width: 100%;
	position: relative;
	}
.contact-section h2 {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	line-height: 51px;
	font-weight: 700;
	color: #000000;
	text-align: center;
	width: 100%
	}
.contact-form {
	margin: 22px auto;
	padding: 12px;
	width: 100%;
	}
.contact-form .submitbtn{
	margin: 6px 0px;
	padding: 10px 38px;
	font-family: 'Jost', sans-serif;
	background: #82B7DC;
	border: #82B7DC 2px solid;
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	text-decoration: none;
	border-radius: 28px;
	}
.contact-form .submitbtn:hover{
	background: #85c0eb;
	border: #85c0eb 2px solid;
	color: #000000;
	}
.contact-form .form-group {
	margin-bottom: 30px;
	}
.contact-form .form-control {
	display: block;
	width: 100%;
	height: auto;
	font-family: 'Roboto', sans-serif;
	padding: 14px 18px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #666666;
	background-clip: padding-box;
	border: 1px solid #D9D9D9;
	border-radius: 8px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background: #F6F6F6;
	}
.map-section {
	margin: 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 100%;
	}
.locations-section {
	padding-bottom: 65px;
	}
.locations-card{
	margin: 0px 0px;
	padding: 12px 56px;
	width: 100%;
	background: #114084;
	border-radius: 10px;
	position: relative;
	height: 317px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    }
.locationicon{
	margin: 8px auto 9px auto;
	padding: 0px 0px;
	width: 101px;
    }
.locationicon img{
	width: 100%;
	}
.locations-card p {
	margin: 0px 0px;
	padding: 0px 27px;
	font-family: 'Jost', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #CBD9EE;
	line-height: 22px;
	width: 100%;
	text-align: center;
	}
.locations-card h3 {
	margin: 8px 0px ;
	padding:0px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	line-height: 28px;
	width: 100%;
	text-align: center;
	}
.googlemapicon {
	width: 130px;
	margin: 12px auto;
	}
.googlemapicon img {
	width: 100%;
	}









.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #6492d0;
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}
.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #5990d8;
	border: 1px solid #5990d8;
}


.footer {
	position: relative;
	padding: 40px 0px 0px 0px;
	background: #041226;
	}
.footerbg{
	top: 0px;
	width: 100%;
	position: absolute;
	height: 100%;
	opacity: 0.1;
	}
.footerbg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	}

.footer-bgimg{
	position: absolute;
	}
.footer-social-icons {
	margin-top: 53px;
	}
		
.footer-links h3 {
	padding-bottom: 0px;
	margin-bottom: 21px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0px;
	}
.footer h6 {
	padding: 11px 0px;
	font-family: 'Josefin Sans', sans-serif;
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	}	
	
.newsletterform .form-control {
		display: block;
		width: 100%;
		padding: 9px 15px;
		font-size: 15px;
		font-weight: 500;
		line-height: 1.5;
		color: #212529;
		background: #E2E2E2;
		background-clip: padding-box;
		border: 1px solid #E2E2E2;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 28px;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
.newsletterform .form-group {
	margin-bottom: 15px;
	}
.btn.btn-newsletter {
	background: #EFC800;
	border-radius: 28px;
	color: #000;
	font-weight: 600;
	font-size: 15px;
	padding: 9px 20px;
	width: 100%;
	}

.footer-quick-links p  {
	color: #D6D6D6;
	font-weight: 400;
	font-size: 15px;
	width: 100%;
	margin-bottom: 19px;
	font-family: 'Poppins', sans-serif;
	}
.footer-quick-links p a {
	color: #D6D6D6;
	width: 100%;;
	text-decoration: none;
	}
.footer-quick-links ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	}
.footer-quick-links ul li {
	width: 48%;
	float: left;
	line-height: 27px;
	}
.footer-quick-links ul li a {
	display: inline-block;
	font-family: 'Jost', sans-serif;
	color: #ABD9F9;
	font-size: 17px;
	font-weight: 300;
	text-decoration: none;
    }
.footer-quick-links ul li a:hover {
	color:#8eccf8;
	}
.mapicon-img {
	margin: 0px 0px 17px 0px;
	padding: 0px 0px;
	position: relative;
	width: 98px;
	}
.mapicon-img img {
    width: 100%;
		}
.gettouch{}

.gettouch h6  {
	color: #ABD9F9;
	font-weight: 300;
	font-size: 16px;
	width: 89%;
	margin-bottom: 0px;
	font-family: 'Jost', sans-serif;
	line-height: 23px;
	}
.gettouch p  {
	color: #ABD9F9;
	font-weight: 300;
	font-size: 16px;
	width: 97%;
	margin-bottom: 8px;
	font-family: 'Jost', sans-serif;
	line-height: 24px;
	}
.gettouch p a {
	color: #ABD9F9;
	font-size: 17px;
	width: 100%;;
	text-decoration: none;
	}
.gettouch p a:hover {
	color: #8eccf8;
	text-decoration: none;
	}
.gettouch p span {
	width: 30px;
	float: left;
	height: 16px;
	color: #3DCCAF;
	font-size: 18px;
	}
.footer-logo-area {
	margin: 3px 0px 17px 0px;
	padding: 0px 0px;
	width: 286px;
	position: relative;
	z-index: 99;
	}
.footer-logo-area img {
	width: 100%;
	object-fit: cover;
	}
.text-right {
	text-align: right;
	}
.footer-social-icons a .fa{
	margin: 0px 2px;
	padding: 5px 0px;
	font-size: 17px;
	color: #fff;
	background: #3466AA;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center;
	}
.footer-social-icons a .fa:hover{
	color: #ffffff;
	background: #4c83cf;
	}
.copyright {
	margin-top: 72px;
	padding: 16px 0px;
	color: #82B7DC;
	font-family: 'Jost', sans-serif;
	font-size: 16px;
	background: transparent;
	font-weight: 300;
	border-top: #5867bf42 2px solid;
	}
.copyright a {
	color: #ffffff;
	text-decoration: none;
	}
.copyright a:hover {
		color: #68b1e6;
		text-decoration: underline;
		}
.copyright p {
	color: #CCCCCC;
	font-size: 17px;
	font-family: 'Jost', sans-serif;
	}
.copyright p a {
	color: #ffffff;
	text-decoration: none;
	}
.copyright p a:hover {
	color: #68b1e6;
	text-decoration: underline;
	}
	
	
	
	
	
	.login h1 a {
    background-image: url(../images/w-logo-blue.png?ver=20131202);
    background-image: none,url(../images/wordpress-logo.svg?ver=20131107);
    background-size: 348px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #3c434a;
    height: 84px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0px auto 25px;
    padding: 0;
    text-decoration: none;
    width: 352px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}


.gettouch p .xtra{
	font-size: 13px !important;
}
.pkox{
	color: white;
}

/*New Update css*/

.shopcategory-section {
	margin: 0px 0px;
	padding: 70px 0px;
	background: #ffffff;
	position: relative;
	width: 100%;
	}
.shopcategory-left {
	margin: 0px 0px;
	padding: 24px 24px;
	background: #114084;
	position: relative;
	border-radius: 15px;
	width: 100%;
	}
.shopcategory-left h3 {
	margin: 0px 0px 17px 0px;
	padding: 0px 0px 11px 0px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	line-height: 28px;
	width: 100%;
	text-align: left;
	border-bottom: #5E91DB 2px solid;
	}
.shopcategory-left ul{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	}
.shopcategory-left li{
	margin: 0px 0px;
	position: relative;
	list-style: none;
	}
.shopcategory-left li a{
	padding: 0px 0px;
	font-size: 16px;
	font-weight: 300;
	color: #E6F5FF;
	position: relative;
	text-decoration: none;
	list-style: none;
	line-height: 41px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.shopcategory-left li a:hover{
	text-decoration: none;
	color: #7BCAFF;
	}
.shopcategory-left li a.active{
	text-decoration: none;
	color: #7BCAFF;
	}
.shopcategory-right{
	margin: 0px 0px;
	padding: 0px 0px;
	background: #ffffff;
	position: relative;
	width: 100%;
	}
.shopcategory-right .featuredpro-card {
	margin: 0px 0px 22px 0px;
	padding: 15px 15px;
	width: 100%;
	background: #F6F6F6;
	border-radius: 10px;
	transition: 0.3s ease-in-out;
	}
.shopcategory-right .featuredpro-img {
	padding: 29px 18px;
	}
.shopcategory-right .featuredpro-card a {
    text-decoration: none;
	}
.shopcategory-right a {
    text-decoration: none;
	cursor: pointer;
	}

.product-details{
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	position: relative;
    }	
.product-details h2 {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	font-size: 30px;
	font-weight: 700;
	color: #114084;
	line-height: 33px;
	width: 100%;
	text-align: left;
	}
.product-details h2 span {
	font-size: 22px;
	font-weight: 600;
	color: #000000;
	}
.product-details p {
	margin: 0px 0px;
	padding: 0px 0px 19px 0px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	font-size: 17px;
	font-weight: 500;
	color: #2D2D2D;
	line-height: 28px;
	width: 100%;
	text-align: left;
	display: flex;
	}
.product-details p img{
	margin: 12px 22px;
	padding: 0px 0px;
	position: relative;
	width: 300px;
	}

.featuredproducts-section .item a {
    text-decoration: none;
}
.featuredproducts-section-new .featuredpro-card {
min-height: 372px;
}

.footer-links.footer-quick-links.footer_middle {
    margin-left: 35px;
}