/*Main Css */
::selection {
	background: #9d00fd;
	color: #fff;
	text-shadow: none;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	display: none;
}

::-webkit-scrollbar-track-piece {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #dedede;
}

::-webkit-scrollbar-thumb:vertical {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #9d00fd;
}

html {
	overflow-x: hidden;
}

body {
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1;
	color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	font-weight: normal;
}

*:hover,
*:focus,
* {
	outline: none !important;
}

img {
	max-width: 100%;
	height: auto;
}

a,
input[type="submit"] {
	-webkit-transition: all 0.4s ease-In-out;
	-moz-transition: all 0.4s ease-In-out;
	-o-transition: all 0.4s ease-In-out;
	transition: all 0.4s ease-In-out;
	display: inline-block;
	cursor: pointer;
}

a:hover {
	color: #9d00fd;
	text-decoration: none;
}

p,
a {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

p {
	line-height: 26px;
	display: block;
}

span {
	display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
	background: transparent;
	border: none;
	border-radius: 0px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #000;
	font-weight: 400;
}

::-moz-placeholder {
	color: #000;
	font-weight: 400;
}

:-ms-input-placeholder {
	color: #000;
	font-weight: 400;
}

:-moz-placeholder {
	color: #000;
	font-weight: 400;
}

/* Tabbing CSS */
[class^="box-"] {
	display: none
}

[class^="box-"].showfirst {
	display: block
}

/* Accordion CSS */
.myaccordion li .faq-opt {
	display: none;
}

.myaccordion li.active .faq-opt {
	display: block;
}

.myaccordion li.active .faq-ang h4:before {
	content: '\f077';
}

/* Custom Slick Css */
.slick-list {
	margin: 0 -15px;
}

.slick-slide {
	margin: 0 15px;
}

ul.slick-dots {
	padding: 50px 0 0;
	text-align: center;
}

ul.slick-dots li {
	margin: 0 10px 0 0px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	padding: 0px;
	border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
	color: #FFF;
	opacity: 1;
	font-size: 20px;
}

.slick-dots li button {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	padding: 0px;
	background: #d6d6d6;
	border: none;
	cursor: pointer;
	font-size: 0px;
	padding: 0px;
	-webkit-transition: all 0.4s ease-In-out;
	-moz-transition: all 0.4s ease-In-out;
	-o-transition: all 0.4s ease-In-out;
	transition: all 0.4s ease-In-out;
	box-sizing: border-box;
}

.slick-dots li.slick-active button {
	background: #9d00fd;
}

span.arrows {
	width: 40px;
	height: 40px;
	border: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 2;
	cursor: pointer;
	line-height: 39px;
	font-size: 12px;
	text-align: center;
	font-weight: 300;
	top: 0;
	border-radius: 0;
	background: #f7f7f7;
	color: #696969
}

span.arrows.next {
	right: 1%;
}

/* Global Css */
.sprite-icn:before {
	content: "";
	background-image: url(../images/sprite.html);
	background-repeat: no-repeat;
	display: inline-block;
}

.ovr-hiddn {
	overflow: hidden !important;
}

.overlay:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.60);
	z-index: 1;
}

.overlay {
	display: none;
}

.overlay.active {
	display: block;
}

.mn-btn {
	color: #ffffff;
	font-size: 18px;
	background: #000000;
	border: 1px solid #000000;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0px 0px;
}

.mn-btn:hover {
	background: transparent;
	color: #000000;
}

/* Padding Classes */
.pad-sec {
	padding: 100px 0;
}

.pad-zero {
	padding: 0px;
}

.pad-l-zero {
	padding-left: 0px;
}

.pad-r-zero {
	padding-right: 0px;
}

/* Heading Classes */
.mn-hd h1 {}

.mn-hd h2 {
	font-size: 45px;
	font-weight: 400;
	color: #9d00fc;
	line-height: 55px;
	font-family: 'Titillium Web';
}

.mn-hd h3 {
	font-size: 45px;
	font-weight: 700;
	color: #9d00fc;
	line-height: 55px;
	font-family: 'Titillium Web';
}

.mn-hd h4 {
	font-size: 45px;
	font-weight: 700;
	color: #9d00fc;
	line-height: 55px;
	font-family: 'Titillium Web';
}

.mn-hd h5 {}

.mn-hd h6 {}

.mn-hd p {
	font-size: 15px;
	font-weight: 500;
	color: #545454;
	line-height: 25px;
}

/* header CSS */
header {
	position: absolute;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 0.4s ease-In-out;
	-moz-transition: all 0.4s ease-In-out;
	-o-transition: all 0.4s ease-In-out;
	transition: all 0.4s ease-In-out;
}

.header-top {
	text-align: right;
}

.header-top ul {
	padding: 20px 0 0;
}

.header-top ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.header-top ul li.last {
	margin-right: 0;
}

.header-top ul li a {
	font-size: 18px;
	font-weight: 400;
	color: #0b0000
}

.header-top ul li a span {
	font-size: 20px;
	color: #9d00fc;
	vertical-align: middle;
	margin-right: 10px;
}

.header-top ul li a:hover {
	color: #9d00fc;
}

.main-header {}

.logo {
	display: block;
	margin-left: -30px;
	max-width: 80%;
}

.logo img {
	display: block;
}

.fixed.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	z-index: 1;
	background-color: #fff;
	box-shadow: 0px 0px 17.01px 1.99px rgb(0 0 0 / 35%);
}

/* Menu Css */
.menu {
	font-size: 0px;
	display: inline-block;
	vertical-align: middle;
}

.menu>li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.menu>li.last {
	margin-right: 0px;
}

.menu>li a {
	position: relative;
	display: block;
	font-size: 18px;
	color: #0b0000;
	font-weight: 400;
	padding: 10px 0;
}

.menu>li a:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 0%;
	background-color: #9d00fc;
	bottom: 0;
	left: 0;
	transition: all 0.4s ease-In-out;
}

.menu>li:hover a,
.menu>li.active a {
	color: #9d00fc;
}

.menu>li:hover a:before,
.menu>li.active a:before {
	width: 100%;
	transition: all 0.4s ease-In-out;
}

/* Dropdown CSS*/
@keyframes btotreverse {
	0% {
		top: 75px;
		opacity: 1;
	}

	100% {
		top: 115px;
		opacity: 0;
	}
}

@keyframes btot {
	0% {
		top: 115px;
		opacity: 0;
	}

	100% {
		top: 35px;
		opacity: 1;
	}
}

.dropdown-nav {
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}

.dropdown-nav:hover {
	overflow: visible;
}

ul.dropdown {
	position: absolute;
	width: 200px;
	left: -0px;
	margin: auto;
	backdrop-filter: blur(8px);
	background-color: rgba(255, 255, 255, 0.5);
	text-align: left;
	border-radius: 2px;
	box-shadow: 0 0 10px 3px #00000014;
	opacity: 0;
	animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid #9d00fc;
}

ul.dropdown li.last {
	border-bottom: none;
}

ul.dropdown li a {
	padding: 10px 20px;
	font-size: 14px;
	color: #000 !important;
	display: block;
	width: 100%;
	font-weight: 400;
	background: transparent !important;
}

ul.dropdown li a:before {
	display: none;
}

ul.dropdown li.last a {
	margin-bottom: 0px;
}

ul.dropdown li a:hover,
ul.dropdown li.active a {
	background-color: #9d00fc !important;
	color: #fff !important;
}

.dropdown-nav:hover ul.dropdown {
	animation: btot 0.5s forwards;
	z-index: 9;
}

/* Write your CSS styling from here */

/* Home page */
.homebanner {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 200px 0 60px;
	background-position: center center;
}

.homebanner h1 {
	font-size: 50px;
	font-weight: 700;
	color: #000;
	line-height: 55px;
	padding-bottom: 20px;
}

.homebanner p {
	font-size: 19px;
	font-weight: 500;
	color: #000;
	line-height: 28px;
	padding-bottom: 30px;
}

.homebanner a {
	border-radius: 10px;
	background-color: #9d00fd;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 30px;
	animation-iteration-count: infinite;
	animation-name: tada;
	animation-duration: 2s;
	animation-fill-mode: both;
	animation-delay: 2s;
}

.homebanner a:hover {
	background-color: #9d00fd;
}

.hmbefore {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.hmafter {
	position: absolute;
	right: -150px;
	top: 0;
	z-index: -1;
}

.hmbanerlst {
	padding-top: 30px;
	text-align: center;
}

.hmbanerlst li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 23.5%;
}

.hmbanerlst li.last {
	margin-right: 0px;
}

.concrete {
	text-align: center;
}

.concrete h6 {
	font-size: 26px;
	font-weight: 600;
	color: #000;
	line-height: normal;
}

.concrete h4 {
	font-size: 45px;
	font-weight: 700;
	line-height: normal;
	color: #9d00fc;
	padding-bottom: 10px;
}

.concrete p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 26px;
	padding-bottom: 50px;
}

.concrelst {
	padding-bottom: 30px;
}

.concrelst li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	margin-bottom: 10px;
}

.concrelst li.last {
	margin-right: 0px;
}

.concrelst li a {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: normal;
}

.concrelst li a:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 0%;
	background-color: #9d00fc;
	left: 0;
	bottom: -5px;
	transition: all 0.4s ease-In-out;
}

.concrelst li a:hover:before,
.concrelst li.current a:before {
	width: 100%;
	transition: all 0.4s ease-In-out;
}

.concrelst li a:hover,
.concrelst li.current a {
	color: #9d00fc;
}

.concrebox {
	overflow: hidden;
	border: 1px solid #b6b6b6;
	width: 100%;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

/*.concrelogo img{max-width:100%;}*/
.concreweb {
	overflow: hidden;
	display: block;
	height: 300px;
}

.concreweb a img {
	transition: all 4s ease;
	transform: translateY(0%);
	width: 100%;
	height: auto;
}

.concreweb a:hover img {
	transform: translateY(-50%);
	transition: all 4s ease;
}

.endorse {
	padding: 30px 0;
	margin-bottom: 100px;
	background-repeat: no-repeat;
	background-size: cover;
}

.endorse h6 {
	font-size: 26px;
	font-weight: 600;
	color: #000;
	line-height: normal;
	padding-bottom: 10px;
}

.endorse h4 {
	font-size: 45px;
	font-weight: 700;
	line-height: 45px;
	color: #9d00fc;
	padding-bottom: 10px;
}

.endorse p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 26px;
	padding-bottom: 50px;
}

.endorse ul {}

.endorse ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
	position: relative;
}

.endorse ul li.last {
	margin-right: 0;
}

.endorse ul li:before {
	content: '';
	position: absolute;
	height: 40px;
	width: 1px;
	background-color: #636363;
	top: 0;
	bottom: 0;
	right: -25px;
	margin: auto;
}

.endorse ul li.last:before {
	display: none;
}

.endorse ul li.last {
	margin-right: 0px;
}

.endorse ul li a {
	display: block;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	line-height: normal;
}

.endorse ul li a:hover {
	color: #9d00fc;
}

.endorse ul li a span {
	display: block;
	font-size: 12px;
	color: #000;
	line-height: normal;
}

.endorse ul li a.getbtn {
	width: 201px;
	height: 38px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	font-weight: 700;
	background-color: #9d00fd;
	border-radius: 50px;
}

.endorse ul li a.getbtn:hover {
	background-color: #9d00fd;
}

.endorsenumb {
	display: flex;
	align-items: center;
}

.endorsenumb span {
	display: block;
	font-size: 30px;
	color: #9d00fd;
	padding-right: 5px;
	transform: rotate(30deg);
}

.endorsenumb h6 {
	font-size: 12px;
	color: #000;
	line-height: normal;
	padding-bottom: 0;
	font-weight: 700;
}

.endorsenumb a {
	display: block;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	line-height: normal;
}

.endorsenumb a:hover {
	color: #9d00fc;
}

.companysec {
	padding: 50px 0;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.companysec h6 {
	font-size: 26px;
	color: #000000;
	line-height: normal;
	font-weight: 600;
	padding-bottom: 10px;
}

.companysec h4 {
	font-size: 45px;
	font-weight: 700;
	color: #9d00fd;
	line-height: normal;
	padding-bottom: 10px;
}

.companysec p {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: 50px;
}

.countlst {
	padding-bottom: 50px;
}

.countlst li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
	width: 15%;
}

.countlst li.last {
	margin-right: 0px;
}

.countlst li span {
	font-size: 40px;
	color: #9d00fd;
	font-weight: 700;
	line-height: normal;
	vertical-align: middle;
}

.countlst p.counter-plus {
	font-size: 40px;
	color: #9d00fd;
	font-weight: 700;
	padding-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.countlst li h6 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	line-height: normal;
}

.sprite {
	background-image: url(../images/industrie-icons.webp);
	background-repeat: no-repeat;
	display: block;
	mix-blend-mode: multiply;
}

.sprite-01 {
	width: 33px;
	height: 41px;
	background-position: -5px -5px;
}

.sprite-02 {
	width: 37px;
	height: 23px;
	background-position: -48px -5px;
}

.sprite-03 {
	width: 35px;
	height: 32px;
	background-position: -95px -5px;
}

.sprite-04 {
	width: 32px;
	height: 39px;
	background-position: -140px -5px;
}

.sprite-05 {
	width: 33px;
	height: 42px;
	background-position: -182px -5px;
}

.sprite-06 {
	width: 44px;
	height: 47px;
	background-position: -5px -57px;
}

.sprite-07 {
	width: 45px;
	height: 41px;
	background-position: -59px -57px;
}

.sprite-08 {
	width: 41px;
	height: 38px;
	background-position: -114px -57px;
}

.sprite-09 {
	width: 44px;
	height: 44px;
	background-position: -165px -57px;
}

.sprite-10 {
	width: 43px;
	height: 43px;
	background-position: -59px -111px;
}

.sprite-11 {
	width: 41px;
	height: 45px;
	background-position: -112px -111px;
}

.sprite-12 {
	width: 39px;
	height: 39px;
	background-position: -163px -111px;
}

.sprite-13 {
	width: 38px;
	height: 36px;
	background-position: -212px -111px;
}

.sprite-14 {
	width: 39px;
	height: 43px;
	background-position: -5px -157px;
}

.sprite-15 {
	width: 39px;
	height: 40px;
	background-position: -212px -157px;
}

.sprite-16 {
	width: 33px;
	height: 40px;
	background-position: -219px -57px;
}

.sprite-17 {
	width: 36px;
	height: 37px;
	background-position: -54px -207px;
}

.sprite-18 {
	width: 31px;
	height: 36px;
	background-position: -225px -5px;
}

.sprite-19 {
	width: 34px;
	height: 38px;
	background-position: -100px -207px;
}

.sprite-20 {
	width: 30px;
	height: 35px;
	background-position: -144px -207px;
}

.sprite-21 {
	width: 32px;
	height: 38px;
	background-position: -184px -207px;
}

.sprite-22 {
	width: 36px;
	height: 41px;
	background-position: -266px -5px;
}

.sprite-23 {
	width: 41px;
	height: 45px;
	background-position: -261px -107px;
}

.sprite-24 {
	width: 34px;
	height: 45px;
	background-position: -261px -162px;
}

.sprite-25 {
	width: 37px;
	height: 37px;
	background-position: -262px -56px;
}

.sprite-26 {
	width: 31px;
	height: 41px;
	background-position: -5px -217px;
}

.sprite-27 {
	width: 32px;
	height: 34px;
	background-position: -163px -162px;
}

.sprite-28 {
	width: 33px;
	height: 32px;
	background-position: -226px -217px;
}

.sprite-29 {
	width: 30px;
	height: 38px;
	background-position: -269px -217px;
}

.sprite-30 {
	width: 36px;
	height: 32px;
	background-position: -46px -259px;
}

.industrie-point ul li {
	display: flex;
	align-items: center;
	line-height: 70px;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
}

.industrie-point ul li i {
	margin-right: 15px;
}

.mainBanner {
	position: relative;
	padding: 170px 0 60px;
	background-repeat: no-repeat;
	background-size: cover;
}

.mainBanner h1 {
	font-size: 45px;
	font-weight: 700;
	color: #9d00fd;
	line-height: 55px;
	padding-bottom: 20px;
	font-family: 'Titillium Web';
}

.mainBanner ul {
	padding-bottom: 30px;
}

.mainBanner ul li {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #0b0000;
	line-height: normal;
	padding-left: 20px;
}

.mainBanner ul li:before {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	background-color: #000;
	border-radius: 50%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.mainBanner a {
	border-radius: 10px;
	background-color: #9d00fd;
	width: 139px;
	height: 48px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 48px;
}

.mainBanner a:hover {
	background-color: #0b0000;
}

.e1 {
	position: absolute;
	left: 0;
	bottom: 100px;
}

.e2 {
	position: absolute;
	left: 250px;
}

.e3 {
	position: absolute;
	left: 50px;
	bottom: 250px;
}

.e4 {
	position: absolute;
	left: 0;
}

.e5 {
	position: absolute;
	top: 0;
	left: 200px;
}

#zoomanim {
	-webkit-animation: linear infinite;
	-webkit-animation-name: zooms;
	-webkit-animation-duration: 1s;
}

@-webkit-keyframes zooms {
	0% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.1, 1.1);
	}

	100% {
		transform: scale(1, 1);
	}
}

@-webkit-keyframes spinnerRotate {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spinnerRotate {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@-ms-keyframes spinnerRotate {
	from {
		-ms-transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
	}
}

#spin {
	-webkit-animation-name: spinnerRotate;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spinnerRotate;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spinnerRotate;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
}

#pot {
	-webkit-animation: linear infinite;
	-webkit-animation-name: run;
	-webkit-animation-duration: 1s;
}

@-webkit-keyframes run {
	0% {
		left: 0;
		opacity: 0;
	}

	100% {
		left: 50px;
		opacity: 1;
	}
}

.e6 {
	position: absolute;
	top: 170px;
	right: 85px;
	height: 20px;
	width: 100px;
	border-radius: 20px;
	background-color: #9d00fd;
}

.e7 {
	position: absolute;
	top: 50px;
	bottom: 0;
	right: 170px;
	margin: auto;
	height: 20px;
	width: 100px;
	border-radius: 20px;
	background-color: #9d00fd;
}

.e8 {
	position: absolute;
	bottom: 100px;
	right: 85px;
	height: 20px;
	width: 100px;
	border-radius: 20px;
	background-color: #9d00fd;
}

#pot2 {
	-webkit-animation: linear infinite;
	-webkit-animation-name: run2;
	-webkit-animation-duration: 0.5s;
}

@-webkit-keyframes run2 {
	0% {
		right: 100px;
		opacity: 0;
	}

	100% {
		right: -100px;
		opacity: 1;
	}
}

#pot3 {
	-webkit-animation: linear infinite;
	-webkit-animation-name: run3;
	-webkit-animation-duration: 1s;
}

@-webkit-keyframes run3 {
	0% {
		right: 170px;
		opacity: 0;
	}

	100% {
		right: -100px;
		opacity: 1;
	}
}

#pot4 {
	-webkit-animation: linear infinite;
	-webkit-animation-name: run4;
	-webkit-animation-duration: 0.5s;
}

@-webkit-keyframes run4 {
	0% {
		right: 170px;
		opacity: 0;
	}

	100% {
		right: -100px;
		opacity: 1;
	}
}

.brandlogo {
	background-color: #fff;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.52);
	padding: 20px 0;
}

.brandlogo ul {}

.brandlogo ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
}

.brandlogo ul li.last {
	margin-right: 0;
}

.beneficial {
	position: relative;
}

.beneficial h2 {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

.beneficial h2 strong {
	font-weight: 700;
}

.beneficial h2:before {
	content: '';
	position: absolute;
	height: 6px;
	width: 125px;
	background-color: #9d00fd;
	bottom: 0;
	left: 0;
}

.expertsec {
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.expertsec.pad-sec {
	padding: 50px 0;
}

.expertsec h4 {
	color: #fff;
	padding-bottom: 20px;
}

.expertsec p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: normal;
	padding-bottom: 100px;
}

.expbox {
	padding: 20px;
	padding-top: 70px;
	transition: all 0.4s ease-In-out;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.4);
	position: relative;
}

.expbox:hover {
	transform: scale(1.1);
	transition: all 0.4s ease-In-out;
}

.expbox span {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.3);
	width: 104px;
	height: 104px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.4s ease-In-out;
}

.expbox img {
	transition: all 0.4s ease-In-out;
}

.expbox h6 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	font-family: 'Titillium Web';
	padding-bottom: 20px;
}

.expbox p {
	font-size: 14px;
	font-weight: 500;
	color: #545454;
	line-height: 24px;
	padding-bottom: 0;
}

.expbox:hover img {
	transition: all 0.4s ease-In-out;
}

.expbox:hover span {
	background-color: #9d00fd;
	transition: all 0.4s ease-In-out;
}

.awardsec {
	text-align: center;
	position: relative;
}

.awardsec h4 {
	padding-bottom: 20px;
}

.awardsec p {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	padding-bottom: 50px;
}

.awrdbox {
	background-color: #fff;
	width: 100%;
	height: 244px;
	border-radius: 10px;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}

.awrdbox img {
	height: 100%;
	width: 100%;
	transition: all 0.4s ease-In-out;
}

.awrdbox:hover img {
	transform: scale(1.1);
	transition: all 0.4s ease-In-out;
}

.awrdbox a {
	margin: 0 !important;
}

.awardsec a {
	font-size: 30px;
	font-weight: 700;
	color: #9d00fd;
	margin-top: 20px;
}

.awardsec a:hover {
	color: #9d00fd;
}

.awardsec a span {
	font-weight: 600;
	color: #000;
}

.awrdimg {
	position: absolute;
	bottom: 200px;
	right: -200px;
	margin: auto;
	z-index: -1;
}

#rocktanim {
	-webkit-animation: linear infinite;
	-webkit-animation-name: rockt;
	-webkit-animation-duration: 2s;
}

@-webkit-keyframes rockt {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0);
	}
}

.ctasec {
	padding: 60px 0;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.ctasec h6 {
	font-size: 20px;
	color: #fff;
	line-height: normal;
	font-weight: 600;
}

.ctasec h4 {
	color: #fff;
	padding-bottom: 10px;
}

.ctasec p {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: normal;
	padding-bottom: 20px;
}

.ctabtns {
	padding-bottom: 20px;
}

.ctabtns li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
}

.ctabtns li.last {
	margin-right: 0px;
}

.ctabtns li a {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding: 15px 30px;
	border-radius: 50px;
	background-color: #9d00fd;
}

.ctabtns li a span {
	margin-right: 10px;
}

.ctabtns li.last a {
	background-color: #78c036;
}

.ctabtns li a:hover {
	background-color: #b96e00;
}

.ctabtns li.last a:hover {
	background-color: #619f29;
}

.ctalnk {
	text-align: center;
}

.ctalnk li {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin-right: 50px;
}

.ctalnk li.last {
	margin-right: 0;
}

.ctalnk li a {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.ctalnk li a span {
	margin-right: 5px;
}

.ctalnk li a:hover {
	color: #9d00fd;
}

.hmprice {
	text-align: center;
	position: relative;
}

.hmprcbef {
	position: absolute;
	left: -80px;
	top: 300px;
	z-index: -1;
}

.hmprcaft {
	position: absolute;
	right: 0;
	bottom: 250px;
	z-index: -1;
}

.hmprice h4 {
	padding-bottom: 15px;
	font-size: 43px;
}

.hmprice p {
	font-size: 20px;
	font-weight: 500;
	color: #545454;
	line-height: normal;
	padding-bottom: 50px;
}

.hmprctbs {
	padding-bottom: 50px;
}

.hmprctbs li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.hmprctbs li.last {
	margin-right: 0px;
}

.hmprctbs li a {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: normal;
}

.hmprctbs li a:hover,
.hmprctbs li.current a {
	color: #9d00fd;
}

.hmprctbs li a:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 0%;
	background-color: #9d00fd;
	left: 0;
	bottom: -5px;
	opacity: 0;
	transition: all 0.4s ease-In-out;
}

.hmprctbs li a:hover:before,
.hmprctbs li.current a:before {
	width: 100%;
	opacity: 1;
	transition: all 0.4s ease-In-out;
}

.hmpricebox {
	margin-bottom: 50px;
	width: 100%;
	height: auto;
	box-shadow: 0px 14px 62px 0px rgba(0, 0, 0, 0.28);
	background-color: #ececec;
	border: 2px solid #9700f3;
	border-radius: 15px;
	padding: 30px 20px;
	text-align: left;
}

.hmpricehd h5 {
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	line-height: normal;
}

.hmpricehd h6 {
	font-size: 18px;
	font-weight: 500;
	color: #999999;
	line-height: normal;
	position: relative;
	display: inline-block;
}

.hmpricehd h6:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #9700f3;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.hmpricehd h3 {
	font-size: 43px;
	color: #9d00fd;
	font-family: 'Poppins';
}

.hmpricehd h3 span {
	color: #acacac;
	font-size: 18px;
	font-weight: 500;
	vertical-align: middle;
}

.hmpricehd p {
	font-size: 16px;
	color: #333333;
	padding-bottom: 10px;
}

.hmpricehd ul {
	padding-bottom: 15px;
	height: 220px;
	overflow: hidden;
	overflow-y: auto;
}

.hmpricehd ul li {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	line-height: normal;
	padding-left: 25px;
}

.hmpricehd ul li:before {
	content: '\f058';
	position: absolute;
	font-family: 'Font Awesome 5';
	font-size: 16px;
	color: #000;
	left: 0;
	top: 0;
	bottom: 0;
}

.hmpricebot {}

.hmpricebot h6 {
	font-size: 18px;
	font-weight: 500;
	color: #9d00fd;
	line-height: normal;
}

.hmpricebot p {
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	line-height: normal;
	padding-bottom: 10px;
}

.hmpricebot p span {
	color: #9d00fd;
	font-weight: 700;
}

.hmpricebtn {
	width: 245px;
	height: 52px;
	margin: auto;
	margin-bottom: 20px;
	display: block;
	border-radius: 50px;
	background-color: #9d00fd;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 52px;
	text-align: center;
}

.hmpricebtn:hover {
	background-color: #000;
	color: #fff;
	transform: scale(0.9);
	transition: all 0.4s ease-In-out;
}

.hmpricebot ul {
	column-count: 2;
	text-align: center;
}

.hmpricebot li span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #0e0e0e;
	line-height: normal;
}

.hmpricebot li a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #0e0e0e;
	line-height: normal;
}

.hmpricebot li a:hover {
	color: #9d00fd;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px !important;
	background: #9d00fd !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background: #a5a5a5 !important;
	width: 2px !important;
}

.hmquality {
	text-align: center;
	padding-top: 80px;
}

.hmquality li {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 20px;
	width: 18.3%;
	transition: all 0.4s ease-In-out;
}

.hmquality li.last {
	margin-right: 0;
}

.hmquality li h6 {
	font-size: 17px;
	font-weight: 500;
	color: #545454;
	line-height: normal;
	min-height: 50px;
	padding-top: 20px;
}

.hmquality li:hover {
	transform: translateY(-10px);
	transition: all 0.4s ease-In-out;
}

.hmexclusiv {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.hmexclusiv h4 {
	color: #9d00fd;
	padding-bottom: 15px;
}

.hmexclusiv h4 span {
	display: block;
	font-size: 31px;
	font-weight: 400;
}

.hmexclusiv p {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	line-height: 27px;
	padding-bottom: 30px;
}

.hmexclst {
	padding-bottom: 30px;
}

.hmexclst li {
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	line-height: normal;
	padding-left: 30px;
	position: relative;
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.hmexclst li:before {
	content: '\f058';
	position: absolute;
	font-family: 'Font Awesome 5';
	font-size: 19px;
	color: #9d00fd;
	left: 0;
	top: 3px;
	bottom: 0;
	margin: auto;
}

.hmexcprc {}

.hmexcprc li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
}

.hmexcprc li.last {
	margin-right: 0;
}

.hmexcprc li h3 {
	font-size: 60px;
	font-family: 'Titillium Web';
	font-weight: 700;
	color: #9d00fd;
}

.hmexcprc li h3 span {
	position: relative;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	font-family: 'Poppins';
}

.hmexcprc li a {
	width: 177px;
	height: 50px;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 50px;
	background-color: #9d00fd;
}

.hmexcprc li a:hover {
	transform: scale(0.9);
	transition: all 0.4s ease-In-out;
}

.testimonsec {}

.testimonsec h5 {
	font-size: 43px;
	font-weight: 700;
	color: #9d00fd;
	line-height: 45px;
	padding-bottom: 30px;
	text-align: center;
}

.testimonsec h4 {
	font-size: 30px;
	line-height: 40px;
}

.testibox {
	width: 399px;
	height: 230px;
	background-color: #dde1e1;
	padding: 50px 40px;
	padding-right: 90px;
	position: relative;
	margin: auto;
}

.testibox p {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 24px;
}

.testibox p:before {
	content: '\f10d';
	position: absolute;
	font-size: 30px;
	color: #9d00fd;
	font-family: 'Font Awesome 5';
	top: -30px;
	left: 0;
	font-weight: 700;
}

.testibox p:after {
	content: '\f10e';
	position: absolute;
	font-size: 30px;
	color: #9d00fd;
	font-family: 'Font Awesome 5';
	bottom: -30px;
	right: 0;
	font-weight: 700;
}

.testimg {
	position: absolute;
	right: -150px;
	top: -30px;
	text-align: right;
}

.testimg img {
	height: 182px;
	width: 194px;
}

.testimg h6 {
	font-size: 16px;
	font-weight: 500;
	color: #9d00fd;
	line-height: normal;
}

.testimg h6 strong {
	display: block;
	color: #646464;
}

.testislider .slick-list {
	padding: 30px 0px;
}

.formsec {
	text-align: center;
	padding: 70px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.formsec h4 {
	color: #fff;
	padding-bottom: 20px;
}

.formsec p {
	font-size: 20px;
	color: #fff;
	line-height: normal;
	padding-bottom: 50px;
}

.field {
	margin-bottom: 20px;
}

.field input,
.field select,
.field textarea {
	border-radius: 15px;
	width: 100%;
	height: 62px;
	background-color: #fff;
	padding: 0 20px;
	font-size: 16px;
}

.field textarea {
	width: 100%;
	height: 104px;
	resize: none;
	padding: 20px;
	margin-bottom: 20px;
}

.formsec button {
	border-radius: 10px;
	background-color: #9d00fd;
	width: 262px;
	height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	transition: all 0.4s ease-In-out;
}

.formsec button:hover {
	background-color: #9d00fd;
	transition: all 0.4s ease-In-out;
}

footer {
	background: #0b0f12;
}

footer p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
}

.ftr-logo {
	margin-left: -30px;
	max-width: 70%;
}

.ftrinfo {
	padding: 20px 0;
}

.ftrinfo li {
	margin-bottom: 10px;
}

.ftrinfo li.last {
	margin-bottom: 0;
}

.ftrinfo li a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: normal;
}

.ftrinfo li a:hover {
	color: #9d00fd;
}

.ftrinfo li a span {
	padding-right: 10px;
	color: #ffcb02;
}

.ftr-social {}

.ftr-social li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.ftr-social li.last {
	margin-right: 0;
}

.ftr-social li a {
	font-size: 20px;
	color: #fff;
}

.ftr-social li a:hover {
	color: #9d00fd;
}

.widget {}

.widget h6 {
	display: inline-block;
	margin-bottom: 30px;
	font-size: 23px;
	font-weight: 500;
	color: #fff;
	line-height: normal;
	padding-bottom: 10px;
	position: relative;
}

.widget h6:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #fff;
	bottom: 0;
	left: 0;
}

.ftrlinks {}

.ftrlinks li {
	margin-bottom: 10px;
}

.ftrlinks li.last {
	margin-bottom: 0px;
}

.ftrlinks li a {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: normal;
}

.ftrlinks li a:hover {
	color: #9d00fd;
}

.ftr-recon ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 30px;
}

.ftr-recon ul li:nth-child(2) {
	margin-right: 0;
}

.ftr-recon p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
}

.ftr-recon p span {
	color: #9d00fd;
}

.copyright {
	background-color: #06090b;
	padding: 15px 0;
}

.copyright p,
.copyright p a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: normal;
}

.copyright p a {
	color: #9d00fd;
}

.copyright p a:hover {
	color: #9d00fd;
}

.disclaimer-sec {
	padding: 15px 0;
	text-align: center;
	background-color: #0b0f12;
}

.disclaimer-sec p {
	color: #676572;
	font-size: 12px;
	margin: 0;
	line-height: 1.4em;
}

.disclaimer-sec p:last-child {
	display: none;
}

.disclaimer-sec p strong {
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 5px;
}

.disclaimer-sec p strong:after {
	content: "\f0fe";
	font-family: 'Font Awesome 5';
	margin: 0 0 0 10px;
}

.disclaimer-sec p.active strong:after {
	content: "\f146";
}


/* About Page */
.aboutbanner {}

.aboutbanner p {
	padding-bottom: 20px;
}

.aboutbanner ul {
	padding-bottom: 0;
}

.aboutbanner h6 {
	font-weight: 600;
	padding-bottom: 10px;
}

.expectsec {}

.expectsec h4 {
	padding-bottom: 10px;
}

.expectsec p strong {
	font-weight: 600;
}

.expectsec p {
	color: #000;
	padding-bottom: 10px;
}

.abtvision {
	padding-bottom: 100px;
}

.abtvision h4 {
	font-size: 45px;
	font-weight: 700;
	color: #9d00fd;
	line-height: 45px;
	padding-bottom: 50px;
}

.abtvision ul {
	padding-bottom: 30px;
}

.abtvision ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.abtvision ul li.last {
	margin-right: 0px;
}

.abtvision ul li a {
	display: block;
	position: relative;
	font-size: 16px;
	color: #000;
	line-height: normal;
	padding: 15px 30px;
	border-radius: 5px;
}

.abtvision ul li a:hover,
.abtvision ul li.current a {
	color: #fff;
}

.abtvision ul li a:before {
	content: '';
	position: absolute;
	height: 6px;
	width: 100%;
	border-radius: 5px;
	left: 0;
	top: 0;
	right: 0;
	background-color: #9d00fd;
	z-index: -1;
	transition: all 0.4s ease-In-out;
}

.abtvision ul li a:hover:before,
.abtvision ul li.current a:before {
	height: 100%;
	transition: all 0.4s ease-In-out;
}

.visipara {}

.visipara p {
	font-size: 14px;
	color: #000;
	line-height: 24px;
}

.abtright {}

.abtright p {
	font-size: 14px;
	color: #000;
	line-height: 24px;
	padding-bottom: 30px;
}

.abtright ul {}

.abtright ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
	line-height: 24px;
}

.abtright ul li:before {
	content: '\f00c';
	position: absolute;
	font-family: 'Font Awesome 5';
	font-size: 18px;
	color: #9d00fd;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.abtright ul li.last {
	margin-bottom: 0;
}

/* Branding Page  */
.brandssec {}

.brandssec h4 {
	font-weight: 400;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.brandssec h4 strong {
	font-weight: 700;
}

.brandssec h4:before {
	content: '';
	position: absolute;
	height: 6px;
	width: 125px;
	background-color: #9d00fd;
	left: 0;
	bottom: 0;
}

.brandssec p {
	font-size: 16px;
	font-weight: 400;
	color: #888686;
	line-height: normal;
}

.brandportfol .awrdbox img {
	object-fit: cover;
}

.awrdbox {
	overflow: hidden;
}

/* Contact */
.formsecbox {
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 97.01px 11.99px rgba(0, 0, 0, 0.27);
}

.cntform {
	padding: 50px 30px;
	text-align: left;
}

.cntform h5 {
	font-size: 22px;
	font-weight: 600;
	color: #000;
	line-height: normal;
	padding-bottom: 30px;
}

.field {
	margin-bottom: 20px;
	position: relative;
}

.field input,
.field select,
.field textarea {
	font-size: 16px;
	line-height: 26px;
	border: 1px solid rgb(146, 144, 144);
	border-radius: 10px;
	width: 100%;
	height: 42px;
	padding: 0 15px;
}

.field textarea {
	padding: 15px;
	height: 210px;
	width: 100%;
	resize: none;
	margin-bottom: 0;
}

.cntform button {
	width: 195px;
	height: 45px;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 45px;
	text-align: center;
	background-color: #9d00fd;
	transition: all 0.4s ease-In-out;
	margin: auto;
	margin-right: 0;
	display: block;
}

.cntform button:hover {
	background-color: #000;
	transform: scale(0.9);
	transition: all 0.4s ease-In-out;
}

.cntinfo {
	background-color: rgb(157, 0, 253);
	width: 100%;
	height: 100%;
	padding: 50px;
	text-align: left;
}

.cntinfo h5 {
	font-size: 31px;
	font-weight: 600;
	color: #fff;
	line-height: normal;
	padding-bottom: 30px;
}

.cntinfo h6 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	line-height: normal;
	padding-bottom: 10px;
}

.cntinfo a {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 30px;
}

.cntinfo a:hover {
	color: #000;
}

.cntinfo ul {}

.cntinfo ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.cntinfo ul li.last {
	margin-right: 0px;
}

.cntinfo ul li a {
	display: block;
	font-size: 25px;
	color: #fff;
}

.cntinfo ul li a:hover {
	color: #000;
}

/* Ecommerce */
.ecomabt {}

.ecomabt h4 {
	line-height: 45px;
	padding-bottom: 20px;
}

.ecomabt h4 span {
	color: #000;
}

.ecomabt p {
	padding-bottom: 20px;
}

.ecomabt h6 {
	font-size: 16px;
	color: #000;
	line-height: normal;
	font-weight: 700;
	padding-bottom: 20px;
}

.ecomabt ul {}

.ecomabt ul li {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: normal;
	padding-left: 20px;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-bottom: 20px;
}

.ecomabt ul li:before {
	content: '\f0da';
	position: absolute;
	color: #9d00fd;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-family: 'Font Awesome 5';
	font-size: 20px;
	font-weight: 700;
}

.ecomabt a {
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: normal;
	border-radius: 10px;
	background-color: #9d00fd;
}

.ecomabt a:hover {
	background-color: #000;
	color: #fff;
}

.premiumecom {
	padding-top: 60px;
	text-align: center;
	position: relative;
}

.premiumecom:before {
	content: '';
	position: absolute;
	height: 450px;
	width: 100%;
	background-color: #111111;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

.premiumecom h4 {
	padding-bottom: 15px;
}

.premiumecom h4 span {
	color: #fff;
}

.premiumecom p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	font-weight: 400;
	padding-bottom: 30px;
}

.primecomlst {
	font-size: 0;
	text-align: center;
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom: 1px solid #ccc;
}

.primecomlst li {
	display: inline-block;
	vertical-align: middle;
	width: 16.6%;
}

.primecomlst li a {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	line-height: normal;
	padding: 20px 15px;
	display: block;
}

.primecomlst li a:hover,
.primecomlst li.current a {
	background-color: #dcdbdb;
}

.primecomlst li.first a {
	border-top-left-radius: 15px;
}

.primecomlst li.last a {
	border-top-right-radius: 15px;
}

.primecomcon {
	padding: 30px 50px;
	background-color: #fff;
	text-align: left;
}

.primecomcon h5 {
	font-size: 45px;
	font-weight: 700;
	line-height: normal;
	color: #9d00fd;
	padding-bottom: 15px;
}

.primecomcon p {
	color: #000;
	padding-bottom: 50px;
}

/* Animation */
.animcomlst li {
	width: 25%;
}

/* Illustration */
.illustfic {
	padding-bottom: 0;
}

/* SEO */
.seosec {
	text-align: center;
}

.seosec h5 {
	font-size: 25px;
	font-weight: 700;
	color: #000;
	line-height: normal;
}

.seosec h4 {
	padding-bottom: 30px;
}

.seobox {
	width: auto;
	min-height: 220px;
	background-color: #ededed;
	padding: 30px 20px;
	transition: all 0.4s ease-In-out;
}

.seobox h6 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	line-height: normal;
	padding-bottom: 10px;
}

.seobox p {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
}

.seoslider li .seobox:hover {
	background-color: #9d00fd;
	transition: all 0.4s ease-In-out;
}

.seoslider li .seobox:hover h6,
.seoslider li .seobox:hover p {
	color: #fff;
}

/* Copywriting  */
.wricomlst li {
	width: 20%;
}

/* web developement */
.webbaner p {
	padding-bottom: 20px;
}

.webbaner ul {
	padding-bottom: 20px;
}

/* Social media */
.socialsec {
	padding-bottom: 100px;
}

.socialsec h4 {
	padding-bottom: 15px;
}

.socialsec p {
	font-size: 16px;
	color: #000;
	line-height: 26px;
	padding-bottom: 50px;
}

.smmbox {
	width: auto;
	min-height: 420px;
	background-color: #ededed;
	padding: 50px 30px;
	transition: all 0.4s ease-In-out;
}

.smmbox h6 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	line-height: normal;
	padding: 10px 0;
}

.smmbox p {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
}

.smmbox:hover {
	background-color: #9d00fd;
	transition: all 0.4s ease-In-out;
}

.smmbox:hover h6,
.smmbox:hover p {
	color: #fff;
}

.smmbox p {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 0;
}

/* Logo Design */
.logodesbx {
	min-height: 320px;
}

/* Reviews */
.reviewsec {
	text-align: center;
}

.reviewsec h4 {
	padding-bottom: 30px;
}

.reviewsec p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	padding-bottom: 50px;
}

.revbox {
	border: 2px solid #7b7b7b;
	border-radius: 10px;
	width: 100%;
	height: 460px;
	padding: 20px 15px;
	text-align: left;
	margin-bottom: 30px;
	transition: all 0.4s ease-In-out;
}

.revuser {
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}

.revuser img {
	height: 97px;
	width: 97px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.revuser h6 {
	font-size: 25px;
	font-weight: 700;
	color: #000;
	line-height: normal;
	transition: all 0.4s ease-In-out;
}

.revbox p {
	font-size: 15px;
	color: #7b7b7b;
	line-height: 25px;
	font-weight: 400;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	min-height: 140px;
}

.revdesinfo {
	padding-top: 20px;
}

.revdesinfo h6 {
	font-size: 25px;
	font-weight: 700;
	color: #000;
	line-height: normal;
	transition: all 0.4s ease-In-out;
}

.revdesinfo p {
	font-size: 15px;
	color: #7b7b7b;
	line-height: 25px;
	font-weight: 400;
	border: none;
	padding-bottom: 0;
	min-height: auto;
}

.revdesinfo p span {
	vertical-align: middle;
}

.revbox:hover {
	border-color: #9d00fd;
}

.revbox:hover .revuser h6,
.revbox:hover .revdesinfo h6 {
	color: #9d00fd;
	transition: all 0.4s ease-In-out;
}

/* Portfolio */
.portfoliosec {
	text-align: center;
}

.portfoliosec h4 {
	padding-bottom: 20px;
}

.portfoliosec p {
	padding-bottom: 50px;
}







/* Privacy Policy */
.privacysec,
.refundsec {
	padding: 200px 0 100px;
}

.privacysec h4 {
	font-size: 45px;
	font-weight: 700;
	color: #000;
	line-height: normal;
	padding-bottom: 10px;
}

.privacysec h5 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	line-height: normal;
	padding-bottom: 10px;
}

.privacysec p {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 26px;
	padding-bottom: 20px;
}

.privacysec ul {
	padding-bottom: 20px;
}

.privacysec ul li {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 26px;
}

.privacysec ul li:before {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	background-color: #000;
	border-radius: 50%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* Refund Policy */
.refundsec p {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 26px;
	padding-bottom: 20px;
}

.refundsec a {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 26px;
	margin-bottom: 10px;
}

.refundsec a:hover {
	color: #9d00fd;
}

/* Popup */
.popupform {
	overflow: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
	width: 936px;
	height: 502px;
	padding: 60px 30px;
	border-radius: 32px;
	background-color: #9d00fd;
	display: none;
	font-size: 0;
}

.closePop {
	height: 37px;
	width: 37px;
	border: 2px solid #fff;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 20px;
}

.closePop:hover {
	background-color: #fff;
	color: #000;
}

.popupform h6 {
	font-size: 28px;
	font-weight: 600;
	color: #000;
	line-height: normal;
}

.popupform h4 {
	font-size: 56px;
	font-weight: 700;
	color: #fff;
	line-height: normal;
	padding-bottom: 30px;
}

.popimg {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 40%;
}

.popupform form {
	position: relative;
}

.popupform form:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #06312d;
	right: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.popfield {
	position: relative;
	margin-bottom: 15px;
}

.popfield span {
	font-size: 16px;
	color: #000;
	position: absolute;
	left: 15px;
	top: 15px;
	bottom: 0;
	margin: auto;
}

.popfield input {
	width: 100%;
	height: 50px;
	box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.19);
	background-color: #fff;
	border-radius: 50px;
	padding: 0 30px;
	padding-left: 50px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.popupform button {
	width: 100%;
	height: 49px;
	background-color: #ce0b0b;
	font-size: 16px;
	color: #fff;
	line-height: 49px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	border-radius: 50px;
	transition: all 0.4s ease-In-out;
}

.popupform button:hover {
	background-color: #9b0404;
	transform: scale(0.9);
	transition: all 0.4s ease-In-out;
}

.popemail,
.popphone {
	padding-left: 10px;
	margin-bottom: 15px;
}

.popemail h6,
.popphone h6 {
	font-size: 21px;
	color: #000;
	line-height: normal;
	font-weight: 600;
	padding-bottom: 5px;
}

.popemail a,
.popphone a {
	position: relative;
	font-size: 16px;
	color: #fff;
	line-height: normal;
	font-weight: 400;
	padding-bottom: 15px;
}

.popemail a:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #06312d;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.popemail a:hover,
.popphone a:hover {
	color: #000;
}

.popphone {
	margin-bottom: 0;
}

/* Side panel */
.sideform {
	position: fixed;
	height: 370px;
	width: 430px;
	right: -376px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	background-color: #f9f9f9;
	padding: 16px 20px 16px 80px;
	transition: all 0.4s ease-In-out;
}

.sidehead {
	box-shadow: 0px 0px 17.01px 1.99px rgb(0 0 0 / 35%);
	background: #000;
	padding: 16px 0;
	color: #FFF;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	position: absolute;
	left: -161px;
	top: 156px;
	margin: auto;
	transform: rotate(-90deg);
	text-align: center;
	width: 372px;
	cursor: pointer;
	height: 56px;
	padding-right: 50px;
	background-color: #9d00fd;
}

.sidehead span {
	display: inline-block;
	padding: 16px 15px;
	background: #000;
	position: absolute;
	top: 0;
	right: 0px;
}

.sidehead span i {
	transition: all 0.4s ease-In-out;
}

.sidebody {}

.sidebody h5 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	line-height: normal;
	padding-bottom: 10px;
	letter-spacing: -0.5px;
}

.sidefield {
	margin-bottom: 15px;
	position: relative;
}

.sidefield input,
.sidefield select {
	height: 40px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: #000;
}

.sidefield input::placeholder {
	color: #000;
}

.sidebody button {
	height: 40px;
	width: 150px;
	border-radius: 50px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: #9d00fd;
	transition: all 0.4s ease-In-out;
}

.sidebody button:hover {
	background-color: #000;
	transition: all 0.4s ease-In-out;
}

.sideform.active {
	right: 0;
	transition: all 0.4s ease-In-out;
}

.sideform.active .sidehead span i {
	transform: rotate(180deg);
	transition: all 0.4s ease-In-out;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.cxm-err {
	position: absolute;
	top: -15px;
	right: 1px;
	z-index: 1;
	padding: 3px;
	font-size: 12px;
	color: #BE0404;
	background-color: #F8D7DA;
	border-color: #F5C6CB;
}

.cxm-err::before {
	content: '';
	font-family: "Font Awesome 5";
	font-weight: 900;
	content: "\f071";
	margin-right: 3px;
}

.cxm-err::after {
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	border-left: 0 solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #FDB6DC;
}


/* End Styling */

/* Hamburger Menu */
.menu-Bar {
	width: 30px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0px;
	margin: auto;
	z-index: 22;
	display: none;
}

.menu-Bar span {
	display: block;
	height: 4px;
	width: 100%;
	background: #9d00fd;
	position: absolute;
	transition: .6s all;
	border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
	top: 0;
}

.menu-Bar span:nth-child(2) {
	top: 8px;
	transform-origin: left;
}

.menu-Bar span:nth-child(3) {
	top: 16px;
}

.menu-Bar.open span {
	background: #fff;
}

.menu-Bar.open span:nth-child(1) {
	transform: rotate(45deg);
	top: 12px;
	transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
	width: 0;
	opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
	transform: rotate(-45deg);
	top: 12px;
	transform-origin: right-center;
}

/* Responsive Media Queries */
@media (max-width:1660px) {}

@media (max-width:1600px) {}

@media (max-width:1440px) {
	.e1 {
		left: -250px;
		bottom: 20px;
	}

	.e2 {
		left: 300px;
		top: 120px;
	}

	.e3 {
		left: 0;
	}

	.e4 {
		position: absolute;
		left: -30px;
	}
}

@media (max-width:1200px) {
	img {
		max-width: 100%;
		height: auto;
	}

	.menu-Bar {
		display: block;
		top: 0px;
	}

	.menuWrap.open {
		display: flex;
		left: 0px;
		overflow: hidden;
	}

	.menuWrap {
		position: fixed;
		left: -210%;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background: #9d00fd;
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-flow: column;
		transition: all 0.4s ease;
		z-index: 3;
		width: 100vw;
	}

	ul.menu {
		text-align: left
	}

	ul.menu li {
		display: block;
	}

	ul.menu li a {
		padding: 0;
		display: block;
		margin-bottom: 15px;
		padding-right: 0px;
		margin-right: 0px;
		color: #fff;
		font-size: 15px;
		text-transform: capitalize;
	}

	.logo {
		margin-left: -20px;
		max-width: 100%;
	}

	.logo img {
		max-width: 50%;
	}

	.container {
		position: relative;
	}

	header .header-top {
		display: none;
	}

	header .main-header ul.menu>li {
		display: block;
		padding: 0px;
		margin-right: 0;
		animation: none;
	}

	header .main-header ul.menu>li a {
		color: #fff !important;
		padding: 0px;
	}

	header .main-header ul.menu>li a:before {
		display: none;
	}

	ul.dropdown {
		animation: none !important;
		opacity: 1;
		position: relative;
		background: transparent;
		box-shadow: none;
		margin-bottom: 15px;
		padding-left: 20px;
		width: 100%;
		display: block;
	}

	ul.dropdown li {
		position: relative;
		margin-bottom: 10px;
	}

	ul.dropdown li.last {
		margin-bottom: 0px;
	}

	ul.dropdown li:before {
		content: '';
		position: absolute;
		height: 2px;
		width: 8px;
		background-color: #fff;
		left: -15px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	ul.dropdown li a {
		margin-bottom: 0
	}

	br {
		display: none
	}
}

@media (max-width:1024px) {
	.endorse ul li {
		margin-right: 30px;
	}

	.endorse ul li:before {
		right: -15px;
	}

	.awrdbox {
		background-color: transparent;
		height: auto;
		box-shadow: none;
		margin-bottom: 15px;
	}

	.hmquality li {
		width: 17.3%;
	}

	.hmprcbef,
	.hmprcaft {
		display: none
	}

	.testibox {
		margin: 0;
		margin-left: -15px;
	}

	.abtvision ul li a {
		font-size: 14px;
		padding: 10px 20px;
	}

	.revuser {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.revbox p {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
		min-height: auto;
	}

	.revdesinfo {
		padding-top: 10px;
	}

	.revbox {
		width: 100%;
		height: auto;
		padding: 20px 15px;
		margin-bottom: 15px;
	}

	.revuser h6,
	.revdesinfo h6 {
		font-size: 20px;
	}

	.cntinfo {
		padding: 30px;
	}
}

@media (max-width:824px) {
	.sideform {
		display: none;
	}

	.homebanner {
		padding: 100px 0 50px;
	}

	.homebanner h1 {
		font-size: 24px;
		line-height: 34px;
		padding-bottom: 10px;
	}

	.homebanner p {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 20px;
	}

	.homebanner a {
		font-size: 14px;
		padding: 15px 20px;
	}

	.hmbanerlst {
		padding-bottom: 15px
	}

	.hmbanerlst li {
		margin-right: 0
	}

	.brandlogo ul li {
		margin-right: 0
	}

	.pad-sec {
		padding: 30px 0;
	}

	.mn-hd h4 {
		font-size: 24px;
		line-height: 34px;
	}

	.concrete h6 {
		font-size: 16px;
	}

	.concrete h4 {
		font-size: 24px;
	}

	.concrete p {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 20px;
	}

	.concrelst li a {
		font-size: 14px;
	}

	.concrelst li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.concrelst {
		padding-bottom: 10px;
	}

	.concrebox {
		margin-bottom: 15px;
	}

	.endorse h6 {
		font-size: 16px;
	}

	.endorse h4 {
		font-size: 24px;
		line-height: 34px;
	}

	.endorse p {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 15px;
	}

	.endorse ul li {
		display: block;
		margin-right: 0;
	}

	.endorse ul li:before {
		display: none
	}

	.endorse ul li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.endorsenumb span {
		display: none
	}

	.endorse {
		padding: 30px 0;
		margin-bottom: 20px;
	}

	.companysec h6 {
		font-size: 16px;
	}

	.companysec h4 {
		font-size: 24px;
	}

	.companysec p {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
	}

	.countlst li {
		display: block;
		margin-right: 0;
		width: 100%;
	}

	.countlst {
		padding-bottom: 0;
	}

	.industrie-point ul li {
		line-height: 40px;
		font-size: 14px;
	}

	.awardsec h4 {
		padding-bottom: 0;
	}

	.awardsec p {
		font-size: 16px;
		padding-bottom: 20px;
	}

	.awrdimg {
		display: none
	}

	.awardsec a {
		font-size: 14px;
	}

	.ctasec {
		padding: 30px 0;
	}

	.ctasec h6,
	.ctasec p {
		font-size: 14px;
	}

	.ctabtns li {
		display: block;
		margin-right: 5px;
		margin-bottom: 10px;
	}

	.ctabtns li a {
		font-size: 15px;
		padding: 10px 20px;
	}

	.ctabtns li.last {
		margin: 0;
	}

	.ctalnk li {
		font-size: 14px;
		margin-right: 10px;
	}

	.ctalnk li a {
		font-size: 14px;
	}

	.hmprice h4 {
		padding-bottom: 10px;
	}

	.hmprice p {
		font-size: 14px;
		padding-bottom: 15px;
	}

	.hmprctbs li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.hmprctbs li a {
		font-size: 14px;
	}

	.hmprctbs {
		padding-bottom: 15px;
	}

	.hmpricebox {
		margin-bottom: 30px;
		height: auto;
		padding: 15px;
	}

	.hmpricehd h5 {
		font-size: 16px;
	}

	.hmpricehd h6 {
		font-size: 16px;
	}

	.hmpricehd h3 {
		font-size: 30px;
		line-height: normal
	}

	.hmpricebtn {
		width: 180px;
		height: 50px;
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 50px;
	}

	.hmquality {
		padding-top: 10px;
	}

	.hmquality li {
		display: block;
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px
	}

	.hmquality li.last {
		margin-bottom: 0;
	}

	.hmquality li h6 {
		font-size: 14px;
		min-height: auto;
		padding-top: 0;
	}

	.hmquality img {
		max-width: 13%;
	}

	.hmexclusiv h4 span {
		font-size: 16px;
	}

	.hmexclusiv p {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
	}

	.hmexclst li {
		font-size: 14px;
		width: 100%;
		display: block;
	}

	.hmexclst {
		padding-bottom: 20px;
	}

	.hmexcprc li a {
		width: 100%;
		height: 50px;
		font-size: 14px;
		line-height: 50px;
	}

	.hmexcprc li {
		display: block;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.testimonsec h5 {
		font-size: 24px;
		line-height: 34px;
		padding-bottom: 10px;
	}

	.testimg {
		display: none
	}

	.testibox {
		width: 100%;
		height: auto;
		padding: 50px 40px;
		margin: 0;
		margin-left: 0;
	}

	.formsec {
		padding: 30px 0;
	}

	.formsec h4 {
		padding-bottom: 10px;
	}

	.formsec p {
		font-size: 14px;
		padding-bottom: 20px;
	}

	.field input,
	.field select,
	.field textarea {
		font-size: 14px;
		line-height: 24px;
		height: 45px;
		padding: 0 15px;
	}

	.field textarea {
		padding: 15px;
		height: 150px;
	}

	.formsec button {
		width: 100%;
		height: 50px;
		font-size: 14px;
	}

	.ftrinfo li a {
		font-size: 14px;
	}

	.ftr-social {
		padding-bottom: 20px;
	}

	.widget h6 {
		margin-bottom: 20px;
		font-size: 16px;
		padding-bottom: 5px;
	}

	.ftrlinks li a {
		font-size: 14px;
	}

	.ftrlinks {
		padding-bottom: 20px;
	}

	.ftr-recon ul li {
		margin-right: 10px;
		margin-bottom: 10px;
		width: 21%;
	}

	.copyright p,
	.copyright p a {
		font-size: 14px;
	}

	.copyright img {
		display: block;
		margin: auto;
		margin-top: 20px;
	}

	.popupform {
		width: 100%;
		height: 56%;
		padding: 50px 20px;
	}

	.popupform h6 {
		font-size: 16px;
	}

	.popupform h4 {
		font-size: 24px;
		padding-bottom: 20px;
	}

	.popimg {
		display: none
	}

	.popupform form {
		padding-bottom: 10px;
	}

	.mainBanner {
		padding: 100px 0 50px;
	}

	.mainBanner h1 {
		font-size: 24px;
		line-height: 34px;
		padding-bottom: 10px;
	}

	.aboutbanner p {
		font-size: 14px;
		padding-bottom: 10px;
	}

	.mainBanner ul li {
		font-size: 14px;
	}

	.aboutbanner ul {
		padding-bottom: 20px;
	}

	.abtvision {
		text-align: center;
		padding-bottom: 30px;
	}

	.abtvision h4 {
		font-size: 24px;
		line-height: 34px;
		padding-bottom: 20px;
	}

	.abtvision ul {
		padding-bottom: 10px;
	}

	.abtvision ul li {
		margin-right: 10px;
	}

	.abtvision ul li a {
		padding: 10px 14px;
	}

	.expectsec {
		text-align: center;
	}

	.privacysec,
	.refundsec {
		padding: 100px 0 50px;
	}

	.privacysec h4 {
		font-size: 24px;
	}

	.privacysec p {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
	}

	.privacysec h5 {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.privacysec ul li {
		font-size: 14px;
		line-height: 24px;
	}

	.refundsec p {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
	}

	.portfoliosec h4 {
		padding-bottom: 10px;
	}

	.reviewsec h4 {
		padding-bottom: 10px;
	}

	.reviewsec p {
		font-size: 14px;
		padding-bottom: 20px;
	}

	.mainBanner p {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
	}

	.cntform {
		padding: 20px;
	}

	.cntform h5 {
		font-size: 18px;
		padding-bottom: 15px;
	}

	.field {
		margin-bottom: 10px;
	}

	.cntform button {
		width: 100%;
	}

	.cntinfo {
		padding: 20px;
	}

	.cntinfo h5 {
		font-size: 24px;
		padding-bottom: 10px;
	}

	.cntinfo h6 {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.cntinfo a {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.leftelem,
	.rightelem {
		display: none;
	}

	.mainBanner ul {
		padding-bottom: 20px;
	}

	.mn-hd h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.beneficial h2 {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.beneficial p {
		padding-bottom: 15px;
	}

	.mn-hd p {
		font-size: 14px;
		line-height: 24px;
	}

	.expertsec.pad-sec {
		padding: 30px 0;
	}

	.expertsec h4 {
		padding-bottom: 10px;
	}

	.expertsec p {
		padding-bottom: 60px;
	}

	.logodesbx {
		min-height: auto;
	}

	.expbox {
		margin-bottom: 70px;
	}

	.expbox p {
		padding-bottom: 0;
	}

	.expbox h6 {
		padding-bottom: 10px;
	}

	.mainBanner a {
		margin-bottom: 20px;
	}

	.ecomabt h4 {
		padding-bottom: 10px;
	}

	.ecomabt h6 {
		font-size: 14px;
		padding-bottom: 10px;
	}

	.ecomabt ul li {
		font-size: 14px;
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.premiumecom {
		padding-top: 30px;
	}

	.primecomlst li {
		display: block;
		width: 100%;
	}

	.primecomlst li a {
		font-size: 14px;
		padding: 10px 15px;
	}

	.primecomcon {
		padding: 10px 0px;
		text-align: center;
	}

	.primecomcon h5 {
		font-size: 24px;
		padding-bottom: 10px;
	}

	.primecomcon p {
		padding-bottom: 10px;
	}

	.seosec h4 {
		padding-bottom: 20px;
	}

	.seobox {
		width: auto;
		min-height: auto;
		padding: 20px;
	}

	ul.slick-dots {
		padding: 20px 0 0;
	}

	.socialsec p {
		padding-bottom: 20px;
	}

	.smmbox {
		width: auto;
		min-height: auto;
		padding: 20px;
		margin-bottom: 15px;
	}

	.socialsec {
		padding-bottom: 30px;
	}
}




.custom-form {
	background-color: #fff !important;
	padding: 0 40px 40px !important;
	border-radius: 15px !important;
	box-shadow: 0px 0px 15px #00000029;
}

.sidefield input,
.sidefield select {
	border-radius: 5px;
}

.custom-form button.xcxm-btn-submit {
	background-image: linear-gradient(to right, #9d00fd 0, #fccd1f 100%);
	color: white !important;
	padding: 12px !important;
	width: 100% !important;
	border-radius: 5px;
}

body>div.homebanner>div>div>div:nth-child(2)>div>h2 {
	font-size: 30px !important;
	margin-bottom: 15px !important;
}

.contactHead {
	margin-bottom: 100px !important;
}

.contactHead h3 {
	font-size: 40px;
	letter-spacing: -1px;
	font-weight: 600;
	padding-top: 10px;
}

.contactHead>div>div>div.col-md-4>a {
	background-color: #9d00fd;
	color: white;
	padding: 20px 25px;
	border-radius: 50px;
}

.contactHead>div>div>div.col-md-4 {
	text-align: end;
}

ul.company {
	display: flex;
	font-size: 0px;
	justify-content: space-evenly;
	align-items: center;
	padding-top: 38px;
	flex-wrap: wrap;
	width: 100%;
}

.fcus {
	color: #fccd1f;
	font-size: 28px;
	font-weight: 600;
}

.deal h3 {
	font-size: 30px;
	font-weight: 700;
}

.deal {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.deal img {
	width: 30%;
}

.hmquality {
	padding-top: 0px !important;
}

.hmquality li {
	vertical-align: middle !important;
}


/* Complete Branding /*/
.complete-branding {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.complete-branding h5 {
	font-size: 26px;
	font-weight: 300;
	color: #fff;
	line-height: 50px;
	padding-bottom: 20px;
}

.brand-listhd {
	font-size: 20px;
	font-weight: 600;
	color: #9d00fc;
	line-height: 40px;
	padding-bottom: 10px;
}

.brand-list li {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: normal;
	position: relative;
	vertical-align: top;
	padding-left: 30px;
}

.brand-list li:before {
	content: "\f058";
	position: absolute;
	font-family: "Font Awesome 5";
	font-size: 19px;
	color: #9d00fd;
	left: 0;
	top: 3px;
	bottom: 0;
	margin: auto;
}

.brand-btn span {
	display: block;
	font-size: 20px;
	text-decoration: none;
	text-align: right;
	padding-right: 45px;
	color: #fb0404;
}

.brand-btn del {
	float: left;
	color: #fdc024;
}

.brand-btn a {
	width: 201px;
	height: 38px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	font-weight: 700;
	background-color: #9d00fd;
	border-radius: 50px;
	margin-top: 10px;
}

.brand-img {
	position: relative;
}

.brand-img img {
	position: absolute;
	left: -80px;
	top: 0px;
	max-width: 175%;
}

@media (min-width: 0px) and (max-width: 769px) {
	.brand-img img {
		display: none;
	}
}

@media (max-width:992px) {}

@media (max-width:768px) {}

@media (max-width:480px) {}


.ssspinner {
	right: 6px;
	bottom: 9px;
	position: absolute;
}

@media (max-width: 824px) {
	.ssspinner {
		right: 6px;
		bottom: 19px;
	}
}

.sspinner {
	left: 86px;
	bottom: 34px;
	position: absolute;
}

.sfspinner {
	right: 40%;
	bottom: 10px;
	position: absolute;
}

@media (max-width: 1199px) {
	.sfspinner {
		right: 38%;
		bottom: 10px;
		position: absolute;
	}
}

@media (max-width: 991px) {
	.sfspinner {
		right: 34%;
		bottom: 10px;
		position: absolute;
	}
}

@media (max-width: 824px) {
	.sfspinner {
		right: 6%;
		bottom: 10px;
		position: absolute;
	}
}

.scspinner {
	right: 21px;
	bottom: 7px;
	position: absolute;
}

@media (max-width: 768px) {
	.popupform {
		width: 100%;
		height: 72%;
		padding: 50px 20px;
	}
}


.custom-form {
	background-color: #fff !important;
	padding: 40px !important;
	border-radius: 15px !important;
	box-shadow: 0px 0px 15px #00000029;
}

.sidefield input,
.sidefield select {
	border-radius: 5px;
}

.custom-form button.xcxm-btn-submit {
	background-image: linear-gradient(to right, #9d00fd 0, #fccd1f 100%);
	color: white !important;
	padding: 12px !important;
	width: 100% !important;
	border-radius: 5px;
}

.fcus {
	color: #fccd1f;
	font-size: 28px;
	font-weight: 600;
}

.deal h3 {
	font-size: 30px;
	font-weight: 700;
}

.deal {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.deal img {
	width: 30%;
}


@media (max-width: 824px) {
	#sms_consent {
		width: 7%
	}
}