* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-Black.woff2') format('woff2'),
		url('../font/Poppins-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-Bold.woff2') format('woff2'),
		url('../font/Poppins-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-BlackItalic.woff2') format('woff2'),
		url('../font/Poppins-BlackItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-ExtraBoldItalic.woff2') format('woff2'),
		url('../font/Poppins-ExtraBoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-BoldItalic.woff2') format('woff2'),
		url('../font/Poppins-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-ExtraBold.woff2') format('woff2'),
		url('../font/Poppins-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-ExtraLightItalic.woff2') format('woff2'),
		url('../font/Poppins-ExtraLightItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-ExtraLight.woff2') format('woff2'),
		url('../font/Poppins-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-Italic.woff2') format('woff2'),
		url('../font/Poppins-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-SemiBold.woff2') format('woff2'),
		url('../font/Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-Light.woff2') format('woff2'),
		url('../font/Poppins-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-Medium.woff2') format('woff2'),
		url('../font/Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-Regular.woff2') format('woff2'),
		url('../font/Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-LightItalic.woff2') format('woff2'),
		url('../font/Poppins-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-MediumItalic.woff2') format('woff2'),
		url('../font/Poppins-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-SemiBoldItalic.woff2') format('woff2'),
		url('../font/Poppins-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-ThinItalic.woff2') format('woff2'),
		url('../font/Poppins-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-Thin.woff2') format('woff2'),
		url('../font/Poppins-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}


ul {
	list-style: none;
}

body {
	font-family: 'poppins';
}

header {
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 999;
}

.navbar {
	background-color: #f9f9f9;
	width: 100%;
	position: relative;
	border-top: 5px solid #12d1f5;
}

.container {
	width: 1366px;
	margin: 0px auto;
}

.logo {
	text-align: left;
	margin-top: 8px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.row::after {
	content: "";
	display: block;
	clear: both;
}

.col-sm-3 {
	width: 25%;
	text-align: center;
	float: left;
}

.col-sm-6 {
	width: 50%;
	display: flex;
	justify-content: center;
}

.col-sm-6 ul {
	display: flex;
	position: relative;
}

.col-sm-6 ul li {
	list-style: none;
	position: relative;
}

.col-sm-6 ul li a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-family: 'poppins';
	padding: 52px 20px;
	display: block;
	transition: all .3s;
}

.submenu ul li a {
	color: #fff;
	font-size: 14px;
	padding: 18px;
}

.col-sm-6 ul li a:hover {
	color: #12d1f5;
}

.logo a {
	color: #000;
	font-size: 34px;
	font-family: 'poppins';
	font-weight: 500;
	text-decoration: none;
}

.col-sm-3 ul {
	display: flex;
	align-items: center;
	float: right;
}

.col-sm-3 ul li {
	display: block;
	padding: 0px 10px;

}

.col-sm-3 ul li a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	font-family: 'poppins';
	text-decoration: none;
	letter-spacing: 1px;
}

.col-sm-3 ul li button {
	color: #000;
	font-size: 12px;
	font-weight: 400;
	font-family: 'poppins';
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #7f7f7f;
	padding: 15px 22px;
	white-space: nowrap;
	border-radius: 5px;
}


/* stock color fill */

.text--stroke {
	display: inline-block;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-color: inherit;
	-webkit-text-stroke-width: 0.0625rem;
	font-size: 50px;
	font-family: 'poppins';
}

.link--stroke-fill {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #FF0000), color-stop(0, transparent));
	background-image: linear-gradient(90deg, #000 100%, transparent 0);
	background-image: -ms-linear-gradient(top right, transparent 0, transparent 100%);
	background-repeat: no-repeat;
	background-size: 0 100%;
	webkit-transition: background-size 426ms cubic-bezier(.4, .9, .3, 1);
	transition: background-size 426ms cubic-bezier(.4, .9, .3, 1);
	background-clip: text;
	-webkit-background-clip: text;
}

.link--stroke-fill {
	background-size: 100% 100%;
}

.link--stroke-fill:hover {
	background-position-x: right;
	background-size: 0 100%;
}

/* .col-sm-6 ul li a::after {
    content: "";
    border-left: 1px solid #fff;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 4px;
    position: absolute;
    top: 12px;
    right: 0;
    transform: rotate(-45deg);
    transition: all .3s;
  }
  .col-sm-6 ul li a:hover:after {
   border-left: 1px solid #ff9595;
    display: block;
    border-bottom: 1px solid #ff9595;
    padding: 4px;
    position: absolute;
    top: 12px;
    right: 0;
    transform: rotate(-45deg);
  } */
.submenu {
	position: absolute;
	background: #000;
	display: none;
	width: 270px;
}

.submenu ul {
	display: inline-block;
}

.submenu ul h2 {
	color: #fff;
	font-size: 16px;
	font-family: 'poppins';
	font-weight: 500;
}

.slick-initialized .slick-slide {
	display: block;
	position: relative;
}

.content {
	position: absolute;
	top: 30%;
	width: 100%;
	left: 7%;
}

.content h1 {
	left: 145px;
	color: #fff;
	font-size: 50px;
	font-family: poppins;
}

.content p {
	left: 146px;
	color: #fff;
	font-family: poppins;
	font-size: 20px;
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
	position: relative;
}

ul.slick-dots {
	position: absolute;
	bottom: 25px;
}

ul.slick-dots {
	position: absolute;
	bottom: 25px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 10px;
	margin: 0px 15px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: black;
}

.slick-dots li button::before {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 30px;
	height: 10px;
	padding: 0px;
	cursor: pointer;
	color: #000;
	border: 0;
	outline: none;
	background: #000;
}

.slick-dots li.slick-active button:before {
	opacity: 1 !important;
	color: black;
}

.col-sm-6 ul li:hover .submenu {
	display: block;
	z-index: 9;
}

.top_slider .slick-dots li {
	width: 30px;
}

html .slick-dots li button:before {
	height: 6px;
	width: 30px;
	content: '';
	opacity: 1;
	background-color: #fff;
}

.slick-dots li.slick-active button:before {
	background: #000;
}

button.slick-next.slick-arrow {
	display: none !important;
}

.web-desiggn-content {
	margin-top: 100px;
	margin-bottom: 100px;
}

.award-winning h2 {
	font-size: 28px;
	font-family: 'poppins';
	font-weight: 500;
	line-height: 40px;
}

.award-winning p {
	font-size: 16px;
	font-family: poppins;
	font-weight: 400;
	margin-top: 15px;
}

.request {
	color: #000;
	font-size: 12px;
	font-weight: 400;
	font-family: 'poppins';
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #7f7f7f;
	padding: 15px 22px;
	white-space: nowrap;
	border-radius: 5px;
	margin-top: 10px;
}

.wearebest-img>ul {
	display: flex;
	list-style: none;
}

.wearebest-img>ul li ul li:first-child {
	padding-bottom: 8px;
}

.wearebest-img>ul>li:first-child {
	padding-right: 8px;
}

.wearebest-img>ul img {
	display: block;
	transition: all .3s ease;
	transform: scale(1);
}

.wearebest-img ul .wearebest-image {
	overflow: hidden;
}

.wearebest-img ul .wearebest-image:hover img {
	transform: scale(1.1);
	transition: all .3s ease;
}

.col-md-4 {
	width: 38%;
}

.col-md-2 {
	width: 12%;
}

.web-servics-content {
	margin-bottom: 100px;
}

.services-bg {
	background-image: url(../image/services-bg.jpg);
	height: 1296px;
	width: 100%;
	background-size: cover;
	position: fixed;
	background-repeat: no-repeat;
}

.services-bg {
	position: relative;
}

.services-content {
	margin-top: 50px;
}

.services-content ul {
	list-style: none;
	display: inline-flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.services-content ul li {
	width: 26%;
}

.services-content ul li {
	width: 30%;
	background: #fff;
	margin: 20px 20px;
	padding: 40px 10px;
	text-align: center;
}

.services-content ul li h3 {
	font-size: 44px;
	color: #fff;
	font-family: 'poppins';
	line-height: 50px;
	font-weight: 500;
	text-align: left;
}

.services-content ul li button {
	float: left;
}

.services-content ul li:nth-child(1) {
	background: none;
	padding-top: 80px;
}

.services-content ul li img {
	margin-bottom: 20px;
}

.services-content ul li h4 {
	margin-bottom: 20px;
	font-size: 18px;
	font-family: 'poppins';
	font-weight: 600;
}

.services-content ul li p {
	font-size: 16px;
	font-family: 'poppins';
	font-weight: 400;
}

.flexible-content {
	position: relative;
}

.flexible-content .container ul {
	display: flex;
	flex-wrap: wrap;
}

.flexible-content .container ul li {
	width: 50%;
}

.flexible-content .container ul li .flexible-image {
	width: 50%;
	position: absolute;
	top: 15%;
}

.felxible-text {
	position: absolute;
	top: 35%;
	right: 8%;
}

.felxible-text h2 {
	font-family: 'poppins';
	font-size: 65px;
	font-weight: 400;
	line-height: 78px;
}

.flexible-section {
	margin-bottom: 100px;
}

.pluse {
	font-size: 120px;
	font-family: 'poppins';
}

.stat-number {
	font-size: 120px;
	font-family: 'poppins';
}

.happy {
	font-size: 18px;
	font-family: 'poppins';
	display: flex;
}

section.happy-clintes .container ul {
	display: flex;
	padding-top: 8%;
}

.happy-clintes {
	background-image: url(../image/clints-image.jpg);
	height: 633px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.contbg-all {
	background-color: #fff;
	width: 618px;
	height: 439px;
	float: right;
	position: absolute;
	right: 72px;
	top: 97px;
}

.contbg-all:after {
	content: '';
	display: inline-block;
	padding: 27px;
	background: #fff;
	position: absolute;
	bottom: -17px;
	left: 16px;
	transform: rotate(134deg);
}

.testimonial-slide p {
	font-size: 20px;
	font-family: 'poppins';
	font-weight: 400;
	padding: 0px 40px;
}

.testimonial-slide h6 {
	font-size: 18px;
	font-family: 'poppins';
	font-weight: 500;
	padding: 0px 40px;
}

.testimonial-slide button.slick-prev.slick-arrow {
	display: none !important;
}

.testimonial-slide button.slick-next.slick-arrow {
	display: none !important;
}

.testimonial-content {
	margin-top: 20%;
}

section.happy-clintes .container ul li {
	width: 30%;
}

.testimonial-slide ul.slick-dots {
	position: absolute;
	bottom: -60px;
}

.testimonial-slide li button::before {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 30px;
	height: 10px;
	padding: 0px;
	cursor: pointer;
	color: #949393;
	border: 0;
	outline: none;
	background: #949393;
}

.our-work-about {
	background-color: #131616;
	margin-top: 80px;
	text-align: center;
	padding: 30px 0px;
}

section.our-work-about .container h2 {
	font-size: 68px;
	font-family: 'poppins';
	color: #fff;
}

.our-client h6 {
	font-size: 20px;
	font-family: 'poppins';
	font-weight: 600;
}

.our-client p {
	font-size: 16px;
	font-family: 'poppins';
	font-weight: 500;
}

.slick-dotted.slick-slider p {
	font-size: 20px;
	font-family: 'poppins';
	font-weight: 400;
}

.our-brand-items {
	margin-top: 60px;
}

section.our-brand-items .container .slick-slide img {
	width: 100%;
	padding: 20px;
}

button.request a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	transition: all .5s;
	font-family: 'poppins';
}

button.request a:hover {
	text-decoration: none;
	color: #12d1f5;
	font-size: 16px;
}

/*  ----footer css ----- */

.footer-bg {
	background-image: url(../image/footer-bg-image.jpg);
	height: 448px;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer-copyright {
	background: #18181b;
	padding: 16px 0;
	border-top: 1px solid #484848;
}

.footer-copyright p {
	font-size: 16px;
	letter-spacing: 0px;
	color: #9e9ea7;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin-top: 0;
	text-align: center;
}

.footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 25px;
	align-items: baseline;
}

.footer-nav ul:first-child {
	padding-left: 0;
}

.footer-nav ul {
	text-align: left;
	width: 20%;
	padding: 0 10px;
}

.footer-nav ul li {
	text-align: left;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 45px;
	color: #fff;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.footer-nav ul li strong {
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	line-height: 50px;
}

.footer-nav ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

.footer-bg .container {
	padding-top: 45px;
}

.footer-nav .logo a {
	color: #fff;
	font-size: 30px;
	/*padding-bottom: 45px;*/
}

.footer-nav p {
	padding-top: 20px;
	padding-bottom: 22px;
	font-size: 15px;
	font-family: 'poppins';
	line-height: 24px;
}

.footer-nav input[type="placeholder"] {
	color: #fff;
}

.footer-nav input[type="text"] {
	border: none;
	padding: 10px 0px;
	border-bottom: 1px solid #fff;
	background: none;
	font-size: 14px;
	font-family: 'poppins';
	color: #fff;
}

section.portfolio-image-cont .container .row:nth-child(odd) {
	flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
	.col-sm-6 {
		display: none;
	}

	div#nav-icon3 span {
		background-color: #000;
		height: 1px;
		width: 35px;
		z-index: 999;
		display: block;
		margin: 8px;
		margin-right: 25px;

	}

	.logo a img {
		width: 100%;
	}

	.mobile-nav {
		position: fixed;
		top: 51px;
		background: rgb(0, 0, 0);
		width: 100%;
		transition: all 500ms ease;
		z-index: 9;
		overflow: hidden;
		height: 0px;
	}

	body.main .mobile-nav {

		height: 100vh;
		transition: all 500ms ease;
		z-index: 99999;
	}

	.mobile-nav ul li a {
		color: #fff;
		text-decoration: none;
		font-size: 15px;
		line-height: 30px;
		font-family: 'poppins';
		margin-left: 10px;
		padding: 5px;
		display: block;
	}

	.content h1 {
		position: absolute;
		top: 0px;
		left: 2px;
		color: #fff;
		font-size: 24px;
		font-family: poppins;
	}

	html .slick-dots li button:before {
		height: 4px;
		width: 25px;
	}

	.top_slider .slick-dots li {
		width: 24px;
	}

	body.main .mobile-icon div#nav-icon3 span {
		transform: rotate(45deg);
	}

	body.main .mobile-icon div#nav-icon3 span:nth-child(2) {
		display: none;
	}

	body.main .mobile-icon div#nav-icon3 span:nth-child(3) {
		transform: rotate(-45deg);
	}

	body.main div#nav-icon3 span {
		margin: 0px;
		margin-left: 10px;
	}

	.mobile-icon {
		position: absolute;
		right: 0px;
	}

	.mobile-nav ul li {
		border-bottom: 1px solid #676464;
	}

	.submenu {
		position: static;
		background: #000;
		display: block;
		width: 100%;
	}

	.submenu ul {
		display: block;
	}

	.submenu ul li a {
		padding-left: 12px;
	}

	.submenu {
		border-top: 1px solid #676464;
	}

	.slick-slide img {
		width: 100%;
	}

	.logo {
		text-align: right;
	}
}


@media screen and (max-width: 767px) {
	.col-sm-6 {
		display: none;
	}

	section.portfolio-image-cont .container .row .col-sm-6 {
		display: block;
		width: 100%;
	}

	section.portfolio-image-cont .container .row .col-sm-6 img {
		width: 100%;
	}

	section.portfolio-image-cont .container .row:nth-child(odd) {
		flex-direction: column-reverse;
	}

	.portfolio-text {
		display: none;
	}

	section.portfolio-image-cont section {
		margin-top: 50px;
	}

	div#nav-icon3 span {
		background-color: #000;
		height: 1px;
		width: 20px;
		z-index: 999;
		display: block;
		margin: 5px;

	}

	.mobile-nav {
		position: fixed;
		top: 64px;
		background: rgb(0, 0, 0);
		width: 100%;
		transition: all 500ms ease;
		z-index: 9;
		overflow: hidden;
		height: 0px;
	}

	body.main .mobile-nav {

		height: 100vh;
		transition: all 500ms ease;
		z-index: 9;
	}

	.mobile-nav ul li a {
		color: #fff;
		text-decoration: none;
		font-size: 15px;
		line-height: 30px;
		font-family: 'poppins';
		margin-left: 10px;
		padding: 5px;
		display: block;
	}

	.content h1 {
		position: absolute;
		top: 0px;
		left: 2px;
		color: #fff;
		font-size: 24px;
		font-family: poppins;
	}

	html .slick-dots li button:before {
		height: 4px;
		width: 25px;
	}

	.top_slider .slick-dots li {
		width: 24px;
	}

	body.main .mobile-icon div#nav-icon3 span {
		transform: rotate(45deg);
	}

	body.main .mobile-icon div#nav-icon3 span:nth-child(2) {
		display: none;
	}

	body.main .mobile-icon div#nav-icon3 span:nth-child(3) {
		transform: rotate(-45deg);
	}

	body.main div#nav-icon3 span {
		margin: 0px;
		margin-left: 10px;
	}

	.mobile-nav ul li {
		border-bottom: 1px solid #676464;
	}

	.submenu {
		position: static;
		background: #000;
		display: block;
		width: 100%;
	}

	.submenu ul {
		display: block;
	}

	.submenu ul li a {
		padding-left: 12px;
	}

	.submenu {
		border-top: 1px solid #676464;
	}

	.slick-slide img {
		width: 100%;
	}

	.logo {
		text-align: left;
	}

	.container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	nav.navbar .container .row .col-sm-3:last-child {
		display: none;
	}

	.col-sm-3 .logo a img {
		width: 100%;
	}

	nav.navbar .container .row {
		position: relative;
	}

	.mobile-icon {
		position: absolute;
		right: 0px;
	}

	.content h1 {
		font-size: 18px;
		line-height: 20px;
		font-weight: 500;
	}

	.slick-dotted.slick-slider p {
		font-size: 16px;
		font-family: 'poppins';
		font-weight: 400;
		position: absolute;
		left: 0;
		top: 42px;
	}

	.content {
		position: absolute;
		top: 20%;
		width: 100%;
		left: 3%;
	}

	ul.slick-dots {
		position: absolute;
		bottom: 0px;
	}

	.col-md-4 {
		width: 100%;
		text-align: center;
	}

	.award-winning h2 {
		font-size: 20px;
		font-family: 'poppins';
		font-weight: 600;
		line-height: 24px;
		text-align: center;
	}

	.award-winning p {
		font-size: 16px;
		font-family: poppins;
		font-weight: 400;
		margin-top: 15px;
		line-height: 22px;
		text-align: center;
	}

	.request {
		padding: 10px 18px;
		margin-bottom: 20px;
	}

	.wearebest-img>ul img {
		width: 100%;
	}

	.web-desiggn-content {
		margin-top: 0;
		margin-bottom: 0;
	}

	.services-content ul li {
		width: 100%;
		background: #fff;
		margin: 20px 20px;
		padding: 20px 10px;
		text-align: center;
		box-shadow: 0px 1px 15px #00000030;
	}

	.footer-bg {
		height: auto;
	}

	.footer-nav ul {
		width: 100%;
	}

	.services-bg {
		height: auto;
	}

	.flexible-content img {
		width: 100%;
	}

	.felxible-text h2 {
		font-size: 28px;
		line-height: 30px;
	}

	.felxible-text {
		top: 65%;
		right: 35%;
	}

	.flexible-content .container ul li .flexible-image {
		max-width: 100%;
		width: 90%;
		position: absolute;
		top: 6%;
	}

	button.request a {
		font-size: 14px;
	}

	.request {
		margin-top: 15px;
	}

	.contbg-all {
		background-color: #ddd;
		width: 100%;
		height: auto;
		float: right;
		position: relative;
		right: 0;
		top: 0;
	}

	section.happy-clintes .container ul li {
		width: 100%;
	}

	.stat-number {
		font-size: 60px;
	}

	.pluse {
		font-size: 60px;
	}

	.our-client h6 {
		font-weight: 500;
	}

	.our-client p {
		font-size: 16px;
		font-weight: 400;
		line-height: 22px;
	}

	.contbg-all:after {
		content: '';
		display: inline-block;
		padding: 17px;
		background: #ddd;
		position: absolute;
		bottom: -10px;
		left: 10px;
		transform: rotate(134deg);
	}

	.testimonial-content {
		margin-top: 42%;
	}

	.slick-dotted.slick-slider .paragraph {
		font-size: 14px;
		font-family: 'poppins';
		font-weight: 400;
		position: absolute;
		left: 0;
		top: 66px;

	}

	.testimonial-slide ul.slick-dots {
		position: absolute;
		bottom: -30px;
	}

	.our-brand-items {
		margin-top: 75%;
	}

	.happy-clintes {
		height: auto;
	}

	button.slick-prev.slick-arrow {
		display: none !important;
	}

	section.our-work-about .container h2 {
		font-size: 26px;
		font-family: 'poppins';
		color: #fff;
	}

	.our-work-about {
		margin-top: 40px;
		padding: 10px 0px;
	}

	.services-content ul li:nth-child(1) {
		background: none;
		padding-top: 0px;
	}

	.services-content ul {
		margin-top: 0px;
	}

	.services-content ul li h3 {
		font-size: 26px;
		color: #fff;
		font-family: 'poppins';
		line-height: 30px;
		font-weight: 500;
		text-align: left;
	}

	.web-servics-content {
		margin-bottom: 40px;
	}

	.flexible-section {
		margin-bottom: 15px;
	}
}