/* ==============================================================

Template name : Meminz download software landing page v1.0.2
Categorie : Landing page
Author : Nce18cex
Version : v1.0.2
Created : 01 November 2014
Last update : 09 January 2015

-----------------------------------------------------------------
CSS structure
-----------------------------------------------------------------

01. Home
02. Contain
03. Counter
04. Testimoni
06. Pricing table
07. Contact
08. Client
11. Footer
12. Heading
13. Pixeden icon setting
14. Ui to top
15. Loading
16. Divider
17. Clear spacer
18. Custom top spacer
19. Custom bottom spacer
20. Custom left spacer
21. Custom right spacer
22. Custom responsive

============================================================== */
/*
Home
=========================== */
.home-wrapper {
	background: #1a1a1a;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
}

.home-wrapper h3 {
	font-size: 58px;
	line-height: 100px;
	color: #fff;
	letter-spacing: 4px;
}

.body-background-color {
	background-color: white !important;
}

.clearfix {
	background-color: white !important;
}

.home-wrapper h3 span {
	font-weight: 300;
	display: block;
	line-height: 50px;
	font-size: 35px;
	letter-spacing: 1px;
}

.home-wrapper h3 p {
	font-size: 11px;
	line-height: 1px;
}

.home-wrapper h3 sup {
	font-size: 32px;
	font-weight: 300;
}

.parallax {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.nav-icon {
	margin: -55px 0 0 -50px;
}

.parallax.polygon-bg {
	background-image: url(../logo/1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 450px;
}

/* .parallax.polygon-bg .home-contain {
	background: -webkit-linear-gradient(64deg, #1e1f1f 0%, #121213 100%);
	opacity: 0.75;
	height: 400px;
} */
.home-contain {
	padding: 200px 0 0px 0;
	/* background:url(../img/pattern.png) repeat 0 0; */
}

/* Home End  */

/* back to top button ...  */
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #058283;
	color: white;
	cursor: pointer;
	padding: 13px;
	border-radius: 13px;
	font-size: 25px;
}



/* Services card section start */
.service-btn {
	background-color: #058283;
	color: white;
	padding: 8px 10px;
	font-size: 13px;
	border-radius: 24px;
}

.service-btn:hover {
	background-color: transparent !important;
	border: 1px solid #058283 !important;
	color: #058283;
}

h2 b {
	color: #058283;
	background-color: #00A6A626;
	padding: 5px 15px 5px 15px;
	border-radius: 10px 10px 10px 10px;
}

.card-one {
	border-radius: 16px;
	width: 322px;
	height: 270px;
	/* background: url(https://picsum.photos/360/360?image=0); */
	background-color: #e9f2f3;
	position: relative;
	overflow: hidden;
	margin: 42px 17px 20px 39px;
}

.card-one:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;

}

.card-one .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
}

.card-one span {
	width: 25%;
	height: 100%;
	background-color: #35a39c;
	/* background: url(https://img.freepik.com/free-photo/green-wall-empty-room-with-concrete-floor_53876-74605.jpg?w=740&t=st=1704885632~exp=1704886232~hmac=c00453736b43a77d54c6a041452025ae0078f940ea60d6c2f91e30a4c9798700);  */
	transition: 0.5s;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.card-one .img span:nth-child(1) {
	background-position: 0;
	transition-delay: 0;
}

.card-one .img span:nth-child(2) {
	background-position: 33.33333%;
	transition-delay: 0.1s;
}

.card-one .img span:nth-child(3) {
	background-position: 66.66666%;
	transition-delay: 0.2s;
}

.card-one .img span:nth-child(4) {
	background-position: 100%;
	transition-delay: 0.3s;
}

.card-one:hover .img>span {
	transform: translateY(-100%);
}

.card-one:hover .content {
	transform: translateY(0%);
	transition: 1s;
	transition-delay: 0.1s;
}

.content img {
	margin: 67px 0px -56px -1px;
}

.card-one .content h3 {
	color: white;
	font-family: 'Karla', sans-serif;
	margin: 60px 60px 445px 80px;
	text-align: center;
	font-size: 31px;
}

.card-one .content p {
	color: rgb(12, 12, 12);
	margin: -350px 17px 347px 17px;
	text-align: justify;
}

.software-content {
	margin: 4px 0px -16px 2px;
}

.content h3 {
	color: white;
	font-family: 'Karla', sans-serif;
	margin: 118px 166px 437px 87px;
	text-align: center;
	font-size: 31px;
}


.content p {
	color: rgb(12, 12, 12);
	margin: -278px 59px 308px 11px;
	text-align: justify;
}

.content {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: rgb(70, 180, 180);
	padding: 20px 20px;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
}


h2 {
	text-align: center;
	padding: 20px;
}

#services {
	padding: 20px 0 0px 0;
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services .box {
	padding: 11px 0px 0 42px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: 49px 12px -27px 15px;
	background: #00A6A626;
	box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
	transition: all 0.3s ease-in-out;
}

#services .box:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

#services .icon {
	position: absolute;
	left: -10px;
	top: calc(50% - 32px);
}

#services .icon i {
	font-size: 64px;
	line-height: 1;
	transition: 0.5s;
}

#services .title {
	margin-left: 40px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

#services .title a {
	color: #111;
}

#services .box:hover .title a {
	/* color: #007bff;  */
}

#services .description {
	font-size: 14px;
	margin-left: 40px;
	line-height: 24px;
	margin-bottom: 0;
}






/* ..... why chosse ...  */
.btn {
	background-color: #058283;
	color: white;
	margin-top: 20px;
}

.row.choose-us {
	margin-top: 50px;
}

.clr-text {
	margin: 8px 0px 10px -4px;
	background-color: #0E8384;
	padding: 17px 0px 0px -1px;
	border-radius: 19px;
	color: white;
	height: 93px;
	padding: 19px 0px 0px
}

span.col-sm-9 {
	font-size: 13px;
	/* text-align: justify; */
}


/* Services card section End */

/*
Contain feature Start
=========================== */

.feature.right-side {
	margin: 10px 0 0 20px;
}

.feature.left-side {
	margin: 10px 0 0 20px;
}

.feature.left-side h3 {
	font-size: 29px;
	margin: 14px;
}

.right-img {
	margin: 50px 16px;
}

/* vat  */
.col-xs-12.col-sm-6.col-md-3.col-lg-3 {
	margin: 0px 0px -2px 0px;
	padding: 18px 0 0 5px;
}

.report-box {
	border: 1px solid #e3e3e3;
}

.report-box:hover {
	border-color: #058283;
}

.vat-rpt h2 {
	padding: 130px 0 0 0;
	margin-bottom: 55px;
}

.reports-names p {
	margin-top: -26px;
	margin-bottom: 5rem;
	font-size: 11px;
}

.reports-names {
	margin: -53px 23px -34px 64px;
}

.reports-names h5 {
	font-size: 16px;
}

img.img-fluid {
	padding: 10px 2px 0px
}

.common-side {
	margin: -63px 0px 6px 206px;
}

.common-side-one {
	margin: -63px 0px 6px 10px;
}


/* Contain Feature End  */


/* Implimentation Start */

.implimentation .btn-primary {
	background: #098798;
	border: 2px solid #098798;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	letter-spacing: 0.25px;
	padding: 8px 15px;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.implimentation .btn-primary:hover,
.implimentation .btn-primary:active {
	background: #F0F3FA;
	border: 2px solid #098798 !important;
	color: #098798;
}

.implimentation .btn-primary {
	padding: 13px 24px;
}

.implimentation h3 {
	font-size: 25px;
	color: darkcyan;
	padding: 62px 0 0 0;
}

.implimentation p {
	text-align: justify;
}

.heading-implement {
    background: url(../service/implement.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px; /* Default height */
    position: relative;
}

.heading-implement h2 {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 56px; /* Default font size */
    color: white;
}


.imple-img {
    text-align: center;
}

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

.imple-right-side {
	margin: 44px 39px;
}

.imple-right-side h4 {
	font-size: 30px;
	color: #058283;
}

.imlpe-module {
	text-align: center;
	margin: 29px 0px 33px 0px;
	color: currentColor;
	font-size: 22px;
}

.imlpe-module h4 {
	font-size: 30px;
	color: #058283;
}
.zoom{
	margin-left: 100px;
}
/* .icon {
	text-align: center;
	margin: 41px 0;
} */

.icon-two {
	text-align: center;
	margin: 153px;
	/* background-color: darkcyan; */
}

.imple-text {
	margin: 20px;
	font-size: 18px;
	font-weight: 600;
	/* color: #076a6a; */
}

.implementation-img {
	background-color: #ccdef5;
	padding: 20px 0px 20px 0px;
	margin: 0 45px 0px 52px;
	border-radius: 25px;
}

.implementation-img-one {
	background-color: #ccdef5;
	padding: 6px 11px 18px 9px;
	margin: 7px;
	border-radius: 15px;
}

.implementation-img-one:hover {
	border: 2px solid #90dae9 !important;
}

.implementation-img:hover {
	border: 2px solid #90dae9 !important;
}

.api-flow {
	text-align: center;
	/* margin: 120px; */
}
.api-flow img {
    max-width: 100%;
    height: auto; 
}
.implement-web {
	margin: 35px 0 0 -20px;
}

/* ..........end..............  */

.iconbox-blue {
	border: 1px solid #e3e3e3;
	height: 250px;
}

.iconbox-blue:hover {
	background-color: #8ebebe;
}

.iconbox-pink {
	border: 1px solid #e3e3e3;
	height: 250px;
}

.iconbox-pink:hover {
	background-color: #8ebebe;
}

.icon img {
	margin-top: 20px;
}

.iconbox-blue p {
	text-align: justify;
	padding: 2px 65px 0 101px;
}

.iconbox-pink p {
	text-align: justify;
	padding: 2px 65px 0 101px;
}

.contain {
	padding: 30px 0 0px 0;
}

.contain.desc-wrapp {
	padding-top: 22px;
	padding-bottom: 20px;
}

h3 {
	margin-top: 55px;
}

.gray-bg {
	background: #f9f9f9;
}

.feature-box {
	margin-bottom: 20px;
	box-shadow: 10px 10px 10px 10px #ebf3f0;
}

.feature-box p {
	margin-bottom: 10px;
}

.feature-box h5 {
	color: rgba(24, 62, 113, 1);
}

.feature-box .pe-feature {
	background: -webkit-linear-gradient(45deg, #2ac9e7 0%, #203f7f 100%);
	color: #fff;
	border-color: #fff;
}

.choose {
	padding: 0;
}

.feature-box ul li,
.accordion-inner p,
.accordion-inner ol li {
	color: #5c5c5c;
	font-size: 14px;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.accordion-inner ol {
	padding-left: 15px;
}

.accordion-inner p strong {
	color: #203f7f;
	font-weight: 600;
}

.accordion-heading a,
.accordion-heading a:focus {
	color: #4ac4f3;
}

.accordion-heading a i {
	border-color: rgb(190, 30, 45);
	background: rgb(190, 30, 45);
}

.accordion-heading a:hover {
	color: #f3ebeb;
	background-color: #203f7f !important;
}

heading a:hover i {
	color: #be1e2d !important;
}

/*
Counter
=========================== */
#counter-wrapper {
	background-image: url(../img/bg2.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.counter-contain {
	padding: 29px 0 14px 0;
	margin-top: 0;
	background: white !important;
	opacity: 1.9232;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
}

.counter-contain h3 {
	font-size: 40px;
	line-height: 56px;
	text-transform: uppercase;
}

.counter-number {
	font-weight: 700;
	display: block;
	text-align: center;
	font-size: 72px;
	line-height: 72px;
	margin-top: 30px;
}

.counter-text {
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: white;
}

.our_strength div {
	height: 150px;
	background: rgb(69, 128, 128) !important;
	padding-top: 30px;
	margin: 1px 0% 15px 15px !important;
	width: 32% !important;
	border: 2px solid #f5f5f5;
	transform: scale(1);
	transition: all 200ms linear;
	border-radius: 22px;
}

/*
Testimoni
=========================== */
#testimoni {
	display: block;
	width: 100%;
	padding: 25px 0 0 0;
}

.testimonial {
	display: block;
	position: relative;
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	padding: 30px 25px 10px 25px;
	margin: 80px 0 30px 0;
}

.testimoni-sparator {
	background: url(../img/testimoni-sparator.png) no-repeat 0 0;
	display: block;
	position: absolute;
	width: 48px;
	height: 22px;
	z-index: 2;
	bottom: -22px;
	right: 15px;
}

.testimoni-author {
	float: right;
	text-align: right;
}

.testimoni-author h5,
.testimoni-author p {
	margin-bottom: 5px;
}

.testimoni-author .author-info {
	float: left;
	margin-top: 5px;
}

.testimoni-author img {
	float: left;
	border: 3px solid #e9e9e9;
	border-radius: 50%;
	margin: 0 0 20px 20px;
}

/* Carousel Slider side button */
.flex-direction-nav .flex-next-1 {
	background: #098798 url(../img/bg_direction_nav_next.png) no-repeat 25px center;
	right: -45px;
	opacity: 0.95;
	border-radius: 50%;
	border: none;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}


.flex-direction-nav .flex-prev-1 {
	background: #098798 url(../img/bg_direction_nav_prev.png) no-repeat 21px center;
	left: -45px;
	opacity: 0.95;
	border-radius: 50%;
	border: none;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/*
Pricing table
=========================== */
.pricing-wrapper {
	float: left;
	width: 100%;
	color: #404040;
	overflow: hidden;
	max-height: 517px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #e2e2e2;
	-webkit-transition: all 2.5s ease;
	-moz-transition: all 2.5s ease;
	transition: all 2.5s ease;
}

.pricing-wrapper:hover {
	max-height: 980px;
	height: auto;
}

.pricing-wrapper {
	letter-spacing: 0.25px;
}

.pricing-head {
	float: left;
	width: 100%;
	color: #fff;
	padding: 25px;
	border-radius: 10px 10px 0 0;
	text-align: center;
}

#pricing .row div[class*="col-"]:nth-child(1) .pricing-head {
	background: #203f7f;
}

#pricing .row div[class*="col-"]:nth-child(2) .pricing-head {
	background: #325eba;
}

#pricing .row div[class*="col-"]:nth-child(3) .pricing-head {
	background: #4d85fb;
}

.pricing-head h4 {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	margin: 10px 0 5px 0;
	font-weight: 600;
}

.pricing-head p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	font-weight: 400;
}

.pricing-price {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0 20px 0 0;
	padding: 25px 0 25px 0;
	overflow: hidden;
	background: #fff;
	color: #2e2e2e;
	font-size: 17px;
	line-height: 29px;
	border-radius: 50%;
	text-align: center;
	font-weight: 700;
}

.pricing-wrapper ul {
	background: #fff;
	/*border-right:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;*/
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.pricing-wrapper ul li {
	background: url(../img/pricing-line.png) no-repeat bottom center;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 15px;
	font-size: 13px;
	line-height: 18px;
}

.pricing-wrapper ul li strong {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	color: #5c5c5c;
}

.pricing-bottom {
	background: #fff;
	/*border:1px solid #e2e2e2;
	border-radius:0 0 10px 10px;
	border-top:none;*/
	float: left;
	width: 100%;
	margin: 0;
	padding: 25px 20px 25px 20px;
	text-align: center;
}

/*
Contact
=========================== */
#contact {
	float: left;
	width: 100%;
	background-image: url(../img/bg4.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
	background-size: cover;
	margin-top: 155px;
}

.contact-contain {
	position: relative;
	float: left;
	width: 100%;
	padding: 96px 0 80px 0;
	background: #058283;
	opacity: 0.93;
}

button.btn.btn-primary.btn-lg.button-center {
	background-color: white;
	color: #2c4496;
}

ul.listForm {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.listForm li {
	position: relative;
	float: left;
	width: 50%;
	padding: 20px 15px 20px 15px;
	margin: 0;
	list-style: none;
}

ul.listForm li.push {
	width: 100%;
	padding-left: 30px;
}

ul.listForm li i {
	background: #fff;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 1);
	color: #2c4496;
	text-align: center;
	font-size: 36px;
	line-height: 45px;
	top: 33px;
	left: 0;
}

ul.listForm li .form-control:-moz-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

ul.listForm li .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

ul.listForm li .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

ul.listForm li .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

ul.listForm li .form-control {
	border: 2px solid rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.85);
	height: 45px;
	padding: 10px 25px 10px 80px;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
	margin-top: 16px;
}

ul.listForm li textarea.form-control {
	height: 175px;
}

ul.listForm li.push .form-control {
	padding-left: 50px;
}

#sendmessage {
	display: none;
}

#sendmessage.show,
.show {
	display: block;
}

.validation,
.uy-default {
	margin-top: 10px;
	font-style: italic;
}

a span {
	color: white;
}

.link a {
	color: white !important;
}

/*
Client
=========================== */
ul.client-list-updated {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 310px;
	display: block;
	overflow: visible;
	/*margin-bottom: 100px;*/
}

ul.client-list-updated li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
}

ul.client-list-updated li.bottom-list {
	border-bottom: none;
}

ul.client-list-updated li ul li {
	width: 20%;
	border-bottom: none;
	border-right: 1px solid #e2e2e2;
	padding: 50px 0 50px 0;
}

ul.client-list-updated li ul li.last {
	border-right: none;
}

.client-link {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

ul.client-list-updated li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	border-bottom: 0px solid #e2e2e2;
	width: 10.6%;
}

.client-list-updated .client-link {
	position: relative;
	padding: 20px 0;
	display: inline-block;
	text-align: center;
	width: 95%;
	border: 1px solid rgba(221, 221, 221, 0.8);
	margin: 0 5% 5% 0;
	transition: all 200ms linear;
	transform: scale(1);
}

.client-list-updated .client-link:hover {
	transform: scale(1.1);
	border-color: lightskyblue;
}

.logo-hover {
	position: absolute;
	left: 50%;
	margin-left: -54px;
}
img.client-logo {
    height: 50px;
    width: 90px;
}
img.client-logo-hover{
	height: 50px;
    width: 90px;
}
/*
Footer
=========================== */
footer {
	background: black;
	color: white;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	text-align: center;
	padding-top: 30px;
}

footer p a {
	color: white;
}


.social-network {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	margin-top: 45px;
}

.social-network a {
	display: inline-block;
	color: rgba(255, 255, 255, 0.5);
	margin: 0 5px;
}

.social-network a:hover {
	color: #058283 !important;
}

.icon-design {
	margin-top: -11px;
}

.fa-map-marker {
	margin-top: 12px;
}

/* span.fa.fa-map-marker {
    background-color: white;
    color: deepskyblue;
    padding: 2px 4px 3px;
    border-radius: 5px;
}                                                                */
ul.listForm li {
	position: relative;
	float: left;
	width: 50%;
	padding: 21px 15px 0 15px;
	margin: -2px;
	list-style: none;
}

.quick-touch {
	color: white;
	font-family: 'High Tower Text';
	font-size: 25px;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 27px;
}

.icon {
	padding: 0 0 0 15px;
	margin-top: 23px;
}

.text span {
	padding: 0 0 0 30px;
}
/* .address-contact {
    padding: 0 218px 0 3px;
} */
.icon-design {
	margin-top: -9px;
}

.fa-map-marker {
	margin-top: 6px;
	color: #161666;
	font-size: 17px;
	background-color: white;
	padding: 3px 7px;
	border-radius: 100%;
}

.fa-map-marker:hover {
	color: #16b3cf;
	background-color: white;
}

span.fa.fa-phone {
	color: #161666;
	font-size: 17px;
	background-color: white;
	padding: 3px 5px;
	border-radius: 100%;
}

span.fa.fa-phone {
	color: #161666;
	font-size: 17px;
	background-color: white;
	padding: 3px 5px;
	border-radius: 100%;
}

span.fa.fa-phone:hover {
	color: #16b3cf;
	background-color: white;
}

span.fa.fa-envelope {
	color: #161666;
	font-size: 14px;
	background-color: white;
	padding: 5px 5px;
	border-radius: 100%;
}

span.fa.fa-envelope:hover {
	color: #16b3cf;
	background-color: white;
}

span.fa.fa-globe {
	color: #161666;
	font-size: 14px;
	background-color: white;
	padding: 5px 6px;
	border-radius: 100%;
}

span.fa.fa-globe:hover {
	color: #16b3cf;
	background-color: white;
}

i.fa.fa-facebook {
	background-color: white;
	color: #0866FF;
	padding: 7px 9px 5px;
	border-radius: 5px;
}

i.fa.fa-facebook:hover {
	background-color: #0866FF;
	color: white;
}

i.fa.fa-twitter {
	background-color: white;
	color: #1DA1F2;
	padding: 6px 5px 5px;
	border-radius: 5px;
}

i.fa.fa-twitter:hover {
	background-color: #1DA1F2;
	color: white;
}

i.fa.fa-linkedin {
	background-color: white;
	color: #00588E;
	padding: 6px 5px 5px;
	border-radius: 5px;
}

i.fa.fa-linkedin:hover {
	background-color: #00588E;
	color: white;
}

i.fa.fa-instagram {
	background-color: white;
	color: #F700A6;
	padding: 6px 5px 5px;
	border-radius: 5px;
}

i.fa.fa-instagram:hover {
	background: -webkit-linear-gradient(45deg, #F700A6 0%, #E3AE4D);
	color: white;
}

i.fa.fa-youtube {
	background-color: white;
	color: #F30D01;
	padding: 6px 5px 5px;
	border-radius: 5px;
}

i.fa.fa-youtube:hover {
	background-color: #F30D01;
	color: white;
}

/*
Heading
=========================== */
.heading {
	font-size: 36px;
	line-height: 48px;
	position: relative;
	display: inline-block;
	color: #058283;
}

.heading::after {
	content: '';
	display: block;
	margin: 12px auto 0;
	width: 50px;
	height: 4px;
	background: #141a5f;
	border-radius: 4px;
}


#contact .heading::after {
	background: #fff;
}

/*
Pixeden icon setting
=========================== */
.pe-feature {
	float: left;
	margin: 0 20px 0 0;
	width: 40px;
	height: 40px;
	font-size: 23px;
	line-height: 38px;
	text-align: center;
	border: 2px solid;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.feature-box:hover .pe-feature {
	color: #fff;
}

/*
Ui to top
======================================= */
#toTop {
	display: none;
	text-decoration: none;
	z-index: 600;
	position: fixed;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	width: 45px;
	height: 45px;
	border: none;
	text-indent: -999px;
	background-image: url(../img/ui.totop.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #2e2e2e;
	border-radius: 2px;
}

#toTopHover {
	background-image: url(../img/ui.totop.png);
	background-repeat: no-repeat;
	background-position: 0 -45px;
	width: 49px;
	height: 49px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
	outline: none;
}

/*
Loading
=========================== */
div.loading-invisible {
	display: none;
}

div.loading-visible {
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 20%;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	background-color: #1a1a1a;
	font-weight: 300;
}

div.loading-visible i {
	display: inline-block;
	margin-bottom: 20px;
}

div.loading-visible .loader {
	margin-bottom: 20px;
}

/*
Divider
=========================== */
.divider {
	float: left;
	width: 100%;
	height: 1px;
	display: block;
	background: #3f4149;
	margin: 40px 0 40px 0;
}

/*
Media responsive
=========================== */
.video-container,
.map-container,
.embed-container {
	position: relative;
	margin: 0 0 15px 0;
	padding-bottom: 52%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border: none;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
	border: none;
}

.video-wrapper {
	display: block;
	padding-left: 8.33333333%;
	margin-top: 20px;
}

/*
Clear spacer
=========================== */
.margin-clear {
	margin: 0;
}

.padding-clear {
	padding: 0;
}

.margintop-clear {
	margin-top: 0;
}

.paddingtop-clear {
	padding-top: 0;
}

.marginbot-clear {
	margin-bottom: 0;
}

.paddingbot-clear {
	padding-bottom: 0;
}

/*
Custom top spacer
=========================== */
.margintop5 {
	margin-top: 5px;
}

.margintop10 {
	margin-top: 10px;
}

.margintop15 {
	margin-top: 15px;
}

.margintop20 {
	margin-top: 20px;
}

.margintop25 {
	margin-top: 25px;
}

.margintop30 {
	margin-top: 30px;
}

.margintop35 {
	margin-top: 35px;
}

.margintop40 {
	margin-top: 40px;
}

.margintop45 {
	margin-top: 45px;
}

.margintop50 {
	margin-top: 50px;
}

.margintop55 {
	margin-top: 55px;
}

.margintop60 {
	margin-top: 60px;
}

/*
Custom bottom spacer
=========================== */
.marginbot5 {
	margin-bottom: 5px;
}

.marginbot10 {
	margin-bottom: 10px;
}

.marginbot15 {
	margin-bottom: 15px;
}

.marginbot20 {
	margin-bottom: 20px;
}

.marginbot25 {
	margin-bottom: 25px;
}

.marginbot30 {
	margin-bottom: 30px;
}

.marginbot35 {
	margin-bottom: 35px;
}

.marginbot40 {
	margin-bottom: 40px;
}

.marginbot45 {
	margin-bottom: 45px;
}

.marginbot50 {
	margin-bottom: 50px;
}

.marginbot55 {
	margin-bottom: 55px;
}

.marginbot60 {
	margin-bottom: 60px;
}

.marginbot80 {
	margin-bottom: 80px;
}

/*
Custom left spacer
=========================== */
.marginleft5 {
	margin-left: 1px;
}

.marginleft10 {
	margin-left: 10px;
}

.marginleft15 {
	margin-left: 15px;
}

.marginleft20 {
	margin-left: 20px;
}

/*
Custom right spacer
=========================== */
.marginright5 {
	margin-right: 1px;
}

.marginright10 {
	margin-right: 10px;
}

.marginright15 {
	margin-right: 15px;
}

.marginright20 {
	margin-right: 20px;
}

/*
Custom responsive
=========================== */
@media (min-width: 1200px) {

	.navbar-default .navbar-nav li a,
	.navbar-default .navbar-nav li a:focus {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 25px 0;
		font-family: Inter, sans-serif;
	}

	.slider-wrapper {
		width: 867px;
		top: 38px;
		left: 38px;
	}

}

@media (min-width: 768px) and (max-width: 990px) {
	.slider-wrapper {
		width: 662px;
		top: 30px;
		left: 30px;
	}

	.navbar-default .navbar-nav li a,
	.navbar-default .navbar-nav li a:focus {
		padding: 35px 8px 35px 8px;
		font-size: 12px;
	}

	.navbar-right a.btn {
		font-size: 12px;
	}

	.navbar-brand {
		float: left;
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.navbar-header {
		float: left;
		display: block;
		width: 100%;
		padding: 25px 0 10px 0;
		text-align: center;
	}

	.home-contain,
	.video-wrapper {
		padding: 240px 0 0 0;
	}

	.screenshot-wrapper {
		width: 699px;
		top: 55px;
		left: 10px;
	}

	.contain {
		padding-top: 140px
	}

	.pricing-wrapper {
		margin-bottom: 30px;
	}

	.flex-direction-nav a {
		display: none;
		opacity: 1;
	}

	.flexslider:hover .flex-direction-nav a {
		display: block;
	}
}

@media (max-width: 767px) {
	.navbar-brand {
		float: none;
		margin: 0;
	}

	.navbar-header {
		float: right;
		width: 100%;
		padding: 26px 20px 26px 0;
	}

	.navbar-default .navbar-collapse {
		clear: both;
		border-top: none;
		float: none;
		width: 100%;
		box-shadow: none;
		overflow-x: hidden;
		overflow-y: auto;
		margin: 0;
		padding: 0 30px 0 30px;
	}

	.navbar-default .collapse li {
		width: 100%;
	}

	.navbar-default .navbar-nav li a,
	.navbar-default .navbar-nav li a:focus {
		padding: 10px 20px 10px 20px;
		margin: 5px 2px 5px 2px;
		border-radius: 2px;
		border: 1px solid #8b8b95;
	}

	.navbar-default .navbar-nav li a.selected,
	.navbar-default .navbar-nav .active a,
	.navbar-default .navbar-nav .dropdown.active a,
	.navbar-default .navbar-nav .active a:hover,
	.navbar-default .navbar-nav .dropdown.active a:hover,
	.navbar-default .navbar-nav .active a:focus,
	.navbar-default .navbar-nav .dropdown.active a:focus {
		background-image: none;
	}

	.navbar-default .navbar-nav li a:hover {
		border-top: 3px solid #fff;
	}


	.navbar-right {
		float: left;
		margin: 0 0 0 -18px;
		padding: 10px 0 30px 0;
	}

	.navbar-right a {
		margin-right: 5px;
	}

	.slider-wrapper {
		width: 93%;
		top: 4%;
		left: 4%;
	}

	.screenshot-wrapper {
		width: 97%;
		top: 12.5%;
		left: 1.5%;
	}

	.pricing-wrapper {
		margin-bottom: 30px;
	}

	ul.client-list-updated li {
		border: none;
	}

	ul.client-list-updated li ul li,
	ul.client-list-updated li ul li.last {
		width: 100%;
		border: 1px solid #e2e2e2;
		padding: 45px 0 45px 0;
		margin-bottom: 20px;
	}

	.flex-direction-nav a {
		display: none;
		opacity: 1;
	}

	.flexslider:hover .flex-direction-nav a {
		display: block;
	}

	.counter-contain h3 {
		font-size: 42px;
		line-height: 56px;
	}

	.contact-contain {
		padding: 40px 0 40px 0;
	}

	ul.listForm li {
		width: 100%;
	}

	.counter-number {
		font-size: 48px;
		line-height: 62px;
	}

	.home-contain {
		padding: 120px 0 50px 0;
	}

	.home-wrapper h3 {
		font-size: 44px;
		line-height: 72px;
	}

	.home-wrapper h3 span {
		line-height: 36px;
		font-size: 22px;
	}
}



body {
	background: aliceblue;
}

.section-padding {
	padding: 60px 0;
}

.brand-carousel {
	background: aliceblue;
	margin-top: 15%;
}

.owl-dots {
	text-align: center;
	margin-top: 4%;
}

.owl-dot {
	display: inline-block;
	height: 15px !important;
	width: 15px !important;
	background-color: #878787 !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}

.owl-dot.active {
	background-color: #000 !important;
}

.btnDemo {
	background-color: rgb(12 201 9 / 86%);
	text-decoration: none;
}

.btnDemo:hover {
	color: white;
}

h2 {
	text-align: center;
	padding: 20px;
}

/* Slider */

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.buttonclr {
	background-color: rgb(27, 140, 184);
}

body {
	align-items: center;
	justify-content: center;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-250px * 7));
	}
}

.slider {
	height: 100px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: auto;
}

.slider .slide-track {
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 14);
}

.slider .slide {
	height: 100px;
	width: 250px;
}

.EmtMode {
	padding: 2px;
	margin-top: 5px;
	font-family: Candara;
	font-size: 20px;
	font-weight: bold;
	background-color: rgba(27, 184, 154, 1);
	color: white;
	text-align: center;
}

.modelp {
	font-family: 'Open Sans';
	font-size: 13px;
	color: white;
}

.erplogo {
	margin-top: 22px;
	list-style: none;
	font-family: 'Karla', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: rgba(24, 62, 113, 1);
}

.erplogo li img {
	padding: 3px 3px 5px 0px;
}

.tom.col-md-4.col-sm-6.col-xs-12.align-items-stretch.wow.zoomIn.animated {
	background-color: rgb(44, 127, 160);
	color: black;
	border-radius: 20px;
}

.tom-one.col-md-4.col-sm-6.col-xs-12.align-items-stretch.wow.zoomIn.animated {
	background-color: rgb(44, 127, 160);
	color: black;
	border-radius: 20px;
}

.why-choose h4 {
	text-align: center;
	color: #0E8384;
	height: 52px;
	margin: 7px 0px 0px 0px;
	padding: 8px 3px 0px 0px;
	/* border-radius: 44px; */
	background-color: transparent;
	font-size: 28px;
}


/* Testimonial CSS Code Start */
/* background */
.carousel-bg {
	background-color: none;
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

/* quote */
.quote-image {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding-top: 60px;
	width: 80px;
}

/* text-style */
.testimonial-style .testimonial-caption-style {
	font-family: "Roboto";
	font-weight: 400;
	font-size: 24px;
	color: #354052;
	line-height: 30px;
	bottom: 40%;
	text-shadow: none;
	top: 10%;
}

.testimonial-style .testimonial-authors {
	font-family: "Roboto";
	font-weight: 700;
	font-size: 20px;
	color: #354052;
	line-height: 30px;
	margin-top: 40px;
}

/* carousel-height-control */
.testimonial-style .carousel-inner>.item {
	padding-top: auto;
	padding-bottom: auto;
	height: 380px;
}

/* carousel-left-right-control */
.testimonial-style .carousel-control.left {
	background: none;
	box-shadow: none;
	text-shadow: none;
}

.testimonial-style .carousel-control.right {
	background: none;
	box-shadow: none;
	text-shadow: none;
}

.testimonial-style .carousel-control {
	color: #133163;
}

.testimonial-style .carousel-control:hover {
	color: #5995b1;
	text-decoration: none;
	transition: background-color 1s ease;
}

/* indicators */
.testimonial-style .carousel-indicators .active {
	background-color: #ffffff;
	width: 14px;
	height: 14px;
	transition: background 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.testimonial-style .carousel-indicators li {
	border: 2px solid #354052;
	background-color: #354052;
}

/* Textimonial CSS Code End */


.servheading h1 {
	font-size: 5rem;
	font-weight: 800;
	margin: 4rem 12rem 5.5rem 0rem;
	color: #21294c;
}

h1 b {
	color: #2cb6af;
	background-color: #00A6A626;
	padding: 5px 15px 5px 15px;
	border-radius: 10px 10px 10px 10px;
	margin-left: 12px;
}



.serviceList {
	color: rgb(255, 51, 0);
	text-align: justify;
	margin-left: 206px;
	font-size: 20px;
	font-family: Copperplate Gothic;
	text-transform: none;
	list-style: none;
}

.emodel {
	padding: 20%;
	background-color: white;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
	text-align: center;
	padding: 70px 20px 80px 20px;
	transition: all ease-in-out 0.3s;
	background: #fff;
	box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease-in-out 0.3s;
	position: relative;
}

.services .icon-box .icon i {
	font-size: 36px;
	transition: 0.5s;
	position: relative;
}

.services .icon-box .icon svg {
	position: absolute;
	top: 0;
	left: 0;
}

.services .icon-box .icon svg path {
	transition: 0.5s;
	fill: #f5f5f5;
}

.services .icon-box h4 {
	font-weight: 600;
	margin: 10px 0 15px 0;
	font-size: 22px;
}

.services .icon-box h4 a {
	color: #124265;
	transition: ease-in-out 0.3s;
}

.services .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.services .icon-box:hover {
	border-color: #fff;
	box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
	color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
	color: #fff;
}

.services .iconbox-blue:hover .icon path {
	fill: #47aeff;
}

.services .iconbox-orange i {
	color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
	color: #fff;
}

.services .iconbox-orange:hover .icon path {
	fill: #ffa76e;
}

.services .iconbox-pink i {
	color: #e80368;
}

.services .iconbox-pink:hover .icon i {
	color: #fff;
}

.services .iconbox-pink:hover .icon path {
	fill: #e80368;
}

.services .iconbox-yellow i {
	color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
	color: #fff;
}

.services .iconbox-yellow:hover .icon path {
	fill: #ffbb2c;
}

.services .iconbox-red i {
	color: #ff5828;
}

.services .iconbox-red:hover .icon i {
	color: #fff;
}

.services .iconbox-red:hover .icon path {
	fill: #ff5828;
}

.services .iconbox-teal i {
	color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
	color: #fff;
}

.services .iconbox-teal:hover .icon path {
	fill: #11dbcf;
}

.servicehead {
	color: Linear Gradient rgba(0, 167, 157, 1) rgba(79, 209, 217, 1);
}


.indrustryCov {
	padding: 25px 0px 0px 0px;
	background: transparent;
	opacity: 1.9232;
	font-size: 24px;
	line-height: 32px;
}

h3.contact-heading {
	color: white;
	margin-bottom: 80px;
	margin: -17px 0px 44px 0;
}

/* .indrustryCov h3 {
	color: #fff;
	font-size: 48px;
	line-height: 56px;
	text-transform: uppercase;
}

.incov {
	color: #be1e2d;
} */

/* .serviceBanner {
	
    height: 45px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #0f0f0f;
    background-color: #098798;
    border: none;
	box-shadow: 0px 8px 15px;
    border-radius: 45px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    margin-bottom: 17px;
}
.serviceBanner:hover {
	background-color: transparent;
	box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
	color: black;
	transform: translateY(-7px);
} */

.serviceheading:hover {
	font-family: 'Karla', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	font-weight: 500;
	color: #000;

	border: none;
	border-radius: 45px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	margin-bottom: 8px;
}

@media screen and (max-width:1200px) {
	.res-div {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40%;
	}
}

@media screen and (max-width:600px) {
	.res-div {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40%;
	}
}





/* ..... vat software ....  */
.heading-title {
	background: url(../service/software.jpeg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
}

.heading-title h2 {
	position: absolute;
	top: 50%;
	left: 20%;
	text-align: center;
	font-size: 56px;
	color: white;
}
.vat-mng {
    text-align: center;
    margin-bottom: 20px;
}

.vat-mng h3 {
    font-size: 34px; 
    color: darkcyan; 
}
.heading-text {
	margin: 6px 5px 7px 27px;
	/* text-align: center; */
}

.heading-text p {
	text-align: justify;
}

.erplogo-one {
	margin-top: 22px;
	list-style: none;
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	font-weight: 00;
	/* color: rgba(24, 62, 113, 1); */
}

.erplogo-one li img {
	padding: 3px 3px 5px 0px;
}

/* .... vat training ...  */
.vat-title {
	background: url(../service/training.jpeg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
}

.vat-title h2 {
	position: absolute;
	top: 50%;
	left: 20%;
	text-align: center;
	font-size: 56px;
	color: white;
}

.vat-train-img img {
	margin: 96px 0px 0px 76px;
}

.vat-train-img img {
	margin: 6px 0px 0px 60px;
}

/* ....consultacy..  */



.vat-consul-title {
	background: url(../service/consultacy.jpeg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
}

.vat-consul-title h2 {
	position: absolute;
	top: 50%;
	left: 40% !important;
	text-align: center;
	font-size: 56px;
	color: white;
}


/* ... registration  ..  */
.vat-reg-title {
	background: url(../service/registration.jpeg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
}

.vat-reg-title h2 {
	position: absolute;
	top: 50%;
	left: 30% !important;
	text-align: center;
	font-size: 56px;
	color: white;
}

/* ... return  ..  */

.vat-return-title {
	background: url(../service/return.jpeg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
}

.vat-return-title h2 {
	position: absolute;
	top: 50%;
	left: 10%;
	text-align: center;
	font-size: 46px;
	color: white;
}

/* audit  */



.vat-audit-title {
	background: url(../service/vat\ audit.jpeg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
}

.vat-audit-title h2 {
	position: absolute;
	top: 50%;
	left: 38%;
	text-align: center;
	font-size: 56px;
	color: white;
}

.row {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

/* Responsive Section  */
/* ...why choose us ....  */


#how_to_get .accordion-inner .col-sm-3 img {
    max-width: 100%;
}

/* Media query for screens between 320px and 419px */
@media only screen and (min-width: 320px) and (max-width: 419px) {
    #how_to_get .accordion-inner .col-lg-6 {
        width: 100%; 
        margin-bottom: 20px; 
    }

    #how_to_get .accordion-inner .col-sm-3 {
        width: 30%; 
    }

    #how_to_get .accordion-inner .col-sm-9 {
        width: 70%; 
        display: inline-block;
        vertical-align: top; 
    }
}
@media only screen and (min-width: 420px) and (max-width: 576px) {
    #how_to_get .accordion-inner .col-lg-6 {
        width: 100%; 
        margin-bottom: 20px; 
    }

    #how_to_get .accordion-inner .col-sm-3 {
        width: 30%; 
    }

    #how_to_get .accordion-inner .col-sm-9 {
        width: 70%; 
        display: inline-block; 
        vertical-align: top; 
    }
}
@media only screen and (min-width: 577px) and (max-width: 775px) {
    #how_to_get .accordion-inner .col-lg-6 {
        width: 100%; 
        margin-bottom: 20px;
		margin-left: 8px; 
    }

    #how_to_get .accordion-inner .col-sm-3 {
        width: 30%; 
    }

    #how_to_get .accordion-inner .col-sm-9 {
        width: 70%; 
        display: inline-block; 
        vertical-align: top; 
    }
}
@media only screen and (min-width: 776px) and (max-width: 995px) {
    #how_to_get .accordion-inner .col-lg-6 {
        width: 100%; 
        margin-bottom: 20px;
		margin-left: 8px; 
    }

    #how_to_get .accordion-inner .col-sm-3 {
        width: 30%; 
    }

    #how_to_get .accordion-inner .col-sm-9 {
        width: 70%; 
        display: inline-block; 
        vertical-align: top; 
    }
}


/* implementatiojn  */
@media only screen and (min-width: 776px) and (max-width: 995px)  {
    .heading-implement {
        height: 300px; 
    }
    
    .heading-implement h2 {
		font-size: 30px;
		margin-left: -174px;
		margin-top: 31px;
    }
	.api-flow img {
        max-width: 100%; 
    }
}

@media only screen and (min-width: 577px) and (max-width: 775px)  {
    .heading-implement {
        height: 200px; 
    }
    
    .heading-implement h2 {
        font-size: 23px; 
		margin-left: -90px;
    }
	.vat-mng h3 {
        font-size: 22px; 
    }
	.api-flow img {
        max-width: 80%; 
    }
}
@media only screen and (min-width: 420px) and (max-width: 576px) {
    .heading-implement {
        height: 200px; 
    }
    
    .heading-implement h2 {
        font-size: 24px; 
		margin-left: -72px;
    }
	.vat-mng h3 {
        font-size: 20px; 
    }
	.api-flow img {
        max-width: 100%; 
    }
}
@media only screen and (min-width: 320px) and (max-width: 419px) {
    .heading-implement {
        height: 200px; 
    }
    
    .heading-implement h2 {
        font-size: 18px; 
    }
	.vat-mng h3 {
        font-size: 18px; 
    }
	.api-flow img {
        max-width: 100%; 
    }
}
/* software audit mobile consultancy training  */
@media only screen and (min-width: 776px) and (max-width: 995px)  {
	.heading-title{
		height: 300px; 
	}
	.heading-title h2{
		font-size: 30px;
		margin-left: 174px;
		margin-top: 31px;
	}
	.right-img img {
        max-width: 100%;
        height: auto;
    }


	.vat-title{
		height: 300px; 
	}
	.vat-title h2{
		font-size: 30px;
		margin-left: 174px;
		margin-top: 31px;
	}
	.vat-train-img img {
        max-width: 100%;
        height: auto;
    }


	.vat-consul-title{
		height: 300px; 
	}
	.vat-consul-title h2{
		font-size: 30px;
		margin-left: 174px;
		margin-top: 31px;
	}
	.vat-train-img img {
        max-width: 100%;
        height: auto;
    }


	.vat-reg-title{
		height: 300px; 
	}
	.vat-reg-title h2{
		font-size: 30px;
		margin-left: 174px;
		margin-top: 31px;
	}
	.vat-train-img img {
        max-width: 100%;
        height: auto;
    }


	.vat-return-title{
		height: 300px; 
	}
	.vat-return-title h2{
		font-size: 30px;
		margin-left: 174px;
		margin-top: 31px;
	}
	.vat-train-img img {
        max-width: 100%;
        height: auto;
    }


	.vat-audit-title{
		height: 300px; 
	}
	.vat-audit-title h2{
		font-size: 30px;
		margin-left: 174px;
		margin-top: 31px;
	}
	.right-img img {
        max-width: 100%;
        height: auto;
    }

	
}

@media only screen and (min-width: 577px) and (max-width: 775px)  {
	.heading-title{
		height: 300px; 
	}
	.heading-title h2{
		font-size: 30px;
		margin-left: 174px;
		margin-top: 31px;
	}
	.right-img img {
        max-width: 100%;
        height: auto;
    }


	.vat-title{
		height: 300px; 
	}
	.vat-title h2{
		font-size: 30px;
		margin-left: 174px;
		margin-top: 31px;
	}
	.vat-train-img img {
        max-width: 100%;
        height: auto;
    }


	.vat-consul-title{
		height: 300px; 
	}
	.vat-consul-title h2{
		font-size: 30px;
		margin-left: 174px;
		margin-top: 31px;
	}
	.vat-train-img img {
        max-width: 100%;
        height: auto;
    }


	.vat-reg-title{
		height: 300px; 
	}
	.vat-reg-title h2{
		font-size: 30px;
		margin-left: 174px;
		margin-top: 31px;
	}
	.vat-train-img img {
        max-width: 100%;
        height: auto;
    }


	.vat-return-title{
		height: 300px; 
	}
	.vat-return-title h2{
		font-size: 30px;
		margin-left: 174px;
		margin-top: 31px;
	}
	.vat-train-img img {
        max-width: 100%;
        height: auto;
    }


	.vat-audit-title{
		height: 300px; 
	}
	.vat-audit-title h2{
		font-size: 30px;
		margin-left: 174px;
		margin-top: 31px;
	}
	.right-img img {
        max-width: 100%;
        height: auto;
    }
}
@media only screen and (min-width: 420px) and (max-width: 576px) {
    .heading-title {
        height: 200px; 
    }
    
	.heading-title h2 {
        font-size: 24px; 
		margin-left: 62px;
    }
	.right-img img {
        max-width: 100%;
        height: auto;
    }
}
@media only screen and (min-width: 320px) and (max-width: 419px) {
	.heading-title{
		height: 300px; 
		margin-left: -250px !important;
	}
	.heading-title h2{
		font-size: 30px;
		margin-left: 174px;
		margin-top: 31px;
	}
	.right-img img {
        max-width: 100%;
        height: auto;
    }


	.vat-title{
		height: 300px; 
		margin-left: -250px;
	}
	.vat-title h2{
		font-size: 30px;
		margin-left: 174px;
		margin-top: 31px;
	}
	.vat-train-img img {
        max-width: 100%;
        height: auto;
    }


	.vat-consul-title{
		height: 300px; 
		margin-left: -250px;
	}
	.vat-consul-title h2{
		font-size: 30px;
		margin-left: 174px;
		margin-top: 31px;
	}
	.vat-train-img img {
        max-width: 100%;
        height: auto;
    }


	.vat-reg-title{
		height: 300px; 
		margin-left: -250px;
	}
	.vat-reg-title h2{
		font-size: 30px;
		margin-left: 174px;
		margin-top: 31px;
	}
	.vat-train-img img {
        max-width: 100%;
        height: auto;
    }


	.vat-return-title{
		height: 300px; 
		margin-left: -250px;
	}
	.vat-return-title h2{
		font-size: 30px;
		margin-left: 174px;
		margin-top: 31px;
	}
	.vat-train-img img {
        max-width: 100%;
        height: auto;
    }


	.vat-audit-title{
		height: 300px; 
		margin-left: -250px;
	}
	.vat-audit-title h2{
		font-size: 30px;
		margin-left: 168px;
		margin-top: -13px;
	}
	.right-img img {
        max-width: 100%;
        height: auto;
    }
}

/* ...  */

@media (max-width: 992px) {
    .imple-img {
        text-align: center; 
    }
}

@media (max-width: 768px) {
    .col-lg-6 {
        flex: 0 0 100%; 
        max-width: 100%; 
    }
}

@media (min-width: 320px) and (max-width: 419px) {
	.icon-two .col-sm-4 {
		width: 100%;
		max-width: 33.33333%; /* Set to 1/3 of the container width */
		flex-basis: 33.33333%; /* Set to 1/3 of the container width */
	}
}
@media (min-width: 320px) and (max-width: 419px) {
	.icon-two {
		margin: 20px; /* Adjust the margin for smaller screens */
	}
	.implementation-img {
		margin: 0 10px; /* Adjust the margin for smaller screens */
	}
}