@font-face {
	font-family: 'Rubik';
	src: url('../fonts/webfont/Rubik-Light.eot');
	src: url('../fonts/webfont/Rubik-Lightd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/webfont/Rubik-Light.woff') format('woff'),
		url('../fonts/webfont/Rubik-Light.ttf') format('truetype'),
		url('../fonts/webfont/Rubik-Light.svg#Rubik-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url('../fonts/webfont/Rubik-Regular.eot');
	src: url('../fonts/webfont/Rubik-Regulard41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/webfont/Rubik-Regular.woff') format('woff'),
		url('../fonts/webfont/Rubik-Regular.ttf') format('truetype'),
		url('../fonts/webfont/Rubik-Regular.svg#Rubik-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url('../fonts/webfont/Rubik-SemiBold.eot');
	src: url('../fonts/webfont/Rubik-SemiBoldd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/webfont/Rubik-SemiBold.woff') format('woff'),
		url('../fonts/webfont/Rubik-SemiBold.ttf') format('truetype'),
		url('../fonts/webfont/Rubik-SemiBold.svg#Rubik-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url('../fonts/webfont/Rubik-Medium.eot');
	src: url('../fonts/webfont/Rubik-Mediumd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/webfont/Rubik-Medium.woff') format('woff'),
		url('../fonts/webfont/Rubik-Medium.ttf') format('truetype'),
		url('../fonts/webfont/Rubik-Medium.svg#Rubik-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}




* {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0
}

body {
	font-size: 15px;
	color: #000;
	line-height: 1.8em;
	font-weight: 400;
	background: #fff;
	font-family: 'Rubik';
	overflow-x: hidden
}

.text-white {
	color: #fff !important;
}

.text-lg-left {
	text-align: left !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.pt-0 {
	padding-top: 00px !important;
}

.pb-0 {
	padding-bottom: 00px !important;
}
.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.mr-1 {
	margin-right: 5px;
}

.font-32 {
	font-size: 32px;
	font-weight: 500;
}

.font-18 {
	font-size: 18px;
}

.d-none {
	display: none;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.text-primary {
	color: #005ba8;
}

.text-danger,
.theme_color,
a {
	color: #ff4800
}

body.scrollhidden {
	overflow: hidden
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:focus,
a:hover,
a:visited {
	text-decoration: none;
	outline: 0;
	color: #000;
}

b,
strong {
	font-weight: 500
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: 500;
	margin: 0;
	background: 0 0;
	line-height: 1.6em;
	font-family: 'Rubik';
}

.border {
	border: 1px solid #a9a9a9 !important;
}

.border-top {
	border-top: 1px solid #a9a9a9 !important;
}

.border-right {
	border-right: 1px solid #a9a9a9 !important;
}

.border-bottom {
	border-bottom: 1px solid #a9a9a9 !important;
}

.border-left {
	border-left: 1px solid #a9a9a9 !important;
}

li,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.text,
button,
input,
p,
select,
textarea {
	font-family: 'Rubik';
}

.m-t-20 {
	margin-top: 20px
}

.m-t-30 {
	margin-top: 30px
}

.m-b-20 {
	margin-bottom: 20px
}

.nomargin {
	margin: 0 !important
}

textarea {
	overflow: hidden
}

.text,
p {
	position: relative;
	line-height: 1.8em
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto
}

.header-top {
	position: relative;
	background: #ff4800;
}

.header-top .top-left {
	position: relative;
	float: left;
	padding: 10px 0;
}

.header-top .top-left .links li {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	color: #fff;
	padding-right: 12px;
}

.header-top .top-left .links li a {
	position: relative;
	line-height: 12px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.header-top .top-left .links li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	height: 15px;
	border-right: 1px solid #fff;
}

.header-top .top-left .links li .icon {
	position: relative;
	top: 2px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin-right: 10px;
}

.header-top .top-left ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.header-top .top-left ul li:last-child:after {
	border: 0;
}

.header-top .top-right {
	position: relative;
	float: right;
	padding: 10px 0
}

.header-top .top-right ul li {
	position: relative;
	color: #2d2b2b;
	font-size: 14px;
	display: inline-block;
	padding-right: 12px;
	line-height: 12px;
	margin-right: 12px;
	border-right: 1px solid #fff;
}

.header-top .top-right ul li:last-child {
	border-right: none;
	padding-right: 0;
    margin-right: 0;
}

.header-top .top-right ul li span {
	position: relative;
	margin: 0 5px 0 0;
}

.header-top .top-right ul li:first-child a {
	text-decoration: underline
}

.header-top .top-right ul li:first-child a span {
	text-decoration: none !important
}

.header-top .top-right ul li a {
	position: relative;
	color: #fff;
	font-size: 14px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

/*.header-top .top-right ul li a .icon {
	position: relative;
	margin-right: 7px;
	color: #fff;
}*/

.header-top .top-right ul li span img {
	width: 16px;
}

.amt_mobile {
	float: right;
	display: none;
}

.amt_mobile a {
	display: inline-block;
	margin-right: 5px;
	padding-top: 8px;
}

.amt_mobile .phone {
	background: url(../images/phone-whatsapp-icon.webp) no-repeat;
	height: 28px;
	width: 28px;
	display: inline-block;
}

.amt_mobile .whatsapp {
	background: url(../images/phone-whatsapp-icon.webp) right no-repeat;
	height: 28px;
	width: 28px;
	display: inline-block;
}

@media only screen and (min-width:768px) {
	.amt_mobile {
		display: none;
	}

	.contactno,
	.wattsupmobile {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.amt_mobile {
		display: inline-block;
	}

	.contactno,
	wattsupmobile {
		vertical-align: middle
	}

	.contactno i {
		font-size: 23px;
		font-weight: 500;
		border-right: 1px solid #a2a2a2;
		padding: 0 10px 0 0;
		line-height: 21px
	}

	@keyframes contact {
		0% {
			transform: scale(1);
			opacity: .9;
			color: red
		}

		50% {
			transform: scale (1, 5);
			opacity: 1;
			color: red
		}

		100% {
			transform: scale(1);
			opacity: .9;
			color: red
		}
	}

	.red {
		-webkit-animation: contact 1s infinite;
		-moz-animation: contact 1s infinite;
		-o-animation: contact 1s infinite;
		animation: contact 1s infinite
	}
}

@media only screen and (max-width:767px) {
	.wattsupmobile i {
		margin: 0 5px;
		font-size: 23px;
		font-weight: 600;
		color: #12d06d;
		border-right: 1px solid #a2a2a2;
		padding: 0 10px 0 0;
		line-height: 21px
	}

	@keyframes wattsup {
		0% {
			transform: scale(1);
			opacity: 1;
			color: green
		}

		50% {
			transform: scale (1, 5);
			opacity: 1;
			color: green
		}

		100% {
			transform: scale(1);
			opacity: 1;
			color: green
		}
	}

	.green {
		-webkit-animation: wattsup 1s infinite;
		-moz-animation: wattsup 1s infinite;
		-o-animation: wattsup 1s infinite;
		animation: wattsup 1s infinite
	}
}

.carouselSlider {
	min-height: 400px;
}

.carouselSlider h1,
.carouselSlider h2,
.carouselSlider h3,
.carouselSlider h4 {
	font-size: 30px;
	line-height: 1.5em;
	/*display: inline-block;*/
}

.carouselSlider h1,
.carouselSlider h1 span,
.carouselSlider h2,
.carouselSlider h2 span,
.carouselSlider h3,
.carouselSlider h3 span,
.carouselSlider h4,
.carouselSlider h4 span {
	color: #fff;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 2px solid #ff4800;
}

.carouselSlider h1 span,
.carouselSlider h2 span,
.carouselSlider h3 span,
.carouselSlider h4 span {
	top: -10px;
	font-size: 60px;
	float: left;
	line-height: 1.2em;
	margin-right: 20px;
	color: #ff4800
}

.carouselSlider a {
	color: #fff;
}

.carouselSlider .text {
	margin: 20px 0 40px 0;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 1.4em;
	font-family: 'Rubik';
}

.carouselSlider-content {
	position: relative;
}

.carouselSlider img {
	max-height: 400px;
	object-fit: cover;
}

.carouselSlider .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.carouselSlider .col-sm-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;

}


.carouselSlider .owl-prev,
.carouselSlider .owl-next {
	position: absolute;
	transition: 0.5s;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.7;
}

.carouselSlider .owl-prev {
	left: 15px;
}

.carouselSlider .owl-next {
	right: 15px;
}

.carouselSlider .owl-prev:hover,
.carouselSlider .owl-next:hover {
	background: transparent !important;
	opacity: 0.9;
}

.carouselSlider .owl-nav img {
	width: 40px;
	height: 40px;
}

.carouselSlider .item {
	min-height: 400px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.carouselSlider .item::after {
	position: absolute;
	background: rgb(0 0 0 / 80%);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}

.carouselSlider .item .container {
	position: relative;
	z-index: 9;
}

.item-one {
	background: url(../images/slider/software-development.jpg) center no-repeat;
	background-size: cover;
}

.item-two {
	background: url(../images/slider/stock-management.jpg) center no-repeat;
	background-size: cover;
}

.item-three {
	background: url(../images/slider/web-development.jpg) center no-repeat;
	background-size: cover;
}

.item-four {
	background: url(../images/slider/web-design.jpg) center no-repeat;
	background-size: cover;
}

.item-five {
	background: url(../images/slider/seo.jpg) center no-repeat;
	background-size: cover;
}

.item-six {
	background: url(../images/slider/gst-billing-software.jpg) center no-repeat;
	background-size: cover;
}


.btn-style-one {
	display: inline-block;
	position: relative;
	line-height: 27px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
	background: #ff4800;
	padding: 4px 22px;
	border-radius: 50px;
	text-transform: uppercase;
	border: 2px solid #ff4800;
}

.btn-style-one .icon {
	position: relative;
	top: 2px;
	font-size: 18px;
	margin-right: 4px;
}

.btn-style-one:focus,
.btn-style-one:hover {
	color: #ff4800 !important;
	border-color: #ff4800;
	background: #fff;
}



.btn-outline {
	display: inline-block;
	position: relative;
	line-height: 27px;
	color: #ff4800 !important;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	padding: 4px 22px;
	border-radius: 50px;
	text-transform: uppercase;
	border: 2px solid #ff4800;
}

.btn-outline .icon {
	position: relative;
	top: 2px;
	font-size: 18px;
	margin-right: 4px;
}

.btn-outline:focus,
.btn-outline:hover {
	color: #fff !important;
	border-color: #ff4800;
	background: #ff4800;
}


.btn-style-two {
	display: inline-block;
	position: relative;
	line-height: 27px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
	background: #000;
	padding: 4px 22px;
	border-radius: 50px;
	text-transform: uppercase;
	border: 2px solid #000;
}

.btn-style-two .icon {
	position: relative;
	top: 2px;
	font-size: 18px;
	margin-right: 4px;
}

.btn-style-two .iconL {
	position: relative;
	top: 2px;
	font-size: 18px;
	margin-left: 4px;
}

.btn-style-two:focus,
.btn-style-two:hover {
	color: #fff !important;
	border-color: #fff;
	background: #ff4800;
}

.btn-style-one.btnsm {
	line-height: initial;
	font-size: 12px;
	padding: 2px 15px;
}

section {
	position: relative;
	z-index: 5;
	background: #fff;
	padding: 40px 0;
}

.bg-gray {
	background-color: #f4f4f4 !important;
}

.bg-theme {
	background-color: #ff4800 !important;
}

.bg-dark {
	background-color: #25252e !important;
}



.bg-blue {
	color: #fff;
	background-color: #467fcf !important;
	border-color: #467fcf !important;
}

.bg-azure {
	color: #fff;
	background-color: #45aaf2 !important;
	border-color: #45aaf2 !important;
}

.bg-yellow {
	color: #fff;
	background-color: #FBB034 !important;
	border-color: #FBB034 !important;
}

.bg-indigo {
	color: #fff;
	background-color: #6574cd !important;
	border-color: #6574cd !important;
}

.bg-purple {
	color: #fff !important;
	background-color: #661fd6 !important;
	border-color: #661fd6 !important;
}

.bg-pink {
	color: #fff !important;
	background-color: #f58598 !important;
	border-color: #f58598 !important;
}

.bg-red {
	color: #fff;
	background-color: #e32f2f !important;
	border-color: #e32f2f !important;
}

.bg-orange {
	color: #fff !important;
	background-color: #fc7303 !important;
	border-color: #fc7303 !important;
}

.bg-lime {
	color: #fff;
	background-color: #7bd235 !important;
	border-color: #7bd235 !important;
}

.bg-green {
	color: #fff;
	background-color: #4ecc48 !important;
	border-color: #4ecc48 !important;
}

.bg-teal {
	color: #fff;
	background-color: #2bcbba !important;
	border-color: #2bcbba !important;
}

.bg-cyan {
	color: #fff !important;
	background-color: #17a2b8 !important;
	border-color: #17a2b8 !important;
}

.amt_btn {
	position: relative;
	color: #0b0908;
	font-size: 12px;
	font-weight: 500;
	background: #ffffff;
	padding: 0px 15px;
	border-radius: 50px;
	text-transform: uppercase;
	border: 1px solid #0b0908;
	display: inline-block;
	line-height: 24px;
}

.amt_heading {
	margin-bottom: 20px;
	text-align: center;
}

.amt_heading h1,
.amt_heading h2 {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

.amt_heading h1:after,
.amt_heading h2:after {
	position: absolute;
	bottom: 0;
	content: '';
	height: 2px;
	background: #ff5722;
	width: 30%;
	left: 0;
	right: 0;
	margin: auto;
}




.amt_heading p {
	font-size: 18px;
}

.sln_client {
	text-align: center;
	margin: 10px 0;
	background: #fff;
	padding: 5px;
	border-radius: 10px;
}

.sln_client img {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.technology_box {
	margin-bottom: 10px;
}

.technology_box .tech_head {
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
	font-size: 18px;
	width: 100%;
	float: left;
}

.technology_box .tech_head:after {
	position: absolute;
	bottom: 0;
	content: '';
	height: 2px;
	background: #ff5722;
	width: 100px;
	left: 0;
}

.technology_box .tech_head:after {
	clear: both;
	content: '';
	display: block;
}

.technology_box li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tech_box {
	background: #fff;
	padding: 10px;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
	border: 2px solid #e0dfdf;
	width: 80px;
	height: 74px;
	display: flex;
	justify-content: center;
}

.tech_box img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}


.sec-title {
	position: relative;
	margin-bottom: 20px;
}

.sec-title h1,
.sec-title h2,
.inner-column h3 {
	font-weight: 500;
	/*margin-bottom: 10px;*/
	font-size: 28px;
}

.sec-title h2 a,
.inner-column h3 a {
	color: #ff4800;
}

.sec-title h2 a,
.inner-column h3 a:hover {
	color: #000;
}

.sec-title h2 span,
.inner-column h3 span {
	color: #ff4800;
}

.inner-column h4 {
	position: relative;
}

.inner-column h4:after {
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 40%;
	background: #ff4800;
	content: '';
	height: 2px;
}

.sec-title .text {
	position: relative;
	color: #2d2b2b;
	font-size: 18px;
	font-weight: 400;
	text-align: inherit;
}

.sec-title p {
	text-align: inherit !important;
}

.main-footer {
	position: relative;
	background-color: #231f20;
	z-index: 10
}

.main-footer .widgets-section {
	position: relative;
	padding: 40px 0 20px;
}

.main-footer .footer-title,
.main-footer .footer-widget {
	position: relative;
	margin-bottom: 30px
}

.main-footer .footer-title h3 {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 18px;
	text-transform: uppercase
}

.main-footer .footer-title h3:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 70px;
	height: 2px;
	background-color: #ff4800
}

.footer-list,
.main-footer .links-widget {
	position: relative
}

.footer-list li {
	position: relative;
	margin-bottom: 8px
}

.footer-list li:last-child {
	margin-bottom: 0
}

.footer-list li a {
	position: relative;
	color: #bbb;
	font-size: 14px;
	font-weight: 400;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	text-transform: capitalize
}

.footer-list li a:hover {
	color: #fff;
	text-decoration: underline
}

.subscribe-widget,
.subscribe-widget .widget-content {
	position: relative
}

.subscribe-widget .widget-content .text {
	position: relative;
	color: #fff;
	line-height: 1.8em;
	font-size: 16px;
	margin-bottom: 20px
}

.main-footer .subscribe-widget .subscribe-form {
	margin-bottom: 20px
}

.main-footer .subscribe-widget .form-group {
	position: relative;
	display: block;
	margin-bottom: 10px
}

.main-footer .subscribe-widget .form-group input[type=email],
.main-footer .subscribe-widget .form-group input[type=text] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 0;
	height: 48px;
	font-size: 15px;
	color: #fff;
	background: 0 0;
	font-weight: 400;
	border-bottom: 2px solid rgba(255, 255, 255, .2);
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.main-footer .subscribe-widget .form-group button {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 18px;
	color: #ff4800;
	background: 0 0
}

.main-footer .copyright {
	position: relative;
	padding: 20px 0px; 
	color: #231f20;
	font-size: 14px;
	background-color: #f2f2f2;
	font-family: 'Rubik';
}

.main-footer .copyright a {
	position: relative;
	color: #000;
}

.copyright p {
	margin: 0;
	color: #000; 
}

.footericon {
	float: right
}

.footericon li {
	display: inline;
	margin-left: 15px;
	border-left: 1px solid #a2a2a2;
	padding-left: 15px
}

.footericon li:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}


.marketing-section {
	position: relative
}

.marketing-section .image-column {
	position: relative;
	margin-bottom: 0
}

.marketing-section .image-column .image {
	position: relative;
	padding-right: 30px
}

.marketing-section .image-column .image img {
	position: relative;
	max-width: 100%;
	display: block
}

.inner-column {
	position: relative;
}

.srv_img_wrapper {}

.srv_img_wrapper img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

.srv_img_wrapper img:hover {
	opacity: 0.5;
	transition: color .3s linear, background .3s linear;
}

.content-column h2,
.content-column h1,
.content-column h4 {
	position: relative;
	font-weight: 500;
	color: #231f20;
	font-size: 28px;
	line-height: 1.4em;
	margin-bottom: 20px;
	/*text-transform: uppercase*/
}

.content-column h2 span,
.content-column h1 span {
	color: #ff4800
}

.content-column a {
	color: #ff4800
}

.market-content {
	position: relative
}

.content-inner {
	position: relative;
}

.content-inner .content-number {
	position: absolute;
	left: 0;
	top: 0;
	color: #e1e1e1;
	font-size: 100px;
	line-height: 1em;
	font-weight: 400
}

.content-inner h3 {
	position: relative;
	color: #ff4800;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px
}

.content-inner .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 30px
}


.accordian-boxed {
	position: relative;
}

.accordian-boxed h2,
.accordian-boxed h3 {
	position: relative;
	color: #231f20;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 28px;
	/*text-transform: uppercase;*/
	text-align: center
}

.accordian-boxed h2 span,
.accordian-boxed h3 span {
	color: #fa4a04
}

.accordion-box {
	position: relative
}

.accordion-box .block {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #d2d2d2;
	background-color: #fffafa;
	border-radius: 30px
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 15px;
	cursor: pointer;
	line-height: 30px;
	color: #545454;
	font-weight: 400;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	background: #fff;
	padding: 7px 30px;
	border-radius: 30px
}

.accordion-box .block .acc-btn.active {
	color: #fff;
	background: #ff4800;
	margin-top: -1px;
}

.accordion-box .block .icon-outer {
	position: absolute;
	left: 22px;
	top: 0;
	font-size: 18px;
	color: #ff0b0b;
	padding-right: 20px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.accordion-box .block .acc-content {
	position: relative;
	display: none
}

.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px
}

.accordion-box .block .acc-content.current {
	display: block
}

.accordion-box .block .content {
	position: relative;
	font-size: 14px;
	padding: 15px 30px;
}

.accordion-box .block .content .text {
	line-height: 1.8em;
	font-size: 14px;
	color: #000;
	text-align: justify
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0
}

.accordion .acc-btn i {
	float: right
}

.accordion-box .block .acc-btn.active i {
	transform: rotate(180deg)
}



.marketing-section-two {
	position: relative;
	text-align: center;
	padding: 60px 0;
	background: bottom center no-repeat #fff;
	background-size: contain
}

.marketing-section-two .steps-blocks {
	position: relative
}

.marketing-section-two h3 {
	position: relative;
	color: #231f20;
	font-size: 24px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 18px;
	text-transform: uppercase
}

.marketing-section-two h3 span {
	color: #ff4800
}

.marketing-section-two .theme-btn {
	padding: 9px 33px
}

.step-block {
	position: relative;
	margin-bottom: 30px
}

.step-block .inner-box {
	position: relative;
	text-align: center
}

.step-block .inner-box .icon-box {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto 15px;
	overflow: hidden;
	border-radius: 50%
}

.step-block .inner-box .icon-box img {
	width: 80px;
	height: 80px;
}

.step-block .inner-box h3 {
	position: relative;
	color: #231f20;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 4px;
}

.step-block .inner-box h3 a {
	position: relative;
	color: #231f20;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.step-block .inner-box h3 a:hover {
	color: #ff4800
}

.step-block .inner-box .step-number {
	position: relative;
	color: #bfbfbf;
	font-size: 14px;
	font-weight: 400
}



.testimonial-section {}

.testimonial-section .title-column {
	position: relative;
	margin-bottom: 40px
}

.testimonial-section .title-column .inner-column {
	position: relative;
	padding-top: 20px;
	text-align: center;
}

.testimonial-section .title-column h2 {
	position: relative;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.4em
}

.testimonial-section .testimonial-column {
	position: relative
}

.testimonial-section .testimonial-column .owl-dots {
	position: relative;
	display: none
}

.testimonial-section .testimonial-column .owl-nav {
	position: absolute;
	right: 0;
	bottom: 0
}

.testimonial-section .testimonial-column .owl-nav .owl-next,
.testimonial-section .testimonial-column .owl-nav .owl-prev {
	position: relative;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 34px;
	font-size: 28px;
	border-radius: 50%;
	display: inline-block;
	color: #231f20;
	margin-left: 10px;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	border: 3px solid #717171;
	background: #fff;
}

.testimonial-section .testimonial-column .owl-nav .owl-next:hover,
.testimonial-section .testimonial-column .owl-nav .owl-prev:hover {
	background-color: #ff4800;
	border-color: #ff4800;
	color: #231f20
}

.testimonial-block,
.testimonial-block .inner-box {
	position: relative
}

.testimonial-block .inner-box .quote-icon {
	position: relative;
	font-size: 50px;
	margin-bottom: 25px
}

.testimonial-block .inner-box .text {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
	margin-bottom: 22px
}

.testimonial-block .inner-box .continue {
	position: relative;
	color: #ff4800;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 30px;
	text-transform: uppercase;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease
}

.testimonial-block .inner-box .continue:hover {}

.testimonial-block .inner-box .continue .icon {
	margin-right: 10px
}

.testimonial-block .inner-box .author-info {
	position: relative
}

.testimonial-block .inner-box .author-info .author-inner {
	position: relative;
	padding-left: 0;
	padding-top: 8px;
	min-height: 75px
}

.testimonial-block .inner-box .author-info .author-inner .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	overflow: hidden
}

.testimonial-block .inner-box .author-info .author-inner p {
	position: relative;
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 500;
	text-transform: capitalize;
	color: #ff4700;
	display: inline-block;
}

.testimonial-block .inner-box .author-info .author-inner .designation {
	position: relative;
	color: #000;
	font-size: 16px;
	font-weight: 400
}

.testimonial-section .title-column h2 span {
	color: #ff4700
}



.list-style {
	position: relative;
}

.list-style li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #000;
	font-weight: 400
}

.list-style li:before {
	position: absolute;
	content: '\f111';
	left: 0;
	top: 0;
	color: #ff4800;
	font-size: 10px;
	font-family: FontAwesome
}


.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	color: #000;
	font-weight: 400
}

.list-style-one li:before {
	position: absolute;
	content: '\f00c';
	left: 0;
	top: 2px;
	color: #ff4800;
	font-size: 18px;
	font-family: FontAwesome
}


.action_section {
	position: relative;
	padding: 60px 0;
	background: #414050;
}

.action_section .head {
	font-size: 32px;
	margin-bottom: 10px;
	line-height: 1.5;
}


.modal.fade .modal-dialog {
	-webkit-transform: scale(.1);
	-moz-transform: scale(.1);
	-ms-transform: scale(.1);
	transform: scale(.1);
	top: 350px;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.modal.fade.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, -300px, 0);
	transform: translate3d(0, -300px, 0);
	opacity: 1
}

.callback {
	padding: 45px;
	font-size: 30px;
	text-align: center
}

.callback input {
	text-align: center;
	font-size: 18px;
	color: #000;
	border: 1px solid #ccc;
	padding: 5px;
	width: 100%;
}

.contact-form button {
	width: 100%;
}

.c-modal-panel {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
	bottom: 0;
	background: rgba(0, 0, 0, .5)
}

.c-modal-container {
	width: 500px;
	background: #fff;
	border-radius: 5px;
	margin: 100px auto 0;
	position: fixed;
	left: 0;
	right: 0;
	box-shadow: 0 1px 20px 1px rgba(0, 0, 0, .3)
}

.c-modal-header {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #f6754c;
	color: #fff;
	padding: 10px;
	position: relative
}

.c-modal-close {
	position: absolute;
	top: -13px;
	right: -8px;
	cursor: pointer;
	background: #ff4800;
	line-height: 35px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-size: 28px;
	text-align: center;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, .5);
	color: #fff
}

.c-modal-body {
	padding: 30px
}

.c-modal-body .btn {
	display: inline-block;
	padding: 7px 40px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.42857143;
	vertical-align: middle;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px
}

.req-demo-icon {
	position: fixed;
	right: 50px;
	bottom: 0;
	z-index: 99
}

@media (max-width:600px) {
	.c-modal-container {
		width: 90%;
		margin: 30% auto 0
	}

	.callback {
		padding: 30px;
		font-size: 24px
	}

	.callback p {
		line-height: 1.5;
		text-align: center
	}

	.c-modal-close {
		line-height: 25px;
		width: 25px;
		height: 25px;
		font-size: 16px
	}

	.callback input {
		font-size: 14px !important
	}

	.req-demo-icon {
		right: 60px
	}

	.req-demo-icon img {
		width: 100px
	}
}





.scrool_to_top {
	background-color: #ff4800;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 5px;
	position: fixed;
	bottom: 70px;
	right: 40px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	display: none;
	z-index: 100;
}

.scrool_to_top::after {
	content: "\f106";
	font-family: FontAwesome;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	line-height: 33px;
	color: #fff
}

.scrool_to_top:hover {
	cursor: pointer;
	background-color: #333;
}

.scrool_to_top:active {
	background-color: #555
}

.scrool_to_top.show {
	opacity: 1;
	visibility: visible
}
@media (max-width:768px) {
	.scrool_to_top { 
		bottom: 20px;
		right: 20px; 
	}

}
.cookies {
	padding: 3px 20px;
	background: rgba(0, 0, 0, .89);
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #fff;
	z-index: 999
}

.cookies p {
	margin: 4px 0 0;
	line-height: 17px;
	font-size: 13px
}

.cookies a {
	color: #ff4600;
	font-weight: 500;
	text-decoration: underline;
	font-size: 14px
}

.btngotit {
	padding: 3px 5px;
	margin: 0;
	line-height: 15px;
	background: #d8440d;
	border-radius: 2px;
	font-size: 13px
}

.list-li-gradient li {
	margin-top: 8px;
}

.list-li-gradient li a {
	padding: 5px 10px 5px 25px;
	background: linear-gradient(to left, #ffffff, #f1f1f1) !important;
	position: relative;
	border-radius: 50px;
}

.list-li-gradient li a::before {
	content: '\f105';
	font-family: FontAwesome;
	position: absolute;
	left: 10px;
	top: 0px;
	color: #d8440d;
}

.list-li-gradient li a:hover::before {
	left: 12px;
	color: #000;
}

.list-li-gradient li a:hover {
	color: #000;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.product-wrapper {
	position: relative;
	background: url(../images/product/prbg_4.png) top center #171627;
	background-size: cover;
}

.product-item {
	margin-bottom: 30px;
	position: relative;
	display: block;
}

.product-item .icon {
	width: 70px;
	height: 70px;
	float: right;
	padding: 15px;
	border-radius: 50%;
	background: #fff;
}

.product-item .icon img {
	transition-duration: 0.3s;
	transition-property: transform
}

.product-item:hover .icon img {
	transform: scale(1.3);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.product-item.left .icon {
	float: right;
}

.product-item.right .icon {
	float: left;
}

.product-item .product-item-list {
	color: #f4bf79;
}

.product-item.left .product-item-list {
	text-align: right;
	margin-right: 90px;
}

.product-item.right .product-item-list {
	text-align: left;
	margin-left: 90px;
}

.product-item .product-item-list h2,
.product-item .product-item-list h2 {
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	font-weight: 400;
}

.product-item-image {
	position: relative;
	text-align: center;
}

@media (max-width:768px) {
	.product-item.left .product-item-list {
		text-align: left;
		margin-left: 90px;
		margin-right: auto;
	}

	.product-item.left .icon {
		float: left;
	}

	.product-item-image {
		display: none;
	}
}

.featured-section {
	position: relative;
	background:#f2f2f2;
}

.featured-section .inner-container {
	position: relative; 
	z-index: 99
}

.featured-block {
	position: relative;
	padding: 0
}

.featured-block .inner-box {
	position: relative;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.featured-block .inner-box .upper-box {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	padding: 20px 25px 22px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.featured-block .inner-box:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 4px 13px 0 #f7f7f7;
	-moz-box-shadow: 0 4px 13px 0 #f7f7f7;
	box-shadow: 0 4px 13px 0 #f7f7f7
}

.featured-block .inner-box:hover .upper-box {
	opacity: 1;
	visibility: visible
}

.featured-block .inner-box .upper-box .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 15px
}

.featured-block .inner-box .upper-box .read-more {
	position: relative;
	color: #252525;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.featured-block .inner-box .upper-box .read-more:hover {
	color: #ff4800
}

.featured-block .inner-box .upper-box .read-more .icon {
	margin-right: 8px
}

.featured-block .lower-box {
	position: relative;
	padding: 25px 2px 25px 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.featured-block .lower-box .lower-inner {
	position: relative;
	padding-left: 65px;
	padding-top: 0px;
	min-height: 64px
}

.featured-block .inner-box:hover .lower-box {
	padding-left: 20px
}

.featured-block .lower-box .lower-inner .icon-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 58px;
	height: 58px;
}

.featured-block .lower-box .lower-inner h3 {
	position: relative;
	color: #231f20;
	font-size: 15px;
	font-weight: 600
}

.featured-block .lower-box .lower-inner h3 a {
	position: relative;
    color: #000;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.featured-block .lower-box .lower-inner h3 a:hover {
	color: #ff4800;
}

.featured-block .lower-box .lower-inner .title {
	position: relative;
	color: #ff4901;
	font-size: 15px;
	font-weight: 500
}