/* Theme Name: XgenInnovation *
* Developed By: Sumit Rana*
* Version: 1.0, 2023*
*/
/*============================================================================================*/
/* 1. SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');




@font-face {
  font-family: "Raleway", sans-serif;
  src: url(../fonts/lack-regular.otf);
}
/*-------- 1.1 Typography --------*/
 html {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
	font-size: 18px;
}
 body {
    font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.5em;
	text-transform: none;
	color: #8d949e;
	overflow-x: hidden;
}
 h1, h2, h3, h4, h5, h6 {
	color: #272727;
	line-height: 1.5;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #3e46b3;
	text-decoration: none;
}
label {
     color:#444;
     font-weight:500;
}
.form-control {
	min-height: 50px;
	border-color: #e1e1e1;
	border-radius: 6px;
	box-shadow: none;
	margin-bottom: 20px;
}
.form-control::placeholder {
	color: #495057;
	opacity: 1;
	font-size: 14px;
	font-weight: 500;
}
.search-field .custom-select{
	font-size: 14px;
	font-weight: 500;
}
.form-control.input-sm {
	min-height: 36px;
}
.text-primary {
	color: #3e46b3 !important;
}
.text-info {
	color: #0b8d9e !important;
}
.text-light {
	color: #6e6e6e !important;
}
.bg-info {
	background-color: #0b8d9e !important;
}
.btn-primary {
	border-color: #3c46b9 !important;
	background-color: #3c46b9 !important;
	color: #ffffff !important;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	padding: 12px 20px;
	border-radius: 30px;
}
.btn.with_icon {
	display: flex;
	align-items: center;
	text-align: left;
	max-width: 300px;
	padding: 1em;
}
.btn.with_icon .button_icon {
	font-size: 1.5em;
	margin-right: 0.3em;
}
.btn .button_title {
	color: #fff;
	text-transform: capitalize;
	font-size: .95em;
	display: block;
	line-height: 1.3;
}
.btn .button_subtitle {
	color: #8d949e;
	text-transform: uppercase;
	font-size: .7em;
	display: block;
	line-height: 1.3;
}
.btn:hover .button_subtitle {
	color: #fff;
}
.btn-primary {
	border-color: #3150cd !important;
	background-color: #3150cd !important;
	color: #ffffff !important;
}
.btn-primary:hover {
	border-color: #2947c1  !important;
	background-color: #2947c1  !important;
	color: #ffffff !important;
}
.btn-info:not(:hover) {
	border-color: #0b8d9e !important;
	background-color: #0b8d9e !important;
	color: #ffffff !important;
}
.btn-lg {
	border-radius: 10px;
	padding: 1em 2.2em;
	font-size: 18px;
	letter-spacing: 0;
}
.text-primary {
	color:3d48b2;
}
.strong {
    font-weight: bold;
}
/*-------- 1.2 Structure --------*/
.container-fluid.wide {
	max-width: 1800px;
	margin: 0 auto;
}

.item_title {
	font-size: 2.4em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	line-height: 1.1em;
	font-weight: 200;
}
.item_title strong {
	font-weight: 600;
}
@media (max-width: 768px) { 
	html {
		font-size: 80%;
	}
}
@media (min-width: 1500px) { 
	.container {
		max-width: 1400px;
	}
}

/*============================================================================================*/
/* 2. HEADER AND NAVIGATION */
/*============================================================================================*/
/*-------- 2.1 Header --------*/
.v-center{
	align-items: center;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
/* header */
.header {
	display: block;
	width: 100%;
	/* position: absolute; */
	z-index: 99;
	padding: 8px;
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
}
.header .item-left{
	flex:0 0 15%;
}
.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.header .item-center{
	flex:0 0 50%;
	text-align: center;
}
.header .item-right {
	flex: 0 0 35%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 0px;
     transition: color 0.3s ease;
}
.header .item-right a {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 25px;
}
.header .menu > ul > li > a{
	font-size: 16px;
	font-weight: 500;
	color:#000000;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu {
	position: absolute;
	z-index: 500;
	background-color: #ffffff;
	box-shadow: -2px 8px 24px 0px rgba(0,0,0,0.2);
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top: 25px;
	opacity: 0;
	visibility: hidden;
}
.logo img {
	width: 120px;
}
 a.start-proj {
	margin-left: 50px;
	font-size: 14px;
	color: #002134;
	background-color: #1e2248;
	border-radius: 30px;
	padding: 7px 20px;
}
.more-btn {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}
 a.start-proj span {
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}
.more-btn span {
	position: relative;
	z-index: 1;
}
a.start-proj {
  font-size: 14px;
  color: #002134;
}
.more-btn::after {
	content: "";
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	border-radius: 7px;
	display: block;
	background-color:#646464;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
	transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
	transition: transform .6s cubic-bezier(.785, .135, .15, .86);
	transition: transform .6s cubic-bezier(.785, .135, .15, .86),-webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
}
 a.start-proj:hover {
  color: #fff;
}
.more-btn:hover::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
}
.more-btn.start-proj:hover {
	color: #fff !important;
}







@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu {
	margin-top: 0;
	visibility: visible;
	opacity: 1;
	border-radius: 10px;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding: 10px 0;
	/* display: inline-block; */
	font-size: 15px;
	color: #000;
	transition: color 0.3s ease;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.header .menu > ul > li .sub-menu.mega-menu{
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 580px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 50%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
	font-size: 18px;
	color: #1e2248;
	font-weight: 700;
	line-height: 1;
	padding: 10px 0;
	text-align: left;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#1e2248;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}
.call {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	margin-right: 1rem;
}
.call .call-icon {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  position: relative;
}
 .call .call-icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  border: 2px solid #1e2248;
}
.call .call-icon svg {
  height: 18px;
  width: 18px;
  float: left;
  stroke: #fff;
  stroke-width: 1px;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}
.call .call-icon svg {
  stroke: #1e2248;
  stroke-width: 2px;
}
.call .call-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
}
.call .call-txt span {
  margin-bottom: 0px;
  float: left;
  color: #000;
  font-size: 16px;
}
.call .call-txt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.call .call-txt a span {
  letter-spacing: 1.5px;
  color: #000;
  font-size: 15px;
  margin: 0;
}
.call .call-txt a svg {
  width: 6px;
  height: 10px;
  float: left;
  fill: #fff;
  margin-left: 10px;
}
.call .call-txt a svg {
  fill: #fff;
}







/*responsive*/
@media(max-width: 991px){
	.btn-register-header {
		border: solid 1px #fff;
	}
	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left,
	.header .item-right{
		flex:0 0 auto;
	}
	.v-center{
		justify-content: space-between;
	}
	.header .mobile-menu-trigger {
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 14px;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #000;
		width: 24px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #000;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
}
@media(max-width:768px){
	.logo {
		display: inline-block;
	}
	.header .mobile-menu-trigger {
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
		position: absolute;
	}
	#banner {
		background-position: right top;
		padding: 3rem 0 !important;
		background-size: cover!important;
		background-position: bottom!important;
		box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
	}
	.subscribe-form button {
    	padding: 14px 20px !important;
    }
}

/*-------- 2.2 Footer --------*/
#footer{
	background-color:#1a1b1f;
}
.subscribe {
	background: #1e2248;
}
.footer-menu {
	background: #1e2248;
	padding-bottom: 2rem;
}
.footer_areya {
    padding: 5em 0 0;
}
.text_footer p {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    padding-top: 1em;
}
.text_title h5 {
    color: #fff;
    padding: 1em;
    font-weight: 600;
}
.menu_link {
	list-style: none;
	padding: 0;
}
.menu_link li a {
	color: #666;
	font-weight: 300;
	font-size: 14px;
}
.text_footer {
    display: flex;
    flex-wrap: wrap;
}
.text_title {
	color: #fff;
	padding: 0.4em;
	padding-left: 1em;
	padding-left: 0em;
	font-weight: 400;
	font-size: 0.9rem;
}
.social_icon{
	 list-style: none;
}
.social_icon li{
	display:inline-block;
	padding: 1px;
}
.social_icon li a {
    color: #fff;
    font-size: 26px;
    border: 1px solid #fff;
    padding: 5px 13px;
}

.footer-box ul li a {
	color: #d9d6d6;
}
.footer-box {
	background: #3d48b2;
	padding: 30px 50px;
	border-radius: 4px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 350px;
}
.footer-btoom {
	background: #0d0e12;
	display: flex;
	justify-content:space-between;
	padding: 20px;
}
.footer-btoom p {
	margin:0;
	font-size:14px;
	color:#666;
}
.item_menu {
	padding-bottom: 40px;
}




/*============================================================================================*/
/* 3. INDEX PAGE */
/*============================================================================================*/
/*-------- 3.1 Banner --------*/

#banner {
	background: url(../images/banner-top.jpg);
	background-repeat: no-repeat;
	padding: 8rem 0;
	 background-size: contain;
	 background-position: right;
}
.left-bar h2 {
	font-weight: 600;
	font-size: 70px;
	line-height: 1.1;
	color: #171717;
}
.left-bar p {
	margin-bottom: 0;
	color: #333;
	font-weight: 600;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
#demo .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -50px;
	left: 0;
	z-index: 2;
	display: block;
	justify-content: center;
	padding: 0;
	margin-right: unset;
	margin-bottom: 1rem;
	margin-left: 0;
	list-style: none;
}
#demo .carousel-indicators [data-bs-target] {
	background: #000;
	border-radius: 50%;
	line-height: 0;
	object-fit: contain;
	border: 6px solid #1e2248;
	width: auto;
	height: auto;
}
.btn-register-header {
  display: inline-block;
  color: #fff;
  vertical-align: super;
  border-radius: 10px;
  border: solid 1px #1e2248;
  background-color: #1e2248;
  padding: 9px 20px 9px 47px;
  position: relative;
}

.btn-register-header::before {
  box-shadow: 0 0 0 rgba(255,255,255,.4);
  animation: pulso 2s infinite;
  transition: .5s;
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  position: absolute;
  left: 15px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-register-header.animation-on-hover.clickcustomform:hover {
	color: #fff;
}
.btn-register-header {
 transition:.5s;
}
.pripar-section h6 {
	font-family: 'Montserrat', sans-serif;
}
.pripar-section h3 {
	font-size: 34px;
	color: #333;
}
.pripar-section p {
	font-size: 16px;
	color: #222;
	font-weight: 500;
	line-height: 1.5;
}
.contact-icon .call {
	margin-right: 0rem;
	background: #1e2248;
	padding: 10px;
	border-radius: 8px;
	width: 238px;
	border: 2px solid #fff;
}
.contact-icon .call .call-txt span {
	margin-bottom: 0;
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}
.contact-icon .call .call-icon::before {
	border: 2px solid #fff;
}
.contact-icon .call .call-icon svg {
	stroke: #fff;
	stroke-width: 2px;
}
.contact-icon .call .call-icon {
	margin-right: 10px;
	width: 40px;
	height: 40px;
}
.pripar-section {
	position: relative;
}
.contact-icon {
	position: absolute;
	top: 40%;
	right: -60px;
}
.voice {
	padding: 3rem 0;
}



.services-wrapper {
	align-items: unset;
}
.row-flexible-center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.services-title-main {
	z-index: 2;
}
.services-title {
	position: sticky;
	top: 0;
}
.service-list {
	counter-reset: my-sec-counter;
	margin-top: 5rem;
	list-style: none;
}
.service-list li:not(:last-child) {
	margin-bottom: 0rem;
	display: block;
}
.service-list {
	list-style: none;
	border: 0;
}
.service-list li.active #validation .tile.tile--service {
	background-image: linear-gradient(67deg,#c9ffec 0%,#cadaff 95%);
}
.tile.tile--service {
	padding: 45px 30px;
	box-shadow: -.7px 2.9px 53.8px 0 rgba(0,0,0,16%);
	border-radius: 14px;
	position: relative;
	background: #fff;
	display: flex;
	align-items: center;
	cursor: pointer;
	width: 145%;
}
.service-list li.active .service-list__item .tile.tile--service::before {
	transform: rotate(75deg);
}
.tile.tile--service::before {
	content: "";
	position: absolute;
	height: 24px;
	width: 24px;
	background-image: url("https://cdn-gnpmp.nitrocdn.com/zXfatNvCxdJLOJQwdBcjdAFpyWHclmaD/assets/images/optimized/rev-2a6d2fb/wp-content/themes/Avada-Child-Theme/media/2022/08/f1dcabc19a4fc327fc89daf57b840cbf.pointer-arrow.svg");
	right: 10px;
	top: 10px;
	z-index: 11;
	border-radius: 50%;
	transition: all .3s;
}
.tile.tile--service .icn {
	width: 38px;
	height: 38px;
	display: flex;
	margin-right: 27px;
}
.service-list li.active .service-list__item h3 {
	font-weight: bold;
}
.tile.tile--service h3 {
	line-height: 1.33;
	margin: 0;
	width: calc(100% - 65px);
	color: #000;
	font-size: 22px;
	font-weight: 600;
}
.tile.tile--service::after {
	content: "0" counter(my-sec-counter);
	counter-increment: my-sec-counter;
	font-size: 105px;
	font-weight: 600;
	position: absolute;
	background-image: linear-gradient(to bottom,rgba(0,0,0,.14) 0%,rgba(255,255,255,0) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	right: 37px;
	z-index: 1;
	line-height: 1;
	letter-spacing: -4px;
}
.home-services-inners {
	height: 60vh;
}
.home-services-inners {
	position: sticky;
	top: 12vw;
	left: 0;
	height: 70vh;
	background-color:#1e2248;
	overflow: hidden;
}
.home-services-inners .services-content {
	padding: 8% 5.5% 8% 20%;
}
.home-services-inners .services-content {
	padding: 60px 30px 60px 18%;
	height: 100%;
	vertical-align: middle;
	position: absolute;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
	top: 0;
	color: #fff;
}
.service-list__item.nav-link.active .tile.tile--service{
	background-image: linear-gradient(67deg,#c9ffec 0%,#cadaff 95%);
}
 .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: transparent;
}
.new-heading-style {
	margin-bottom: 50px;
	position: relative;
}
.nav-tabs .nav-link.active {
	background-color: transparent !important;
}
.home-services-inners .services-content {
	color: #fff;
}
.services-content .new-heading-style h4, .services-content .new-heading-style p {
	color: inherit;
}
.new-heading-style h4 {
	font-size: 30px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
	color: #131d2b;
	margin: 20px 0;
	margin-bottom: 10px;
}
.services-content .new-heading-style .sub-title {
	font-size: 24px;
	margin-bottom: 17px;
}
.new-heading-style p {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #353536;
}
.services-content .new-heading-style .btn-plane {
	background: #fff;
	border: none;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0;
	padding-right: 5rem;
	/* text-decoration: underline !important; */
	margin-top: 2rem;
	color: #1e2248;
	padding-left: 1rem;
}
.btn-register-header {
	display: inline-block;
	color: #fff;
	vertical-align: super;
	padding: 9px 20px 9px 47px;
	position: relative;
}
.btn-register-header {
	transition: .5s;
}
.services-content .new-heading-style .btn-plane::before {
	right: 1rem;
	border: none;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	left: unset;
	height: 34px;
	width: 34px;
	background-image: url(../images/22.svg);
	background-size: contain;
	background-position: center;
}
.btn-register-header::before {
	box-shadow: 0 0 0 rgba(255,255,255,.4);
	animation: pulso 2s infinite;
	transition: .5s;
	content: "";
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	position: absolute;
	left: 15px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.service__item .icn {
	margin-bottom: 0.8rem;
}
.home-services-inners .services-content {
	color: #fff;
}
.service__item h4 {
	color: #fff;
	font-size: 16px;
}
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: transparent;
}
.services-title .nav-item {
	width: 145%;
}
.choose-us {
	padding: 3rem 0;
	background: #f4f4f4;
	margin-top: 3rem;
}
.box-section {
	background-size: cover;
	padding: 2.3rem;
	box-shadow: 0 0 19px rgba(0, 0, 0, 0.09);
	border-radius: 7px;
	margin-bottom: 28px;
	height: 320px;
}
.box-section p {
	color: #222;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 500;
	margin-top: 1rem;
}
.box-section2 {
	background-size: cover;
	padding: 2.3rem;
	box-shadow:0 0 19px rgba(0, 0, 0, 0.09);
	border-radius: 7px;
	margin-bottom: 28px;
	height: 320px;
}
.box-section2 p {
	color: #222;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 500;
	margin-top: 1rem;
}
.box-section3 {
	background-size: cover;
	padding: 2.3rem;
	box-shadow: 0 0 19px rgba(0, 0, 0, 0.09);
	border-radius: 7px;
	margin-bottom: 28px;
	height: 320px;
}
.box-section3 p {
	color: #222;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 500;
	margin-top: 1rem;
}
.box-section4 {
	background-size: cover;
	padding: 2.3rem;
	box-shadow: 0 0 19px rgba(0, 0, 0, 0.09);
	border-radius: 7px;
	margin-bottom: 28px;
	height: 320px;
}
.box-section4 p {
	color: #222;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 500;
	margin-top: 1rem;
}
.srvc-sec-home .srvc-card-main-wrap .srvc-card-details {
	background: #fff;
	border-radius: 20px;
	display: flex;
	margin-top: 40px;
	margin-right: 10px;
	min-height: 385px;
	box-shadow: 0 0 19px rgba(0, 0, 0, 0.09);
}
.sub i {
	color: #1e2248 !important;
}
 .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content {
	padding: 40px 51px 40px 38px;
}
.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .heading {
	font-weight: 500;
	font-size: 30px;
	line-height: 42px;
	color: #171717;
}
.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .description {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #464646;
	padding: 12px 0;
}
.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .btn.btn-primary {
	background-color: transparent !important;
	border: 1px solid #fff;
	filter: drop-shadow(0 4px 13px rgba(234, 234, 234, .25));
	border-radius: 22.5px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #f1b308;
	padding: 13px 65px;
	overflow: hidden;
}
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.srvc-sec-home .srvc-card-main-wrap .srvc-btn-home .btn.btn-primary.hvr-sweep-to-right::before {
	background: #e4a400;
	overflow: hidden;
	color: #000 !important;
}
.hvr-sweep-to-right::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-right::before {
	background: #e4a400 !important;
	overflow: hidden;
}
.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .btn.btn-primary {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #f1b308;
}
.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-icon-list {
	background: #4a4a4a;
	box-shadow: 4px 0 12px rgba(135,132,132,.3);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 130px;
}
.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-icon-list .srvc-list-icon a {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 10px;
	color: #fff !important;
}
.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-icon-list .srvc-list-icon .srvc-name {
	padding-top: 6px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #f9f9f9;
}
.website-bg {
	background: url(../images/website.webp);
	padding: 3rem 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.website {
	background: #1e2248;
	padding: 5rem 2rem;
	margin-right: 3rem;
}
.website h4 {
	color: #fff;
}
.website p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 2rem;
	margin-top: 1rem;
}

.new-website {
	padding: 4rem 0;
}
.footer h2 {
	font-size: 50px;
	margin-top: 2rem;
	
}
.footer p {
	color: #333;
	font-size: 22px;
}
.contact_us p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
}
.contact_us p i {
	color: #1e2248;
}
.social-icons-footer ul li {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
}
.social-icons-footer ul li a{
	color:#fff;
}
.fb {
	background: #334c8c;
	line-height: 2.2;
}
.twi{
	background: #00a6de;
	line-height: 2.2;
}
.ins{
	background: linear-gradient(to right, rgba(254,205,30,1) 0%, rgba(255,37,124,1) 51%, rgba(163,6,206,1) 100%);
	line-height: 2.2;
}
.you-tube{
	background: #f20000;
	line-height: 2.2;
}
.ink{
	background: #0b69c7;
	line-height: 2.2;
}
.footer {
	background: #fdfdfd url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	padding: 3rem 0 9.1rem;
}
.subscribe .form-control {
	border-color: #e1e1e1;
	border-radius: 0px;
	box-shadow: none;
	height: 51px;
	padding: 0 2rem;
	margin: 0;
}
.subscribe-form {
	position: relative;
	display: flex;
	align-items: center;
}
.sub {
	position: absolute;
	top: 13px;
	left: 13px;
}
.subscribe-bg {
	background: #1e2248;
	border-radius: 0px;
	padding: 1rem;
	position: relative;
	bottom: 90px;
	border: 2px solid #eaedef;
}
.subscribe-form button {
	border: 0;
	background: transparent;
	border: 2px solid #fff;
	padding: 10px 20px;
	border-radius: 0px;
	color: #fff;
	margin: 0px auto;
	display: table;
	margin-bottom: 0;
	font-weight: 600;
}
.subscribe-bg h4 {
	color: #fff;
}
.subscribe-bg p {
	font-size: 18px;
	color: #fff;
	margin: 0;
	
}
.footer-widget-title h3 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}
.footer-widget-listing li a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.footer-bottom {
	background: #1e2248;
}
.footer-bottom-col-left {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.footer-bottom-col-left ul {
	margin-left: ;
	text-align: right;
}
.footer-bottom-col-left ul li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #fff;
}
.footer-bottom-col-left ul li a {
	color: #fff;
	font-size: 16px;
}
.footer-bottom {
	background: #272b4a;
	padding: 15px;
}
.subscribe-form button:hover {
	background: #fff;
	color: #1e2248;
	font-weight: 600;
}
.web-design {
	padding: 5rem 0 2rem;
}
.web-designing {
	background: #a8b979;
	padding: 7rem 5rem;
	border-radius: 0 0 100px 0;
}
.pentagon a {
	margin-right: 1rem;
}
.web-designing h3 {
	color: #fff;
	font-weight: 500;
	font-size: 44px;
}
.web-designing p {
	color: #ffff;
	margin-bottom: 2rem;
}
.btn-success {
  background: #a8b979;
  border-radius: 30px;
  border-color: #a8b979;
  padding: 6px 20px;
}
.web-right .form-control {
	background: #dee5ca;
	border-color: #a8b979;
	height: 46px;
}
.form-control:focus {
	box-shadow: none;
}
.web-right {
	background: url(../images/web-design.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 4rem 0;
}
.core p {
	text-align: center;
	margin: 0;
	color: #a8b979;
}
.core h3 {
	text-align: center;
	color: #a8b979;
}
.box img {
	width: 80px !important;
	height: 110px;
	object-fit: contain;
	margin: 0 auto;
}
.testimonial-slider .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-85%);
	width: 100%;
	right: 0;
	display: flex;
	justify-content: space-between;
}
.testimonial-slider .owl-nav span {
	font-size: 40px;
	width: 40px;
	background: white;
	display: inline-block;
	height: 40px;
	border-radius: 50px;
	line-height: 30px;
	color: #000;
	box-shadow: 0 0 10px #00000038;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: flex;
}
.testimonial-items {
	box-shadow: 0 2px 10px #0000002e;
	padding: 2rem;
}
.testimonial-items {
	box-shadow: 0 0px 16px #0000002e;
	padding: 1rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-radius: 10px;
	margin-left: 10px;
	margin-right: 10px;
	height: 210px;
}
.img-section h4 {
	text-align: left;
}
.img-section p {
	text-align: left;
	font-size: 16px;
	color: #444;
	margin-bottom: 1.5rem;
}
.distinctive {
	padding-top: 5rem;
	padding-bottom: 2rem;
}
.box-img {
	box-shadow: 0 0px 16px #0000002e;
	padding: 1rem 1rem;
	text-align: center;
	border-radius: 10px;
	margin: 15px 8px;
	height: 160px;
	background: #fff;
}
.box-img p {
	color: #a8b979;
	margin-top: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.box-first1 {
	margin-top: 5.5rem;
}
.green-section {
	background: #a8b979;
	padding: 4rem;
	border-radius: 100px 0 100px;
	position: relative;
	right: 40px;
	z-index: -1;
}
.green-section h3 {
	color: #fff;
}
.green-section p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}
.web-presence {
	padding: 3rem 0;
}
.section-part p {
	color: #333;
	font-size: 16px;
}
.web-presence p{
	color: #333;
	font-size: 16px;
}
.section-parts {
	background: linear-gradient(45deg, rgba(232,243,201,1) 0%, rgba(168,185,121,1) 100%);
	padding: 2rem;
	border-radius: 50px 0 50px 0;
	margin-bottom: 30px;
}
.section-parts h5 {
	margin-bottom: 12px;
	margin-top: 1rem;
}
.brewing p {
	color: #333;
	font-size: 16px;
}
.tabs-part .nav.nav-tabs {
	display: block;
}
.tabs-part .nav.nav-tabs img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin-right: 1rem;
	border: 1px solid #c0c6ce;
	border-radius: 50%;
	padding: 10px;
	background: #fff;
	position: relative;
	z-index: 99;
}
.tabs-part ul li a {
	color: #222;
	font-weight: 600;
}
.tabs-part .nav.nav-tabs {
	border: 0;
}
.tabs-part {
	position: relative;
}
.tabs-data {
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,0.9);
	margin: 10px;
	padding: 1rem;
}
.tabs-part .nav-tabs .nav-link.active img{
	background: #a8b979;
}
.tabs-part .nav.nav-tabs::before {
	content: '';
	width: 2px;
	height: 310px;
	background: #c0c6ce;
	position: absolute;
	left: 48px;
	top: 50px;
	z-index: 0;
}
.interfaces {
	background: #a8b979;
	padding: 3rem;
	margin: 2rem 0 0;
}
.visit-website {
	background: url(../images/bg.jpg);
	padding: 4rem 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.laptop p {
	margin: 0;
	color: #333;
	font-size: 20px;
	margin: 2rem 0;
}
.laptop a {
	border: 2px solid #333;
	padding: 1rem;
}
.web-designing h3 {
	color: #fff;
	font-weight: 500;
	font-size: 44px;
	line-height: 50px;
}
.testimonial-item {
	padding: 0rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.testimonial-sliders .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-85%);
	width: 100%;
	right: 0;
	display: flex;
	justify-content: space-between;
}
.testimonial-sliders .owl-nav span {
	font-size: 20px;
	width: 20px;
	background: white;
	display: inline-block;
	height: 20px;
	border-radius: 50px;
	line-height: 17px;
	color: #000;
	box-shadow: 0 0 10px #00000038;
}
.testimonial-item img {
	width: 120px !important;
	height: 60px;
	object-fit: contain;
}
.web-designings {
	background: #698269;
	padding: 7rem 5rem 1rem;
	border-radius: 0 0 100px 0;
}
.web-designings h3 {
	color: #fff;
	font-weight: 500;
	font-size: 44px;
	line-height: 50px;
}
.web-designings p {
	color: #ffff;
	margin-bottom: 2rem;
}
.form-select {
	font-size: 14px;
	font-weight: 500;
	color: #555;
}
.web-rights .form-control {
	background: #cad8ca;
	border-color: #698269;
	height: 46px;
}
.web-rights .btn-success {
	background: #698269;
	border-radius: 30px;
	border-color: #698269;
	padding: 6px 20px;
}
.web-rights {
	background: url(../images/web-designs-web.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 4rem 0;
}
.help img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}
.help h3 {
	font-size:32px;
	line-height: 50px;
	margin-bottom: 2rem;
	font-weight: 600;
}
.help p {
	color: #666;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.4rem;
}
.iti.iti--allow-dropdown {
	width: 100%;
}
.web-btn .btn-success {
	background: #698269;
	border-radius: 30px;
	border-color: #698269;
	padding: 6px 20px;
}
.web-design p {
	font-size: 16px;
	color: #333;
	line-height: 1.4;
}
.testimonial-sliders-section .owl-nav {
	position: absolute;
	top: 25%;
	left: 0;
	transform: translateY(-85%);
	width: 100%;
	right: 0;
	display: flex;
	justify-content: space-between;
}
.testimonial-sliders-section .owl-nav span {
	font-size: 20px;
	width: 20px;
	background: #698269;
	display: inline-block;
	height: 20px;
	border-radius: 50px;
	line-height: 17px;
	color: #fff;
	box-shadow: 0 0 10px #00000038;
}
.testimonial-sliders-section .tesimonial-img {
	text-align: center;
}

.did-you::before {
	content: '';
	background: linear-gradient(to right, rgba(248,234,216,1) 0%, rgba(253,249,245,1) 100%);
	position: absolute;
	width: 270px;
	height: 100px;
	z-index: -1;
	padding: 10px;
}
.organically h2 {
	margin: 0;
	font-size: 100px;
	font-weight: 900;
	color: #fbf4ec;
	line-height: 0.9;
	font-family: 'Montserrat', sans-serif;
}
.organically {
	margin-bottom: 0rem;
}
.organically h5 {
	font-size: 32px;
}
.interfaces2 {
	background: #698269;
	padding: 3rem;
	margin: 2rem 0 0;
}
.grow {
	padding: 5rem 0 2rem;
	background: url(../images/bg-back.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}
.gray-grow {
	padding: 5rem 0 2rem;
	background: url(../images/gray-grow.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
.green-section p {
	color: #fff;
}
.web-designing.app {
	background: #62957c;
}
.web-right.app .form-control {
	background: #92d9b6;
	border-color: #62957c;
	height: 46px;
}
.web-right.app .btn-success {
	background: #62957c;
	border-radius: 30px;
	border-color: #62957c;
	padding: 6px 20px;
}
.web-right.app {
	background: url(../images/app.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 4rem 0;
}
.core.app p {
	text-align: center;
	margin: 0;
	color: #62957c;
}
.core.app h3 {
	text-align: center;
	color: #62957c;
}
.web-design.app h5 {
	color: #62957c;
}
.app .web-btn .btn-success {
	background: #62957c;
	border-radius: 30px;
	border-color: #62957c;
	padding: 6px 20px;
}
.accordion-item:first-of-type .accordion-button {
	color: #62957c;
}
.accordion-button:focus {
	border-color: transparent;
	outline: 0;
	box-shadow:none;
}
.accordion-button {
	color: #62957c;
	padding: 7px 14px;
	font-size: 16px;
}
.accordion-body {
	font-size: 16px;
	line-height: 20px;
	padding: 13px;
}
.page-slide .owl-nav span {
	font-size: 20px;
	width: 30px;
	background: #698269;
	display: inline-block;
	height: 30px;
	border-radius: 50px;
	line-height: 27px;
	color: #fff;
	margin: 5px;
}
.page-slide .owl-nav {
	display: flex;
	justify-content: center;
}
.help.text-start h4 {
	color: #698269;
	line-height: 32px;
	margin-bottom: 10px;
}
.app-bg{
	background: url(../images/technology.png);
	background-repeat: no-repeat;
	background-position: right;
}
.shadow {
	box-shadow: 0 0rem 1.4rem rgba(0,0,0,.15) !important;
}
.text-dark-green {
	color: #698269 !important;
}
.interfacess {
	background: #698269;
	padding: 3rem;
	margin: 2rem 0 0;
}
.app-green .tabs-part .nav-tabs .nav-link.active img {
	background: #698269;
}
.rating h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #606784;
	margin: 0;
	line-height: 1;
}
.rating {
	border-right: 2px solid #666;
}
.seo-page .web-designing {
	background: #ffb601;
	padding: 7rem 5rem;
	border-radius: 0 0 100px 0;
}
.seo-page .web-right .form-control {
	background: #f8ede3;
	border-color: #d3b59a;
	height: 46px;
}
.seo-page .btn-success {
	background: #f8ede3 !important;
	border-radius: 30px;
	border-color: #f8ede3!important;
	padding: 6px 20px;
	color:#666;
}
.seo-bg-page {
	padding: 5rem 0 3rem;
	background: url(../images/seo-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
.web-dev-section{
	padding: 5rem 0 10rem;
}
.seo-page .section-parts {
	background: linear-gradient(45deg, rgba(241,133,2,1) 0%, rgba(255,183,1,1) 100%);
	padding: 2rem;
	border-radius: 50px 0 50px 0;
	margin-bottom: 30px;
}
.seo-page .section-parts h5 {
	margin-bottom: 12px;
	margin-top: 1rem;
	color:#fff;
}
.web-company img {
	width: 50px;
	height: 50px;
	object-fit: cover;
}
.page-seo h4 {
	margin: 0;
	line-height: 1;
}
.page-seo small {
	color: #f89e02;
}
.seo-page .green-section {
	background: linear-gradient(135deg, rgba(241,133,2,1) 0%, rgba(255,183,1,1) 100%);
	padding: 4rem;
	border-radius: 100px 0 100px;
	position: relative;
	right: 40px;
	z-index: -1;
}
.seo-page .box-img img {
	filter: brightness(0);
}
.page-seo.interfaces {
	background: #f18602;
	padding: 3rem;
	margin: 2rem 0 0;
}
.web-development {
  background: #205e61;
}
.pentagon {
	display: flex;
	justify-content: space-between;
}
.pentagon a img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}
.web-dev .form-control {
	background: #88bcbf !important;
	border-color: #205e61!important;
	height: 46px;
}
.app.web-dev .btn-success {
	background: #205e61;
	border-radius: 30px;
	border-color: #205e61;
	padding: 6px 20px;
}
.green-section-create {
	background: #205e61;
	padding: 4rem;
	border-radius: 100px 0 100px;
	position: relative;
	right: 40px;
	z-index: -1;
}
.section-parts.green_section {
	background: linear-gradient(to right, rgba(75,133,136,1) 0%, rgba(32,94,97,1) 100%);
}
.green-bg {
	background: #205e61;
}
.green-tab-part .tabs-part .nav-tabs .nav-link.active img {
	background:#205e61;
}
.web-designing.content_writing {
	background: #65647c;
}
.content-writing .web-right .form-control {
	background: #8987a6;
	border-color: #65647c;
	height: 46px;
}
.content-writing .btn-success {
	background: #65647c;
	border-radius: 30px;
	border-color: #65647c;
	padding: 6px 20px;
}
.web-designing.content_writing {
	padding: 10rem 5rem;
}
.content-writing-bg {
	padding: 5rem 0 5rem;
	background: url(../images/content_writing-bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
.service-box {
	box-shadow: 0 0px 16px #0000002e;
	padding: 2.6rem 1rem;
	text-align: center;
	border-radius: 15px;
}
.service-box h5 {
	font-size: 18px;
}
.web-design.on-page {
	background: #fff6ed;
}
.on-page small {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}
.on-page h3 {
	font-size: 50px;
	line-height: 1.1;
	margin-top: 1rem;
}
.on-page p {
	color: #000;
	font-weight: 500;
	margin-top: 2rem;
}
.lets-start button {
	background: #f3dfcc;
	border-radius: 30px;
	font-size: 15px;
	width: 100%;
}
.web-on-page-form {
	padding: 2rem;
	background: #fff;
	border-radius: 8px;
}
.lets-start button:hover{
	background:#ecd1b8;
	color:#000;
}
.web-design.on-page {
	background: #fff6ed;
	padding: 7rem 0 6rem;
}
.on_page_service {
	padding: 4rem 0;
}
.on_page_service p {
	color: #333;
	font-size: 16px;
}
.frequently-box {
	box-shadow: 0px 0px 24px 3px rgb(206, 198, 198);
	padding: 1rem;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 27px;
	align-items: center;
}
.frequently {
	background: #fff6ed;
	padding:4rem 0;
}
.frequently-box p {
	margin: 0;
	color: #333;
}

.lets-start .form-control {
	border-color: #ddc0a3;
	border-radius: 10px;
}
.white-form {
	background: #fff;
	padding: 2rem;
	box-shadow: 0px 0px 24px 3px rgb(206, 198, 198);
	border-radius: 10px;
}
.frequently-box .accordion-body {
	line-height: 20px;
	padding: 0;
	font-size: 13px;
	margin-top: 10px;
}
.accordion-button.border-0.text-dark.p-0.bg-white {
	height: 40px;
}
.frequently-box .accordion{
	--bs-accordion-border-width: 0px;
}
.we-take h2 {
	font-size: 56px;
	line-height: 1.3;
}
.interfacesss {
	background: #65647c;
	padding: 3rem;
	margin: 2rem 0 0;
}
.why-hire img {
	border: 1px solid #dfdfdf;
}
.make-us-data p {
	display: flex;
	align-items: center;
	color: #333;
	font-size: 16px;
}
.make-us-data {
	box-shadow: 0px 7px 24px -3px rgb(159, 159, 159);
	padding: 1.5rem;
	border-radius: 10px;
	margin-bottom: 30px;
}
.box-slide-section img {
	width: 150px !important;
}
.box-slide-section small {
	font-size: 13px;
	color: #333;
	line-height: 4px !important;
}
.testimonial-slider-section .owl-nav span {
	font-size: 40px;
	width: 40px;
	background: white;
	display: inline-block;
	height: 40px;
	border-radius: 50px;
	line-height: 30px;
	color: #000;
	box-shadow: 0 0 10px #00000038;
}
.testimonial-slider-section .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-85%);
	width: 100%;
	right: 0;
	display: flex;
	justify-content: space-between;
}
.customer {
	padding: 4rem 0 0rem;
}
.choose-us-section {
	padding-top: 4rem;
}
.why-hire p {
	color: #333;
	font-size: 16px;
}
.why-hire.pt-5 {
	text-align: center;
}
.graphic {
  background: #d3756b;
  padding: 7rem 2rem;
}
.graphic-design .web-right .form-control {
	background: #e8a59d;
	border-color: #d3756b;
	height: 46px;
}
.graphic-design .btn-success {
	background: #d3756b;
	border-color: #d3756b;
}
.our-graphic .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: var(--bs-nav-pills-link-active-color);
	background-color: #d3756b !important;
	border-radius: 0;
}
.our-graphic .nav-pills .nav-link {
	color: #333;
	font-size: 16px;
	text-align: left;
	border-radius: 0 !important;
}
.table-data-page h2 {
	font-size: 60px;
	color: #d3756b;
	font-weight: 700;
	line-height: 1.3;
}
.table-data-page p {
	color: #db8c82;
	margin: 2rem 0;
}
.table-data-page a {
	background: #d3756b;
	color: #fff;
	margin-top: 1rem;
	padding: 10px 30px;
}
.table-data-page a:hover {
	background: #b76157;
	color: #fff;
}
.logo-design {
	padding: 2rem 1rem;
	border: 1px solid #eaeaea;
}
.our-graphic .nav-pills .nav-link:nth-child(2n+1) {
	background: #f4f4f4;
}
#v-pills-tab {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
}
.graphic-bg {
	padding: 5rem 0 5rem;
	background: url(../images/graphic.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.strong-branding p{
	font-size:16px;
}
.brand {
	box-shadow: 0 0 19px rgba(0, 0, 0, 0.26);
	padding: 1rem;
	border-radius: 10px;
	margin-bottom: 30px;
}
.why-choose a {
	background: #d3756b;
	color: #fff;
	margin-top: 1rem;
	padding: 10px 30px;
	width: 100%;
}
.why-choose a:hover {
	background: #b76157;
	color: #fff;
}
.why-choose p {
	color: #333;
	font-size: 16px;
}
.why-choose h2 {
	font-size: 48px;
	line-height: 1.2;
	margin: 1rem 0;
}
.feel {
	padding: 3rem 0;
}
.interfaces22 {
	background: #d3756b;
	padding: 3rem;
	margin: 2rem 0 0;
}
.web-design.cms-page {
	background: #00abb3;
	padding: 7rem 0 6rem;
}
.cms-page .lets-start .form-control {
	border-color: #00abb3;
	border-radius: 10px;
}
.cms-page .lets-start button {
	background: #00abb3;
	border-radius: 30px;
	font-size: 15px;
	width: 100%;
	color: #fff;
}
.benefits {
	margin-bottom: 30px;
}
.text-green{
	color:#00abb3;
}
.cms-bg {
	background: #00abb3;
	padding: 0px 0 30px 30px;
	border-radius: 15px;
}
.cms-bg img {
	border-radius: 15px;
}
.custom-build a {
	background: #00abb3;
	color: #fff;
}
.custom-build a:hover {
	background: #03a3aa;
	color: #fff;
}
.cms-bgs {
	background: #00abb3;
	padding: 0px 30px 30px 0;
	border-radius: 15px;
}
.cms-bgs img {
	border-radius: 15px;
}
.interfaces23 {
	background: #00abb3;
	padding: 3rem;
	margin: 2rem 0 0;
}
.red-cross {
	padding: 3rem 0;
}
.star {
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.26);
	padding: 1.5rem;
	border-radius: 15px;
}
.star p {
	font-size: 16px;
	color: #333;
	margin-top: 1rem;
}
.custom-build p {
	font-size: 16px;
	color: #333;
	margin-top: ;
}
.web-design.wordpress-page {
	background: #3a98b9;
	padding: 7rem 0 6rem;
}
.web-design.wordpress-page h5 {
	color: #3a98b9;
}
.wordpress-page .lets-start .form-control {
	border-color: #3a98b9;
	border-radius: 10px;
}
.wordpress-page .lets-start button {
	background: #3a98b9;
	border-radius: 30px;
	font-size: 15px;
	width: 100%;
	color: #fff;
}
.speed-box {
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.26);
	border-radius: 15px;
	padding: 1.5rem;
	margin-bottom: 30px;
}
.speed-box p {
	color: #333;
	font-size: 16px;
}
.wordpress-providers {
	padding: 3rem 0;
}
.blue-grow {
	padding: 5rem 0 5rem;
	background: url(../images/blue-bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
.wordpress-providers .content-writing .btn-success {
	background: #3a98b9;
	border-radius: 30px;
	border-color: #3a98b9;
	padding: 6px 20px;
}
.interfacesss.converstion {
	background:#3a98b9;
}
.wordpress-cross .text-green {
	color: #3a98b9;
}
.wordpress-cross .custom-build a {
	background: #3a98b9;
	color: #fff;
}
.blog-slider {
  width: 95%;
  position: relative;
  max-width: 900px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 500px;
  transition: all 0.3s;
}
.about-service3-area {
	background: #222;
	padding: 120px 0;
}
.about-service3-area .img-box img {
	display: block;
	width: 100%;
	border-radius: 10px;
}
.about-service3-area ul li i {
	line-height: 19px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.about-service3-area h1 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: -2px;
	margin-bottom: 40px;
}
.about-service3-area p {
	font-size: 20px;
	font-weight: 300;
	line-height: 34px;
	color: rgb(255, 255, 255);
	margin-bottom: 0;
}
.about-service3-area ul {
	display: flex;
	margin-top: 50px;
}
.about-service3-area ul li {
	font-size: 17px;
	color: rgb(255, 255, 255);
	line-height: 1.4;
	padding-right: 15px;
}
.wordpress-provider {
	padding: 5rem 0;
}
.about-service3-area ul li i {
	height: 19px;
	width: 28px;
	line-height: 19px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background: #fff;
	border-radius: 50%;
}
.yourself {
	padding: 3rem 0;
}
@media screen and (max-width: 992px) {
	.blog-slider {
		max-width: 680px;
		height: 440px;
	}
}
@media screen and (max-width: 768px) {
  .blog-slider {
	min-height: 500px;
	height: auto;
	margin: 180px auto;
	margin-bottom: 0;
	width: 100%;
}
.header .item-right a {
	font-size: 12px;
	display: none;
}
#demo .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -38px;
	left: 0;
	z-index: 2;
	display: block;
	justify-content: center;
	padding: 0;
	margin-right: unset;
	margin-bottom: 1rem;
	margin-left: 0;
	list-style: none;
}

}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
	width: 400px;
	flex-shrink: 0;
	height: 400px;
	border-radius: 20px;
	transform: translateX(-80px);
	overflow: hidden;
	padding: 1rem;
	background:#1e2248;
}
.blog-slider__img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	border-radius: 20px;
	opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
	height: 270px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -60px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 22px;
  font-weight: 600;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
	color: #4e4a67;
	margin-bottom: 20px;
	line-height: 1.5em;
	font-size: 15px;
}
.blog-slider__button {
	display: inline-flex;
	background: #3a98b9;
	padding: 10px 20px;
	border-radius: 50px;
	color: #fff !important;
	text-decoration: none;
	font-weight: 500;
	justify-content: center;
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1e2248;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
.data-bottom-about p {
	font-size: 16px;
	line-height: 1.5;
}
.data-bottom-about {
	margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
  .yourself {
	padding: 0rem 0;
}
.tile.tile--service {
	width: 100%;
	padding: 40px 20px;
}
.services-title .nav-tabs .nav-link {
	padding: 4px 0;
}
.service-list {
	counter-reset: my-sec-counter;
	margin-top: 3rem;
	list-style: none;
}
.tile.tile--service h3 {
	font-size: 16px;
	font-weight: 600;
}
.tile.tile--service::after {
	font-size: 70px;
	right: 12px;
}
.home-services-inners .services-content {
	padding: 10px 20px 20px 5%;
}
.new-heading-style h4 {
	font-size: 22px;
	font-weight: 600;
}
.services-content .new-heading-style .sub-title {
	font-size: 18px;
	margin-bottom: 17px;
}
.new-heading-style p {
	font-size: 14px;
}
.home-services-inners {
	position: sticky;
	top: 0vw;
	left: 0;
	height: 90vh;
	background-color: #1e2248;
	overflow: hidden;
	margin-top: 20px;
}
.service__item {
	text-align: center;
	margin-bottom: 30px;
}
.footer {
	background: #fff url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 3rem 0 10rem;
}
}
.wordpress-provider p {
	color: #333;
	font-size: 16px;
	margin-bottom: 3rem;
} 
 .web-design.android-page {
	background: #85b653;
	padding: 7rem 0 6rem;
}
.android-page .lets-start .form-control {
	border-color: #85b653;
	border-radius: 10px;
}
.android-page .lets-start button {
	background: #85b653;
	border-radius: 30px;
	font-size: 15px;
	width: 100%;
	color:#fff;
}
.android-section .btn-success {
	background: #a8b979;
	border-radius: 30px;
	border-color: #85b653;
	padding: 10px 40px;
	background: #85b653;
}
.android-section .btn-success:hover{
	background: #73a63f;
	color:#fff;
}
.andriod-slide .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-85%);
	width: 100%;
	right: 0;
	display: flex;
	justify-content: space-between;
}
.andriod-slide .owl-nav span {
	font-size: 40px;
	width: 40px;
	background: white;
	display: inline-block;
	height: 40px;
	border-radius: 50px;
	line-height: 30px;
	color: #000;
	box-shadow: 0 0 10px #00000038;
}
.speed-boxs {
	background: #85b653;
}
.speed-boxs h3 {
	color: #fff;
	font-size: 26px;
}
.speed-boxs p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 19px;
}
.speed-boxs .btn-success {
	background: #fff;
	border-radius: 30px;
	border-color: #fff;
	padding: 10px 20px;
	color: #85b653;
	font-size: 16px;
}
.speed-boxs {
	background: #85b653;
	padding: 35px;
}
.technologys {
	position: relative;
}
.technologys::before {
	width: 3px;
	height: 280px;
	content: '';
	position: absolute;
	background: #85b653;
	right: 0;
}
.technologys {
	position: relative;
	padding-right: 2rem;
}
.android-converstion {
	background: #85b653;
}
.android-app h6 {
	margin: 0;
}
.android-app p {
	font-size: 14px;
	line-height: 1.3;
}
.android-app {
	border-bottom: 2px solid #dbdbdb;
	margin-bottom: 20px;
}
.seo-page .greens-section {
	padding: 4rem;
	border-radius: 100px 0 100px;
	position: relative;
	right: 40px;
	z-index: -1;
	background: linear-gradient(135deg, rgba(74,124,20,1) 0%, rgba(132,182,83,1) 100%);
}
.greens-section h3 {
	color: #fff;
}
.greens-section p {
	color: #fff;
}
.andriod-service {
	position: relative;
	border: 1px solid #cacaca;
	padding: 1rem;
	border-radius: 15px;
	margin: 0 0.7rem;
	margin-top: 3rem;
}
.andriod-service img {
	position: absolute;
	top: -40px;
	margin-bottom: ;
	background: #fff;
	left: 20px;
}
.andriod-service h6 {
	margin-top: 1rem;
}
.andriod-slide.owl-carousel .owl-item img {
	width: auto;
}
.andriod-service p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}
.android-section p {
	color: #333;
	font-size: 16px;
}
.build {
	background: #efefef;
}
.andriod-servicess {
	border: 1px solid #333;
	padding: 1rem;
	border-radius: 15px;
	margin: 0 0.7rem;
	margin-top: 3rem;
}
.andriod-servicess h6 {
	margin-top: 1rem;
}
.andriod-servicess p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}
.web-design.ios-page {
	background: #1e2248;
	padding: 7rem 0 6rem;
}
.ios-page .lets-start .form-control {
	border-color: #1e2248;
	border-radius: 10px;
}
.ios-page .lets-start button {
	background: #1e2248;
	color:#fff;
}
.ios-section .btn-success {
	background: #1e2248;
	border-radius: 30px;
	border-color: #1e2248;
	padding: 10px 40px;
	color:#fff;
}
.ios-section .btn-success:hover {
	background: #135ed2;
	border-radius: 30px;
	border-color: #135ed2;
	padding: 10px 40px;
	color: #fff;
}
.sec02_title {
	position: sticky;
	top: 90px;
}
.sec02_box {
	background-color: #fff;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 60px;
	margin-bottom: 60px;
}
.sec02_box::before {
	content: "";
	position: absolute;
	background-color: #1e2248;
	width: 30px;
	height: 3px;
	top: 0;
	left: 0;
}
.sec02_box p {
	margin-bottom: 0;
}
.sec02_box::after {
	content: "";
	position: absolute;
	background-color: #1e2248;
	width: 3px;
	height: 30px;
	top: 0;
	left: 0;
}
.sec02_box h3 {
	font-size: 26px;
}
.sec02_box p {
	color: #333;
	font-size: 16px;
}
.sec02_title p {
	font-size: 16px;
	color: #333;
	text-align: justify;
}
.ios-providers {
	padding-top: 4rem;
}
.ios-converstion {
	background: #1e2248;
}
.powering-box {
	text-align: center;
	background: #f4f4f4;
	padding: 1rem;
	border-radius: 10px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.powering p {
	color: #333;
	font-size: 16px;
}
.our-emerging p {
	font-size: 16px;
	color: #333;
}
.our-emerging {
	padding-bottom: 4rem;
}
.react-native-section .btn-success {
	background: #00a9d9;
	border-radius: 30px;
	border-color: #00a9d9;
	padding: 10px 40px;
}
.upper-img {
	display: flex;
	position: absolute;
	top: -40px;
	background: #fff;
	left: 20px;
	align-items: center;
	padding: 6px 2rem;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 30px;
}
.react-section .andriod-service img {
  position: static;
  top: 0;
  background: #fff;
  left: 20px;
}
.handsake {
	background: #e8f5fb;
	padding-top: 3rem;
	margin-bottom:3rem;
}
.tempor p {
	font-size: 16px;
	color: #333;
}
.advantages {
	padding: 1rem;
	background: #fff;
	box-shadow: 0 3px 25px rgba(0, 0, 0, 0.18);
	position: relative;
	margin-bottom: 30px;
}
.advantages h4 {
	position: absolute;
	right: 20px;
	font-size: 40px;
	top: 0px;
	color: #a9d9ee;
}
.advantages::after {
	content: "";
	position: absolute;
	background-color: #00a9d9;
	width: 80px;
	height: 3px;
	top: 0;
	left: 0;
}
.advantages::before {
	content: "";
	position: absolute;
	background-color: #00a9d9;
	width: 3px;
	height: 80px;
	top: 0;
	left: 0;
}
.react-native-section .btn-success:hover {
	background: #099ac4;
	color: #fff;
	border-color:#099ac4;
}
.web-design.flutter-page {
	background: #00579a;
}
.flutter-page .lets-start .form-control {
	border-color: #00579a;
	border-radius: 10px;
}
.flutter-page .lets-start button {
	background: #00579a;
	border-radius: 30px;
	font-size: 15px;
	width: 100%;
	color: #fff;
}
.flutter-service-bg {
	background: url(./../images/flutter-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2rem;
}
.flutter-service-bg h3 {
	color: #0271a6;
	margin-top: 2rem;
	font-size: 36px;
}
.flutter-application {
	background: #f2f7fc;
	padding: 2rem;
}
.flutter-application p {
	color: #333;
	font-size: 16px;
}
.flutter-box {
	padding: 1rem;
	background: #fff;
	box-shadow: 0 3px 25px rgba(0, 0, 0, 0.18);
	border-radius: 15px;
	margin-bottom: 30px;
}
.flutter-box h5 {
	font-size: 20px;
}
.flutter-btn-section .btn-success {
  background: #a8b979;
  border-radius: 30px;
  border-color: #00579a;
  padding: 10px 40px;
  background: #00579a;
}
.flutter-btn-section .btn-success:hover {
  background: #004c86;
  border-radius: 30px;
  border-color: #004c86;
  padding: 10px 40px;
}
.phone-app img {
	width: 80px;
	height: 80px;
	object-fit: cover;
}
.phone-app {
	text-align: center;
}
.web-presence .upper-img {
	display: flex;
	position: static;
	top: -40px;
	background: #fff;
	left: 20px;
	align-items: center;
	padding: 6px 2rem;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 30px;
	margin-bottom: 30px;
}
.flutter-box img {
	width: 60px;
	height: 60px;
	object-fit: cover;
}
.cont-us p {
	font-size: 16px;
	color: #333;
}
.cont-us-form {
	padding: 3rem;
	background: #fff;
	box-shadow: 0 3px 25px rgba(0, 0, 0, 0.18);
	border-radius: 15px;
}
.cont-us-form .lets-start button {
	background: #00579a;
	border-radius: 30px;
	font-size: 15px;
	width: 100%;
	color: #fff;
}
.web-design.hybrid-page {
	background: #408e91;
}
.hybrid-page .lets-start .form-control {
	border-color: #408e91;
	border-radius: 10px;
}
.hybrid-page .lets-start button {
	background: #408e91;
	border-radius: 30px;
	font-size: 15px;
	width: 100%;
	color: #fff;
}

.feature-item {
	max-width: 348px;
	min-height: 560px;
	padding: 25px;
	margin-top: 50px;
	background: #ecf2fe;
	border-radius: 10px;
	position: relative;
}
.feature-item::before, .feature-item::after {
	position: absolute;
	top: -20px;
	left: 30px;
	right: 30px;
	height: 20px;
	background: #dcf7f7;
	content: "";
	border-radius: 10px 10px 0 0;
	z-index: 1;
}
.color-two {
	background: #e3fefe;
}
.feature-item .emizentech-icon {
	padding-bottom: 30px;
	text-align: center;
}
.feature-item .emizentech-icon img {
	max-width: 100%;
}
.feature-item h3 {
	font-size: 16px;
	line-height: 20px;
}
.feature-item::after {
	top: -40px;
	left: 50px;
	right: 50px;
	background: #f7f9fd;
}
.color-two::after {
	background: #eaffff;
}
.feature-item p {
	font-size: 14px;
	color: #333;
	line-height: 1.4;
}
.color-three {
	background: #fde2f9;
}
.color-three::before {
	background: #fff2fe;
}
.color-three::after {
	background: #fdf6fc;
}
.color-four {
	background: #e3fcf4;
}
.color-four::before {
	background: #ebfbf6;
}
.color-four::after {
	background: #f5fffc;
}
.color-five {
	background: #e6e5ff;
}
.color-five::before {
	background: #f2f1ff;
}
.color-five::after {
	background:#f6f6ff;
}
.hybrid-application {
	padding-bottom: 4rem;
}
.data {
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	text-align: justify;
	font-weight: 500;
}
.whats-company p {
	color: #333;
	font-size: 14px;
}
.service-item {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding: 43px 20px 38px;
	margin: -.5px;
	text-align: center;
	border: 1px solid #afafaf;
}
.service-item h4 {
	padding-top: 20px;
	color: #4f4f4f;
	font-size: 18px;
}
.row_second {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.vetical-center {
	align-items: center;
}
.flexbox {
	display: inline-flex;
	flex-flow: wrap;
}
.service-offer-hybrid > div {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 0 !important;
}
.service-offer-hybrid > div::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #ccc;
	left: 14px;
}
.service-offer-hybrid div:nth-child(1) .check-icon svg {
	fill: #FF902D;
}
.service-offer-hybrid .check-icon svg {
	width: 34px;
	height: 30px;
	background: #fff;
	position: absolute;
	left: 0;
}
.service-offer-hybrid h3 {
	font-size: 18px;
	padding-left: 50px;
}
.service-offer-hybrid p {
	padding-left: 50px;
}
.light-color {
	color: grey;
	font-family: 'poppins';
}
.service-offer-hybrid div:nth-child(2) .check-icon svg {
	fill: #FB6081;
}
.service-offer-hybrid div:nth-child(3) .check-icon svg {
	fill: #279EFF;
}
.service-offer-hybrid div:nth-child(4) .check-icon svg {
	fill: #a064ff;
}
figure {
	margin: 0 0 0rem;
}
.web-designing.logo_design {
	background: #6E2A9B;
}
.logo-page .web-right .form-control {
	background: #e1c0f7;
	border-color: #6E2A9B;
	height: 46px;
}
.logo-page .btn-success {
	background: #6e2a9b;
	border-radius: 30px;
	border-color: #6e2a9b;
	padding: 6px 20px;
}
.expart {
	background: #6e2a9b;
	height: 100px;
	padding: 1rem;
}
.distinc {
	background: #fff;
	text-align: center;
	margin: 1rem 0rem 0;
	border: 1px solid #dbdbdb;
	padding: 2rem 1rem;
}
.distinc h2 {
	font-size: 54px;
	color: #6e2a9b;
	font-weight: 600;
}
.distinc p {
	font-size: 26px;
	font-weight: 600;
	color: #000;
}
.budget {
	margin-top: 3rem;
}
.budget h5 {
	color: #6e2a9b;
	font-size: 34px;
}
.budget h6 {
	font-weight: 600;
	font-size: 22px;
}
.budget p {
	color: #000;
	font-size: 18px;
}
.service_box_section {
	display: flex;
	align-items: center;
}
.abstract {
	margin-left: 2rem;
}
.service_box_section img {
	width: 90px;
}
.abstract h2 {
	font-size: 24px;
}
.service_box_section {
	display: flex;
	align-items: center;
	margin-top: 2rem;
}
.logo-page-design {
	background: url(../images/service-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10rem 0;
	margin-top: 3rem;
}
.logo-page-design .btn-success {
	background: #6e2a9b;
	border-radius: 30px;
	border-color: #6e2a9b;
	padding: 6px 20px;
}
.info-box-image {
  width: 170px;
  height: 170px;
  line-height: 170px;
  background-color: #f7f9f9;
}
.info-box-image {
	border-radius: 100%;
	margin-right: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin: 20px auto;
}
.logo-process {
	text-align: center;
}
.info-box-content {
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
 .info-box-title {
  text-transform: capitalize;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 1.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.logo-process:hover .info-box-image {
  -webkit-box-shadow: 25px 20px 20px -15px rgba(0,0,0,.3);
  box-shadow: 25px 20px 20px -15px rgba(0,0,0,.3);
}
.info-box-text {
	color: #353535;
}
.our-logo {
	padding: 2rem 0;
}
.our-logo p {
	color: #333;
	font-size: 16px;
}
.interfacesss.logo-design-bg {
	background: #6e2a9b;
}
.eCommerce-site {
	background: #109cd8;
	padding: 7rem 0 3rem;
}
.eCommerce-site .lets-start .form-control {
	border-color: #109cd8;
	border-radius: 10px;
}
.eCommerce-site .lets-start button {
	background: #109cd8;
	border-radius: 30px;
	font-size: 15px;
	color:#fff;
	width: 100%;
}
.eCommerce-section a {
	background: #109cd8;
	padding: 10px 30px;
	font-size: 14px;
	border-color: #109cd8;
}
.eCommerce-section a:hover {
	background: #058ac4;
	padding: 10px 30px;
	font-size: 14px;
	border-color: #058ac4;
	color:#fff;
}
.video-section-data {
	background: #109cd8;
	padding: 20px;
}
.video-section-data p {
	color: #fff;
	font-size: 16px;
}
.video-section-data #demo .carousel-indicators [data-bs-target] {
	background: #000;
	border-radius: 50%;
	line-height: 0;
	object-fit: contain;
	border: 6px solid #fff;
	width: auto;
	height: auto;
}
.wordpress-providers p {
	text-align: center;
	color: #333;
	font-size: 16px;
}
.interfacesss.eCommerce-section.eCommerce-site a {
	color: #109cd8;
	font-weight: 500;
}
.eCommerce-cross h4 {
  text-align: center;
}
.red-cross.eCommerce-cross p {
	color: #333;
	font-size: 16px;
}
.shopify-box {
	text-align: center;
	background: #109cd8;
	padding: 50px 20px;
	border-radius: 15px;
}
.shopify-box img {
	width: ;
	background: #fff;
	width: 100px;
	height: 100px;
	object-fit: contain;
	padding: 20px;
	border-radius: 50%;
}
.shopify-box h5 {
	color: #fff;
	line-height: 1.3;
	margin-top: 10px;
	font-size: 20px;
}
.shopify-box p {
	color: #fff;
	line-height: 1.3;
	font-size: 16px;
}
.web-design.shopify-site {
	background: #5d8f3e;
	padding: 7rem 0 3rem;
}
.shopify-site .lets-start .form-control {
	border-color: #5d8f3e;
	border-radius: 10px;
}
.shopify-site .lets-start button {
	background: #5d8f3e;
	border-radius: 30px;
	font-size: 15px;
	width: 100%;
	color: #fff;
}
.web-design h5 {
	padding-bottom: 14px;
}
.on_page_service.shopify-section a {
	background:#5d8f3e;
	padding: 10px 30px;
	font-size: 14px;
	border-color:#5d8f3e;
}
.on_page_service.shopify-section a:hover {
	color:#fff;
}
.shopify-tab .accordion {
	display: flex;
	padding: 2rem 0;
}
.shopify-tab .accordion-button::after {
	display: none;
}
.shopify-tab .accordion-button.collapsed {
	transform: rotate(90deg);
	width: 120px;
	height: 180px;
}
.shopify-tab .accordion-item  {
	transform: rotate(0deg);
}
.shopify-tab .accordion-collapse.collapse {
	transform: rotate(0deg);
	width: 420px;
}
.shopify-tab .accordion-item {
	border: 0;
	background: #e8e8e8;
	margin: 5px;
	border-radius: 0;
	height: 400px;
}
.shopify-tab .accordion-button {
	background: transparent;
	color: #5e5e5e;
	padding: 20px;
	font-size: 22px;
}
.shopify-tab .accordion-item:first-of-type .accordion-button {
	color: #5e5e5e;
	padding: 20px;
	font-size: 22px;
}
.shopify-tab .accordion-body {
	font-size: 16px;
	line-height: 20px;
	padding: 20px;
}
.accordion-item h3 {
	margin: 0;
	padding: 0px 0 0 20px;
	color: #5d8f3e;
}
.week-1 {
	text-align: center;
	box-shadow: 0px 7px 24px -3px rgb(159, 159, 159);
	border-radius: 15px;
	height: 100%;
}
.week-2 {
	text-align: center;
	box-shadow: 0px 7px 24px -3px rgb(159, 159, 159);
	border-radius: 15px;
	height: 100%;
}
.week-3 {
	text-align: center;
	box-shadow: 0px 7px 24px -3px rgb(159, 159, 159);
	border-radius: 15px;
	height: 100%;
}
.week-4 {
	text-align: center;
	box-shadow: 0px 7px 24px -3px rgb(159, 159, 159);
	border-radius: 15px;
	height: 100%;
}
.week1-bg {
	background: #f07530;
	border-radius: 15px 15px 0 0;
	padding-bottom: 1rem;
}
.week-bg {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	border: 5px solid #f07530;
	margin-bottom: -40px;
	position: relative;
	bottom: 50px;
}
.week2-bg {
	background: #f1bb31;
	border-radius: 15px 15px 0 0;
	padding-bottom: 1rem;
}
.week3-bg {
	background: #c2b925;
	border-radius: 15px 15px 0 0;
	padding-bottom: 1rem;
}
.week4-bg {
	background: #f07d6d;
	border-radius: 15px 15px 0 0;
	padding-bottom: 1rem;
}
.week-bg2 {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	border: 5px solid #f1bb31;
	margin-bottom: -40px;
	position: relative;
	bottom: 50px;
}
.week-bg3 {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	border: 5px solid #c2b925;
	margin-bottom: -40px;
	position: relative;
	bottom: 50px;
}
.week-bg4 {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	border: 5px solid #f07d6d;
	margin-bottom: -40px;
	position: relative;
	bottom: 50px;
}
.woocomerce-site {
	background: #925788;
}
.woocomerce-site .lets-start .form-control {
	border-color: #925788;
	border-radius: 10px;
}
.woocomerce-site .lets-start button {
	background: #925788;
	border-radius: 30px;
	font-size: 15px;
	color:#fff;
	width: 100%;
}
.wooCommerce-tab .accordion-item h3 {
	margin: 0;
	padding: 0px 0 0 20px;
	color: #925788;
}
.wooCommerce-tab .accordion-item {
	height: 500px;
}
.content-woocommerce .btn-success {
	background: #925788;
	border-radius: 30px;
	border-color: #925788;
	padding: 6px 20px;
}
.woocomerce-cross .text-green {
	color: #925788;
}
.woocomerce-cross .custom-build a {
	background: #925788;
	color: #fff;
}
.magento-site {
  background: #ee682f;
}
.magento-site .lets-start .form-control {
	border-color: #ee682f;
	border-radius: 10px;
}
.magento-site .lets-start button {
	background: #ee682f;
	border-radius: 30px;
	font-size: 15px;
	width: 100%;
	color:#fff;
}
.magento-boxs ul li {
	background: #fff;
	width: 50px;
	border-radius: 8px;
	height: 50px;
	border: 2px solid #ef7b12;
	margin-bottom: 30px;
	text-align: center;
	line-height: 2.6;
}
.magento-boxs ul {
	position: relative;
}
.magento-boxs ul::after {
	content: '';
	width: 2px;
	height: 580px;
	background: #ee682f;
	position: absolute;
	left: 25px;
	top: 10px;
	z-index: -1;
}
.magento-box ul li {
	height: 50px;
	border: 2px solid #ef7b12;
	margin-bottom: 30px;
	text-align: left;
	line-height: 2.6;
	padding: 0 10px;
	border-radius: 8px;
}
.magento-box ul li a {
	font-size: 16px;
	font-weight: 500;
}
.magento-box .btn-success {
	background: #ee682f;
	border-radius: 30px;
	border-color: #ee682f;
	padding: 6px 20px;
}
.magento-cross .text-green {
	color: #ee682f;
}
.magento-cross .custom-build a {
	background: #ee682f;
	color: #fff;
}
.carousel-indicators {
	position: static;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;
	justify-content: center;
	padding: 0;
	margin-right: 0%;
	margin-bottom: 0rem;
	margin-left: 0%;
	list-style: none;
}
#demo2 .carousel-indicators [data-bs-target] {
	flex: 0 1 auto;
	width: 100%;
	height: auto;
	font-weight: 400;
	color: #333;
	opacity: 1;
	margin: 0;
}
.left-content h3 {
	font-weight: 700;
	font-size: 21px;
	line-height: 24px;
	color: #414141;
	margin-bottom: 35px;
}
.left-content ul {
	padding-left: 20px;
	margin-bottom: 0;
}
.left-content ul li {
	font-size: 16px;
	line-height: 21px;
	color: #5a6a83;
	margin-bottom: 12px;
}
.benefit {
	display: flex;
	align-items: center;
	margin-top: 2rem;
}
.benefit p {
	margin-left: 10px;
	font-weight: 500;
	color: #333;
}
.left-content ul {
	list-style: -webkit-repeating-radial-gradient;
}
#demo2 .carousel-indicators .active {
	opacity: 1;
	font-weight: 600;
	margin: 0;
}
#demo2 .carousel-indicators {
	border-left: 5px solid #eeeeee;
	padding-left: 1rem;
}
#demo2 .carousel-indicators a{
	margin-left: 1rem;
}
#demo2 .carousel-indicators .active::before {
	border-left: 5px solid #40ffdc;
	content: '';
	position: absolute;
	left: 0;
	width: 5px;
	height: 70px;
}
.slider-magento {
	background: #f4faff;
	padding: 4rem;
}
.php-site {
	background: #777bb3;
}
.build-nft-list li figure {
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: auto;
	position: relative;
}
.blue-bg {
	background: #0084fe;
	box-shadow: 0 7px 15px rgb(0 132 254/30%);
}
.build-nft-list li figure.blue-bg::after, .build-nft-list li figure.blue-bg::before, .services-shape.blue-shape::after {
	background: #0084fe;
}
.build-nft-list li figure::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	background: #9424d7;
	transform: scale(1.4);
	opacity: .1;
	z-index: -1;
}
.build-nft-list li figure.blue-bg::after, .build-nft-list li figure.blue-bg::before, .services-shape.blue-shape::after {
	background: #0084fe;
}
.build-nft-list li figure::after {
	transition: .2s;
	transform: translateX(-50%) translateY(-50%);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	background: #9424d7;
	transform: scale(1.2);
	opacity: .3;
	z-index: -1;
}
.build-nft-list figcaption h4 {
	font-size: 19px;
	color: #000;
	text-align: center;
	line-height: 27px;
	margin-top: 25px;
}
.build-nft-list li:hover figure::before {
	-webkit-animation: 1.5s ease-out infinite pulse-border;
	animation: 1.5s ease-out infinite pulse-border;
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	top: 50%;
}
.orange-bg {
	background: #f54245;
	box-shadow: 0 7px 15px rgb(245 66 69/30%);
}
.build-nft-list li figure.orange-bg::after, .build-nft-list li figure.orange-bg::before, .services-shape.orange-shape::after {
	background: #f54245;
}
.purple-bg {
	box-shadow: 0 7px 15px rgb(148 36 215/30%);
}
.purple-bg, .services-shape.purple-shape::after {
	background: #9424d7;
}
.build-nft-list li figure::before {
	background: #9424d7;
}
.build-nft-list li figure::after {
	background: #9424d7;
}
.green-bg {
	background: #2abb52;
	box-shadow: 0 7px 15px rgb(43 186 84/30%);
}
.build-nft-list li figure.green-bg::after, .build-nft-list li figure.green-bg::before, .services-shape.green-shape::after {
	background: #2abb52;
}
.lightblue-bg {
	background: #0ccbe9;
	box-shadow: 0 7px 15px rgb(12 203 233/30%);
}
.build-nft-list li figure.lightblue-bg::after, .build-nft-list li figure.lightblue-bg::before, .services-shape.lightblue-shape::after {
	background: #0ccbe9;
}
.pink-bg {
	background: #ff0e9f;
	box-shadow: 0 7px 15px rgb(255 14 159/30%);
}
.build-nft-list li figure.pink-bg::after, .build-nft-list li figure.pink-bg::before, .services-shape.pink-shape::after {
	background: #ff0e9f;
}
.php_text .content-woocommerce .btn-success {
	background: #777bb3;
	border-radius: 30px;
	border-color: #777bb3;
	padding: 6px 20px;
}
.php_text .text-green {
	color: #777bb3;
}
.php_text .custom-build a {
	background: #777bb3;
	color: #fff;
}
.php-site .lets-start .form-control {
	border-color: #777bb3;
	border-radius: 10px;
}
.php-site .lets-start button {
	background: #777bb3;
	color:#fff;
}
.menu-icons img {
	margin: 0 !important;
	width: 40px !important;
	display: block;
	height: 40px !important;
	object-fit: contain;
	margin-right: 9px !important;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img:hover {
	transform: rotateY(360deg);
	transition: 1s ease-out;
}
.service-box img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: -2px 8px 24px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  padding: 20px 30px;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
}
.dropdown:hover .dropdown-content {
	display: block;
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
.speed-box p {
	text-align: left;
}
.about_section {
	background: #1e2248;
	padding: 7rem 0;
}
.about-data-area h2 {
	color: #fff;
	font-size: 36px;
	text-transform: capitalize;
}
.about-data-area {
	position: relative;
	bottom: 50px;
}
.about-data-area p {
	color: #fff;
	text-align: left;
}
.sec_icon_3 {
	padding: 30px;
	border: 2px solid rgba(91,94,122,1);
	position: relative;
	margin-top: -2px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
.sec_icon_3::before {
	content: "";
	display: block;
	height: 2px;
	width: 79px;
	background-color: rgba(91,94,122,1);
	position: absolute;
	bottom: 52px;
	-webkit-transform: rotateZ(149deg) skewX(-22deg);
	transform: rotateZ(149deg) skewX(-22deg);
	overflow: hidden;
	left: -6px;
	z-index: 0;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
.aio-icon-default {
  display: table-cell;
  vertical-align: middle;
}
.aio-icon-default .aio-icon{
	margin-right: 15px;
}
.aio-icon-component .aio-icon, .aio-icon-component .img-icon {
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear,-webkit-transform .2s linear;
}
.aio-icon.none {
	display: inline-block;
	font-size: 32px;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1em;
	position: absolute;
	left: 20px;
}
.aio-icon, .vc_row .aio-icon {
	display: inline-block;
	font-size: 32px;
	height: 2em;
	width: 2em;
	text-align: center;
	line-height: 2em;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
.sec_icon_3:hover {
	border-color: #ffffff;
	z-index: 99;
}
.aio-icon i {
	line-height: inherit;
}
.Secur-cctv::before {
	content: "\e906";
}
.aio-icon-title {
  font-size: 22px;
  color:#fff;
}
.aio-icon-header h3.aio-icon-title {
	margin: 0;
	display: block;
	font-size: 26px;
	line-height: 1.2em;
	font-weight: 600;
}
.aio-icon-header + .aio-icon-description {
	margin-top: 10px;
}
.sec_icon_3 .aio-icon-description {
	padding-left: 60px;
	color: #fff;
	text-align: left;
}
.aio-icon-description {
	width: 100%;
	display: block;
	margin-top: 0;
}
.sec_icon_3::after {
	content: "";
	display: block;
	height: 2px;
	width: 43px;
	background-color: rgba(91,94,122,1);
	position: absolute;
	top: 9px;
	-webkit-transform: rotateZ(149deg) skewX(-22deg);
	transform: rotateZ(149deg) skewX(-22deg);
	overflow: hidden;
	left: 192px;
	z-index: 0;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
.aio-icon-header {
	margin-left: 3.6rem;
}
.outer-wrap {
	background-color: #1e2248;
	border-radius: 10px;
	padding: 30px 0px 30px;
}
.contact-box {
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 50px 25px;
	text-align: center;
}
.contact-box .contact-box_icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	transition: 0.5s ease-in-out;
	background-color: #1e2248;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.contact-box .contact-box_icon {
	font-size: 24px;
	color: #fff;
}
.contact-box .contact-box__title {
	margin-bottom: 5px;
	font-weight: 700;
	margin: 20px 0 8px;
}
.contact-box .contact-box__text {
	margin-bottom: -5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #222;
}
.contact-box:hover .contact-box_icon {
	background-color: #03b1a8;
}
.sec-subtitle {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #1e2248;
	margin: -0.2em 0 15px 0;
	text-transform: capitalize;
}
.sec-text, .sec-text {
	margin: 0 0 18px 0;
	font-size: 16px;
	color: #404040;
	line-height: 1.625;
}
.space.bg-light {
	padding: 5rem 0;
}
.space h2 {
	font-weight: 600;
	color: #1e2248;
}
.terms-and-conditions {
	padding: 6rem 0 3rem;
}
.terms-and-conditions p {
	color: #333;
	font-size: 16px;
}
.terms-and-conditions ul {
	margin-bottom:30px;
}
.terms-and-conditions ul li {
	color: #333;
	font-size: 16px;
}
.bi-blog-feed-item-2 {
	margin: 0 auto 40px;
	max-width: 390px;
}
.bi-blog-feed-item-2 .blog-img {
	overflow: hidden;
	margin-bottom: 25px;
}
.bi-blog-feed-item-2 .blog-img img, .bi-blog-feed-item-3 .blog-img img{
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.bi-blog-feed-item-2 .blog-meta {
	left: 0;
	bottom: 0;
	z-index: 1;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 20px;
	border: 2px solid #fff;
	border-left: none;
	background-color: #1e2248;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.bi-blog-feed-item-2 .blog-meta i{
    margin-right: 5px;
}
.bi-blog-feed-item-2 .blog-text h3 {
	color: #0e0e0e;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 0px;
}
.bi-blog-feed-item-2 .blog-text h3 {
	color: #0e0e0e;
	font-size: 20px;
	font-weight: 700;
}
.bi-blog-feed-item-2 .blog-text p {
	font-size: 16px;
	color: #555;
	line-height: 1.5;
}
.bi-blog-feed-item-2:hover .blog-img img{
    transform: scale(1.05);
}
.ul-li ul li {
	display: inline-block;
}
.bi-pagination li a {
	width: 55px;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #555;
	font-size: 20px;
	font-weight: 400;
	border-radius: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid rgba(22, 35, 43, 0.1);
}
.bi-pagination li a {
	color: #555;
	font-size: 20px;
	font-weight: 400;
}
.bi-pagination li a:hover{
    color: #fff;
  background-color: #1e2248;
  border: 1px solid #1e2248;
}
#bi-blog-feed-2 {
	padding: 7rem 0 5rem;
}
.star-blog {
	display: flex;
}
.star-blog li {
	color: #eab308;
}
.details-page-data p {
	font-size: 16px;
} 
.details-page-data ul li {
	font-size: 16px;
}

@-webkit-keyframes spinAround {
 from {
  -webkit-transform:rotate(0)
 }
 to {
  -webkit-transform:rotate(360deg)
 }
}
@-moz-keyframes spinAround {
 from {
  -moz-transform:rotate(0)
 }
 to {
  -moz-transform:rotate(360deg)
 }
}
@keyframes spinAround {
 from {
  transform:rotate(0)
 }
 to {
  transform:rotate(360deg)
 }
}
@keyframes pulse-border {
 0% {
  transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity:1
 }
 100% {
  transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  opacity:0
 }
}












@keyframes pulso {
 0% {
  -moz-box-shadow:0 0 0 0 rgba(255,255,255,.8);
  box-shadow:0 0 0 0 rgba(255,255,255,.8);
 }
 70% {
  -moz-box-shadow:0 0 0 20px rgba(255,255,255,0);
  box-shadow:0 0 0 20px rgba(255,255,255,0);
 }
 100% {
  -moz-box-shadow:0 0 0 0 rgba(255,255,255,0);
  box-shadow:0 0 0 0 rgba(255,255,255,0);
 }
}


@media(max-width:1400px){
	.web-presence p {
		font-size: 13px;
	}
	.box-section{
		padding: 1.3rem;
		height: 270px;
	}
	.box-section2{
		padding: 1.3rem;
		height: 270px;
	}
	.box-section3{
		padding: 1.3rem;
		height: 270px;
	}
	.box-section4{
		padding: 1.3rem;
		height: 270px;
	}
	.box-section p {
		font-size: 15px;
	}
	.box-section2 p {
		font-size: 15px;
	}
	.box-section3 p {
		font-size: 15px;
	}
	.box-section4 p {
		font-size: 15px;
	}
	.box-section h4 {
		font-size: 24px;
	}
	.box-section2 h4 {
		font-size: 24px;
	}
	.box-section3 h4 {
		font-size: 24px;
	}
	.box-section4 h4 {
		font-size: 24px;
	}
	.box img {
		width: 70px !important;
		height: 70px;
	}
	.testimonial-items {
		padding: 1rem;
	}
	.core.app p {
		font-size: 15px;
		margin-top: 10px;
		line-height: 20px;
	}
	.rating h2 {
		font-size: 22px;
	}
	.web-design.app h5 {
		font-size: 17px;
	}
	.flutter-box h5 {
		font-size: 18px;
	}
	.table-data-page h2 {
		font-size: 40px;
	}
	.web-designing h3 {
		font-size: 34px;
	}
	.graphic-bg {
		padding: 1rem 0 5rem;
	}
	.call .call-txt a span {
		font-size: 12px;
	}
	.header-item.item-right .call {
		margin-right: 1rem;
	}
	.call .call-icon {
		margin-right: 10px;
		width: 35px;
		height: 35px;
	}
	.header .item-right a {
		font-size: 12px;
	}
	.star h5 {
		font-size: 18px;
	}
	.distinc p {
		font-size: 22px;
	}
	.distinctive {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.we-take h2 {
		font-size: 46px;
	}
	.shopify-tab .accordion {
		overflow-x: scroll;
	}
	.handsake {
		padding-bottom: 3rem;
	}
	.core p {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 1rem;
	}
	.testimonial-items {
		height: auto;
	}
	.section-parts h5 {
		font-size: 20px;
	}
	.about-service3-area ul li {
    	font-size: 14px;
    	color: rgb(255, 255, 255);
    	line-height: 1.4;
    }
.about-service3-area h1 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: -2px;
	margin-bottom: 40px;
}
.about-service3-area p {
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
	color: rgb(255, 255, 255);
	margin-bottom: 0;
}
	
	
}

@media(max-width:1200px){
	.header .item-right a {
		font-size: 12px;
	}
	.flutter-service-bg h3 {
		font-size: 30px;
	}
	.box-section h4 {
		font-size: 20px;
	}
	.box-section2 h4 {
		font-size: 20px;
	}
	.box-section3 h4 {
		font-size: 20px;
	}
	.box-section4 h4 {
		font-size: 20px;
	}
	.box-section p {
		font-size: 14px;
	}
	.box-section2 p {
		font-size: 14px;
	}
	.box-section3 p {
		font-size: 14px;
	}
	.box-section4 p {
		font-size: 14px;
	}
	.box-section h4 {
		font-size: 24px;
	}
	.pripar-section h3 {
		font-size: 28px;
	}
	.website p {
		font-size: 16px;
	}
	.website {
		padding: 2rem 2rem;
	}
	.website h4 {
		font-size: 22px;
	}
	.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .heading {
		font-size: 17px;
		line-height: 0px;
	}
	.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .description {
		font-size: 13px;
		line-height: 22px;
	}
	.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content {
		padding: 40px 20px 40px 28px;
	}
	.container, .container-lg, .container-md, .container-sm {
		max-width: 1020px;
	}
	.header .menu > ul > li {
		line-height: 50px;
		margin-left: 14px;
	}
	.header .menu > ul > li > a {
		font-size: 15px;
		color: #000;
	}
	a.start-proj {
		padding: 7px 24px;
	}
	.header-item.item-right .call {
		margin-right: 1rem;
	}
	.call .call-icon {
		margin-right: 10px;
		width: 35px;
		height: 35px;
	}
	.call .call-txt a span {
		font-size: 12px;
	}
	#banner {
		background-position: right top;
		padding: 8rem 0;
	}
	.left-bar h2 {
		font-size: 46px;
	}
	.left-bar p {
		margin-top: 2rem;
		margin-bottom: 1rem;
	}
	.android-section p {
		font-size: 14px;
	}
	.on_page_service p {
		font-size: 14px;
	}
	.web-presence p {
		font-size: 13px;
		line-height: 1.3;
	}
	.on-page h3 {
		font-size: 40px;
	}
	.web-designing {
		padding: 4rem 2rem;
		border-radius: 0 0 100px 0;
	}
	.web-designing h3 {
		font-size: 34px;
		line-height: 40px;
	}
	.box img {
		width: 50px !important;
		height: 70px;
	}
	.testimonial-items {
		padding: 1rem;
	}
	.core.app p {
		font-size: 14px;
		line-height: 20px;
	}
	.web-designing.content_writing {
		padding: 7rem 3rem;
	}
	.content-writing-bg {
		padding: 0rem 0 4rem;
	}
	.web-designings {
		padding: 4rem 2rem 1rem;
	}
	.web-designings h3 {
		font-size: 32px;
		line-height: 44px;
	}
	.web-rights {
		padding: 0rem 0;
	}
	.star h5 {
		font-size: 16px;
	}
	.on_page_service {
		padding: 2rem 0 2rem;
	}
	.on_page_service.eCommerce-section h3 {
		font-size: 22px;
	}
	.table-data-page h2 {
		font-size: 40px;
	}
	.graphic-bg {
		padding: 1rem 0 5rem;
	}
	.why-choose h2 {
		font-size: 34px;
	}
	.interfaces22 {
		margin: 0rem 0 0;
	}
	.feature-item {
		padding: 10px;
	}
	.web-presence {
		padding: 3rem 0 0;
	}
	.service-box h5 {
		font-size: 16px;
	}
	.we-take h2 {
		font-size: 46px;
	}
	.blue-grow {
		padding: 0rem 0 3rem;
	}
	.speed-box p {
		text-align: left;
	}
	.seo-page .web-designing {
		padding: 5rem 2rem;
		border-radius: 0 0 100px 0;
	}
	.core p {
		font-size: 14px;
	}
	.seo-page .section-parts {
		padding: 1rem;
		border-radius: 30px 0 30px 0;
	}
	.green-section h3 {
		font-size: 24px;
	}
	.box-img {
		padding: 1rem 0.4rem;
		height: auto;
	}
	.page-seo small {
		font-size: 13px;
	}
	.testimonial-items {
		height: auto;
	}
	
	
}

@media (max-width:992px){
    .about-service3-area ul {
    	display: flex;
    	margin-top: 50px;
    	flex-wrap: wrap;
    }
    .about-service3-area ul li {
    	font-size: 17px;
    	color: rgb(255, 255, 255);
    	line-height: 1.4;
    	width: 50%;
    	margin-bottom: 12px;
    }
	.service-item {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.img-section h4 {
		font-size: 18px;
	}
	.img-section p {
		font-size: 14px;
		margin-bottom: 0.5rem;
	}
	.why-choose h2 {
		font-size: 36px;
	}
	.why-choose h4 {
		font-size: 20px;
	}
	.why-choose p {
		font-size: 14px;
	}
	.table-data-page p {
		margin: 1rem 0;
		font-size: 16px;
		line-height: 1.4;
	}
	.logo-design {
		padding: 1rem 1rem;
	}
	.star p {
		font-size: 14px;
	}
	.custom-build p {
		font-size: 14px;
	}
	.web-designings h3 {
		font-size: 28px;
		line-height: 40px;
	}
	.web-designings {
		padding: 3rem 2rem 1rem;
		border-radius: 0 0 100px 0;
	}
	.graphic-bg {
		padding: 0rem 0 5rem;
	}
	.service-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.left-bar h2 {
		font-size: 36px;
	}
	.left-bar p {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	.logo img {
		width: 130px;
	}
	.btn-register-header{
		border-color:#fff;
	}
	.header {
		padding: 10px 0px;
	}
	.yourself {
		margin: 10px 0;
	}
	.pripar-section h3 {
		font-size: 20px;
		line-height: 1.3;
	}
	.pripar-section p {
		font-size: 14px;
	}
	.voice {
		padding: 0rem 0;
	}
	.header-item.item-right .call {
		display: none;
	}
	.contact-icon {
		position: absolute;
		top: 35%;
		right: 10px;
	}
	.pripar-section {
		margin-top: 2rem;
	}
	.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content {
		padding: 20px 20px 20px 18px;
	}
	.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .heading {
		font-size: 20px;
		line-height: 24px;
	}
	.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-icon-list {
		min-width: 100px;
		padding: 10px;
	}
	.srvc-sec-home .srvc-card-main-wrap .srvc-card-details {
		margin-right: 0px;
	}
	.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-icon-list .srvc-list-icon .srvc-name {
		font-size: 12px;
		line-height: 24px;
		text-align: center;
	}
	.choose-us {
		padding: 1rem 0;
	}
	.box-section {
		text-align: start;
		margin-bottom: 15px;
	}
	.box-section h4 {
		margin-top: 0rem;
		font-size: 22px;
	}
	.box-section p {
		font-size: 14px;
		line-height: 1.5;
	}
	.box-section2 {
		text-align: start;
		margin-bottom: 15px;
	}
	.box-section2 h4 {
		margin-top: 0rem;
		font-size: 22px;
	}
	.box-section2 p {
		font-size: 14px;
		line-height: 1.5;
	}
	.box-section3 {
		text-align: start;
		margin-bottom: 15px;
	}
	.box-section3 h4 {
		margin-top: 0rem;
		font-size: 22px;
	}
	.box-section3 p {
		font-size: 14px;
		line-height: 1.5;
	}
	.box-section4 {
		text-align: start;
		margin-bottom: 15px;
	}
	.box-section4 h4 {
		margin-top: 0rem;
		font-size: 22px;
	}
	.box-section4 p {
		font-size: 14px;
		line-height: 1.5;
	}
	.website {
		padding: 2rem 1rem;
		margin-right: 3rem;
	}
	.footer h2 {
		font-size: 30px;
		margin-top: 2rem;
		line-height: 1.2;
	}
	.footer p {
		font-size: 14px;
	}
	.contact_us p {
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 15px;
	}
	.srvc-sec-home .srvc-card-main-wrap .srvc-card-details {
		margin-top: 15px;
	}
	.footer-bottom-col-left ul li a {
		color: #fff;
		font-size: 12px;
	}
	.social-icons-footer ul li {
		line-height: 2.3;
	}
	.subscribe-bg p {
		font-size: 14px;
		margin: 0 0 1rem;
	}
	.footer{
		padding: 3rem 0 2rem;
	}	
	.subscribe-bg {
		bottom: 0;
	}
	.footer-widget-title h3 {
		font-size: 18px;
		margin-top: 1rem;
	}
	.footer-widget-listing li {
		padding: 7px 0;
	}
	.footer-widget-listing li a {
		font-size: 13px;
	}
	.website p {
		font-size: 13px;
	}
	.footer-bottom-col-left ul {
		text-align: center;
		margin-bottom: 0rem;
	}
	.footer-bottom-col-left {
		font-size: 12px;
		text-align: left;
	}
	.new-website {
		padding: 0rem 0;
	}
	#banner {
		background-size: cover;
	}
	.on-page h3 {
		font-size: 28px;
	}
	.speed-boxs h3 {
		color: #fff;
		font-size: 18px;
	}
	.speed-boxs p {
		font-size: 14px;
		color: #fff;
		margin-bottom: 10px;
		line-height: 1.5;
	}
	.on_page_service p {
		color: #333;
		font-size: 14px;
		line-height: 1.5;
	}
	.box-first1 {
		margin-top: 0rem;
	}
	.on_page_service {
		padding: 2rem 0;
	}
	.android-section p {
		color: #333;
		font-size: 14px;
	}
	.service-box {
		margin-bottom: 1rem;
		height: 200px;
	}
	.web-presence {
		padding: 1rem 0;
	}
	.rating {
		border-right: 0px solid #666;
	}
	.on_page_service.android-section h6 {
		font-size: 16px;
	}
	.web-designing {
		padding: 2rem 2rem;
		border-radius: 0 0 60px 0;
	}
	.web-designing h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.accordion-body {
		font-size: 13px;
	}
	.brewing.app-green .tab-content {
		margin-top: 4rem;
	}
	.header-item .more-btn.start-proj {
		display: none;
	}
	.interfacess {
		padding: 1rem;
	}
	.interfacess h4 {
		font-size: 20px;
	}
	.web-designing.content_writing {
		padding: 2rem 3rem;
	}
	.web-right .form-group {
		width: 100% !important;
	}
	.web-right {
		padding: 0rem 0;
	}
	.content-writing-bg {
		padding: 1rem 0 3rem;
	}
	.we-take h2 {
		font-size: 30px;
		line-height: 1.3;
	}
	.choose-us-section {
		padding-top: 2rem;
	}
	.customer {
		padding: 1rem 0 0rem;
	}
	.blog-slider__text {
		line-height: 1.2em;
		font-size: 12px;
	}
	.custom-build h3 {
		font-size: 21px;
	}
	.shopify-box {
		margin-bottom: 1rem;
	}
	.cont-us-form {
		padding: 1rem;
	}
	.wordpress-providers p {
		font-size: 14px;
	}
	.flutter-service-bg h3 {
		font-size: 22px;
	}
	.flutter-application p {
		font-size: 14px;
	}
	.flutter-box h5 {
		font-size: 16px;
	}
	.cont-us h5 {
		font-size: 18px;
	}
	.table-data-page h2 {
		font-size: 40px;
	}
	.flutter-service h3 {
		font-size: 24px;
	}
	.data {
		font-size: 14px;
		text-align:left;
	}
	.sec02_box {
		margin-top: 20px;
	}
	.speed-box p {
		text-align: left;
	}
	.expart {
		height: auto;
	}
	.budget {
		margin-top: 0rem;
	}
	.make-us-data {
		margin-bottom: 0px;
		margin-top: 1rem;
	}
	.shopify-tab .accordion {
		overflow-x: scroll;
	}
	.build-nft-list figcaption h4 {
		font-size: 15px;
	}
	.slider-magento {
		padding: 1rem;
	}
	.andriod-service h6 {
		margin-top: 1rem;
		font-size: 15px;
	}
	.handsake {
		padding-bottom: 3rem;
	}
	.tempor p {
		font-size: 14px;
	}
	.seo-page .web-designing {
		padding: 4rem 2rem;
		border-radius: 0 0 70px 0;
	}
	.core p {
		font-size: 15px;
	}
	.seo-page .green-section{
		padding: 3rem;
	}
	.week-1 {
		height: 76vh;
		margin-bottom: 5rem;
	}
	.week-2 {
		height: 76vh;
		margin-bottom: 5rem;
	}
	.week-3 {
		height: 76vh;
		margin-bottom: 5rem;
	}
	.week-4 {
		height: 76vh;
		margin-bottom: 2rem;
	}
	.red-cross {
		padding: 0rem 0;
	}
	.red-cross.eCommerce-cross p {
		font-size: 14px;
	}
	.brewing p {
		font-size: 14px;
	}
	.green-section {
		padding: 3rem;
	}
	.section-parts h5 {
		font-size: 20px;
	}	
	.brewing .tab-content > .tab-pane {
		margin-top: 5rem;
	}
	.blog-slider__img {
		width: 370px;
	}
	
	
	
}
@media (max-width:768px){
	.service-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.about-service3-area ul li {
    	font-size: 15px;
    	color: rgb(255, 255, 255);
    	line-height: 1.4;
    	width: 100%;
    	margin-bottom: 0px;
    }
	.we-take h2 br {
		display: none;
	}
	.custom-build {
		padding-top: 1rem;
	}
	.interfaces23 {
		background: #00abb3;
		padding: 1rem 1rem 4rem;
		margin: 2rem 0 0;
	}
	.web-designing.content_writing {
		padding: 5rem 2rem;
		margin-top: 1.5rem;
	}
	.web-right {
		padding: 2rem 0;
	}
	.content-writing-bg {
		padding: 0rem 0 2rem;
	}
	.img-section p {
		font-size: 14px;
	}
	.we-take h2 {
		font-size: 22px;
	}
	.left-bar h2 {
		font-size: 30px;
		color: #000;
	}
	.left-bar p {
		color: #000;
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	.logo img {
		width: 70px;
	}
	
	.btn-register-header{
		border-color:#fff;
	}
	.header {
		padding: 10px 0px;
		position: static;
	}
	.yourself {
		margin: 10px 0;
	}
	.pripar-section h3 {
		font-size: 20px;
		line-height: 1.3;
	}
	.pripar-section p {
		font-size: 14px;
	}
	.voice {
		padding: 0rem 0;
	}
	.header-item.item-right .call {
		display: none;
	}
	.contact-icon {
		position: absolute;
		top: 35%;
		right: 10px;
	}
	.pripar-section {
		margin-top: 2rem;
	}
	.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content {
		padding: 20px 20px 20px 18px;
	}
	.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .heading {
		font-size: 20px;
		line-height: 24px;
	}
	.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-icon-list {
		min-width: 100px;
		padding: 10px;
		display: flex;
	}
	.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-icon-list {
		flex-direction: unset;
	}
	.srvc-sec-home .srvc-card-main-wrap .srvc-card-details {
		margin-right: 0px;
	}
	.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-icon-list .srvc-list-icon .srvc-name {
		font-size: 10px;
		line-height: 14px;
		text-align: center;
	}
	.choose-us {
		padding: 1rem 0;
	}
	.box-section {
		text-align: center;
		margin-bottom: 15px;
	}
	.box-section h4 {
		margin-top: 1rem;
		font-size: 22px;
	}
	.box-section p {
		font-size: 14px;
		line-height: 1.5;
	}
	.box-section2 {
		text-align: center;
		margin-bottom: 15px;
	}
	.box-section2 h4 {
		margin-top: 1rem;
		font-size: 22px;
	}
	.box-section2 p {
		font-size: 14px;
		line-height: 1.5;
	}
	.box-section3 {
		text-align: center;
		margin-bottom: 15px;
	}
	.box-section3 h4 {
		margin-top: 1rem;
		font-size: 22px;
	}
	.box-section3 p {
		font-size: 14px;
		line-height: 1.5;
	}
	.box-section4 {
		text-align: center;
		margin-bottom: 15px;
	}
	.box-section4 h4 {
		margin-top: 1rem;
		font-size: 22px;
	}
	.box-section4 p {
		font-size: 14px;
		line-height: 1.5;
	}
	.website {
		padding: 2rem 1rem;
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}
	.footer h2 {
		font-size: 30px;
		margin-top: 2rem;
		line-height: 1.2;
	}
	.footer p {
		font-size: 14px;
	}
	.contact_us p {
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 15px;
	}
	.srvc-sec-home .srvc-card-main-wrap .srvc-card-details {
		margin-top: 15px;
	}
	.social-icons-footer ul li {
		line-height: 3.3;
	}
	.subscribe-bg p {
		font-size: 14px;
		margin: 0 0 1rem;
	}
	.footer{
		padding: 3rem 0 2rem;
	}	
	.subscribe-bg {
    	bottom: 0;
    	text-align: center;
    	margin-top: 10px;
    }
	.footer-widget-title h3 {
		font-size: 18px;
		margin-top: 1rem;
	}
	.footer-widget-listing li {
		padding: 7px 0;
	}
	.footer-widget-listing li a {
		font-size: 13px;
	}
	.website p {
		font-size: 13px;
	}
	.footer-bottom-col-left ul {
		text-align: center;
		margin-bottom: 1rem;
	}
	.footer-bottom-col-left {
		font-size: 12px;
		text-align: center;
	}
	.new-website {
		padding: 0rem 0;
	}
	.on-page h3 {
		font-size: 24px;
		line-height: 1.3;
		margin-top: 1rem;
	}
	.web-design.android-page {
		padding: 7rem 0 1rem;
	}
	.on_page_service {
		padding: 2rem 0;
	}
	.speed-boxs {
		padding: 20px;
	}
	.speed-boxs h3 {
		font-size: 18px;
	}
	.speed-boxs p {
		font-size: 14px;
	}
	.on_page_service p {
		font-size: 14px;
	}
	.video-section-data p {
		color: #fff;
		font-size: 14px;
	}
	.interfacesss {
		padding: 2rem;
	}
	.android-app {
		margin-top: 1rem;
		margin-bottom: 0px;
	}
	.col-12.android-section {
		margin-top: 1rem;
	}
	.box-img {
		margin: 10px 0px;
		height: auto;
	}
	.box-first1 {
		margin-top: 0rem;
	}
	.seo-page .greens-section {
		padding: 4rem 2rem;
		border-radius: 60px 0 60px;
		position: relative;
		right: 0px;
	}
	.android-section p {
		font-size: 14px;
	}
	.web-presence {
		padding: 2rem 0;
	}
	.service-box {
		margin-bottom: 1rem;
		height: 160px;
	}
	.web-design p {
		font-size: 14px;
	}
	.rating {
		border-right: 0px solid #666;
	}
	.web-design.app .owl-dots {
		display: none;
	}
	.rating h5 {
		font-size: 12px !important;
	}
	.rating h5 {
		font-size: 12px !important;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
		display: flex !important;
	}
	.header-item .more-btn.start-proj {
		display: none;
	}
	.dropdown a i {
		position: absolute;
		height: 50px;
		width: 50px;
		top: 0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.box-section{
		height:auto;
	}
	.box-section2{
		height:auto;
	}
	.box-section3{
		height:auto;
	}
	.box-section4{
		height:auto;
	}
	.srvc-sec-home .srvc-card-main-wrap .srvc-card-details {
		background: #fff;
		border-radius: 20px;
		display: block;
		margin-top: 20px;
		margin-right: 0px;
		min-height: 385px;
		box-shadow: 0 0 19px rgba(0, 0, 0, 0.26);
	}
	.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-icon-list .srvc-list-icon a {
		padding: 10px 5px;
	}
	.web-designing h3 {
		font-size: 24px;
		line-height: 28px;
	}
	.web-designing {
		padding: 3rem 2rem;
		border-radius: 0 0 60px 0;
	}
	.web-right .form-group {
		width: 100% !important;
	}
	.web-right.app {
		padding: 1rem 0;
	}
	.owl-dots {
		display: none;
	}
	.accordion-body {
		font-size: 12px;
		line-height: 20px;
		padding: 12px;
	}
	.box-img {
		margin: 0;	
		margin-bottom: 18px;
		height: auto;
	}
	.green-section {
		padding: 2rem;
		border-radius: 60px 0 60px;
		right: 0px;
	}
	.brewing p {
		font-size: 13px;
	}
	.interfacess {
		padding: 2rem 5px 5rem;
	}
	.benefits {
		margin-bottom: 30px;
		text-align: center;
	}	
	.cms-bgs {
		margin-top: 20px;
	}
	.help h3 {
		font-size: 20px;
		line-height: 30px;
		font-weight: 500;
	}
	.web-design {
		padding: 4rem 0 2rem;
	}
	.web-design h5 {
		padding-bottom: 0px;
	}
	.help img {
		width: 40px;
		height: 40px;
		object-fit: contain;
	}
	.green-section h3 {
		font-size: 20px;
	}
	.why-hire p {
		color: #333;
		font-size: 14px;
	}
	.make-us-data p {
		font-size: 14px;
	}
	.customer {
		padding: 0rem 0 0rem;
	}
	.make-us-data {
		margin-bottom: 10px;
	}
	.web-designings {
		padding: 4rem 2rem 1rem;
		border-radius: 0 0 60px 0;
	}
	.web-designings h3 {
		font-size: 22px;
		line-height: 34px;
	}
	.testimonial-item {
		margin: 0 auto;
		display: table;
	}	
	.web-rights .form-group{
		width:100% !important;
	}
	.web-rights .form-select{
		width:100% !important;
	}
	.web-rights{
		padding:2rem 0;
	}
	.help h5 {
		margin-top: 2rem;
	}
	.help h5 {
		font-size: 20px;
	}
	.organically h2 {
		font-size: 50px;
		line-height: 0.9;
	}
	.interfaces2 {
		padding: 1rem;
	}
	.did-you::before {
		height: 120px;
	}
	.web-designings {
		padding: 3rem 2rem 1rem;
		border-radius: 0 0 100px 0;
	}
	.wordpress-provider p {
		font-size: 14px;
	}
	.speed-box {
		text-align: center;
		margin-bottom: 20px;
	}
	.wordpress-providers p {
		font-size: 14px;
	}
	.blue-grow {
		padding: 5rem 0 2rem;
	}
	.wordpress-providers {
		padding: 3rem 0 0;
	}
	.star p {
		font-size: 14px;
	}
	.custom-build p {
		font-size: 14px;
	}
	.red-cross.eCommerce-cross p {
		font-size: 14px;
	}
	.shopify-box {
		margin-bottom: 10px;
	}
	.text-start {
		margin-top: 12px;
	}
	.cont-us-form {
		padding: 1rem;
	}
	.red-cross {
		padding: 3rem 0 0;
	}
	.flutter-service-bg h3 {
		font-size: 20px;
	}
	.flutter-application p {
		font-size: 14px;
	}
	.flutter-box {
		text-align: center;
	}
	.flutter-application {
		padding: 0rem;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.flutter-box {
		margin-bottom: 10px;
	}
	.col-12.flutter-btn-section {
		margin-top: 1rem;
	}
	.table-data-page h2 {
		font-size: 30px;
	}
	.graphic-bg {
		padding: 0rem 0 0rem;
	}
	.brand img {
		width: 100px;
		height: 100px;
		object-fit: cover;
	}
	.strong-branding p {
		font-size: 14px;
	}
	.brand {
		margin-bottom: 10px;
	}
	.why-choose h2 {
		font-size: 22px;
	}
	.why-choose p {
		font-size: 14px;
	}
	.interfaces22 {
		padding: 2rem;
		margin: 0;
	}
	.service-item h4 {
		padding-top: 20px;
		font-size: 14px;
	}
	.service-item {
		padding: 23px 10px 18px;
	}
	.web-design.ios-page {
		padding: 7rem 0 2rem;
	}
	.sec02_box h3 {
		font-size: 20px;
	}
	.sec02_box {
		height: auto;
		padding: 20px;
		margin-bottom: 0px;
		margin-top: 20px;
	}
	.sec02_box p {
		font-size: 14px;
	}
	.our-emerging {
		padding-bottom: 1rem;
	}
	.col-12.ios-section {
		margin-top: 1rem;
	}
	.our-emerging p {
		font-size: 14px;
		color: #333;
	}
	.powering p {
		font-size: 14px;
	}
	.powering-box {
		margin-bottom: 10px;
	}
	.technologys::before {
		display: none;
	}
	.technologys {
		padding-right: 0rem;
	}
	.sec02_title p {
		font-size: 14px;
	}
	.web-design.wordpress-page {
		padding: 7rem 0 2rem;
	}
	.distinctive {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.img-section {
		padding-top: 1rem;
	}
	.distinctive.logo-page {
		padding: 0;
	}
	.expart {
		margin-top: 2rem;
	}
	.expart {
		height: auto;
	}
	.budget {
		margin-top: 0rem;
	}
	.abstract h2 {
		font-size: 18px;
	}
	.service_box_section img {
		width: 60px;
	}
	.make-us {
		margin-bottom: 2rem;
	}
	.our-logo p {
		font-size: 14px;
	}
	.budget h6 {
		font-size: 20px;
	}
	.budget h5 {
		font-size: 30px;
	}
	.slider-magento {
		padding: 1rem 0;
	}
	#demo2 .carousel-indicators a {
		font-size: 16px;
	}
	.magento-box ul li {
		line-height: 1.7;
	}
	.magento-box ul li a {
		font-size: 14px;
	}
	.magento-boxs {
		margin-top: 0rem;
	}
	.web-design.on-page {
		padding: 7rem 0 1rem;
	}
	.accordion-button.border-0.text-dark.p-0.bg-white {
		height: 50px;
		font-size: 14px;
	}
	.frequently-box {
		margin-bottom: 10px;
	}
	.frequently {
		padding: 2rem 0;
	}
	.wooCommerce-tab .accordion-item {
		height: auto;
	}
	.shopify-tab .accordion {
		display: block;
	}
	.shopify-tab .accordion-collapse.collapse {
		width: auto;
	}
	.shopify-tab .accordion-button.collapsed {
		transform: rotate(0deg);
		width: auto;
		height: auto;
	}
	.shopify-tab .accordion-item:first-of-type .accordion-button {
		font-size: 16px;
	}
	.shopify-tab .accordion-button {
		font-size: 16px;
	}
	.shopify-tab .accordion-body {
		font-size: 14px;
	}
	.build-nft-list figcaption h4 {
		font-size: 18px;
		margin-bottom: 3rem;
	}
	.andriod-service {
		margin: 1.5rem 0.7rem;
		margin-top: 3rem;
	}
	.tempor p {
		font-size: 14px;
		color: #333;
	}
	.upper-img{
		top:-50px;
		left:0;
		right:0;
	}
	.advantages {
		margin-bottom: 10px;
	}
	.page-seo.interfaces {
		padding: 2rem;
	}
	.seo-page .web-designing {
		padding: 5rem 2rem;
		border-radius: 0 0 60px 0;
	}
	.seo-page .section-parts {
		margin-bottom: 10px;
	}
	.web-company img {
		width: 30px;
		height: 30px;
	}
	.seo-page .green-section {
		padding: 2rem;
		border-radius: 50px 0 50px;
		right: 0px;
	}
	.shopify-tab .accordion-item {
		height: auto;
	}
	.week-1 {
		height: auto;
		margin-bottom: 5rem;
	}
	.week-2 {
		height: auto;
		margin-bottom: 5rem;
	}
	.week-3 {
		height: auto;
		margin-bottom: 5rem;
	}
	.week-4 {
		height: auto;
		margin-bottom: 2rem;
	}
	.section-parts {
		margin-bottom: 10px;
	}
	.interfaces {
		padding: 1rem;
	}
	.laptop p {
		font-size: 16px;
	}
	.brewing .tab-content > .tab-pane {
		margin-top: 1rem;
	}
	.green-section-create {
		padding: 2rem;
		border-radius: 60px 0 60px;
		right: 0px;
	}
	.speed-box .ms-4 p {
		text-align: center;
	}
	.about-data-area h2 {
	color: #fff;
	font-size: 28px;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1.4;
}
	.about-data-area p {
	color: #fff;
	text-align: left;
}
	.sec_icon_3 .aio-icon-description {
	padding-left: 0px;
	color: #fff;
	text-align: left;
}
.sec_icon_3::before {
	content: "";
	display: block;
	height: 2px;
	width: 30px;
	background-color: rgba(91,94,122,1);
	position: absolute;
	bottom: 52px;
	-webkit-transform: rotateZ(149deg) skewX(-22deg);
	transform: rotateZ(149deg) skewX(-22deg);
	overflow: hidden;
	left: -3px;
	z-index: 0;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
.wordpress-provider {
	padding: 0rem 0px;
}
.blog-slider {
	min-height: 500px;
	height: auto;
	margin: 150px auto;
	margin-bottom: 0;
	width: 100%;
}
.about-service3-area h1 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0px;
	margin-bottom: 40px;
}
.content-box {
	margin-top: 2rem;
}
.about-service3-area h1 {
	margin-bottom: 15px;
}
.about-service3-area p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: rgb(255, 255, 255);
	margin-bottom: 0;
}
.about-service3-area ul {
	display: block;
	margin-top: 30px;
	gap: 60px;
}
.about-service3-area ul li {
	padding-bottom: 15px;
}
.about-service3-area {
	background: #222;
	padding: 10px 0;
}
.header .menu > ul > li > a {
	text-align: left;
}
#banner {
	background: url(../images/banner-top2.jpg);
	background-repeat: no-repeat;
	padding: 8rem 0;
	background-size: contain;
	background-position: right;
}
.left-bar h2 {
	font-size: 26px;
	color: #000;
	margin-bottom: 15px;
}





}