*{
	margin: 0;
	padding: 0;
}

body a{
    text-decoration: none;
}
ul.prvcy-list {
    padding-left: 30px;
}
.wl-about {
    margin-top: 8% !important;
}
a.koop-app {
    max-width: 16% !important;
}
a.footer-koo {
    width: auto !important;
    height: auto !important;
    padding: 5px 7px !important;
    font-size: 11px !important;
}
a:hover{
    text-decoration: unset !important;
}
.action-btn a:hover {
    text-decoration: unset !important;
    color: #fff;
}
.footer-item .slider-logo-footer a img {
    filter: brightness(0) invert(1);
}
.slider-logo-footer a {
    margin-right: 15px;
}
a.koop-app img {
    max-width: 8% !important;
}
h2.marketing-game {
    font-size: 50px !important;
    margin-bottom: 20px;
}
.slider-logo-footer a img {
    max-width: 10%;
}
.content-process h5 {
    color: #000 !important;
}
.privacy-policy-txt {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
..top-digi-btn {
    position: unset !important;
}
.digi-market-page .digi-content {
	height: 96%;
}
.contact-social-icon a {
    margin: 0 0% 0 0 !important;
}
.terms-conditions {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 50px;
	padding-left: 15px;
    padding-right: 15px;
}
.footer-copy {
    display: flex;
}
.crackingitem button.crackingbtn:hover {
    background: #5caa9d;
    border: 0.2rem solid #5caa9d;
}
h5.crackinggtext {
    text-transform: capitalize;
}
p.cp-ryt {
    text-align: left;
}
ul.footer-ryt-list li {
    margin-right: 10px !important;
}
ul.footer-ryt-list {
    display: flex !important;
    float: right;
}
h2.privacy-policy-title-new {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: 700;
}
h1.title-new {
    text-align: center;
    padding-bottom: 20px;
}
.work-logo-content h5, .feature-heading h2 {
    color: #000 !important;
}
.slider-digi .top-digi-btn {
    position: absolute !important;
}
a.serv-btn-head:hover {
    text-decoration: unset !important;
    color: #fff;
    background: #5caa9d;
    border: 0.2rem solid #5caa9d;
}
html {
  scroll-behavior: smooth;
  transition: 0.8s ease-in-out;
}

@font-face {
  font-family: Victograms;
  src: url(../fonts/VictogramsDemo.ttf);
}

@font-face {
  font-family: mufferaw;
  src: url(../fonts/mufferawrg.ttf);
}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
     background-color: #d4229a;
     border:none;
}

@keyframes toBottomFromTop10{
    49% {
    transform: translateY(-10%);
}
50% {
    opacity: 0;
    transform: translateY(10%);
}
51% {
    opacity: 1;
}
}

@keyframes bounce{
    0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
}
40% {
    transform: translateY(-30px);
}
60% {
    transform: translateY(-15px);
}
}


@keyframes jello {
  11.1% {
    transform: none
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    transform: none
  }
}


.fixed {
  position: fixed !important;
  top:0; 
  left:0;
  width: 100%;
  z-index: 1001;
  background-color: #fff;
  border-bottom: 1px solid #e8e3e3;
}

.fixed-active .weentylogo-header{
    visibility: hidden;    
}

.fixed .click-button.active-menubar .icon-bar{
    background-color: #000;
}


.fBBlIz {

    position: fixed;
    top: 4.1rem;
    right: 3.5rem;
    width: 6.8rem;
    height: 3.3rem;
    transform: translateY(-50px);
    user-select: none;
    border: medium none;
    cursor: pointer;
    background: transparent none repeat scroll 0% 0%;
    z-index: 100;
    margin-top: 0px;
    transition: margin-top 0.2s ease-in-out 0s;
    z-index: 10001;

}
.thrd-menu {
    margin-left: 16% !important;
}
.top-btn-work {
    text-align: end;
}

.toggle-nav{
	  display:block;
	  height: 50px;
	  background-position: center;
	  background-repeat: no-repeat;
	  text-align: left;
		}

.toggle-nav .navbar-toggle{
		display: block;
		position: relative;
	    float: right;
	    padding: 7px 10px 10px 0px;
	    border:none;
	    background: none;
	    margin-top:32px;
	    z-index: 1001 !important;
	    outline: none;
}

.toggle-nav .navbar-toggle .icon-bar{
		display: block;
	   	width: 26px;
	  	height: 3px;
		background-color: black;
	 	border-radius: 3px;
		margin-left: 8px;
}

.toggle-nav .navbar-toggle .icon-bar+ .icon-bar{
		margin-top:4px;
}

.click-button span.icon-bar:nth-child(4){
	width: 16px;
	text-align: end;
	float: right;
}

.menu-outer{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: calc(var(--vh,1vh) * 100);
	display: none;
	z-index: 98;
}

.menu-outer-active{
	visibility: visible;
}

.click-button.active-menubar .icon-bar{
	background-color: #fff !important;
}

.click-button.active-menubar span.icon-bar:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: top left;
}

.click-button.active-menubar span.icon-bar:nth-child(3) {
    visibility: hidden;
}
.click-button.active-menubar span.icon-bar:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: top left;
    width: 26px;
}

.slider-back-item {
    width: 100%;
    height: auto;
    position: relative;
    margin: 36px 0;
}


.bgnav-outer{
	position: absolute;
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	overflow: hidden;
	background: -webkit-linear-gradient(#87f5e3, #16345d);
	will-change: transform;
}

.weentylogo-header a, .weentylogo a{
	position: relative;
	text-decoration: none;
}

.weentylogo{
	position: absolute;
	top: 3rem;
	left: 5rem;
}
.weentylogo img{
	width: 100%;
    max-width: 20%;
	margin: 0px;
	filter: brightness(1.5);
}

ul.primerynav{
	position: absolute;
	top: 50%;
	left: 20%;
	margin: 0px;
	transform: translateY(-50%);
}

ul.primerynav li{
	list-style: outside none none;
	overflow: hidden;
	padding-bottom: 2.2rem;
	margin-bottom: 0px;
}

ul.primerynav li a{
	display: block;
	font-size: 4rem;
	line-height: 0.8;
	letter-spacing: -0.08rem;
	color:#fff;
	transition: color 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 500;
}

/*ul.primerynav li a:hover{
    text-indent: 12px;
}*/


ul.sub-menu{
	position: absolute;
    top: 0;
    left: 200%;
    display: none;
    width: 150%;
    transition: all 0.4s ease;
    /*transform: translateY(50px);*/
     /*opacity: 0; */
    /*background: -webkit-linear-gradient(#d5239b, #2475d0);*/
    filter: opacity(0.9);
    text-align: end;
    padding: 31px;
}
ul.sub-menu li{
	list-style: outside none none;
	margin: 0px;
}
ul.sub-menu li a{
	font-size: 2.3rem;
	transition: color 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	text-decoration: none;
	text-transform: capitalize;
}

ul.primerynav li a:hover{
	color: #fff;
	transition: all 0.3s ease-in-out;
}

/*ul.primerynav li.ser-hov:hover .sub-menu{
	visibility: visible;
}*/
strong {
    font-weight: 700;
}
.wrapcracking{
	position: absolute;
	bottom: 1%;
	right: calc(9.5% + 1rem);
}

.crackingitem{
	position: relative;
	padding: 1rem 0%;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	height: 12rem;
}

h5.crackinggtext{
	color: rgb(255, 255, 255) !important;
	font-size: 1.6rem;
	line-height: 0.8;
	display: inline-block;
}

.crackingspector{
	background-color: rgb(255, 255, 255);
	width: 1px;
	height: 6rem;
	margin: 0px 2rem;
	display: inline-block;
}

.crackingbtn{
	background-color: rgba(0, 0, 0, 0.25);
	color: rgb(255, 255, 255);
	transition: color 0.2s ease-in-out 0s;
	border: 0.2rem solid rgb(247, 78, 161);
	padding: 1rem 1.5rem;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3rem;
	display: inline-block;
	cursor: pointer;
}

.top-header{
	position: relative;
	top: 0px;
	z-index: 1001 !important;
	width: 100%;
	height: auto;
	padding: 0rem 0px;
}

.wrapheader{
	position: relative;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	align-items: center;
	width: 100%;
	margin: 0px auto;
	transition: margin-top 0.2s ease-in-out 0s;
}

.headernav{
	position: relative;
	pointer-events: all;
}
.navitem{
	display: inline-block;
	margin-right: 1.6rem;
}

.navitem a{
	color:#373737;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 1.2rem;
	transition: color 0.15s ease 0s;
}

.navitem a.navactive{
	color: #d4229a;
}

.navitem a:hover {
    color:#d4229a;
}

.weentylogo-header img , .services-header-wenty-logo img{
    width: 20%;
}
section.slider-sec {
    position: relative;
    height: auto;
    overflow: hidden;
}

section.slider-serv, section.slider-digi {
    position: relative;
    height: auto;
    overflow: hidden;
}

section.slider-sec{
	background-image: url(../images/2wenty-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	filter: brightness(1.09);
}

.outerslider{
	position: relative;
	width: 100%;
}

.wraptext-slider {
    position: relative;
    height: auto;
    width: calc(100%);
}

.mainntext-wenty{
	text-align: center;
}

.slider-text-item {
    margin-top: 0;
    text-align: center;
    position: absolute;
    right: 10px;
}

.mainntext-wenty img {
    width: 100%;
}

.mainntext-wenty img:hover{
	animation: jello 2s infinite;
  	transform-origin: center;
 	transition:all 0.5s ease-in-out;
}

.justify-content {
    display: flex;
    align-items: center;
    vertical-align: middle;
    position: relative;
}


.slider-text-item h2 {
    font-weight: 800;
    color: #000;
   /* font-family: Victograms;*/
    font-size: 4.4rem;
    line-height: 1.15;
    letter-spacing: 4px;
    text-transform: uppercase;

}
.slider-text-item h5{
    font-weight: 800;
    color: rgb(135, 135, 135);
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -0.075rem;
    text-transform: uppercase;

}

.slider-text-item h4 span {
    font-size: 40px;
    margin: 0 20px;
    letter-spacing: 4px;
    font-weight: 500 !important;
}

 .slider-text-item h4 {
    font-weight: 800;
    color: #000;
    font-size: 60px;
    line-height: 1.15;
    text-transform: uppercase;
}



.slider-logo-item a {
    display: inline-block;
    background: -webkit-linear-gradient(#d5239b, #2475d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    margin: 0 10% 0 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.slider-logo-item a i {
    font-size: 46px;
}

.slider-logo-item {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
}

.slider-logo-item a span {
    display: block;
}

.wrapfilter {
    position: absolute;
    top: 30px;
    right: 100px;
    z-index: 1001;
}


.filterdesk {
    text-align: end;
    width: 100%;
    height: auto;
    position: relative;
}

.filterdesk button {
    background-color: transparent;
    font-size: 1rem;
    color: #d4229a;
    padding: 10px 15px;
    font-weight: 600;
    border: 2px solid transparent;
    cursor: pointer;
    text-transform: capitalize;
}

.wenty-bio-wrap, .wenty-how-wrap, .wenty-what-wrap{
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;
	margin: 6% 0;
}

.wenty-what-wrap{
	margin-bottom: 0 !important;
}

.bio-wrap-item, .how-wrap-item, .wht-wrap-item{
	width: 100%;
	max-width: 100%;
	height: auto;
	position: relative;
	padding: 0;
}

.row.portf-item {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 8% 0;
    padding: 0;
}


.wrap-intro h5 {
    margin-bottom: 5%;
}


.wrap-item-sec{
	width: 100%;
	height: auto;
}

.wrap-item-thumb{
	width: 100%;
	overflow: hidden;
}

.wrap-item-thumb img{
	width: 100%;
}

.wrap-item-content h5, .wrap-intro h5 {
    color: #d4229a;
    font-family: "Circular", sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.22rem;
    text-decoration: none;
    text-transform: uppercase;
}

.wrap-item-content h2, .wrap-intro h2 {
    color: #000;
    font-family: "Sofia", sans-serif;
    font-size: 2.2rem;
    letter-spacing: -0.075rem;
 	font-weight: 700;
 }

 .wrap-item-content p {
    color: #000;
    font-family: "Circular", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    margin-top: 1rem;
 }

 button.all-port-btn {
    background: transparent none repeat scroll 0% 0%;
    border: 0.2rem solid #d4229a;
    padding: 16px 30px;
    color: #d4229a;
    font-family: "Circular", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1rem;
    border-radius: 3rem;
    display: inline-block;
    text-align: center;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
    backface-visibility: hidden;
}

.our-port-btn {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}

 a.wrap-bio-btn, a.wrap-wht-btn, a.top-wotk-btn {
    background: transparent none repeat scroll 0% 0%;
    border: 0.2rem solid #d4229a;
    padding: 16px 30px;
    color: #d4229a;
    font-family: "Circular", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1rem;
    border-radius: 3rem;
    display: inline-block;
    text-align: center;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
    backface-visibility: hidden;
}

a.wrap-bio-btn:hover, a.wrap-wht-btn:hover, a.top-wotk-btn:hover , button.all-port-btn{
	background-color: #d4229a;
	color: #fff;
	transition: all 0.3s ease-in-out;	
}

.how-wrap-list ul {
    margin: 0;
    padding: 0;
}

.how-wrap-list ul li{
	list-style: none;
	display: block;
}

.how-wrap-list ul li a {
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    text-transform: capitalize;
    color: #d4229a;
    line-height: 2;
    position: relative;
}

.how-wrap-list ul li a:hover {
    filter: brightness(4.5);
    transition: all 0.3s ease-in-out;	
}

a.wrap-how-btn {
    background: transparent none repeat scroll 0% 0%;
    background-color: transparent;
    border: 0.2rem solid #d4229a;
    padding: 16px 20px;
    color: #d4229a;
    font-family: "Circular", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1rem;
    border-radius: 3rem;
    display: inline-block;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
}

a.wrap-how-btn:hover{
	background-color: #d4229a;
	color:#fff;
	transition: all 0.3s ease-in-out;	
}


.outer-item {
    width: 100%;
    height: auto;
    position: relative;
    margin: 6% 0 0 0;
    padding: 0;
}

.workitem {
    width: 100%;
    max-width: 90%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.workblog-img{

width: 100%;
height: auto;
position: relative;
margin: 0;padding: 0;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: linear-gradient(#d5239b, #2475d0);
}

.workitem ul li a:hover .overlay {
  opacity: 1;
  filter: opacity(0.4);
  transition: all 0.3s ease-in-out;
}

.workblog-img img {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.workitem ul {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    position: relative;
    width: 100%;
}

.workitem ul li {
    margin: 9px 9px;
    width: 46.66%;
    position: relative;
    display: inline-block;
}


.workblog-text h5 {
    color: #d4229a;
    font-family: "Circular", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.22rem;
    text-transform: uppercase;
    display: inline-block;
    line-height: 4;
}

.workblog-text h2 {
    color: rgb(135, 135, 135);
    font-family: "Sofia", sans-serif;
    font-size: 34px;
    letter-spacing: -0.075rem;
    font-weight: 800;
    transition: color 0.25s ease 0s;
}

.workblog-text p {
    color: rgb(135, 135, 135);
    font-family: "Circular", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

ul.workblog-item li a {
    text-decoration: none;
    text-transform: capitalize;
}

ul.workblog-item li a:hover .workblog-text h2{
	color: #d4229a;
	transition: all 0.3s ease-in-out;
}

section.element-row-client {
    width: 100%;
    height: auto;
    position: relative;
    margin: 6% 0 0 0;
}

.wenty-clien-logo{
	width: 100%;
	height: auto;
	position: relative;
	margin: 6% 0 0 0;
	padding: 0;
}

.wrap-logo-oue-client{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.wrap-logo-oue-client img{
	width: 100%;
	height: auto;
	padding: 16px;
}

.wrap-intro {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
}

.logo-wrap-gap {
    padding: 3rem 0;
}

.our-client-wrap {
    width: 100%;
    height: calc(100%);
    padding: 12px;
    text-align: center;
}

.client-content {
    width: 100%;
    height: calc(50%);
    padding: 12px;
}

.client-content h5 {
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
}


.client-widget-item{
	width: 100%;
	height: auto;
	min-height: 100px;
}

.client-widget-item img{
	width: 100%;
	max-width: 36%;
	height: auto;
	border-radius: 50%;
	margin:0 auto;
}


.top-box {
    background-image: url(../images/client-bg-text.png);
    background-repeat: no-repeat;
    background-size: 76%;
    background-position: center;
    width: 100%;
    padding: 115px 84px;
    color: #fff;
}

.bottom-box .media {
    margin: 0 auto;
    width: 100%;
}

.slick-prev:before, .slick-next:before{
	color: #000 !important;
	font-size: 30px !important;
	font-weight: bold;
}


.slick-prev::before {
    content: "<" !important;
}

.slick-next:before {
    content: '>' !important;
}


.cli-ico i {
    font-size: 36px;
}

.bottom-box .media-body {
    text-align: left;
}

.page-footer{
	position: relative;
	width: 100%;
	background: rgb(36, 36, 36);
	color: rgb(255, 255, 255);
	font-size: 24px;
	font-family: "Sofia", sans-serif;
	line-height: 2;
	padding: 6% 0 0 0;
	z-index: 10;
}

.footer-item p {
    font-size: 14px;
}

.footer-item h4 {
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.icon-logo-footer {
    padding: 40px 0 0 0;
}

.add-ress p {
    display: grid;
    text-align: end;
    font-size: 18px;
}
.add-ress a {
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: end;
}
.add-ress a {
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: end;
    font-size: 36px;
    line-height: 1.3;
}

a.link-direction {
    font-size: 17px;
    text-decoration: underline;
    line-height: 1;
}
.logo-footer a img {
    width: 100px;
    padding: 8px;
 }


.social-ico a {
    color: #fff;
    font-size: 13px;
    border: 1px solid;
    border-radius: 50px;
    padding: 10px 10px;
    width: 34px;
    height: 35px;
}

ul.footer-port-img li img {
    width: 100%;
}

/*section.element-row {
    width: 100%;
    height: 80vh;
*//*    display: inline-flex;
    justify-content: flex-start;
    -moz-box-align: center;
    align-items: center;
*/
}

.app-btn {
    text-align: end;
}


.footer-item ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.footer-item ul li {
    list-style: none;
    line-height: 1;
    margin:  0 0 10% 0;
}

.footer-item ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

ul.footer-port-img li {
    width: 22%;
    display: inline-flex;
}

.count-processing-thumb img {
    width: 100%;
}

#counter
{
  	width: 100%;
	height: auto;
 }

.count-align {
    width: 100%;
    height: calc(100%);
    display: flex;
    align-items: center;
    vertical-align: middle;
    background-color: #fff;
       box-shadow: 0 15px 55px rgba(50,50,93,.2), 0 5px 25px rgba(0,0,0,.07);
}


.count-size {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 3px;
}


div#counter span {
    /*display: block;*/
}

.count-item {
    box-shadow: 0 15px 55px rgba(50,50,93,.2), 0 5px 25px rgba(0,0,0,.07);
    cursor: pointer;
    padding: 50px;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    text-align: center;
    background: -webkit-linear-gradient(#d5239b, #2475d0);
}

.widget-counter-item {
    width: 100%;
    height: auto;
    position: relative;
    margin: 5% 0;
    padding: 0;
}

.app-btn {
    text-align: end;
}

.wrap-counter{
    width: 100%;
    height: auto;
    position: relative;
    padding: 5% 0;
}

.count-text {
    width: 100%;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}

#counter {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 10% 5%;
    background-color: #fafbff;
    border-radius: 10px;
    
    
}

#counter:hover{
	box-shadow: 0 10px 30px 0 rgba(5,16,44,.15);
	-webkit-box-shadow: 0 10px 30px 0 rgba(5,16,44,.15);
	transition: all 0.5s ease-in-out;
}
.counter-value {
    /*width: 100%;*/
    height: auto;
    position: relative;
    padding: 0;
    color: #000;
    font-size: 30px;
    /*display: inline;*/
}
.counter_font {
    font-size: 30px;   
}

.feature-heading {
    margin:0 0 4% 0;
}

.wrap-feature {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 4% 0;
}

.feature-item ul li {
    list-style: none;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #858185;
    background-image: url(../images/images.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left;
    text-indent: 32px;
}


/*services page  css*/


.serv-thumb img{
	width: 100%;
	height: auto;
}

.serv-content h2, .digi-content h2 {
    font-size: 38px;
    font-weight: 700;
    text-transform: capitalize;
    background: -webkit-linear-gradient(#5caa9d, #16345d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.serv-content p, .digi-content p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #858185;
    margin:0;
}

a.serv-btn-head {
    background: transparent none repeat scroll 0% 0%;
    background-color: transparent;
    border: 0.2rem solid #5caa9d;
    padding: 16px 20px;
    color: #5caa9d;
    font-family: "Circular", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1rem;
    border-radius: 3rem;
    display: inline-block;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
}

.services-outer{
    position: relative;
    height: 70vh;
    width: 100%;
}

.wraptext-slider-services{
    position: absolute;
    height: auto;
    /* transform: translateY(-50%); */
    width: calc(100%);
    top: 40%;
}

.services-wrap-content h2 {
    text-align: left;
    font-size: 90px;
    color: #fff;
}

.slider-heading {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 4% 0;
    padding: 0;
    text-align: center;
}

.slider-heading h2{
	font-size: 50px;
	text-transform: capitalize;
	color: #fff;
}

.wrap-help-sec {
    width: 100%;
    height: auto;
    position: relative;
    margin: 5rem 0;
    padding: 0 0;
    /*background-image: url(../images/Creative-Digital-Backgrounds-3.png);
    background-repeat: no-repeat;
    background-size: 22%;
    background-position: top right;*/
}

.wrap-helping-content h4 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #4c2b4c;
}

.wrap-helping-content p, .action-box-text p, .action-widget-help p small,
.wrap-icobox-text, .orga-heading-cont p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #858185;
}

.action-widget-help{
    padding: 50px;
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    background: #ffffff !important;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    text-align: center;
    line-height: 1;
}

.action-widget-help:hover{
    box-shadow: 0 15px 55px rgba(50,50,93,.2), 0 5px 25px rgba(0,0,0,.07);
    cursor: pointer;
    bottom: 3px;
    transition: all 0.3s ease-in-out;
}

.action-box-text h3 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #4c2b4c;
    text-decoration: none;
    text-transform: capitalize;
}

button.action-box-btn {
    background: -webkit-linear-gradient(#5caa9d, #16345d);
    border: none;
    padding: 16px 30px;
    color: #fff;
    font-family: "Circular", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1rem;
    border-radius: 3rem;
    display: inline-block;
    text-align: center;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
    backface-visibility: hidden;
    outline: none;
}

button.action-box-btn a{
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.wrap-media-img{
    text-align: center;
    margin-top: 3rem;
}

.wrap-media-img img{
    width: 100%;
    max-width: 50%;
}

.wrap-goal-icobox {
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
    margin: 4% 0;
    padding: 0;
}

a.icobox-link {
    margin-right: calc(20px + 1.2em);
}

.wrap-goal-icobox a i {
    font-size: 46px;
    width: 50px;
    background: -webkit-linear-gradient(#d5239b, #2475d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wrap-icobox-meta a{
    text-decoration: none;
    text-transform: capitalize;
}

.wrap-icobox-meta a h3 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #4c2b4c;
}

.wrap-icobox-meta a h3:hover{
     background: -webkit-linear-gradient(#d5239b, #2475d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease-in-out;
}

.wrap-icobox-text p:last-child a{
    font-size: 14px;
    font-weight: bold;
   color: #d4229a;
}

.wrap-icobox-text p:last-child a:hover{
    color: #4c2b4c;   
}

.wrap-animate-div {
    background-color: #f5f5f5;
    padding: 120px 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.annimate-contennt-wrapper {
    text-align: center;
    width: 100%;
    position: relative;
}

.annimate-contennt-wrapper h3 {
    font-weight: bold;
    color: #4d404b;
    font-size: 32px;
    line-height: 32px;
}

.annimate-contennt-wrapper h5 {
    font-size: 36px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
    color: #d4229a;
}

.ico-thre-ser{
    width: 100%;
    height: auto;
    position: relative;
    margin:4% 0;
    padding: 0;
}

.ico-ser-box{
    width: 100%;
    height: auto;
    position: relative;
    margin:0;
    padding: 0;
    text-align: center;
    line-height: 4;
}

.ico-ser-box:hover i{
    animation: toBottomFromTop10 0.5s forwards;
}

.ico-ser-box:hover h5{
    background: -webkit-linear-gradient(#5caa9d, #16345d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease-in-out;
}


.ico-ser-box i {
    font-size: 60px;
    background: -webkit-linear-gradient(#5caa9d, #16345d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ico-ser-box h5{
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #4c2b4c;
    text-decoration: none;
    text-transform: capitalize;
}
.ico-ser-box p, .box-work-content p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #858185;
}

.wrap-work-bg {
    width: 100%;
    height: calc(100%);
    position: relative;
    margin: 6% 0;
    padding: 6% 0;
    background-image: url(../images/2wenty-bg-service.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.box-wrap-ser-slider{
    width: 100%;
    height: calc(100%);
    position: relative;
    margin:0;
    padding: 0;
}

.work-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #fff;
}

.box-wrap-ser-slider:hover .work-overlay {
  opacity: 1;
  height: 100%;
  transition: all 0.5s ease-in-out;
}

.text {
  color: #000;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    /*filter: drop-shadow(4px 4px 2px gray);*/
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    display: block;
     -webkit-transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: capitalize;
}
.text-2 {
  color: #000;
  font-size: 18px;
  font-weight:bold;
  letter-spacing:1px;
/*  filter: drop-shadow(4px 4px 2px gray);*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.work-slider-img {
    width: 100%;
    overflow: hidden;
}

.work-slider-img img{
    width: 100%;
    height: calc(100%);
}

button.more-work-btn {
    background: transparent none repeat scroll 0% 0%;
    border: 0.2rem solid #f8f9fa;
    padding: 16px 30px;
    color: #f8f9fa;
    font-family: "Circular", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1rem;
    border-radius: 3rem;
    display: inline-block;
    text-align: center;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
    backface-visibility: hidden;
}

button.more-work-btn a{
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.more-work {
    width: 100%;
    height: auto;
    position: relative;
    margin: 4% 0;
    padding: 0;
    text-align: center;
}


.col-lg-4.col-md-4.col-sm-6.col-12.widget-work-slider-space {
    margin: 0;
    padding: 0;
}


.box-work-content {
    box-shadow: 0 15px 55px rgba(50,50,93,.2), 0 5px 25px rgba(0,0,0,.07);
    cursor: pointer;
    padding: 50px;
    background: #ffffff !important;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    position: relative;
    bottom: 150px;
     margin-bottom: -150px; 
    text-align: center;
}

button.box-work-btn {
    background: transparent none repeat scroll 0% 0%;
    border: 0.2rem solid #d4229a;
    padding: 16px 30px;
    color: #d4229a;
    font-family: "Circular", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1rem;
    border-radius: 3rem;
    display: inline-block;
    text-align: center;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
    backface-visibility: hidden;
}

button.box-work-btn a{
    color:#d4229a ;
    text-decoration: none;
    text-transform: capitalize;
}

.box-work-content h4 {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #4c2b4c;
    text-decoration: none;
    text-transform: capitalize;
}

.wrap-work-wid {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 6% 0;
    padding: 0;
}

.widget-work-logo-thumb {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
}

ul.work-logo-nav {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.work-logo-nav li {
    display: inline-block;
    margin: 0;
    padding: 12px;
}

ul.work-logo-nav li img{
    width: 50%;
}

ul.work-logo-nav li:nth-child(2n+2){
    animation-name: bounce;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

ul.work-logo-nav li:nth-child(2n+1){
    animation-name: bounce;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
}

.widget-work-logo {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}

.work-logo-content {
    margin: 6% 0;
}

.work-logo-content h5, .feature-heading h2 {
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
    color: #4c2b4c;
    text-align: center;
}

.blog-post-img img{
    width: 100%;
}

.wrap-blog-item {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 6% 0;
    background-color: #f5f5f5;
}

.blog-post-box {
    width: 100%;
    height: calc(100%);
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.blog-post-content {
    width: 100%;
    padding: 30px 22px;
}

.blog-post-content h5 {
    font-size: 24px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
    color: #7a7878;
}

.time-post {
    color: rgb(135, 135, 135);
    text-transform: capitalize;
    line-height: 3;
}

button.blog-post-btn {
    background: transparent none repeat scroll 0% 0%;
    border: 0.2rem solid #adb5bd;
    padding: 12px 24px;
    color: #adb5bd;
    font-family: "Circular", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1rem;
    border-radius: 3rem;
    display: inline-block;
    text-align: center;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
    backface-visibility: hidden;
}

button.blog-post-btn a{
   color: #adb5bd; 
}

.widget-why-us {
    width: 100%;
    height: auto;
    position: relative;
    margin: 6% 0;
    padding: 0;
}

.wrap-why-heading h2, .client-review-content h5 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    line-height: 1.53;
    text-align: center;
    color: #4c2b4c;
    text-transform: capitalize;
 }

 .client-review-content h5{
    text-align: left !important;
 }

.wrap-why-heading p, .client-review-content p {
  color: rgb(135, 135, 135);
    font-family: "Circular", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}

 .wrap-why-box {
    border-radius: 11.9px;
    background: linear-gradient(128deg,#43c5f4,#39abf6);
   /* text-align: center;*/
    margin: 0 auto;
    width: 100%;
    color: #fff;
    height: calc(100% - 12px);
    padding: 35px 14px;
    background-color: #fafbff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(5,16,44,.15);
    box-shadow: 0 10px 30px 0 rgba(5,16,44,.15);
}

.widget-why-us .col-md-3:nth-child(4n+1) .wrap-why-box {
    background-image: linear-gradient(291deg, #22c1c3, #fdbb2d);
}
.widget-why-us .col-md-3:nth-child(4n+2) .wrap-why-box {
    background-image: linear-gradient(308deg, #c31432, #FBD786);
}
.widget-why-us .col-md-3:nth-child(4n+3) .wrap-why-box {
    background-image: linear-gradient(308deg,#ad2ab9,#ff618c);
}
.widget-why-us .col-md-3:nth-child(4n+4) .wrap-why-box {
    background-image: linear-gradient(291deg,#009fc5,#5caa9d);
}


.widget-why-us .col-md-3:nth-child(4n+1) .wrap-why-box {
    background-image: linear-gradient(128deg,#43c5f4,#16345d);
}

.widget-why-us .col-md-3:nth-child(4n+2) .wrap-why-box {
    background-image: linear-gradient(308deg,#5caa9d,#3f766d);
}

.widget-why-us .col-md-3:nth-child(4n+3) .wrap-why-box {
    background-image: linear-gradient(308deg,#16345d,#2f7be3);
}

.why-chose-us .col-md-3:nth-child(4n+4) .choose-box {
    background-image: linear-gradient(291deg,#009fc5,#3cecb0);
}


.wrap-why-box i {
    font-size: 60px;
    line-height: 1.5;
}

.wrap-why-heading {
    margin: 5% 0;
    text-align: center;
}


/* services page css end*/


/* digital css */

.digi-thumb img{
    width: 100%;
    height: auto;
}

.heading-cont {
    width: 100%;
    height: auto;
    position: relative;
    margin: 4% 0;
    padding: 0;
    text-align: center;
}

.orga-heading-cont h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #4c2b4c;
    text-transform: capitalize;
}

.widget-orga-item {
    width: 100%;
    height: auto;
    position: relative;
    margin: 4% 0;
    padding: 0;
}

.orga-box, .paid-box {
    width: 100%;
    height: calc(100%);
    position: relative;
    margin: 0;
    padding: 36px 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 15px 55px rgba(50,50,93,.2), 0 5px 25px rgba(0,0,0,.07);

}

.orga-box{
	background-color: #fafbff;
	box-shadow: none;
}

.orga-box:hover{
	   box-shadow: 0 15px 55px rgba(50,50,93,.2), 0 5px 25px rgba(0,0,0,.07);
	   transition: all 0.3s ease-in-out;
}



.widget-paid-item {
    width: 100%;
    height: auto;
    position: relative;
    margin: 5% 0;
    padding: 0;
}

.cont-mar-box {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}

.em-box {
    text-align: center;
}

.em-box img, .cont-mar-box img, .paid-box img, .orga-box img {
    max-width: 100px;
}

.widget-cont-mar-item, .widget-soc-mar-item, .widget-em-item {
    width: 100%;
    height: auto;
    position: relative;
    margin: 3% 0;
}

.heading-cont h2 {
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    display: inline;
    line-height: 1.89;
    letter-spacing: .9px;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    color: #4c2b4c;
    text-transform: capitalize;
}

.heading-cont p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #858185;
}

/* digital css end */


.platform {
    width: 100%;
    height: auto;
    display: block;
    margin: 5% 0;
    padding: 0;
}

.platform-content {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin: 0;
        margin-top: 0px;
    padding: 0;
    margin-top: 1%;
}

.platform-version {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin: 0;
        margin-top: 0px;
    padding: 0;
    margin-top: 3%;
}

.plat-btn.active {
    background: linear-gradient(#5027a0, #16345d);
    color: #fff;
    outline: none;
}


.platform-version .ios-button, .android-button {
    width: 100%;
    height: auto;
    border: none;
    outline: none !important;
    border-radius: 10px;
}

.platform-version h4 {
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0 10px 0;
}

.plat-desc.active {
    display: block;
}

.plat-desc {
    display: none;
}

.platform-icon, .android-icon {
    width: 100%;
    height: auto;
    margin: 0;
        margin-top: 0px;
    padding: 0;
    margin-top: 4%;
}

.platform-icon .ios-icons, .ipad-icons, .iwatch-icons, .imac-icons, .android-icons {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 10px;
    background-color: #f8f9fa;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 15px 55px rgba(50,50,93,.2), 0 5px 25px rgba(0,0,0,.07);
}
.platform-icon .ios-icons h4 {
    font-size: 1.5rem;
    text-decoration: none;
    margin: 0;
    padding: 5px;
}

.platform-content h4 {
    font-size: 36px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
}

.android-icons {
    text-align: center;
    padding: 10px;
}


.stack-app {
    width: 100%;
    height: auto;
    display: block;
    margin: 2% 0 0 0;
    padding: 0;
}

.stack-heading h4 {
    font-size: 36px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
}

.stack-heading {
    text-align: center;
    margin:4% 0;
}

.stack-icon {
    text-align: center;
}


.thumb-process img {
    width: 100%;
    max-width: 80%;
}


.content-process h5 {
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    color: #4c2b4c;
}

.content-process p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #858185;
}

.thumb-process {
    margin-bottom: 12%;
}

.about-slider{
    position: relative;
    height: 70vh;
    width: 100%;
}


.abt-up{
    position: absolute;
    height: auto;
    /* transform: translateY(-50%); */
    width: calc(100%);
    top: 28%;
}

.wl-about {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin: 2% 0;
}

.vission-row {
    width: 100%;
    height: auto;
    position: relative;
    margin: 5% 0;
    padding: 0;
}

.vission-heading {
    text-align: center;
    margin: 5% 0;
}


.vision-box h5 {
    line-height: 2;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -.03em;
    text-decoration: none;
    text-transform: capitalize;
}
/* .vision-box h5 {
    font-size: 24px;
    line-height: 2;
} */

.vision-box {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 15px 55px rgba(50,50,93,.2), 0 5px 25px rgba(0,0,0,.07);
    padding: 16px;
}


.meet-peo {
    width: 100%;
    height: auto;
    position: relative;
    margin: 4% 0;
    padding: 0;
}
.peo-heading {
    text-align: center;
    margin: 4% 0;
}

.meet-thumb img {
    width: 100%;
}

.media-heading, .speclize-heading{
    text-align: center;
}

.media-logo {
    text-align: center;
}
.speclize-heading h5 {
    color: #16345d !important;
}
.speclize-heading{
    margin:5% 0;
}

.media-logo img {
    width: 100px;
}

.wl-content h2, .vission-heading h2, .peo-heading h5, .media-heading h5, .speclize-heading h5, .our-client-heading h5, .our-client-content h2, 
.about-content h5, .intg-heading h5 {
    font-size: 40px;
    line-height: 1.53;
    font-weight: 700;
    color: #16345d;
    text-transform: capitalize;
}

.wl-content p, .vission-heading p, .peo-heading p , .media-heading p, .speclize-heading p, .our-client-heading p, .our-client-content p, 
.choose-box h5, .about-content p, .intg-heading p{
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #858185;
}

.media-item {
    width: 100%;
    height: auto;
    position: relative;
    margin: 5% 0;
}

.port-thumb img {
    width: 100%;
    height: auto;
    position: relative;
}

.port-content h5 {
    color: #000;
    font-family: "Sofia", sans-serif;
    font-size: 2.2rem;
    letter-spacing: -0.075rem;
    font-weight: 700;
}

.port-content p {
    color: rgb(135, 135, 135);
    font-family: "Circular", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    margin-top: 1rem;
}

.port-gap {
    margin: 3% 0;
}

.client-thumb img{
    width: 100px;
    border-radius: 50px;
    margin: 0 auto;
}

.our-client-heading {
    text-align: center;
    margin: 5% 0;
}


.port-btn-right {
    text-align: end;
}


.our-client-content{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding:5% 10%;
    background-color: #fafbff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(5,16,44,.15);
    box-shadow: 0 10px 30px 0 rgba(5,16,44,.15);
}

.our-client-content h5 {
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 3;
}

/*.our-client-content h2 {
    font-size: 32px;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
}*/

.ourclient {
    width: 100%;
    height: auto;
    position: relative;
    margin: 6% 0;
    padding: 0;
}


.choose-box {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    border-radius: 11.9px;
    color: #fff;
}

.choose-box:hover{
	box-shadow: 0 10px 10px -10px rgba(0,0,0,.5);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.5s ease-in-out;
}

.choose-box h5 {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 24px;
    position: relative;
    font-weight: 600;
    line-height: 2;
    color: #fff;
}

.about-thumb img {
    width: 100%;
    max-width: 80%;
}


.about-com {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
}


.intg-heading {
    text-align: center;
}

.integ-item {
    width: 100%;
    height: auto;
    position: relative;
    margin: 4% 0;
    padding: 0;
}

.intge-thumb {
    text-align: center;
}

.intge-thumb img{
    width: 100%;
    height: auto;
}


.cont-item{
	width: `100%;
	height: auto;
	position: relative;
	margin:0;
	padding: 0;
	text-align: center;
	color: #000;
}


.cont-bg{
    width: 100%;
    height: auto;
}

.cont-item h2 {
    font-size: 44px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2;
}

.cont-item h5 {
    font-size: 36px;
    text-decoration: none;
}

.cont-item h6 {
    font-size: 30px;
    text-decoration: none;
    text-transform: lowercase;
}

.add-item {
    width: 100%;
    height: auto;
    position: relative;
    margin: 4% 0;
    padding: 0;
}

.adres-content address p {
    font-size: 26px;
    font-weight: 600;
}

.cont-abt-cont p {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
}

.form-wenty {
    background: #f6f6f6;
    padding: 40px;
    margin-top: 40px;
    width: 100%;
}

.form-heading h5 {
    font-size: 26px;
    text-decoration: none;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 1px;
    margin: 20px 0;
}

.form-wenty form {
    padding: 30px;
    height: 100%;
}

.field {
    width: 100%;
    height: auto;
    position: relative;
    margin: 14px 0;
}

.field label {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.field input,  .field textarea, .field select {
    border: none;
    outline: none;
}

.field textarea{
	min-height: 100px;
}


button.cont-sb-btn {
    background: transparent none repeat scroll 0% 0%;
   background-color: #d4229a;
    border: 0.2rem solid #d4229a;
    padding: 16px 20px;
    color: #fff;
    font-family: "Circular", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1rem;
    border-radius: 3rem;
    display: inline-block;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
    outline: none;
}

button.cont-sb-btn:hover{
    background-color: #d4229a;
    color: #fff;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
    transform: scale(1.1);
    outline: none;
    transition: all 0.3s ease-in-out;
}

.submit-btn-row {
    text-align: center;
}


.app-heading h2, .web-heading h2, .platform-content h4, .heading-cont h2, .wl-content h2, .vission-heading h2, .peo-heading h5
, .wrap-why-heading h2, .cont-item h2 {
    color: #d5239b;
}


.process-item-thumb img {
    width: 100%;
    height: auto;
    position: relative;
}

.process-item-content h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #4c2b4c;
}

.process-item-content p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #858185;
}


.row.item-btn {
    width: 100%;
    margin:0;
}

.form-content img {
    width: 100%;
    max-width: 20%;
}

.slider-logo-item a {
    width: 70px;
}

.form-content .contact-social-icon img {
    max-width: 50% !important;
}
.slider-logo-item a img {
    max-width: 40%;
}
.contact-social-icon a {
    display: inline-block;
    background: -webkit-linear-gradient(#d5239b, #2475d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-size: 32px;
    text-align: center;
    margin: 0 5% 0 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.form-content {
    padding: 30px;
    width: 100%;
    height: 100%;
}

.form-content address {
    background-image: url(../images/li-map.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 34px;
    font-family: "Circular", sans-serif;
    font-weight: 300;
    line-height: 30px;
    font-size: 18px;
}

.form-content img.contact_vector {
    max-width: 400px;
}

.wrap-e-no a {
    color: #000;
}
.wrap-e-no p, .wrap-e-no address {
    margin: 15px 0;
}
.serv-thumb img, .digi-thumb img {
    max-width: -moz-fit-content;
}
.serv-thumb, .digi-thumb, .mainntext-wenty {
    height: 400px;
}
.web-thumb {
    height: calc(100%) !important;
}

.custom_goto_top {
    position: relative;
    text-align: center;
    height: 50px;
    z-index: 10;
}
.custom_goto_top span {
    position: absolute;
    color: #242424;
    top: 6px;
    z-index: 1000;
    font-size: 20px;
    border: 2px solid #242424;
    padding: 0 7px 4px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 2s cubic-bezier(0.21, 1, 0.84, 1.01);
    -moz-transition: all 2s cubic-bezier(0.21, 1, 0.84, 1.01);
    transition: all 1s cubic-bezier(0.21, 1, 0.84, 1.01);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
}
.custom_goto_top span:hover {
    font-size: 25px;
    padding: 1px 9px 4px;
    top: 3px;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    width: 47px;
}

.serv-content , .digi-content {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
}

.top-serv-btn , .top-digi-btn{
    position: absolute;
    bottom: 0;
}

.top-serv-btn{
    margin-bottom: 24px;
}

.top-abt-btn {
    margin-bottom: 0;
}

.hide-android{
    visibility: hidden;
}

.cont-mar-box img {
    max-width: 24%;
}

.max-box img {
    max-width: 80px;
}

.bottom-box {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 20%;
}

a.serv-btn-head, button.cont-sb-btn{
    padding: 16px 60px;
}
.top-btn-work a, .crackingbtn {
    padding: 16px 60px;
}

.vision-box img {
    width: 50%;
}


@media (min-width: 576.98px){
    ul.primerynav li:hover ul.sub-menu{
    display: block;
    transition: all 0.5s ease-in-out;
}

}

@media (max-width: 1199.98px) {
nav.headernav {
    width: 40%;
    text-align: end;
    margin: 14px 24px 0 0;
}

.weentylogo {
    position: absolute;
    top: 2rem;
    left: 3rem;
}

ul.primerynav li a{
	font-size: 2.8rem;
}

ul.sub-menu li a{
    font-size: 1.6rem;
}



h5.crackinggtext{
	font-size: 1.3rem;
}

.crackingbtn{
	padding: 16px 30px;
    font-size: 12px;
}

.wrap-item-content h2, .wrap-intro h2{
	font-size: 2rem;
}

.wrap-item-content p{
	line-height: 1.5;
}

a.wrap-bio-btn {
    margin-top: 1%;
}

a.wrap-how-btn{
	margin-top: 3%;
	padding: 12px 20px;
}

.services-wrap-content h2{
    font-size: 70px;
}

.toggle-nav .navbar-toggle{
    margin-top: 22px;
}

.slider-text-item h2{
	font-size: 3.7rem;
}

.bottom-box {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 36% !important;
}


}


@media (max-width: 991.98px) {
	.add-ress a{
		font-size: 28px;
	}

	.mainntext-wenty h1{
		font-size: 130px;
	}
	.slider-text-item h2{
		font-size: 2.7rem;
	}

	.slider-text-item h4{
		font-size: 40px;
	}

	.weentylogo-header img{
		width: 30%;
	}

	a.wrap-bio-btn, a.wrap-wht-btn, a.top-wotk-btn{
		padding: 12px 24px;
		font-size: 12px;
	}
	ul.primerynav li a {
        font-size: 2.5rem;
    }

    ul.sub-menu li a{
        font-size: 1.5rem;
    }
    .toggle-nav .navbar-toggle{
    	margin-top: 5px;
    }
    .justiy-bio{
    align-items: normal;
    }
    .wenty-bio-wrap, .wenty-how-wrap, .wenty-what-wrap{
    	min-height: auto;
    }
    .bio-wrap-item, .how-wrap-item, .wht-wrap-item{
    	min-height: auto;
    }

    .workblog-text h5{
    	letter-spacing: 1px;
    	font-size: 14px;
    	line-height: 1.6;
    }

    .workblog-text h2{
    	font-size: 28px;
    }

    .top-box{
        background-size: 100%;
        padding: 90px 28px;
    }

    .our-client-wrap{
        width: 100% !important;
    }

    .row.your-class.wrap-clin-element {
        width: 100%;
    }

    .wrap-item-content h5, .wrap-intro h5{
    	font-size: 16px;
    }

    .wrap-item-content h2, .wrap-intro h2 {
        font-size: 28px;
    }

    .form-content {
        padding: 20px;
    }

    .contact-social-icon a {
        margin: 0;
    }

}

@media (max-width: 767.98px) { 
	.form-wenty {
    margin: 0 auto !important;
}
	h1.title-new {
    padding-bottom: 0;
    font-size: 34px;
}
	h2.privacy-policy-title-new {
    font-size: 28px;
}
	h2.privacy-policy-title {
    font-size: 26px;
}
	.content-process ul {
    padding-left: 30px;
}
	ul.sub-menu {
    height: calc(93%) !important;
}
	.slider-logo-item a.koop-app img {
    max-width: 40% !important;
}
.weentylogo-header img {
    width: 36%;
}
	.slider-digi .top-digi-btn {
    position: unset !important;
}
	ul.footer-ryt-list {
    float: unset;
}
	.footer-copy {
    display: block;
}
	.thrd-menu {
    margin-left: 0 !important;
}
.mainntext-wenty {
    margin-bottom: 15px;
}
.serv-thumb, .digi-thumb, .mainntext-wenty {
    height: auto;
}

.toggle-nav .navbar-toggle {
    margin-top: 14px;
}

.wraptext-slider{
	top: 10%;
}

.slider-text-item{
	margin:0;
	text-align: center;
}
.slider-text-item h2{
	font-size: 46px;
}

a.wrap-how-btn{
	margin-left: 0;
}

.wrap-item-content {
    margin-top: 4%;
}

.workitem{
	max-width: 100%;
}

.workitem ul li{
	margin: 7px 7px;
    width: 46.66%;
}

.bottom-box .media {
    margin: 0 auto;
    width: 100%;
    max-width: 50%;
}

.top-box{
    padding: 90px 83px;
    background-size: 70%;
}

.mainntext-wenty img {
    width: 70%;
}

.justify-content {
    display: block !important;
}

.slider-logo-item a{
        margin: 0 4% 0 0;
}

.slider-logo-item a i {
    font-size: 32px;
}

.bio-wrap-item, .how-wrap-item, .wht-wrap-item{
	margin:0;
}



}

@media (max-width: 575.98px) {

nav.headernav {
    display: none;
}

.plat-btn {
    background: #ddd;
}

.wraptext-slider {
    top: 18%;
}

.workitem ul li {
    margin: 0 auto;
    width: 100%;
}

.top-box{
    padding: 119px 70px !important;
    background-size: 70% !important;
}

.bottom-box .media{
    max-width: 50%;
}
.mainntext-wenty img{
    width: 100%;
    max-width: 50%;
}

ul.sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    /*visibility: hidden;*/
    width: 160%;
    height: calc(93%) !important;
    transition: all 0.4s ease;
    transform: translateY(40px);
    /*opacity: 0;*/
    background-color: #d5239b;
    padding: 40px 16px;
    filter: opacity(1);
}

.crackingspector{
    height: 4rem;
}

/*ul.primerynav li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50px);
    transition: all 0.5s ease-in-out;
}*/



.slider-text-item {
    margin: 0 auto;
    text-align: center;
}

.slider-logo-item a{
    margin: 0 5% 0 0;
}

.slider-logo-item a i {
    font-size: 32px;
}

section.element-row{
    height: auto;
    width: 100%;
    position: relative;
}

#counter{
    width: 100%;
}
}

@media(max-width: 480px){
 .bottom-box .media {
    max-width: 100%;
}
.top-box {
    padding: 119px 55px;
    background-size: 85%;
}
}

@media (max-width: 425px){
.top-box {
    padding: 80px 60px !important;
    background-size: 90% !important;
}

.mainntext-wenty img {
    width: 100%;
    max-width: 100%;
}

a.top-wotk-btn {
    padding: 12px 12px;
    font-size: 12px;
}
}

@media (max-width: 575.98px){
.top-box {
    padding: 59px 30px;
    background-size: 90%;
}
}



@media (min-width: 1440px) and (max-width: 1920px) {
	.container {
    min-width: 86%;
}

.top-box{
	padding: 186px 84px;
}
}


.action-box {
    box-shadow: 0 15px 55px rgba(50,50,93,.2), 0 5px 25px rgba(0,0,0,.07);
    cursor: pointer;
    padding: 50px;
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    background: #fff !important;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    position: relative;
}

.action-box:hover{
	box-shadow: 0 15px 55px rgba(50,50,93,.2), 0 5px 25px rgba(0,0,0,.07);
    -webkit-box-shadow: 0 15px 55px rgba(50,50,93,.2), 0 5px 25px rgba(0,0,0,.07);
    transition: all 0.5s ease-in-out;
    bottom: 1px;
}

.action-box:hover h2{
     background: -webkit-linear-gradient(#5caa9d, #16345d);
     -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
}

.action-box-content {
    text-align: center;
}

.action-box-content h2 {
    font-family: "Century Gothic", sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 800;
       color: #4c2b4c;
    font-size: 90px;
    letter-spacing: -0.065em;

}

.action-box-content p {
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
    color: #858185;
}

.action-btn a {
    background: -webkit-linear-gradient(#d5239b, #2475d0);
    border: none;
    padding: 16px 30px;
    color: #fff;
    font-family: "Circular", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1rem;
    border-radius: 3rem;
    display: inline-block;
    text-align: center;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
    backface-visibility: hidden;
}


.action-item {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 5% 0;
    box-sizing: border-box;
    background: #f8f9fa !important;
}

.b-text h2 {
    color: #4c2b4c;
}

.paid-box img {
    max-width: 24%;
}

.form-content h5 {
    font-size: 22px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 700;
    background: -webkit-linear-gradient(#5caa9d, #16345d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wrap-e-no p, .add-text p {
    padding: 0;
   /* margin: 0;*/
    color: #212529;
    font-family: "Circular", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
 
}

.wrap-e-no, .add-text {
    width: 100%;
    margin: 6% 0;
}

.cont-form {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 5% 0;
    padding: 0;
}

.weentyit.menu-active .fixed-nav{
    background: #d5239b00;
    border:none;
}

a.wrap-how-btn, .top-btn-work a, .app-btn a, .item-btn a, .port-btn-right a, .port-btn-left a{
    width: 280px;
    text-align: center;
}

li.num, p.num{
    background-image: url(../images/li-no.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 26px;
    text-indent: 34px;
}

li.mail, p.mail{
    background-image: url(../images/li-mail.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 26px;
    text-indent: 34px;
}

li.add-fot{
    background-image: url(../images/li-map.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 22px;
    padding-left: 38px;
}

.map-loc iframe {
    width: 100%;
    height: 500px;
}

.client-logo {
    width:  100%;
    height: auto;
    position: relative;
    margin: 5% 0;
    padding: 0;
}

.thumb-logo ul li {
    list-style: none;
    display: inline-block;
}

.thumb-logo ul {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.thumb-logo ul li img {
    width: 100%;
    max-width: 50%;
}

.widget-box-review {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 15px;
    padding: 28px;
    color: #fff;
    height: calc(100% - 50px);
     min-height: 320px;
}

.tml-box-1 {
    background: linear-gradient(135deg,#16345d 0,#5caa9d 100%);
}

.box-ovr-hid {
    overflow: hidden;
    height: 340px;
}

.tml-box-2 {
    background: #5caa9d;
}
.tml-box-3 {
    background: #5caa9d;
}
.tml-box-4 {
    background: #16345d;
}
.tml-box-5 {
    background: #16345d;
}

.rev-nam .media img {
    width: 50px;
}

.rev-nam .media-body {
    padding-left: 12px;
}

.widget-box-review p {
    /* font-size: 18px; */
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #f8f9fa;
}

.rev-nam h5 {
    font-size: 23px;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.rev-nam h6 {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.field input {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 3px;
    outline: none;
    border: none;
    background-color: #fff;
}

.field select {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 4px;
}

.field textarea {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 4px;
}

input.wpcf7-form-control.wpcf7-submit.cont-sb-btn {
    background: transparent none repeat scroll 0% 0%;
   	background: #d4229a;
    border: 0.2rem solid #d4229a;
    padding: 9px 00px;
    color: #fff;
    font-family: "Circular", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1rem;
    border-radius: 3rem;
    display: inline-block;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
    outline: none;
    width: 29%;
}

input.wpcf7-form-control.wpcf7-submit.cont-sb-btn:hover{
    background-color: #d4229a;
    color: #fff;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
    transform: scale(1.1);
    outline: none;
    transition: all 0.3s ease-in-out;
}
}
