@font-face {
    font-family: BrisaAlternates;
    src: url(../fonts/BrisaAlternates.eot);
    src: url(../fonts/BrisaAlternates.woff2) format("woff2"), url(../fonts/BrisaAlternates.woff) format("woff"),
        url(../fonts/BrisaAlternates.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: Open Sans;
    font-weight: 300;
    color: #544f4f;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

video {
    width: 100%;
    height: 100%;
}

a,
li,
p,
span {
    font-size: 18px;
    line-height: 26px;
    font-family: Open Sans;
    font-weight: 300;
    color: inherit;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 60px;
    line-height: 55px;
    margin-bottom: 10px;
    font-family: Open Sans;
    font-weight: 800;
    letter-spacing: -1.5px;
}

h4 {
    font-size: 30px;
    line-height: 30px;
    font-family: Open Sans;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: -1.5px;
}

p {
    margin-bottom: 20px;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: inherit;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
    clear: both;
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  margin-top: 30px;
  max-width: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.flip-box i{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #FFF;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.flip-box.facebook .flip-box-front{
	background: #3b5998;
}
.flip-box.linkedin .flip-box-front{
	background: #0e76a8;
}
.flip-box.whatsapp .flip-box-front{
	background:radial-gradient(#05b660, #00E676);
}
.flip-box.instagram .flip-box-front{
	background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.flip-box.youtube .flip-box-front{
	background: #b2001f;
}
.flip-box.paid-promo .flip-box-front{
	background: #f56f02;
}
.flip-box.facebook .flip-box-front i{
	color: #3b5998;
}
.flip-box.linkedin .flip-box-front i{
	color: #0e76a8;
}
.flip-box.whatsapp .flip-box-front i{
	color:#05b660;
}
.flip-box.instagram .flip-box-front i{
	color:#c13584;
}
.flip-box.youtube .flip-box-front i{
	color: #b2001f;
}
.flip-box.paid-promo .flip-box-front i{
	color: #f56f02;
}
.flip-box-front,
.flip-box-back {	
  box-shadow: inset 0px 0px 150px rgb(0 0 0 / 40%);
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height:400px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  border: none;
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-front h3{
	font-size: 26px;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 20px;
}

.flip-box-front p{
	color: #FFF;
}

.flip-box-front i{
	background: #FFF;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #666;
  border: none;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {	
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 40px 40px 70px 40px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;  
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box .flip-box-back .inner h3{
	font-size: 26px;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 20px;
}

.flip-box .flip-box-back .inner ul li{
	padding: 0px 5px 15px 30px;
	position: relative;
	color: #FFF;
}

.flip-box .flip-box-back .inner ul li:before{
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	background: #FFF;
	content: "\f105";
	font-family: FontAwesome;
}

.flip-box .flip-box-front:before{
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	background: rgba(0,0,0,0.3);
	content: "\f105";
	font-family: FontAwesome;
}

.flip-box-header {
  font-size: 34px;
}

.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
}

.flip-box-img {
  margin-top: 25px;
}

.flip-box .flip-box-front p{
	margin-bottom: 0px;
}

.faq-accordion .panel-default.panel > .panel-heading, .faq-accordion .panel-group .panel{
	background: transparent;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	padding: 0px;
}

.faq-accordion .panel-group{
	padding-top: 30px;
}

.faq-accordion .panel-group .panel{
	margin-bottom: 20px;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}

.faq-accordion .panel-group .panel .panel-body{
	border: none !important;
	padding: 30px;
	font-size: 16px;
	line-height: 26px;
}

.faq-accordion .panel-group .panel .panel-body p{
	margin-bottom: 0px;
	padding-left: 20px;
	border-left: 5px solid #5481e6;
}


.faq-accordion .panel-group .panel .panel-body p strong { font-weight: bold !important;  }

.faq-accordion .panel-default.panel > .panel-heading .panel-title a{
	padding: 20px 30px 20px 20px;
	position: relative;
	background: #FFF;
	display: block;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #000;
	border: 1px solid rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

.faq-accordion .panel-default.panel > .panel-heading .panel-title a:hover, .faq-accordion .panel-default.panel.active > .panel-heading .panel-title a{
	color: #FFF;
	background: #ef5f49;
	border-color: #ef5f49;
	transition: all 0.3s ease;
}

.faq-accordion .panel-default.panel > .panel-heading .panel-title a i{
	position: absolute;
	right: 20px;
	top: 25px;
	color: #999;
	transition: all 0.3s ease;
}


.faq-accordion .panel-default.panel > .panel-heading .panel-title a:hover i, .faq-accordion .panel-default.panel.active > .panel-heading .panel-title a i{
	color: #FFF;
	transition: all 0.3s ease;
}

.social-media-cta-bg{
	padding: 70px 0px;
	animation: color-transition alternate infinite 20s;
}

@keyframes color-transition {
	0% {
		background-color: #34a853;
	}
	33% {
		background-color: #4f7ffc;
	}
	66% {
		background-color: #4f7ffc;
	}
	100% {
		background-color: #ea4335;
	}
}

.social-media-cta-bg h2{
	color: #FFF;
	font-weight: 600;
	font-size: 30px;
	line-height: 46px;
}

.social-media-cta-bg .bancap{
	text-align: right;
}

.social-media-cta-bg .bancap a.cta-btns{
	top: 0px;
	padding: 15px 20px;
	text-align: center;
	margin-top: 0px;
	display: inline-block;
}

.social-media-cta-bg .bancap a.cta-btns span{
	font-size: 20px;
}

a.get-in-touch-bt{
	display: none;
}

@media (max-width: 760px){
	.box-item{
		border-radius: 10px;
		overflow: hidden;		
	}
	.box-item .flip-box{
		position: relative;
	}
	.box-item .flip-box:after{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		content: "";
		box-shadow: inset 0px 0px 150px rgb(0 0 0 / 40%);
	}
	.flip-box-back, .flip-box .inner{
		position: relative;
		top: inherit;
		left: inherit;
		transform: rotate(0deg);
	}
	.flip-box-front, .flip-box-back{
		border-radius: 0px;
		min-height: auto;
		box-shadow: none;
	}
	.flip-box .inner{
		padding: 20px;
	}
	.flip-box .flip-box-front:before, .flip-box .flip-box-back .inner h4{
		display: none;
	}
	.flip-box:hover .flip-box-front{
		transform: rotate(0deg);
	}
	.flip-box.facebook .flip-box-back{
		background: #3b5998;
	}
	.flip-box.linkedin .flip-box-back{
		background: #0e76a8;
	}
	.flip-box.whatsapp .flip-box-back{
		background:radial-gradient(#05b660, #00E676);
	}
	.flip-box.instagram .flip-box-back{
		background:radial-gradient(#405de6, #5851db);
	}
	.flip-box.youtube .flip-box-back{
		background: #b2001f;
	}
	.flip-box.paid-promo .flip-box-back{
		background: #f56f02;
	}
	.social-media-cta-bg .bancap{
		text-align: center;
	}
	.social-media-cta-bg h2{
		text-align: center;
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 36px;
	}
	a.get-in-touch-bt{
		display: block;
		position: fixed;
		width: 100%;
		left: 0px;
		bottom: -50px;
		text-align: center;
		z-index: 999;
		background: #ff9700;
		color: #FFF;
		font-weight: 600;
		padding: 10px;
		border-radius: 5px 5px 0px 0px;
		opacity: 0;
		transition: all 0.3s ease;
	}
	a.get-in-touch-bt.active{
		bottom: 0px;
		opacity: 1;
		transition: all 0.3s ease;
	}
}


sup {
    font-size: 12px;
    vertical-align: super;
}



.text-note {
    font-size: 14px;
}

.text-italic {
    font-style: italic;
}

.font-light {
    font-family: Open Sans;
    font-weight: 300;
}

.font-bold {
    font-family: Open Sans;
    font-weight: 700;
}

.font-regular {
    font-family: Open Sans;
    font-weight: 400;
}

.font-extraBold {
    font-family: Open Sans;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.font-semiBold {
    font-family: Open Sans;
    font-weight: 600;
}

.font-fancy {
    font-family: BrisaAlternates !important;
}

.text-brand {
    color: #ec268f;
}

.text-white {
    color: #fff;
}

.text-dark {
    color: #595c5c;
}

.text-orange {
    color: #ef5f49;
}

.text-h-green {
    color: #3fd787;
}

.section-title {
    margin-bottom: 20px;
    padding: 0;
    font-size: 25px;
    line-height: normal;
    text-transform: uppercase;
}

.section-wrapper {
    padding: 60px 0;
}

.section-wrapper.no-pad {
    padding: 0;
}

.no-pad {
    padding: 0;
}

.no-pad-left {
    padding-left: 0 !important;
}

.no-pad-right {
    padding-right: 0 !important;
}

.row {
    margin: 0 auto;
}

::-webkit-input-placeholder {
    color: #656565;
}

::-moz-placeholder {
    color: #656565;
}

:-ms-input-placeholder {
    color: #656565;
}

:-moz-placeholder {
    color: #656565;
}

.slick-dots button {
    font-size: 0;
    line-height: 0;
    padding: 5px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: none;
    border: 0;
    opacity: 0.2;
    outline: 0;
}

.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.slick-dots .slick-active button {
    opacity: 0.7;
}

.btns,
.btns-text {
    display: inline-block;
    position: relative;
}

.btns:hover .btns-text {
    transform: scale(1);
    color: #fff;
}

.btns-text {
    padding: 8px 20px;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 26px;
    min-width: 130px;
    text-align: center;
    color: #fff;
    transform: scale(1);
    transition: all ease-in 0.5s;
    font-family: Open Sans;
    font-weight: 600;
}

.btns:after,
.btns:before {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.btns {
    transition: color 0.25s;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 0;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
}

.btns:after,
.btns:before {
    border: 2px solid transparent;
    width: 0;
    height: 0;
    opacity: 0;
}

.btns:before {
    top: 0;
    left: 0;
}

.btns:after {
    bottom: 0;
    right: 0;
}

.btns:hover:after,
.btns:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.btns:hover:before {
    border-top-color: #fff;
    border-right-color: #fff;
    transition: opacity 0.15s ease-in 0.35s, width 0.2s ease-in 0.35s, height 0.2s ease-in 0.5s;
}

.btns:hover:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
    transition: opacity 0.15s ease-in 0.35s, border-color 0.15s ease-in 0.6s, width 0.2s ease-in 0.6s,
        height 0.2s ease-in 0.9s;
}

.btns:hover .btns-text:before {
    transform: scaleY(1);
    transition: transform ease-in 0.3s, opacity 0.15s ease-in 0.85s;
}

.btns-text:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleY(0.5);
    background-color: #fff;
    transition: transform ease-in 0.3s, opacity 0.15s ease-in 0s;
}

.btns_action .btns-text {
    padding: 25px;
    width: 100%;
    font-size: 18px;
    line-height: normal;
}

.btns_action:after,
.btns_action:before {
    border: 0;
}

.btns_action .btns-text .fa {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 14px;
    opacity: 0.5;
    transition: all ease-in 0.35s;
}

.btns_action:hover .btns-text .fa {
    opacity: 1;
}

.btns_action.slick-slide {
    margin: 0 3px;
}

.btns_action:before {
    opacity: 1;
}

.btns_action .btns-text:before {
    opacity: 0;
}

.brand_bg {
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.btns.brand_bg {
    width: auto;
}

.brand_bg:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.brand_bg.color_blue1:before {
    background-color: #4f7ffc;
}

.brand_bg.color_blue2:before {
    background-color: #243f93;
}

.brand_bg.color_blue3:before {
    background-color: #0e529f;
}

.brand_bg.color_blue4:before {
    background-color: #4285f4;
}

.brand_bg.color_green1:before {
    background-color: #00b4b1;
}

.brand_bg.color_green2:before {
    background-color: #34a853;
}

.brand_bg.color_green3:before {
    background-color: #74a345;
}

.brand_bg.color_ylw1:before {
    background-color: #fbbc05;
}

.brand_bg.color_red1:before {
    background-color: #ea4335;
}

.brand_bg.color_red2:before {
    background-color: #b11f24;
}

.brand_bg.color_orange1:before {
    background-color: #f99457;
}

.brand_bg.color_black1:before {
    background-color: #2f2b37;
}

.brand_bg.color_black2:before {
    background-color: #000;
}

.brand_bg.color_pink1:before {
    background-color: #ed145b;
}

.alpha_10,
.brand_bg.alpha-10:before {
    opacity: 0.9;
}

.alpha_20,
.brand_bg.alpha-20:before {
    opacity: 0.8;
}

.alpha_30,
.brand_bg.alpha-30:before {
    opacity: 0.7;
}

.alpha_40,
.brand_bg.alpha-40:before {
    opacity: 0.6;
}

.alpha_50,
.brand_bg.alpha-50:before {
    opacity: 0.5;
}

.alpha_60,
.brand_bg.alpha-60:before {
    opacity: 0.4;
}

.alpha_70,
.brand_bg.alpha-70:before {
    opacity: 0.3;
}

.alpha_80,
.brand_bg.alpha-80:before {
    opacity: 0.8;
}

.alpha_90,
.brand_bg.alpha-90:before {
    opacity: 0.1;
}

.bg-yellow {
    background: #ff9700;
}

.bg-green {
    background: #61c4a4;
}

.bg-blue {
    background: #507ffc;
}

.bg-dark-blue {
    background: #074c9e;
}

.icons {
    display: inline-block;
    position: relative;
}

.icons:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

.icons.icon_right_arrow:before {
    padding: 16px 32px;
    background-image: url(../images/icons/right-arrow.png);
    background-size: contain;
}

.slick-slide {
    outline: 0;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mt--100 {
    margin-top: -100px;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pt-170 {
    padding-top: 170px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pb-170 {
    padding-bottom: 170px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

ul.counter-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.counter-list li {
    width: 23%;
    margin: 20px 1% 20px 1%;
    padding: 100px 10px 30px 10px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    background: url(../images/iconbg1.png) top left no-repeat #fff;
}

ul.counter-list li:hover {
    transition: all 0.3s ease;
    background: url(../images/iconbg1.png) bottom right no-repeat #fff;
}

ul.counter-list li img {
    transition: all 0.3s ease;
    top: 20px;
    position: absolute;
    left: calc(50% - 32px);
}

ul.counter-list li:hover img {
    transition: all 0.3s ease;
    top: 10px;
}

ul.counter-list li h4 {
    font-weight: 300;
    font-size: 42px;
}

ul.counter-list li h4 strong {
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 760px) {
    ul.counter-list {
        flex-wrap: wrap;
		margin-bottom: 50px;
    }
	
    ul.counter-list li {
        width: 46%;
        margin: 20px 2% 0px 2%;
    }
}

section.faqs .panel-group .panel {
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 0px;
    margin: 20px 0px;
    background: transparent !important;
    transition: all 0.3s ease;
}
section.faqs .panel-group .panel .panel-heading {
    border-radius: 0px;
    border: none;
    padding: 0px;
    background: transparent !important;
    transition: all 0.3s ease;
}
section.faqs .panel-group .panel .panel-heading h4 a {
    padding: 15px 40px 15px 20px;
    background: #fff;
    display: block;
    position: relative;
    font-weight: 600;
    color: #111;
    letter-spacing: 0.2px;
    transition: all 0.3s ease;
}
section.faqs .panel-group .panel.active {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
section.faqs .panel-group .panel.active .panel-heading h4 a {
    color: #3e71ca;
    transition: all 0.3s ease;
}
section.faqs .panel-group .panel .panel-heading h4 a i {
    position: absolute;
    right: 10px;
    top: 20px;
    color: #999;
    transition: all 0.3s ease;
}
section.faqs .panel-group .panel.active .panel-heading h4 a i {
    color: #111;
    transition: all 0.3s ease;
}
section.faqs .panel-group .panel .panel-body {
    padding: 20px;
    font-weight: 500;
    line-height: 30px;
}
.main-menu {
    display: inline-block;
    position: absolute;
}

.main-menu {
    position: fixed;
    width: 38vw;
    top: 0;
    right: 0;
    height: 100vh;
    transform: scale(0.96) translateX(15%) translateZ(0);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    visibility: hidden;
}

.main-div {
    position: relative;
    z-index: 99;
    height: 100vh;
    overflow: unset;
    transition: transform 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
}

.main-div.active {
    transform: scale(0.8) translateX(-36vw) translateZ(0);
    overflow: hidden;
    height: 100vh;
    transition-delay: 0s;
    pointer-events: none;
}

.main-menu.active {
    transform: scale(1) translateX(0);
    visibility: visible;
}

.navbar-toggle {
    display: block;
    position: absolute;
    top: calc(50% - 18px);
    right: 0;
    margin: 0;
}

.navbar-nav,
.navbar-nav > li,
.navbar-right {
    float: none !important;
    display: block;
    width: 100%;
}

.nav_container {
    padding: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    display: table-cell;
    vertical-align: middle;
}

.nav_list {
    display: inline-block;
    position: relative;
    float: none;
    width: auto;
    padding: 0 10px 5px 0;
    margin-bottom: 5px;
    margin-right: 5px;
    line-height: 1;
}

.menu_wrapper .social_links {
    margin-left: 0;
}

.menu_wrapper .social_links .links {
    font-size: 20px;
    color: #2f2b37;
}

.nav_list > a {
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    position: relative;
    transition: all ease-in 0.5s;
    color: #2f2b37;
}

.nav_list > a:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 50%;
    position: absolute;
    top: 25%;
    right: -10px;
    background-color: #2f2b37;
    opacity: 0.5;
}

.nav_default_list > .nav_list:last-child > a:after {
    opacity: 0;
}

.head.nav_list > a:after {
    visibility: hidden;
}

.nav_list > a:before {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.subnav-sec-level li {
    float: left;
    padding: 5px 15px 10px 15px;
    position: relative;
}

.subnav-sec-level li:first-child {
    padding-left: 0;
}

.subnav-sec-level li:after {
    content: "|";
    position: absolute;
    top: 5px;
    right: -6px;
    color: #2f2b37;
}

.subnav-sec-level li:last-child:after {
    display: none;
}

.subnav-sec-level li a {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    color: #2f2b37 !important;
}

.head.nav_list {
    display: block;
    padding: 15px 10px 15px 0;
    clear: both;
}

.head.nav_list > a {
    font-size: 2.3vw;
    line-height: 2.2vw;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.menu_container {
    padding: 0 50px;
    background-color: #fff;
    height: 100vh;
    overflow-y: auto;
}

.brand_color_green2,
.brand_color_green2 .head.nav_list > a {
    color: #34a853;
}

.brand_color_green1,
.brand_color_green1 .head.nav_list > a {
    color: #00b4b1;
}

.brand_color_blue1,
.brand_color_blue1 .head.nav_list > a {
    color: #243f93;
}

.brand_color_blue2,
.brand_color_blue2 .head.nav_list > a {
    color: #4285f4;
}

.brand_color_yellow1,
.brand_color_yellow1 .head.nav_list > a {
    color: #fbbc05;
}

.brand_color_orange1,
.brand_color_orange1 .head.nav_list > a {
    color: #f37a30;
}

.brand_color_red1,
.brand_color_red1 .head.nav_list > a {
    color: #ea4335;
}

.navbar-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.main_div_wrapper {
    position: relative;
    background-color: #fff;
}

.homePage-banner .slick-dots {
    position: absolute;
    display: inline-block;
    bottom: 35%;
    left: 0;
    width: 100%;
    text-align: right;
}

.homePage-banner .slick-dots li {
    display: block;
}

.homePage-banner .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.homePage-banner .item {
    position: relative;
    outline: 0;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

.homePage-banner .slider1 {
    background-image: url(../images/banner/banner1.webp);
}

.homePage-banner .slider2 {
    background-image: url(../images/banner/banner2.webp);
}

.homePage-banner .slider3 {
    background-image: url(../images/banner/banner3.webp);
}

.homePage-banner .slider4 {
    background-image: url(../images/banner/banner4.jpg);
}

.homePage-banner .slider5 {
    background-image: url(../images/banner/banner5.webp);
}

.scroll_down .mouse {
    display: inline-block;
    width: 17px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 8px;
}

.scroll_down .scroll {
    color: #fff;
}

.scroll_down {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 76px;
    z-index: 333;
    cursor: pointer;
}

.homePage-banner {
    position: relative;
    top: -30px;
}

.scroll_down:before {
    content: "";
    width: 3px;
    height: 10px;
    border-radius: 30%;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: calc(50% - 1.5px);
    background-color: #fff;
    animation: mouseScroll linear 1.5s infinite;
}

@keyframes mouseScroll {
    0%,
    100% {
        transform: translateY(4px) scaleY(1);
    }

    50% {
        transform: translateY(0) scaleY(0.75);
    }
}

.homePage-banner .content-wrapper {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    color: #fff;
}

.banner-sub {
    display: block;
    font-size: 30px;
    line-height: 34px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    width: 30px;
    margin-bottom: 6px;
    position: relative;
    left: 0;
    top: 0;
    transform: rotate(0);
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.title-wrapper .banner-sub,
.title-wrapper .banner-title,
.title-wrapper .btns {
    transform: translateY(-25px);
    opacity: 0;
    transition: all ease-in 0.75s;
}

.title-wrapper.active .banner-sub,
.title-wrapper.active .banner-title,
.title-wrapper.active .btns {
    transform: translateY(0);
    opacity: 1;
}

.title-wrapper .banner-sub {
    transition-delay: 0.5s;
}

.title-wrapper .btns {
    transition-delay: 1s;
}

.navbar-toggle:hover .icon-bar:nth-child(1) {
    top: 15px;
    left: -3px;
    width: 20px;
    transform: rotate(45deg);
}

.navbar-toggle:hover .icon-bar:nth-child(3) {
    top: -15px;
    left: -3px;
    width: 20px;
    transform: rotate(-45deg);
}

.header_wrapper .navbar-brand {
    float: none;
    display: inline-block;
    height: auto;
    vertical-align: middle;
}

.banner-content .container,
.header_wrapper .container {
    position: relative;
}

.header_wrapper {
    position: relative;
    padding-top: 0px;
    transition: all ease-in 0.5s;
    background-color: transparent;
}

.banner-title {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 58px;
    margin-bottom: 20px;
    letter-spacing: -4px;
}

.breadCrumb {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.breadCrumb_wrapper a {
    color: #fff;
    font-style: italic;
    font-size: 16px;
    line-height: normal;
    display: inline-block;
    position: relative;
    padding: 0 15px;
    opacity: 0.5;
}

.breadCrumb_wrapper a.page_name {
    opacity: 0.9;
}

.breadCrumb_wrapper a:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    position: absolute;
    top: calc(50% - 6px);
    right: -5px;
    background-color: #fff;
    transform: skew(-20deg);
}

.breadCrumb_wrapper a:last-child:after {
    opacity: 0;
}

.header_wrapper.nav-fixed {
    padding-top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    padding-bottom: 5px;
}

.header_wrapper.nav-fixed.menubgread {
    background-color: rgba(255, 105, 97, 0.9);
}

.header_wrapper.nav-fixed.menubgyellow {
    background-color: rgba(247, 216, 66, 0.9);
}

.header_wrapper.nav-fixed.menubgpink {
    background-color: rgba(241, 95, 116, 0.9);
}

.header_wrapper.nav-fixed.menubggreen {
    background-color: rgba(44, 168, 194, 0.9);
}

.header_wrapper.nav-fixed.menubgblue {
    background-color: rgba(84, 129, 230, 0.9);
}

.header_wrapper.nav-fixed.menubgorang {
    background-color: rgba(247, 109, 60, 0.9);
}

.header_wrapper.nav-fixed.menubggray {
    background-color: rgba(131, 144, 152, 0.9);
}

.header_wrapper.nav-fixed.menubgwhite {
    background-color: rgba(255, 255, 255, 0.9);
}

.brand-logo {
    width: 180px;
    max-width: 50vw;
    transition: all ease-in 0.5s;
}

.active_nav .brand-logo,
.nav-fixed .brand-logo {
    width: 160px;
}

.navbar-toggle.active .icon-bar:nth-child(1) {
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    top: -16px;
}

.navbar-toggle .icon-bar:nth-child(2) {
    transform: scaleX(1);
}

.navbar-toggle.active .icon-bar:nth-child(2) {
    transform: scaleX(0);
}

.navbar-toggle.active:hover .icon-bar:nth-child(1) {
    left: 13px;
    top: 7px;
    transform: rotate(-45deg);
}

.navbar-toggle.active:hover .icon-bar:nth-child(2) {
    transform: scaleX(1);
    top: -8px;
    left: -2px;
}

.navbar-toggle.active:hover .icon-bar:nth-child(3) {
    left: 13px;
    top: -23px;
    transform: rotate(45deg);
}

.header_wrapper .navbar-toggle.active {
    opacity: 0;
}

.header_wrapper .navbar-toggle.active .icon-bar {
    transition-delay: 0;
}

.header_wrapper .navbar-toggle .icon-bar {
    transition-delay: 0.5s;
}

.header_wrapper.nav-fixed .navbar-toggle:hover .icon-bar {
    transition-delay: 0s;
}

.navbar-toggle:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -12px;
    left: 2px;
    width: 44px;
    height: 44px;
    opacity: 0;
    background-color: #fff;
    border-radius: 100%;
    z-index: -1;
    transition: all ease-in 0.5s;
}

.navbar-toggle.active:before {
    opacity: 1;
}

.navbar-toggle.active .icon-bar {
    background-color: #000;
    transition-delay: 1s;
}

.navbar-toggle.active:hover .icon-bar {
    transition-delay: 0s;
}

.button_close {
    position: fixed;
    top: 50%;
    right: 37vw;
    z-index: 999;
}

.button_close .navbar-toggle {
    opacity: 0;
    transform: scale(0);
    transition: all 0s cubic-bezier(0.55, 0.055, 0.045, 1) 0s;
}

.button_close .navbar-toggle.active {
    opacity: 1;
    transform: scale(1);
    transition-duration: 0.85s;
    transition-delay: 0.85s;
}

.button_close .navbar-toggle:before {
    background-color: rgba(0, 0, 0, 0.7);
    width: 60px;
    height: 60px;
    top: -20px;
    left: -5px;
    box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.5);
}

.button_close .navbar-toggle .icon-bar {
    background-color: #fff;
}

.section_title .fancy-title {
    margin-bottom: 20px;
}

.section_title .fancy-title .text {
    font-size: 60px;
    line-height: 54px;
    display: block;
    position: relative;
    letter-spacing: 0;
    letter-spacing: -3px;
}

.section_title .fancy-title .fancy-text {
    line-height: 16px;
    color: #00b4b1;
    z-index: 1;
    font-size: 100px;
}

.section_intro .section-wrapper {
    padding: 7% 0 6%;
    position: relative;
}

.intro_content .content-container {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.intro_content .content-container p {
    font-size: 20px;
    line-height: normal;
}

.brand_img {
    position: absolute;
    bottom: -40%;
    right: 3vw;
    z-index: 11;
    max-width: 16vw;
}

.intro_content .content-wrapper {
    position: relative;
}

.section_solutions .content-container {
    display: table;
    width: 100%;
}

.solution_boxes {
    display: table-cell;
    float: none;
    width: 33.33%;
    vertical-align: top;
}

.solution_boxes h2 {
    font-size: 18px;
    line-height: 26px;
    font-family: Open Sans;
    font-weight: 300;
    color: inherit;
    letter-spacing: 0;
}

.section_solutions .solution_boxes h1 {
    font-size: 30px;
    line-height: 30px;
    font-family: Open Sans;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: -1.5px;
}

.solution_boxes .boxes_wrapper {
    padding: 60px 75px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.solution_boxes .content_wrapper {
    max-width: 310px;
}

.boxes_wrapper:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: transform 5s ease-in 0s, opacity 0.65s ease-in 0s;
    transform: scale(1);
    animation-direction: reverse;
    background-image: url(../images/bg/solutions4.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.solution_boxes:nth-child(2) .boxes_wrapper:before {
    background-image: url(../images/bg/solutions1.jpg);
}

.solution_boxes:nth-child(3) .boxes_wrapper:before {
    background-image: url(../images/bg/solutions2.jpg);
}

.solution_boxes.brand_bg:before {
    opacity: 1;
    transition: all ease-in 0.65s;
}

.solution_boxes:hover .boxes_wrapper:before {
    opacity: 0.23;
    transform: scale(1.25);
}

.solution_nav_wrap {
    max-width: 990px;
    margin: 0 auto;
}

.solution_slides .content-container {
    max-width: 560px;
    margin: 0 auto;
}

@keyframes scale {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.25);
    }
}

.section-solution_slides .slide_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section-solution_slides {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section-solution_slides .section-wrapper {
    padding: 8% 0;
}

.solution_nav_wrap .nav_lists.slick-current {
    transform: scale(0.9);
}

.solution_nav_wrap .nav_lists.slick-active:after,
.solution_nav_wrap .nav_lists.slick-active:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    position: absolute;
    background-color: #fff;
    top: calc(50% - 5px);
    right: 0;
}

.solution_nav_wrap .nav_lists.slick-active:after {
    left: 0;
    opacity: 0;
}

.solution_nav_wrap .nav_lists {
    transform: scale(0.9);
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.5s ease-in 0s, transform 0.5s ease-in 0.5s;
    color: #fff;
    position: relative;
}

.solution_nav_wrap .nav_lists.slick-active {
    opacity: 0.5;
}

.solution_nav_wrap .nav_lists.slick-current,
.solution_nav_wrap .nav_lists:hover {
    opacity: 1;
}

.section-solution_slides .disp,
.section-solution_slides .title {
    color: #fff;
    transform: translate3d(0, 30px, 0) rotateX(-60deg);
    opacity: 0;
    transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.section-solution_slides .slick-active .disp,
.section-solution_slides .slick-active .title {
    transform: translate3d(0, 0, 0) rotateX(0);
    opacity: 1;
    transition-duration: 3s;
    transition-delay: 0.75s;
}

.solution_slides .btns {
    margin-top: 10px;
}

.solution_slides_wrapper {
    padding: 6% 0;
}

.section-solution_slides .slide_bg .slider_cover {
    opacity: 1;
    transition: all 0.75s ease-in-out 0s;
}

.slider_cover {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.solution_nav_wrap .nav_list.slick-active:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.works_content {
    display: block;
    float: left;
    width: 33.33%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.works_content.half_block {
    width: 50%;
}

.works_content .content_container {
    display: table;
    width: 100%;
    height: 280px;
}

.client_logo {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.works_list .logo,
.works_list .text {
    display: inline-block;
    color: #fff;
    transform: translateY(20px);
    transition: all 0.75s cubic-bezier(0.55, 0.055, 0.045, 1) 0s;
}

.works_content.brand_bg:before {
    opacity: 0.8;
}

.works_list .text {
    opacity: 0;
}

.works_list .works_content:hover .logo {
    transform: translateY(0);
}

.works_list .works_content .text {
    transform: translateY(20px) rotatex(90deg);
}

.works_list .works_content:hover .text {
    opacity: 1;
    transform: translateY(0) rotatex(0);
    transition-delay: 0.25s;
}

.section_works .section-wrapper {
    padding-top: 6%;
}

.clients_list_row .client_logo {
    display: inline-block;
    max-width: 190px;
    filter: grayscale(1);
    padding: 10px;
    transition: all ease-in 0.5s;
}

.works_list .list_wrap {
    margin: 40px 0 20px;
}

.clients_list_row .client_logo:hover {
    filter: grayscale(0);
}

.case_studies_content .content_container {
    display: table;
    width: 100%;
}

.blog_stories,
.case_studies_content {
    display: table-cell;
    width: 33.33%;
    transform: scale(1);
    vertical-align: top;
    z-index: 1;
    position: relative;
    background-size: cover;
}

.blog_stories .content_wrapper,
.case_studies_content .content_wrapper {
    padding: 40px;
    width: 100%;
}

.case_studies_content .content_wrapper {
    min-height: 490px;
}

.blog_stories .content_wrapper {
    min-height: 245px;
}

.case_studies .stories_content {
    width: 100%;
}

.blog_stories .btns,
.case_studies_content .btns {
    margin-top: 10px;
}

.case_studies .stories_content:nth-child(1) {
    margin-bottom: -2px;
}

.case_studies .disp p {
    font-size: 22px;
    line-height: normal;
}

.case_studies_content.brand_bg:before,
.stories_content.brand_bg:before {
    opacity: 0.8;
}

.case_studies {
    margin-top: 40px;
    padding-top: 20px;
    max-width: 100vw;
}

.copy-rights {
    background-color: #3e71ca;
    padding: 10px 0;
    float: left;
    width: 34%;
}

.copyRights_text {
    margin-bottom: 0;
    opacity: 0.5;
    font-size: 12px;
    text-align: left;
    line-height: normal;
    display: inline-block;
}

.copyRights_text a,
.copyRights_text span {
    font-size: 12px;
    line-height: normal;
}

.social_links {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.header_wrapper .social_links {
    position: absolute;
    top: calc(50% - 18px);
    right: 17%;
}

.social_links .links {
    font-size: 25px;
    line-height: normal;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.contact_details .contacts {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    text-align: center;
    position: relative;
}

.contact_details .contacts.career-enquiry{
	width: 100%;
    padding: 10px 0px 0px 0px;
    margin-top: 30px;
    border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.contacts.contact_mail {
    width: 34%;
}

.contact_details .content,
.contact_details .title {
    display: block;
}

.contact_details .content {
    font-size: 20px;
    line-height: normal;
}

.contact_details .title {
    font-size: 18px;
    line-height: normal;
}

.contact_details .career-enquiry .contact_wrapper{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
	padding-bottom: 15px;
}

.contact_details .career-enquiry .contact_wrapper a{
	font-weight: 500;
}

.contact_details a:hover{
	color: #3e71ca;
}

.contact_details .career-enquiry .contact_wrapper:before{
	display: none;
}

@media (max-width: 760px) {
	.contact_details .career-enquiry .contact_wrapper{
		display: block;
	}
	.contact_details .career-enquiry .contact_wrapper span.divider{
		display: none;
	}
	.contact_details .career-enquiry .contact_wrapper a{
		padding-top: 10px;
	}
}

.contact_wrapper {
    padding-left: 60px;
    position: relative;
    display: inline-block;
    text-align: left;
}

.contact_wrapper:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/icon-contacts.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.15;
}

.contacts.contact_mail .contact_wrapper {
    padding-left: 70px;
}

.contact_mail .contact_wrapper:before {
    background-position: 0 center;
}

.contact_tel .contact_wrapper:before {
    background-position: -72px center;
}

.contact_phone .contact_wrapper:before {
    background-position: -130px center;
}

.contact_form .form_wrapper {
    max-width: 950px;
    margin: 5% auto;
}

.contact_details {
    width: 1248px;
    max-width: 100%;
    margin: 0 auto;
    border: none;
    padding: 10px 20px 0px 20px;
	margin-top: 30px;
}

.section_contact .section-wrapper {
    padding-bottom: 0;
}

.footer .social_links {
    margin: 15px 0;
    width: 100%;
}

.footer .social_links .links {
    font-size: 34px;
    padding: 16px 26px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: -4px;
    transition: all ease-in 0.35s;
    color: #544f4f;
}

.section_social_links {
    padding-bottom: 30px;
    background-color: #4285f4;
}

.footer .social_links .links:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.quick_links li {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
}

.quick_links a {
    color: #fff;
    font-size: 14px;
}

.links i {
    transition: all ease-in 0.35s;
}

.links_wrapper {
    margin: 40px 0 0;
    display: block;
}

.links:hover .fa-facebook {
    color: #3f5c9a;
}

.links:hover .fa-twitter {
    color: #1dcaff;
}

.links:hover .fa-linkedin {
    color: #0077b5;
}

.links:hover .fa-youtube-play {
    color: red;
}

.links:hover .fa-behance {
    color: #053eff;
}

.links:hover .fa-instagram {
    color: #d62976;
}

.footer .social_links .links:hover {
    background-color: #fff;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.15);
}

.input_fields {
    width: 100%;
    display: block;
    height: 36px;
    padding: 10px 10px 10px 0;
    font-size: 16px;
    line-height: normal;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    outline: 0;
    position: relative;
    z-index: 5;
    background-color: transparent;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
}

.input_labels {
    display: block;
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    transform: translateY(6px);
    opacity: 0.5;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
}

.form_fileds {
    position: relative;
    margin-bottom: 30px;
}

textarea.input_fields {
    height: 80px;
}

.input_labels.active {
    transform: translateY(-18px);
    opacity: 1;
    color: #00b48a;
}

.input_fields:active,
.input_fields:focus {
    border-bottom-color: #00b48a;
    border-radius: 8px;
}

.input_fields.error {
    border-bottom-color: red;
}

.input_fields.error + .input_labels {
    color: red;
}

.input_labels.uploads {
    position: relative;
    top: 0;
    transform: none;
    opacity: 1;
    padding: 14px 20px;
    font-size: 15px;
    display: inline-block;
    background-color: #e5e5e5;
    width: auto;
    max-width: 162px;
}

input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.fakepath {
    display: inline-block;
    width: calc(100% - 162px);
    padding: 10px 10px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: bottom;
    margin-left: -4px;
    opacity: 0.6;
}

.form_group.captcha .form_fileds {
    display: inline-block;
    width: 100%;
    max-width: calc(100% - 158px);
}

.form_group.captcha .captcha_holder {
    max-width: 156px;
    text-align: center;
    margin-left: -4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: bottom;
    overflow: hidden;
}

.form_group.captcha .captcha_holder .captcha_text {
    display: inline-block;
    max-width: 100%;
    border: 0;
    font-size: 20px;
    line-height: normal;
    padding: 8px 14px;
    background-color: transparent;
    letter-spacing: 5px;
    pointer-events: none;
}

.input_fields.captcha {
    height: 40px;
    border-radius: 0;
}

.captcha_texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.captcha_refrsh {
    display: inline-block;
    position: absolute;
    top: calc(50% - 15px);
    right: 10px;
    font-size: 14px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #00b4b1;
    color: #fff;
    cursor: pointer;
}

.submit .form_fileds {
    margin-bottom: 0;
}

.btns-submit button {
    background-color: transparent;
    border: 0;
    transition: all ease-in 0.5s;
    outline: 0; font-weight:700;
}

.btns-submit {
    background-color: #4f7ffc;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 0 0 #ababab;
    transition: all ease-in 0.25s;
    margin-top: 0px;
}

.btns-submit.dismiss {
    background-color: #ca1515;
}

.btns-submit:after,
.btns-submit:before {
    visibility: hidden;
}

.btns-submit:hover {
    transform: scale(1.05);
    box-shadow: 2px 2px 6px #ababab;
}

.btns.bnts-go .btns-text:before {
    opacity: 0;
}

.btns.bnts-go {
    border-radius: 40px;
    min-width: 190px;
    background-color: #fbbc05;
}

.btns.bnts-go:after,
.btns.bnts-go:before {
    display: none;
}

.case_studies .stories_content:hover,
.case_studies_content:hover {
    z-index: 99;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.nav_default_list {
    margin-top: 6vh;
}

.innerPage-banner .banner-img {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.innerPage-banner .banner-img.retail-marketing{
    overflow: visible;
}

.innerPage-banner .banner-img.retail-marketing .inner-bnr-sections{
    margin-top: -200px;
}

.innerPage-banner .brand_bg:before {
    z-index: unset;
}

.innerPage-banner .banner-img .texture {
    display: inline-block;
    width: 100%;
}

.innerPage-banner .banner-img .texture:before {
    content: "";
    display: inline-block;
    width: 200vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100vw;
    background: linear-gradient(to top, #000 10%, transparent);
    opacity: 0.3;
}

.page-aboutUs .innerPage-banner .banner-img {
    background-image: url(../images/banner/about-us.jpg);
}

.page-contactUs .innerPage-banner .banner-img,
.page-thanks .innerPage-banner .banner-img {
    background-image: url(../images/banner/contact-us.jpg);
}

.download-thanks .innerPage-banner .banner-img {
    background-image: url(../images/banner/download-thanks.jpg);
}

.page-serviceBranding .innerPage-banner .banner-img {
    background-image: url(../images/banner/branding.jpg);
}

.page-serviceBranding.new-set .innerPage-banner .banner-img {
    background-image: url(../images/banner/banner6.jpg);
}

.page-serviceTechnologies .innerPage-banner .banner-img {
    background-image: url(../images/banner/digital-technology.jpg);
}

.page-learningService .innerPage-banner .banner-img {
    background-image: url(../images/banner/learning-service.jpg);
}

.page-servicedesign .innerPage-banner .banner-img {
    background-image: url(../images/banner/design.jpg);
}

.page-careers .innerPage-banner .banner-img {
    background-image: url(../images/banner/careers.jpg);
}

.page-error .innerPage-banner .banner-img {
    background-image: url(../images/bg/bg.jpg);
    height: 580px;
}

.page-services .innerPage-banner .banner-img {
    background-image: url(../images/banner/services.jpg);
}

.page-solutionDetails .page_solutions_healthcare .banner-img {
    background-image: url(../images/banner/solution_details.jpg);
}

.page-solutions .innerPage-banner .banner-img {
    background-image: url(../images/banner/solutions.jpg);
}

.page-works .innerPage-banner .banner-img {
    background-image: url(../images/banner/solutions.jpg);
}

.page-servicemarketing .innerPage-banner .banner-img {
    background-image: url(../images/banner/digital-marketing.jpg);
    height: auto;
}

.page-web .innerPage-banner .banner-img {
    background-image: url(../images/banner/web-design.png);
    height: auto;
}

.page-mobapp .innerPage-banner .banner-img {
    background-image: url(../images/banner/strategy-ban.png);
    height: auto;
}

.page-webapp .innerPage-banner .banner-img {
    background-image: url(../images/banner/web-banner.png);
    height: auto;
}

#performance-marketing {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

#performance-marketing .innerPage-banner .banner-img {
    background-image: url(../images/banner/performance-marketing-ban.png);
    background-position: center -100px;
    height: auto;
    background-size: cover;
}

#performance-marketing .caplist li:first-child .banimg {
    margin-top: 110px;
    left: inherit;
    position: relative;
}

#performance-marketing .bancap {
    max-width: 70%;
}

#performance-marketing .bancap h1 {
    line-height: 1.3;
}

#performance-marketing .bancap p {
    text-transform: uppercase;
    margin-top: 20px;
    line-height: 1.6;
    font-family: Open Sans;
    font-weight: 400;
}

#performance-marketing .common-head p {
    font-style: normal;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 400;
    line-height: 1.5;
}

#performance-marketing section.gray-bg {
    background: #f8f8f8;
    position: relative;
    padding: 100px 0;
}

#performance-marketing section.gray-bg .section_title .fancy-title .fancy-text {
    color: #ef5f49;
}

#performance-marketing section.gray-bg .section_title .fancy-title .font-extraBold {
    font-size: 48px;
}

#performance-marketing section.gray-bg a.blue-btn {
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    z-index: 0;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
}

#performance-marketing section.gray-bg a.blue-btn:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #507ffc;
    z-index: -2;
    transition: all 0.5s ease;
}

#performance-marketing section.gray-bg a.blue-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: "";
    background: #e840be;
    z-index: -1;
    transition: all 0.5s ease;
}

#performance-marketing section.gray-bg a.blue-btn:hover:after {
    width: 100%;
    transition: all 0.5s ease;
}

#performance-marketing section.gray-bg .common-head h5 {
    font-weight: 900;
    line-height: 1.3;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 22px;
    position: relative;
    max-width: 70%;
}

#performance-marketing section.gray-bg .common-head h5 img {
    position: absolute;
    right: -30px;
    top: -10px;
    animation: linear infinite;
    animation-name: run;
    animation-duration: 1.5s;
}

@keyframes run {
    0% {
        right: 0;
    }

    50% {
        right: -10px;
    }

    100% {
        right: 0;
    }
}

#performance-marketing section.gray-bg img.pintrest {
    position: absolute;
    left: 35%;
    top: -40px;
    animation: linear infinite;
    animation-name: run1;
    animation-duration: 1.5s;
}

@keyframes run1 {
    0% {
        top: -30px;
    }

    50% {
        top: -50px;
    }

    100% {
        top: -30px;
    }
}

#performance-marketing section.gray-bg .linkedin {
    position: absolute;
    right: 0;
    top: 10%;
    width: 120px;
    height: 120px;
    overflow: hidden;
}

#performance-marketing section.gray-bg .linkedin:before {
    animation: linear infinite;
    animation-name: run5;
    animation-duration: 1.5s;
    background: url(../images/web/linkedin.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    right: -20px;
    width: 120px;
    height: 120px;
    content: "";
}

@keyframes run5 {
    0% {
        top: 0;
    }

    50% {
        top: 10px;
    }

    100% {
        top: 0;
    }
}

#performance-marketing section.gray-bg .bg-white {
    background: #fff;
    padding: 70px;
    margin-top: 50px;
    position: relative;
}

#performance-marketing section.gray-bg .bg-white .instagram {
    position: absolute;
    left: -100px;
    top: -80px;
    z-index: 999;
}

#performance-marketing section.gray-bg .bg-white .instagram img {
    max-width: 150px;
    animation: linear infinite;
    animation-name: rotating;
    animation-duration: 30s;
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#performance-marketing section.gray-bg .bg-white .youtube {
    position: absolute;
    right: -100px;
    top: 50px;
    z-index: 999;
    animation: linear infinite;
    animation-name: run2;
    animation-duration: 3s;
}

#performance-marketing section.gray-bg .bg-white .youtube img {
    max-width: 150px;
}

@keyframes run2 {
    0% {
        right: -100px;
    }

    50% {
        right: -130px;
    }

    100% {
        right: -100px;
    }
}

#performance-marketing section.gray-bg .bg-white .twitter {
    position: absolute;
    left: -50px;
    top: 50%;
    z-index: 999;
    animation: linear infinite;
    animation-name: run3;
    animation-duration: 3s;
}

#performance-marketing section.gray-bg .bg-white .twitter img {
    max-width: 150px;
}

@keyframes run3 {
    0% {
        top: 50%;
        left: -50px;
    }

    50% {
        top: 52%;
        left: -70px;
    }

    100% {
        top: 50%;
        left: -50px;
    }
}

#performance-marketing section.gray-bg .bg-white .facebook {
    position: absolute;
    right: -70px;
    bottom: 100px;
    z-index: 999;
    animation: linear infinite;
    animation-name: run6;
    animation-duration: 2s;
}

@keyframes run6 {
    0% {
        right: -70px;
    }

    50% {
        right: -40px;
    }

    100% {
        right: -70px;
    }
}

#performance-marketing section.gray-bg .bg-white .facebook img {
    max-width: 100px;
}

#performance-marketing section.gray-bg .bg-white .whatsapp {
    position: absolute;
    left: 45%;
    bottom: -40px;
    animation: linear infinite;
    animation-name: run4;
    animation-duration: 1.5s;
}

#performance-marketing section.gray-bg .bg-white .whatsapp img {
    max-width: 100px;
}

@keyframes run4 {
    0% {
        bottom: -30px;
    }

    50% {
        bottom: -50px;
    }

    100% {
        bottom: -30px;
    }
}

#performance-marketing section.gray-bg .bg-white h5 {
    font-size: 22px;
    color: #544f4f;
    font-family: Open Sans;
    font-weight: 700;
    margin-bottom: 10px;
}

#performance-marketing section.gray-bg .bg-white .panel-default .panel-body a.open-form,
#performance-marketing section.gray-bg .bg-white .panel-default .panel-body a.open-form1,
#performance-marketing section.gray-bg .bg-white .panel-default .panel-body a.open-form2,
#performance-marketing section.gray-bg .bg-white .panel-default .panel-body a.open-form3,
#performance-marketing section.gray-bg .bg-white .panel-default .panel-body a.open-form4,
#performance-marketing section.gray-bg .bg-white .panel-default .panel-body a.open-form5 {
    font-family: Open Sans;
    font-weight: 700;
    display: inline-block;
    font-size: 17px;
    margin-top: 15px;
    color: #507ffc;
    cursor: pointer;
    padding: 10px 0;
}

#performance-marketing section.gray-bg .bg-white .panel-default .panel-body {
    padding: 0;
    line-height: 1.5;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 17px;
}

#performance-marketing section.gray-bg .bg-white .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 17px;
}

#performance-marketing section.gray-bg .bg-white .panel-default .panel-heading {
    background: 0 0 !important;
    border: none !important;
    padding: 0 !important;
}

#performance-marketing section.gray-bg .bg-white .panel-default {
    border: none !important;
    box-shadow: none;
}

#performance-marketing section.gray-bg .bg-white .panel-default .panel-title a {
    font-size: 18px;
    color: #544f4f;
    font-family: Open Sans;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.3px;
    display: block;
    padding: 15px 20px 15px 0;
}

#performance-marketing section.gray-bg .bg-white .panel-default .panel-title a i {
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #a222ff;
    color: #fff;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

form.performance-marketing-service-form {
    padding: 10px 0 20px 0;
    margin: 0 0;
    position: relative;
}

form.performance-marketing-service-form h6 {
    font-size: 16px;
    color: #544f4f;
    margin-bottom: 20px;
    font-weight: 600;
}

#DownloadModal .modal-body .submit-btn,
form.performance-marketing-service-form .submit-btn {
    background: #507ffc;
    font-size: 14px;
    color: #fff;
    padding: 13px 30px;
    border: none;
    transition: all 0.3s ease;
}

#DownloadModal .modal-body .submit-btn:hover,
form.performance-marketing-service-form .submit-btn:hover {
    background: #a222ff;
    font-size: 14px;
    color: #fff;
    padding: 13px 30px;
    border: none;
    transition: all 0.3s ease;
}

form.performance-marketing-service-form label {
    color: #666;
    padding-bottom: 5px;
    transition: 0.2s all;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
}

form.performance-marketing-service-form label small {
    font-size: 12px;
    color: #999;
}

form.performance-marketing-service-form input,
form.performance-marketing-service-form textarea {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 10px 15px;
    background: #efefef;
    border: none;
    border-bottom: 2px solid transparent;
    box-shadow: none;
    color: #111;
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    transition: 0.3s all;
}

form.performance-marketing-service-form input.error,
form.performance-marketing-service-form textarea.error {
    transition: 0.3s all;
    border-bottom: 2px solid #ff848b;
}

form.performance-marketing-service-form input:invalid,
form.performance-marketing-service-form textarea:invalid {
    outline: 0;
}

form.performance-marketing-service-form input:focus,
form.performance-marketing-service-form input:valid,
form.performance-marketing-service-form textarea:focus,
form.performance-marketing-service-form textarea:valid {
    border-color: #3cb94a;
}

.show-mobile {
    display: none !important;
}
.show-desktop {
    display: block !important;
}

@media (max-width: 760px) {
    .show-mobile {
        display: block !important;
    }
    .show-desktop {
        display: none !important;
    }
}

#DownloadModal .modal-content,
#FormModal .modal-content {
    background: #fff;
}

#DownloadModal .modal-body {
    padding: 30px;
}

#FormModal .modal-body {
    padding: 0 20px;
}

#DownloadModal .modal-body h6,
#FormModal .modal-body h6 {
    font-size: 24px;
    margin: 20px 0;
    color: #544f4f;
    font-family: Open Sans;
    font-weight: 700;
}

#DownloadModal .modal-body:before,
#FormModal .modal-body:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 7px;
    content: "";
    background: #507ffc;
    background: -moz-linear-gradient(left, #507ffc 0, #e840be 100%);
    background: -webkit-linear-gradient(left, #507ffc 0, #e840be 100%);
    background: linear-gradient(to right, #507ffc 0, #e840be 100%);
}

#DownloadModal .modal-body input {
    width: 100%;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
    color: #544f4f;
    line-height: 1.5;
    background: #efefef;
    border: none;
    border-bottom: 2px solid transparent !important;
    margin-bottom: 20px;
    transition: all 0.3s;
}

#DownloadModal .modal-body input:focus {
    transition: all 0.3s;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    outline: 0 !important;
    color: #000;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#DownloadModal .modal-body input.error {
    border-bottom: 2px solid #ff848b !important;
}

@media (min-width: 768px) {
    #FormModal .modal-dialog {
        width: 700px;
    }
}

#DownloadModal .modal-dialog,
#FormModal .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#DownloadModal.modal.fade .modal-dialog,
#FormModal.modal.fade .modal-dialog {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    top: 120px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#DownloadModal.modal.fade.in .modal-dialog,
#FormModal.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -120px, 0);
    transform: translate3d(0, -120px, 0);
    opacity: 1;
}

#DownloadModal button.close,
#FormModal button.close {
    width: 40px;
    height: 40px;
    background: #507ffc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: -20px;
    right: 0;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    transform: scale(1);
    transition: all 0.3s;
}

#DownloadModal button.close:hover,
#FormModal button.close:hover {
    background: #e840be;
    color: #fff;
    transform: scale(1.5);
    transition: all 0.3s;
}

#performance-marketing section.gray-bg .video-play-icon {
    position: absolute;
    right: 150px;
    top: 20px;
}

#performance-marketing section.gray-bg .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

#performance-marketing section.gray-bg .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #6876ff;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
}

#performance-marketing section.gray-bg .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #a524ff;
    background: -moz-linear-gradient(top, #a524ff 0, #7e89f3 100%);
    background: -webkit-linear-gradient(top, #a524ff 0, #7e89f3 100%);
    background: linear-gradient(to bottom, #a524ff 0, #7e89f3 100%);
    border-radius: 50%;
    transition: all 0.2s;
}

#performance-marketing section.gray-bg .video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

#performance-marketing section.gray-bg .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

#performance-marketing section.gray-bg .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@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;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 0.5s;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 70%;
    min-height: 500px;
    max-height: 510px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

@media only screen and (min-width: 1300px) and (max-width: 1499px) {
    #performance-marketing .caplist {
        padding-bottom: 200px;
        padding-top: 50px;
    }
}

#hlthcare .innerPage-banner .banner-img {
    background-image: url(../images/banner/hlth-cre.png);
    height: auto;
}

#partners .innerPage-banner .banner-img {
    background-image: url(../images/banner/partner-ban.png);
    height: auto;
}

#sepsetup-fine .innerPage-banner .banner-img {
    background-image: url(../images/seo/seo-banner.png);
}

#smpsetup-fine .innerPage-banner .banner-img {
    background-image: url(../images/smo/smo-banner.png);
}

#sepsetup-fine h4.tab-heading {
    text-align: left;
    padding: 0 0 10px 15px;
    font-weight: 500;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 24px;
}

#strategy-fine .caplist li:first-child .banimg {
    top: 18%;
    margin: 0 auto;
}
#strategy-fine.page-webapp .caplist li:first-child .banimg {
    top: 13%;
    margin: 0 auto;
    left: 7%;
}

#strategy-fine.page-uiux.page-mobapp .caplist li:first-child .banimg {
    top: 10%;
    margin: 0 auto;
}

#hlthcare .caplist li:first-child .banimg {
    top: 18%;
}

#partners .caplist li:first-child .banimg {
    top: 25%;
    left: 14.5%;
    animation-name: gray-crl;
    -webkit-animation-name: gray-crl;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: gray-crl;
}

#partners .section_title .fancy-title .text-sec {
    font-size: 36px;
    line-height: 46px;
}

ul.list-style1 li {
    padding: 0 0 15px 30px;
    position: relative;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
}

ul.list-style1 li:before {
    content: "\f046";
    font-family: FontAwesome;
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: 400;
    color: #1d4d99;
}

ul.list-style1.text-white li:before {
    color: #fff;
}

.resp-vtabs ul.resp-tabs-list {
    width: 23% !important;
    margin-right: 2%;
}

#sepsetup-fine .resp-tab-content {
    padding: 30px 15px;
}

#sepsetup-fine .resp-tab-content p {
    padding: 0 15px;
}

#parentVerticalTab.resp-vtabs .resp-tabs-list li,
#sepsetup-fine .perdix-modules .resp-vtabs .resp-tabs-list li {
    padding: 15px !important;
    font-size: 17px;
    line-height: 28px;
}

#sepsetup-fine .perdix-modules .resp-vtabs .resp-tabs-list li.resp-tab-active:before {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    right: -10px;
    color: #6992af;
    font-size: 30px;
}

#sepsetup-fine .perdix-modules .resp-vtabs .resp-tabs-list li.resp-tab-active:nth-child(3):before,
#sepsetup-fine .perdix-modules .resp-vtabs .resp-tabs-list li.resp-tab-active:nth-child(4):before,
#sepsetup-fine .perdix-modules .resp-vtabs .resp-tabs-list li.resp-tab-active:nth-child(5):before {
    top: 30px;
}

#parentVerticalTab.resp-vtabs .resp-tabs-list li.resp-tab-active:before {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    top: 30px;
    right: -10px;
    color: #6992af;
    font-size: 30px;
}

.page-creative .innerPage-banner .banner-img {
    background-image: url(../images/banner/creative.png);
    height: auto;
}

.innerPage.page-solutionDetails .banner-img {
    height: 700px;
}

.innerPage-banner .banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.innerPage-banner .banner-content .content-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.innerPage-banner .banner-content .title-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.innerPage-banner {
    position: relative;
}

.innerPage-banner .banner-title {
    letter-spacing: -2px;
    line-height: 40px;
}

.innerPage-banner .banner-title span {
    line-height: 54px;
    display: inline-block;
    letter-spacing: -3px;
}

.banner-title span {
    font-size: 50px;
    line-height: normal;
    color: #fff;
}

h2.banner-title-secondery.banner-title span {
    font-size: 40px;
    line-height: 38px;
}

.page-aboutUs .solution_boxes {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.page-aboutUs .solution_boxes .boxes_wrapper {
    max-width: 780px;
    margin: 0 auto;
    position: static;
    padding: 6% 10px;
}

.page-aboutUs .solution_boxes .content_wrapper {
    display: inline-block;
    max-width: 380px;
}

.page-aboutUs .solution_boxes:hover .boxes_wrapper:before {
    opacity: 0.35;
}

.page-aboutUs .solution_boxes:nth-child(1) .boxes_wrapper:before {
    background-image: url(../images/banner/branding.jpg);
}

.page-aboutUs .solution_boxes:nth-child(2) .boxes_wrapper:before {
    background-image: url(../images/banner/digital-technology.jpg);
}

.page-aboutUs .solution_boxes:nth-child(3) .boxes_wrapper:before {
    background-image: url(../images/banner/design1.jpg);
}

.section_openings .openings {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section_openings .content-container {
    display: table;
    width: 100%;
}

.section_openings .content_wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding: 18% 0;
}

.section_openings .life .title {
    font-size: 100px;
    line-height: normal;
}

.section_openings .jobs {
    background-image: url(../images/bg/openings1.jpg);
}

.section_openings .life {
    background-image: url(../images/bg/pixel-life.jpg);
}

.section_openings .in-view .life {
    animation: life_bg linear 3s infinite;
}

.page-aboutUs .solution_boxes .disp {
    max-width: 320px;
}

@keyframes life_bg {
    0%,
    100% {
        background-image: url(../images/bg/pixel-life.jpg);
    }

    50% {
        background-image: url(../images/bg/pixel-life1.jpg);
    }
}

.section_openings .life:before {
    opacity: 0.5;
}

.section_openings .content_container {
    display: inline-block;
    max-width: 510px;
    vertical-align: middle;
}

.page-aboutUs .solution_boxes .title {
    font-size: 60px;
    line-height: 50px;
}

.page-aboutUs .solution_boxes .boxes_wrapper:before {
    opacity: 0.2;
}

.about_crisp .text {
    display: inline-block;
    font-size: 50px;
    line-height: normal;
    padding: 44px 30px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
}

.about_crisp .text:after,
.about_crisp .text:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    background-color: #d4d4d4;
}

.about_crisp .text.red {
    color: #ea4335;
}

.about_crisp .text.blue {
    color: #4285f4;
}

.about_crisp .text.green {
    color: #34a853;
    font-style: italic;
}

.about_crisp .text.green:after {
    visibility: hidden;
}

.about_crisp .text:before {
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
    z-index: -1;
}

.about_crisp {
    margin-top: 40px;
}

.btn.btn--lg {
    padding: 12px 15px;
}

.btn.btn--orge {
    background: #3b75b6;
    border: 2px solid #3b75b6;
    color: #fff;
}

.btn.btn--orge:hover {
    background: #034ea1;
    color: #fff;
}

.cust-btns {
    text-align: left;
    margin-top: 25px;
}

.cust-btns a {
    font-weight: 600;
    font-size: 14px;
    font-family: "open sans", sans-serif;
}

.about_crisp .text.red:before {
    background-image: url(../images/icons/hexa-svg.svg);
}

.about_crisp .text.blue:before {
    background-image: url(../images/icons/sqr-svg.svg);
    background-size: 110px;
}

.about_crisp .text.green:before {
    background-image: url(../images/icons/bubble-svg.png);
    animation: bubbles_float linear 12s infinite;
    background-size: 130px;
}

.about_crisp .text:before {
    background-size: 160px;
    opacity: 0.125;
}

.crips_content {
    max-width: 640px;
    margin: 60px auto 0;
    padding: 60px 90px 40px;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
}

.section_about .section-wrapper {
    padding-bottom: 0;
}

.crips_content .title {
    font-size: 50px;
    line-height: 50px;
}

.crips_content .crisp {
    font-size: 20px;
    line-height: normal;
}

.section_about .crips_content {
    max-width: initial;
}

.crips_content .crisp {
    font-size: 18px;
    line-height: 26px;
}

@keyframes bubbles_float {
    0%,
    100% {
        transform: skew(-5deg) skewY(-12deg);
    }

    20% {
        transform: skew(10deg) skewY(-2deg);
    }

    40% {
        transform: skew(0) skewY(15deg);
    }

    60% {
        transform: skewX(-15deg) skewY(-3deg);
    }

    80% {
        transform: skew(10deg) skewY(5deg);
    }
}

.study_boxes .title {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.study_boxes .title > span {
    display: block;
    margin-top: 6px;
    letter-spacing: -0.5px;
}

.study_boxes .disp,
.study_boxes .subserviceslist {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.study_boxes .subserviceslist {
    margin-top: 20px;
}

.study_boxes {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 90px 0;
    margin: 0 auto 10px;
    color: #fff;
    display: block;
    transition: all ease-in-out 1s;
}

.study_boxes:nth-child(odd) {
    margin-right: auto;
    text-align: left;
}

.study_boxes:nth-child(even) {
    margin-left: auto;
    text-align: left;
}

.study_boxes .content_wrapper {
    max-width: 620px;
    display: inline-block;
    text-align: left;
    padding: 20px 5% 20px 15px;
    margin-left: calc((100% - 390px) * 0.3);
}

.study_boxes:before {
    opacity: 0.7;
}

.service_technology .study_boxes:before {
    opacity: 0.8;
}

.study_boxes .btns,
.study_boxes .disp,
.study_boxes .title,
.subserviceslist {
    transform: translate3d(10%, 5%, 0) rotateX(40deg);
    opacity: 0;
    visibility: hidden;
    transition: all 5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s;
}

.study_boxes .content_wrapper.elementInview .btns,
.study_boxes .content_wrapper.elementInview .disp,
.study_boxes .content_wrapper.elementInview .subserviceslist,
.study_boxes .content_wrapper.elementInview .title {
    transform: translate3d(0, 0, 0) rotateX(0);
    opacity: 1;
    visibility: visible;
}

.solutions_link .links_wrap {
    margin: 40px 0;
    position: relative;
}

.learning_sub_list {
    display: table;
    width: 100%;
    position: relative;
}

.learning_sub_list .list_wrapper {
    display: table-cell;
    width: 33.33%;
    position: relative;
}

.learning_sub .title {
    font-size: 30px;
    line-height: normal;
    color: #4285f4;
    text-transform: uppercase;
}

.learning_sub .content_wrapper {
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
}

.learning_sub .content_wrapper:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 60%;
    height: 1px;
    border-bottom: 2px dotted #929292;
}

.left .learning_sub .content_wrapper:after {
    right: 0;
}

.right .learning_sub .content_wrapper:after {
    left: 0;
}

.learning_sub:last-child .content_wrapper:after {
    opacity: 0;
}

.list_wrapper.bg_brain {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 235px;
}

.list_wrapper.bg_brain:before {
    content: "";
    display: inline-block;
    width: 16px;
    border-left: 5px solid #e4e3e3;
    border-right: 5px solid #e4e3e3;
    position: absolute;
    bottom: 0;
    height: calc(100% - 290px);
    left: calc(50% - 7.5px);
}

.list_wrapper.bg_brain .content_container:after,
.list_wrapper.bg_brain .content_container:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 5px;
    background-color: #e4e3e3;
    position: absolute;
    bottom: 0;
}

.list_wrapper.bg_brain .content_container:after {
    left: calc(50% - 46px);
}

.list_wrapper.bg_brain .content_container:before {
    right: calc(50% - 46px);
}

.service_learning .links_wrap:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 78px);
    left: 12.5%;
    border: 1px solid #e4e3e3;
    width: 75%;
    height: calc(100% + 80px);
}

.list_wrapper.bg_brain .bg_clip {
    position: absolute;
    top: 0;
    left: calc(50% - 117px);
}

.elementInview.bg_clip .path {
    stroke-dashoffset: 1000;
    animation: dash 5s linear;
}

.bg_clip .path.line {
    animation-delay: 4s;
}

#exitForm_modal .form_wrapper {
    padding-bottom: 0;
}

#exitForm_modal .form_group.submit .form_fileds {
    text-align: center;
}

.openings_list_wrapper {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 40px;
}

.openings_list .openings_title .title {
    letter-spacing: -3px;
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 0;
    text-align: left;
    position: relative;
    padding-right: 140px;
}

.openings_list .openings_title .title span {
    border: 1px solid #999;
    padding: 10px 20px;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    position: absolute;
    letter-spacing: 0px;
    right: 0px;
    top: 5px;
    transition: all 0.3s ease;
}

.openings_list .openings_title .title span:hover{
    transition: all 0.3s ease;
    border: 1px solid #222;
    background: #222;
    color: #FFF;
}

.openings_list .openings_title .exp-text {
    font-size: 20px;
    line-height: normal; display:inline-block; padding-top:10px;
}

.openings_list .job_container.active .openings_title,
.openings_list .job_container.idle .openings_title {
    opacity: 1;
}

.openings_list .job_container.inactive:hover .openings_title {
    opacity: 0.7;
}

.openings_list .job_container.inactive .openings_title {
    opacity: 0.3;
}

.openings_list .openings_title {
    padding-bottom: 20px;
    cursor: pointer;
    text-align: left;
    transition: all ease-in-out 0.75s;
}

.openings_list .openings_title:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30%;
    height: 1px;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    border-bottom: 1px solid;
    transition: all ease-in-out 0.35s;
}

.job_container .openings_title:hover:after,
.job_container.active .openings_title:after {
    width: 100%;
    transition: all ease-in-out 0.35s;
}

.job_container.active .openings_title:after {
    opacity: 0.6;
}

.openings_list .job_container {
    position: relative;
    margin-bottom: 30px;
}

.openings_list .content_container {
    padding: 30px 0;
}

.openings_list .content_list li {
    font-size: 16px;
    line-height: normal;
    display: block;
    position: relative;
    margin-bottom: 12px;
    padding-left: 12px;
}

.openings_list .content_list li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 15px;
    background-color: #656269;
    opacity: 0.2;
}

.openings_list .form_container .title {
    font-size: 30px;
    line-height: normal;
}

.careers_form .form_wrapper {
    max-width: 480px;
    margin: 0 auto;
}

.openings_list .apply {
    margin-top: 40px;
}

.openings_list .content_list {
    margin-bottom: 20px;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
        stroke-dasharray: 1000;
    }

    to {
        stroke-dashoffset: 0;
        stroke-dasharray: 1000;
    }
}

.page-error .innerPage-banner .banner-title span {
    font-size: 420%;
    line-height: 0.8;
    letter-spacing: normal;
    color: transparent;
    background: url(../images/bg/bg.jpg);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    background-position: 50% 40%;
}

.page-error .error_note {
    color: #fff;
}

.thanks_text {
    color: #fff;
}

.tri_design .solution_boxes {
    display: block;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tri_design .solution_boxes .content_wrapper {
    max-width: initial;
}

.tri_design .full.solution_boxes {
    width: 100%;
}

.tri_design .half_bg.solution_boxes {
    width: 50%;
}

.tri_design .solution_boxes .boxes_wrapper {
    padding: 12% 75px;
}

.half_bg.solution_boxes .boxes_wrapper {
    padding: 16% 75px;
}

.grid_design .solution_boxes .icons,
.tri_design .solution_boxes .icons {
    transform: translateY(10px);
    opacity: 0;
    transition: all ease-in-out 0.5s;
}

.grid_design .solution_boxes > a .title,
.tri_design .solution_boxes .title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -3px;
    transform: translateY(30px);
    transition: all ease-in-out 0.5s;
}

.grid_design .solution_boxes:hover > a .title,
.tri_design .solution_boxes:hover .title {
    transform: translateY(0);
}

.grid_design .solution_boxes:hover > a .icons,
.tri_design .solution_boxes:hover .icons {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.5s;
}

.tri_design .solution_boxes .boxes_wrapper:before {
    opacity: 0.15;
}

.tri_design .solution_boxes:hover .boxes_wrapper:before {
    opacity: 0.3;
    transition-delay: 0;
}

.page-services .solution_boxes:nth-child(1) .boxes_wrapper:before {
    background-image: url(../images/bg/services1.jpg);
}

.page-services .solution_boxes:nth-child(3) .boxes_wrapper:before {
    background-image: url(../images/bg/services2.jpg);
}

.page-services .solution_boxes:nth-child(2) .boxes_wrapper:before {
    background-image: url(../images/bg/services3.jpg);
}

.grid_design {
    display: block;
}

.grid_design .holder {
    display: table-cell;
}

.grid_design .holder.half_bg,
.grid_design .solution_boxes.half_bg {
    width: 50%;
    display: table-cell;
    float: none;
}

.grid_design .holder.full,
.grid_design .solution_boxes.full {
    width: 100%;
}

.grid_design .solution_boxes > a .title {
    transform: translateY(70px);
}

.grid_design .solution_inner_wrap {
    display: table;
    width: 100%;
}

.grid_design .holder .solution_boxes {
    display: block;
    width: 100%;
    float: left;
}

.grid_design .solution_boxes.has-single {
    vertical-align: middle;
}

.grid_design .solution_boxes .content_wrapper {
    max-width: initial;
}

.grid_design .boxes_wrapper {
    position: static;
    padding: 0;
}

.grid_design .boxes_wrapper:before {
    opacity: 0.2;
}

.grid_design .solution_boxes:hover a > .boxes_wrapper:before {
    opacity: 0.3;
}

.grid_design .holder .solution_boxes .boxes_wrapper {
    padding: 16% 40px;
}

.grid_design .solution_boxes .disp {
    font-size: 16px;
    line-height: normal;
    max-width: 380px;
    margin: 0 auto 20px;
    transform: translateY(10px);
    opacity: 0;
    transition: all ease-in-out 0.5s;
}

.grid_design .solution_boxes:hover .disp {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.35s;
}

.solution_boxes .boxes_wrapper.retail:before {
    background-image: url(../images/bg/retail.jpg);
}

.solution_boxes .boxes_wrapper.education:before {
    background-image: url(../images/bg/education.jpg);
}

.solution_boxes .boxes_wrapper.healthcare:before {
    background-image: url(../images/bg/healthcare.jpg);
}

.solution_boxes .boxes_wrapper.manufacturing:before {
    background-image: url(../images/bg/manufacture.jpg);
}

.solution_boxes .boxes_wrapper.startups:before {
    background-image: url(../images/bg/startup.jpg);
}

.solution_boxes .boxes_wrapper.trading:before {
    background-image: url(../images/bg/trading.jpg);
}

.solution_boxes .boxes_wrapper.events:before {
    background-image: url(../images/bg/events.jpg);
}

.case_studies_list .studies_content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.case_studies_list .studies_content .disp {
    font-size: 25px;
    line-height: normal;
    color: #fff;
    max-width: 390px;
    margin: 0 auto;
}

.case_studies_list .studies_content .cotnent_wrapper {
    padding: 16% 10px;
}

.case_studies_list .slick-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.solution_features-list .feature_img.brand_bg:before {
    z-index: 1;
}

.solution_features-list .feature_img {
    position: relative;
    display: inline-block;
    max-width: 500px;
    vertical-align: middle;
}

.solution_features-list .content-container {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 510px);
    padding-right: 10%;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    transition: all ease-in-out 0.5s;
}

.solution_features-list .content-container:hover {
    padding-left: 30px;
}

.solutions-features:hover .feature_img .img {
    transform: scale(1.35);
}

.solution_features-list .feature_img .img {
    line-height: 0;
    width: 100%;
    display: inline-block;
    transform: scale(1);
    transition: all ease-in-out 8s;
}

.solution_features-list .title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    display: block;
    font-style: italic;
}

.solution_features-list .text {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 30px;
}

.solutions-features {
    margin-bottom: 40px;
}

.title_border.brand_bg:before {
    width: 5px;
    height: 100%;
    opacity: 1;
    top: 0;
}

.title_border {
    position: unset;
    display: initial;
}

.wrap_card.inline {
    float: left;
    width: 50%;
}

.work_card_container .wrap_card.inline:nth-child(odd) {
    padding-right: 15px;
}

.work_card_container .wrap_card.inline:nth-child(even) {
    padding-left: 15px;
}

.work_card_container.neg_top {
    margin-top: -30px;
}

.work_card_container.neg_bot {
    margin-bottom: -30px;
}

.work_card_container .wrap_card.inline.no-pad {
    padding: 0;
}

.wrap_card {
    margin-bottom: 30px;
}

.quick_links {
    float: right;
    width: 66%;
}

.footer_bottom {
    background-color: #3e71ca;
    padding: 10px 0;
    position: relative;
}

.footer_bottom .links_wrapper {
    margin-top: 10px;
    text-align: right;
}

.footer_bottom:before {
    content: "";
    display: inline-block;
    width: 200vw;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: -50vw;
    background-color: #3e71ca;
    z-index: -1;
}

.footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.digital h1 {
    font-size: 1px;
    color: #fff;
    line-height: 1px;
    margin: 0;
    padding: 0;
}

.font-zero,
.font-zero a {
    font-size: 1px;
    color: #fff;
}

.hid-fed {
    font-size: 1px;
    color: transparent;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.mi-aref {
    font-size: 16px;
}

.common-pad50 {
    padding: 50px 0;
}

.list-heading ul {
    list-style: none;
    padding: 0;
    margin-bottom: 8px;
}

.list-heading ul li {
    display: inline-block;
    font-size: 30px;
    margin-right: 10px;
    color: #c9c9c9;
    font-family: Open Sans;
    font-weight: 300;
}

.list-heading ul li:last-child {
    margin-right: 0;
}

.list-heading ul li a {
    font-family: Open Sans;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    color: #544f4f;
    cursor: default;
}

.marketsecwrap {
    list-style: none;
    padding: 0;
    margin-top: 60px;
}

.marketsecwrap li {
    display: inline-block;
    width: 23%;
    margin-bottom: 30px;
    vertical-align: top;
    margin-right: 20px;
}

.marketsecwrap li:last-child {
    margin-right: 0;
}

.marketsecwrap li:nth-child(4) {
    margin-right: 0;
}

.marketsecwrap li a {
    text-decoration: none;
    cursor: default;
}

a.marketsec {
    text-align: center;
    display: inline-block;
    padding: 15px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    box-shadow: -8px 10px 20px rgba(0, 0, 0, 0.1);
}

a.marketsec h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
a.marketsec p.ui-ux-list-text{
	margin-bottom: 10px;
}
a.marketsec h3 span, a.marketsec p.ui-ux-list-text span {
    display: block;
    font-family: Open Sans;
    font-weight: 700;
    color: #544f4f;
    font-size: 16px;
    padding: 0 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 22px;
}

a.marketsec p {
    color: #544f4f;
    font-size: 17px;
    font-family: Open Sans;
    font-weight: 300;
    padding: 0 10px;
    line-height: 19px;
}

a.marketsec.color1::before {
    content: "";
    background-image: radial-gradient(circle at bottom right, #85eff8, #fff 70%);
    background-image: -moz-radial-gradient(circle at bottom right, #85eff8, #fff 70%);
    background-image: -ms-radial-gradient(circle at bottom right, #85eff8, #fff 70%);
    background-image: -o-radial-gradient(circle at bottom right, #85eff8, #fff 70%);
    background-image: radial-gradient(circle at bottom right, #85eff8, #fff 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -30%;
    bottom: -30%;
    transition: 0.5s;
}

a.marketsec.color1:hover:before {
    right: 0;
    bottom: 0;
}

a.marketsec.color2::before {
    content: "";
    background-image: radial-gradient(circle at bottom right, #fff3a8, #fff 70%);
    background-image: -moz-radial-gradient(circle at bottom right, #fff3a8, #fff 70%);
    background-image: -ms-radial-gradient(circle at bottom right, #fff3a8, #fff 70%);
    background-image: -o-radial-gradient(circle at bottom right, #fff3a8, #fff 70%);
    background-image: radial-gradient(circle at bottom right, #fff3a8, #fff 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -30%;
    bottom: -30%;
    transition: 0.5s;
}

a.marketsec.color2:hover:before {
    right: 0;
    bottom: 0;
}

a.marketsec.color3::before {
    content: "";
    background-image: radial-gradient(circle at bottom right, #c2e8c2, #fff 70%);
    background-image: -moz-radial-gradient(circle at bottom right, #c2e8c2, #fff 70%);
    background-image: -ms-radial-gradient(circle at bottom right, #c2e8c2, #fff 70%);
    background-image: -o-radial-gradient(circle at bottom right, #c2e8c2, #fff 70%);
    background-image: radial-gradient(circle at bottom right, #c2e8c2, #fff 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -30%;
    bottom: -30%;
    transition: 0.5s;
}

a.marketsec.color3:hover:before {
    right: 0;
    bottom: 0;
}

a.marketsec.color4::before {
    content: "";
    background-image: radial-gradient(circle at bottom right, #f8818d, #fff 70%);
    background-image: -moz-radial-gradient(circle at bottom right, #f8818d, #fff 70%);
    background-image: -ms-radial-gradient(circle at bottom right, #f8818d, #fff 70%);
    background-image: -o-radial-gradient(circle at bottom right, #f8818d, #fff 70%);
    background-image: radial-gradient(circle at bottom right, #f8818d, #fff 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -30%;
    bottom: -30%;
    transition: 0.5s;
}

a.marketsec.color4:hover:before {
    right: 0;
    bottom: 0;
}

a.marketsec.color5::before {
    content: "";
    background-image: radial-gradient(circle at bottom right, #94baea, #fff 70%);
    background-image: -moz-radial-gradient(circle at bottom right, #94baea, #fff 70%);
    background-image: -ms-radial-gradient(circle at bottom right, #94baea, #fff 70%);
    background-image: -o-radial-gradient(circle at bottom right, #94baea, #fff 70%);
    background-image: radial-gradient(circle at bottom right, #94baea, #fff 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -30%;
    bottom: -30%;
    transition: 0.5s;
}

a.marketsec.color5:hover:before {
    right: 0;
    bottom: 0;
}

a.marketsec.color6::before {
    content: "";
    background-image: radial-gradient(circle at bottom right, #e0aef3, #fff 70%);
    background-image: -moz-radial-gradient(circle at bottom right, #e0aef3, #fff 70%);
    background-image: -ms-radial-gradient(circle at bottom right, #e0aef3, #fff 70%);
    background-image: -o-radial-gradient(circle at bottom right, #e0aef3, #fff 70%);
    background-image: radial-gradient(circle at bottom right, #e0aef3, #fff 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -30%;
    bottom: -30%;
    transition: 0.5s;
}

a.marketsec.color6:hover:before {
    right: 0;
    bottom: 0;
}

a.marketsec.color7::before {
    content: "";
    background-image: radial-gradient(circle at bottom right, #ffc17f, #fff 70%);
    background-image: -moz-radial-gradient(circle at bottom right, #ffc17f, #fff 70%);
    background-image: -ms-radial-gradient(circle at bottom right, #ffc17f, #fff 70%);
    background-image: -o-radial-gradient(circle at bottom right, #ffc17f, #fff 70%);
    background-image: radial-gradient(circle at bottom right, #ffc17f, #fff 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -30%;
    bottom: -30%;
    transition: 0.5s;
}

a.marketsec.color7:hover:before {
    right: 0;
    bottom: 0;
}

a.marketsec.color8::before {
    content: "";
    background-image: radial-gradient(circle at bottom right, #ffb9cc, #fff 70%);
    background-image: -moz-radial-gradient(circle at bottom right, #ffb9cc, #fff 70%);
    background-image: -ms-radial-gradient(circle at bottom right, #ffb9cc, #fff 70%);
    background-image: -o-radial-gradient(circle at bottom right, #ffb9cc, #fff 70%);
    background-image: radial-gradient(circle at bottom right, #ffb9cc, #fff 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -30%;
    bottom: -30%;
    transition: 0.5s;
}

a.marketsec.color8:hover:before {
    right: 0;
    bottom: 0;
}

a.marketsec.color9::before {
    content: "";
    background-image: radial-gradient(circle at bottom right, #c0efe7, #fff 70%);
    background-image: -moz-radial-gradient(circle at bottom right, #c0efe7, #fff 70%);
    background-image: -ms-radial-gradient(circle at bottom right, #c0efe7, #fff 70%);
    background-image: -o-radial-gradient(circle at bottom right, #c0efe7, #fff 70%);
    background-image: radial-gradient(circle at bottom right, #c0efe7, #fff 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -30%;
    bottom: -30%;
    transition: 0.5s;
}

a.marketsec.color9:hover:before {
    right: 0;
    bottom: 0;
}

a.marketsec.color10::before {
    content: "";
    background-image: radial-gradient(circle at bottom right, #ab4bad, #fff 70%);
    background-image: -moz-radial-gradient(circle at bottom right, #ab4bad, #fff 70%);
    background-image: -ms-radial-gradient(circle at bottom right, #ab4bad, #fff 70%);
    background-image: -o-radial-gradient(circle at bottom right, #ab4bad, #fff 70%);
    background-image: radial-gradient(circle at bottom right, #ab4bad, #fff 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -30%;
    bottom: -30%;
    transition: 0.5s;
}

a.marketsec.color10:hover:before {
    right: 0;
    bottom: 0;
}

a.marketsec.color11::before {
    content: "";
    background-image: radial-gradient(circle at bottom right, #3eba4c, #fff 70%);
    background-image: -moz-radial-gradient(circle at bottom right, #3eba4c, #fff 70%);
    background-image: -ms-radial-gradient(circle at bottom right, #3eba4c, #fff 70%);
    background-image: -o-radial-gradient(circle at bottom right, #3eba4c, #fff 70%);
    background-image: radial-gradient(circle at bottom right, #3eba4c, #fff 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -30%;
    bottom: -30%;
    transition: 0.5s;
}

a.marketsec.color11:hover:before {
    right: 0;
    bottom: 0;
}

a.marketsec.color12::before {
    content: "";
    background-image: radial-gradient(circle at bottom right, #032da5, #fff 70%);
    background-image: -moz-radial-gradient(circle at bottom right, #032da5, #fff 70%);
    background-image: -ms-radial-gradient(circle at bottom right, #032da5, #fff 70%);
    background-image: -o-radial-gradient(circle at bottom right, #032da5, #fff 70%);
    background-image: radial-gradient(circle at bottom right, #032da5, #fff 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -30%;
    bottom: -30%;
    transition: 0.5s;
}

a.marketsec.color12:hover:before {
    right: 0;
    bottom: 0;
}

a.marketsec.color13::before {
    content: "";
    background-image: radial-gradient(circle at bottom right, #00b4b1, #fff 70%);
    background-image: -moz-radial-gradient(circle at bottom right, #00b4b1, #fff 70%);
    background-image: -ms-radial-gradient(circle at bottom right, #00b4b1, #fff 70%);
    background-image: -o-radial-gradient(circle at bottom right, #00b4b1, #fff 70%);
    background-image: radial-gradient(circle at bottom right, #00b4b1, #fff 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -30%;
    bottom: -30%;
    transition: 0.5s;
}

a.marketsec.color13:hover:before {
    right: 0;
    bottom: 0;
}

a.marketsec.color14::before {
    content: "";
    background-image: radial-gradient(circle at bottom right, #554f4f, #fff 70%);
    background-image: -moz-radial-gradient(circle at bottom right, #554f4f, #fff 70%);
    background-image: -ms-radial-gradient(circle at bottom right, #554f4f, #fff 70%);
    background-image: -o-radial-gradient(circle at bottom right, #554f4f, #fff 70%);
    background-image: radial-gradient(circle at bottom right, #554f4f, #fff 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -30%;
    bottom: -30%;
    transition: 0.5s;
}

a.marketsec.color14:hover:before {
    right: 0;
    bottom: 0;
}

a.marketsec.color15::before {
    content: "";
    background-image: radial-gradient(circle at bottom right, #1161b6, #fff 70%);
    background-image: -moz-radial-gradient(circle at bottom right, #1161b6, #fff 70%);
    background-image: -ms-radial-gradient(circle at bottom right, #1161b6, #fff 70%);
    background-image: -o-radial-gradient(circle at bottom right, #1161b6, #fff 70%);
    background-image: radial-gradient(circle at bottom right, #1161b6, #fff 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -30%;
    bottom: -30%;
    transition: 0.5s;
}

a.marketsec.color15:hover:before {
    right: 0;
    bottom: 0;
}

a.marketsec:hover {
    box-shadow: -8px 20px 20px rgba(0, 0, 0, 0.15);
}

.nopad {
    padding-left: 0;
    padding-right: 0;
}

.nopad-left {
    padding-left: 0;
}

.nopad-right {
    padding-right: 0;
}

.innerdet {
    position: relative;
}

.serv {
    background: url(../images/bg/serv.jpg);
    background-size: cover;
}

.serv.cst-des {
    background: url(../images/strategy/bg.jpg);
    background-size: cover;
}

.serv.cst-des h4 {
    margin-bottom: 20px;
}

.serv.cst-des h4 span, .serv.cst-des h2 span {
    font-family: Open Sans;
    font-weight: 800;
    color: #061b3d;
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: normal;
}

.serv.cst-des a.combtn span {
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 400;
}

.serv.cst-des a.combtn {
    background-color: #1e4e9a;
}

.serv.cst-des .btnlinr::before {
    display: none;
}

.serv.cst-des .btnlinr::after {
    display: none;
}

.serv h4 {
    font-size: 32px;
    color: #fff;
    font-family: Open Sans;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 47px;
}

.seo-setup h4 span,
.serv h4 span {
    display: block;
    font-size: 32px;
    color: #fff;
    font-family: Open Sans;
    font-weight: 400;
    line-height: 40px;
}

.seo-setup {
    background: url(../images/seo/seo-setup1.jpg) center center fixed no-repeat;
    background-size: cover;
}

.seo-setup ul.list-style1 {
    padding-top: 30px;
}

.serv a.combtn {
    text-decoration: none;
    background: #f7941d;
    padding: 12px 45px;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.serv a.combtn span {
    position: relative;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.serv a.combtn:hover span {
    color: #f7941d;
}

.serv a.combtn:before {
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    transform: scale(0);
    transition: 0.5s;
}

.serv a.combtn:hover:before {
    transform: scale(40);
}

.btnlinr {
    position: relative;
}

.btnlinr::before {
    content: "";
    background: #f7941d;
    left: 118px;
    top: 35px;
    position: absolute;
    height: 1px;
    width: 20%;
}

.btnlinr::after {
    content: "";
    background: #f7941d;
    right: 118px;
    top: 35px;
    position: absolute;
    height: 1px;
    width: 20%;
}

.common-head h3 {
    display: block;
    font-family: Open Sans;
    font-weight: 300;
    color: #544f4f;
    font-size: 35px;
    margin-bottom: 7px;
}

.common-head p {
    color: #544f4f;
    font-size: 20px;
    font-family: Open Sans;
    font-weight: 300;
    font-style: italic;
}

a.stories {
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 40px 25px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s;
}

a.stories::before {
    content: "";
    background: rgba(79, 127, 252, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s;
}

a.stories h3 {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
}

a.stories span {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
}

.storbg1 {
    background: url(../images/stories-1.jpg);
}

.storbg2 {
    background: url(../images/stories-2.jpg);
}

.storbg3 {
    background: url(../images/stories-3.jpg);
}

.stories .onne {
    position: relative;
}

.stories .twwo {
    position: relative;
}

.stories .thrree {
    position: relative;
}

a.stories:hover {
    transform: scale(1.02);
}

a.stories:hover:before {
    background: rgba(47, 43, 55, 0.9);
}

.storieshead h3 {
    color: #544f4f;
    font-family: Open Sans;
    font-weight: 300;
    font-size: 35px;
    margin-bottom: 20px;
}

.clientlogolist {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.clientlogolist li {
    display: inline-block;
    vertical-align: top;
    width: 16%;
    padding: 20px 0;
    margin: 0 -2px;
    border-right: 1px solid rgba(0, 0, 0, 0.18);
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.clientlogolist li a {
    display: inline-block;
    cursor: default;
}

.clientlogolist li:last-child {
    border-right: 0;
}

.clientlogolist li:nth-child(6) {
    border-right: 0;
}

.pt10 {
    padding-top: 10px;
}

.bancap h2 {
    font-size: 100px;
    font-family: BrisaAlternates;
    color: #00b4b1;
    margin-bottom: 0;
    margin-top: 0;
}

.bancap h3 {
    font-family: Open Sans;
    font-weight: 800;
    font-size: 33px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.bancap h3 span {
    font-family: Open Sans;
    font-weight: 800;
    font-size: 33px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    line-height: 33px;
}

.bancap p {
    color: #fff;
    font-family: Open Sans;
    font-weight: 300;
    font-size: 18px;
}

.caplist {
    list-style: none;
    padding: 170px 0;
    padding-bottom: 450px;
}

.caplist li {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}

.caplist li:first-child .banimg {
    position: absolute;
    top: 8%;
    left: 11%;
    transition: 0.1s;
}

#sepsetup-fine .caplist li:first-child .banimg {
    top: 15%;
}

.page-servicemarketing .innerPage-banner .banner-img {
    position: relative;
    z-index: 9999;
}

.bancap {
    margin-top: 100px;
    position: relative;
    z-index: 999;
}

#partners .bancap {
    left: 120px;
}

.bancap a.cta-btns {
    border-radius: 3px;
    color: #fff;
    padding: 10px 25px;
    font-family: Open Sans;
    font-weight: 600;
    position: relative;
    top: 15px;
}

.bancap a.cta-btns span {
    font-family: Open Sans;
    font-weight: 600;
}

.bancap {
    text-align: left;
}

.marketsecwrap li:hover .innerdet img {
    animation: zoominout 0.5s 1 linear;
}

@keyframes zoominout {
    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

.stories .btns {
    margin-top: 20px;
}

p.ftr-content {
    width: 50%;
    margin: 0 auto;
    font-size: 15px;
    color: #b3b3b3;
    text-align: center;
}

.grid {
    max-width: 69em;
    list-style: none;
    margin: 30px auto;
    padding: 0;
}

.grid li {
    display: block;
    float: left;
    padding: 7px;
    width: 32%;
    opacity: 0;
    margin-bottom: 0;
}

.grid li.shown,
.no-cssanimations .grid li,
.no-js .grid li {
    opacity: 1;
}

.grid li a,
.grid li img {
    outline: 0;
    border: none;
    display: block;
    max-width: 100%;
}

.grid.effect-2 li.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.grid-testimonial {
    padding: 40px 0;
}

.testimonial-head {
    border: 1px solid #dfdfdf;
    margin-top: 70px;
}

.testimonial-img {
    margin-top: -60px;
}

.testimonial-img img {
    margin: 0 auto;
    margin-bottom: 20px;
}

.testimonial-cnt {
    padding: 10px 50px 35px 35px;
}

.testimonial-cnt p {
    font-family: Open Sans;
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    color: #434242;
}

.testimonial-cnt p:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 159px;
    height: 100%;
    left: -10px;
    top: -30px;
    background-image: url(../images/test-code.png);
    background-repeat: no-repeat;
}

.testimonial-cnt h5 {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #4486ac;
    transition: all ease-in 0.5s;
}

.testimonial-cnt h5 span {
    display: block;
    font-family: Open Sans;
    font-weight: 300;
    font-size: 14px;
    transition: all ease-in 0.5s;
}

.testimonial-filter ul {
    padding: 0;
    margin: 0;
    margin-bottom: 60px;
}

.testimonial-filter li {
    display: inline-block;
    margin: 0 5px;
}

.testimonial-filter li .button {
    color: #fff;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 20px;
    transition: all ease-in 0.5s;
    border: 0;
}

.testimonial-filter li .button:hover {
    transition: all ease-in 0.5s;
}

.testimonial-filter li:nth-child(1) .button {
    background-color: #000;
}

.testimonial-filter li:nth-child(1) .button:hover {
    background-color: #000;
}

.testimonial-filter li:nth-child(2) .button {
    background-color: #00b4b1;
}

.testimonial-filter li:nth-child(2) .button:hover {
    background-color: #000;
}

.testimonial-filter li:nth-child(3) .button {
    background-color: #4f7ffc;
}

.testimonial-filter li:nth-child(3) .button:hover {
    background-color: #000;
}

.testimonial-filter li:nth-child(4) .button {
    background-color: #f37a30;
}

.testimonial-filter li:nth-child(4) .button:hover {
    background-color: #000;
}

.testimonial-filter li:nth-child(5) .button {
    background-color: #ea4335;
}

.testimonial-filter li:nth-child(5) .button:hover {
    background-color: #000;
}

.testimonial-filter li:nth-child(6) .button {
    background-color: #2f2b37;
}

.testimonial-filter li:nth-child(6) .button:hover {
    background-color: #000;
}

.bg-clr-b {
    background-color: #3f87af;
}

.bg-clr-b .testimonial-cnt p:before {
    background-image: url(../images/test-code-clr.png);
}

.bg-clr-b .testimonial-cnt p {
    color: #fff;
}

.bg-clr-b .testimonial-cnt h5 {
    color: #fff;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.masonry-selector {
    width: calc(34.3% - 15px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0 10px;
}

.prvcy-plysy {
    padding: 100px 0;
}

.prvcy-hedng h5 {
    font-size: 20px;
    font-family: Open Sans;
    font-weight: 700;
    margin-bottom: 15px;
}

.mb-0 {
    margin-bottom: 10px;
}

.prvcy-hedng a {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
    color: #ea4335;
}

.prvcy-hedng ul {
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}

.prvcy-hedng li {
    padding: 0;
    margin: 0;
    padding-left: 15px;
    margin-bottom: 5px;
    position: relative;
    font-size: 16px;
}

.prvcy-hedng li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    background: #3e71ca;
    height: 6px;
    width: 6px;
}

.siq_bR {
    bottom: 90px !important;
}

.whatsapp-chat {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}

.whatsapp-chat a {
    display: inline-block;
    padding: 8px 15px 9px;
    background: #3cb94a;
    color: #fff;
    font-size: 13px;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
}

.whatsapp-chat a span {
    color: #fff;
    font-size: 15px;
    font-family: Open Sans;
    font-weight: 600;
}

.whatsapp-chat a i {
    font-size: 25px;
    padding-right: 2px;
    position: relative;
    top: 2px;
}

.bnnet.model {
    z-index: 9999;
}

.custom-form.modal-dialog button.close {
    font-size: 16px;
    color: #fff;
    background: #e05f67;
    opacity: 1;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    z-index: 99;
    position: absolute;
    border-radius: 50%;
    top: -15px;
    right: -15px;
}

.custom-form.modal-dialog button.close i {
    position: relative;
    top: -2px;
}

.banner-form {
    padding: 30px 30px 20px 30px;
}

.tit-bn h3 {
    font-family: Kalam, cursive;
    font-weight: 500;
    line-height: 26px;
    color: #2b2724;
    font-size: 20px;
    margin-bottom: 10px;
}

.tit-bn span {
    font-family: Kalam, cursive;
    font-weight: 500;
    color: #2b2724;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    display: block;
}

.modal-dialog.custom-form {
    width: 410px;
    background: #fff;
}

.modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.banner-form label {
    font-family: Kalam, cursive;
    display: none;
    font-weight: 300;
    color: #2b2724;
    font-size: 16px;
    margin-bottom: 5px;
}

.banner-form input {
    padding: 6px 6px;
    font-family: Kalam, cursive;
    font-weight: 500;
    color: #2b2724;
    font-size: 20px;
    border-radius: 0;
}

.banner-form input::placeholder {
    color: #2b2724;
    opacity: 1;
}

.sweet-alert h2 {
    font-family: Kalam, cursive;
    font-weight: 700;
    color: #2b2724;
    font-size: 24px;
    margin: 15px 0;
}

.sweet-alert p {
    font-family: Kalam, cursive;
    font-weight: 300;
    color: #2b2724;
    font-size: 16px;
    margin-bottom: 5px;
}

.banner-form input.error {
    border: 2px solid #c92a27;
}

.banner-form button {
    font-family: Kalam, cursive;
    font-weight: 700;
    color: #2b2724;
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    border: none;
    background: #c92a27;
    color: #fff;
    margin-top: 10px;
    padding: 10px 10px 8px;
}

.banner-form h5 a {
    display: block;
    font-family: Kalam, cursive;
    font-weight: 300;
    color: #909090;
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
}

.banner-form h5 a:hover {
    color: #c92a27;
}

.banner-form h5 span {
    display: block;
    font-family: Kalam, cursive;
    font-weight: 700;
    color: #909090;
    font-size: 14px;
    line-height: 17px;
}

.strip-top {
    background: #07429b;
    background: -moz-linear-gradient(left, #07429b 0, #06429b 0, #189bbf 44%, #53c3c7 72%, #ccf1c8 100%);
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0, #07429b),
        color-stop(0, #06429b),
        color-stop(44%, #189bbf),
        color-stop(72%, #53c3c7),
        color-stop(100%, #ccf1c8)
    );
    background: -webkit-linear-gradient(left, #07429b 0, #06429b 0, #189bbf 44%, #53c3c7 72%, #ccf1c8 100%);
    background: -o-linear-gradient(left, #07429b 0, #06429b 0, #189bbf 44%, #53c3c7 72%, #ccf1c8 100%);
    background: -ms-linear-gradient(left, #07429b 0, #06429b 0, #189bbf 44%, #53c3c7 72%, #ccf1c8 100%);
    padding: 15px 0;
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 99999;
}

.strip-top span, .strip-top-view span {
    color: #fff;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
}

.strip-top span a, .strip-top-view span a {
    color: #fff;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}

.strip-top-view {
     padding: 10px 0;
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 99999;
    
}



.strip-top-animation { 
background: linear-gradient(310deg, #1263dd, #399bc1, #189bbf, #53c3c7);
background-size: 800% 800%;
-webkit-animation: bganimations 5s ease infinite;
-moz-animation: bganimations 5s ease infinite;
-o-animation: bganimations 5s ease infinite;
animation: bganimations 5s ease infinite;	
}
@-webkit-keyframes bganimations {
    0%{background-position:0% 24%}
    50%{background-position:100% 77%}
    100%{background-position:0% 24%}
}
@-moz-keyframes bganimations {
    0%{background-position:0% 24%}
    50%{background-position:100% 77%}
    100%{background-position:0% 24%}
}
@-o-keyframes bganimations {
    0%{background-position:0% 24%}
    50%{background-position:100% 77%}
    100%{background-position:0% 24%}
}
@keyframes bganimations {
    0%{background-position:0% 24%}
    50%{background-position:100% 77%}
    100%{background-position:0% 24%}
}


.form-control.fat {
    width: 90%;
}

.form-control.snd {
    width: 80%;
}

.form-control.trd {
    width: 70%;
}

.dd_page_uiuxserv ul.marketsecwrap {
    margin: 0;
    padding: 0;
}

.dd_page_uiuxserv .marketsecwrap li {
    float: left;
    display: inline-block;
    width: 20%;
}

.dd_page_uiuxserv .marketsecwrap li a.marketsec {
    height: auto;
}

.page-uiux section .common-head h2 {
    font-family: Open Sans;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px; line-height: 1.2;
}

.page-uiux section .common-head > h2 {
    line-height: 40px;
}

.page-uiux section .common-head h3 {
    font-family: Open Sans;
    font-weight: 800;
    font-size: 25px;
    text-transform: uppercase;
}

.uiux-casestuides {
    background: #ebf5f5;
}

.page-uiux section .marketsecwrap li {
    width: auto;
    display: inline;
}

.page-uiux section .marketsecwrap li a.marketsec {
    height: auto;
}

.page-uiux section a.marketsec h3 span.blk {
    display: inline;
    padding: 0;
}

.uiuxprocess .uiuxprocessimg {
    width: 80%;
    margin: 0 auto;
}

.uiuxprocess .common-head h2 span,
.webprocess .common-head h3 span {
    color: #f36a26;
    font-size: inherit;
    font-family: inherit;
    font-weight: 800;
}

.uiuxprocess-box a.marketsec p {
    font-size: 15px;
    line-height: 23px;
}

.page-uiux .caplist li:first-child .banimg img {
    width: 85%;
    display: inline-block;
}

p.highlited-content {
    text-align: center;
    font-size: 28px;
    line-height: 35px;
    width: 60%;
    margin: 15px auto 0;
}

.uiuxprocess-box .innerdet .processicon {
    width: 100px;
    margin: 0 auto;
}

.uiuxprocess-box .innerdet {
    min-height: 250px;
}

.page-uiux section .uiuxprocess-box .marketsecwrap li {
    width: 18%;
    display: inline-block;
}

.page-uiux section .uiuxprocess-box .marketsecwrap li:nth-child(4) {
    margin-right: 20px;
}

.page-uiux section .uiuxprocess-box .marketsecwrap li:nth-last-child {
    margin-right: 0;
}

.page-uiux .resp-tabs-list li {
    font-family: Open Sans;
    font-weight: 600;
    color: #544f4f;
}

.case-screens img {
    width: 100%;
}

.page-uiux .bancap h1 {
    color: #fff;
    font-family: Open Sans;
    font-weight: 800;
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
}

#partners .bancap h1 {
    color: #074c9e;
    font-size: 40px;
    line-height: 51px;
}

#hlthcare.page-uiux section .uiuxprocess-box .marketsecwrap li {
    width: 12%;
}

#hlthcare .uiuxprocess-box .innerdet {
    min-height: 190px;
}

#hlthcare a.marketsec h3 span {
    padding: 0 15px;
    line-height: 23px;
}

.common-pad70 {
    padding: 70px 0;
}

.page-uiux .uiuxserv a.marketsec.color1::before,
.page-uiux .uiuxserv a.marketsec.color2::before,
.page-uiux .uiuxserv a.marketsec.color3::before,
.page-uiux .uiuxserv a.marketsec.color4::before {
    display: none;
}

.page-uiux .uiuxserv a.marketsec h3 {
    margin-top: 0;
}

.page-uiux .uiuxserv .marketsecwrap {
    margin-top: 30px;
}

.webprocess .webprocessimg {
    width: 100%;
    margin: 0 auto;
}

.webprocess .common-head h3 span {
    color: #f36a26;
    font-size: inherit;
    font-family: inherit;
}

.webprocess-box a.marketsec p {
    font-size: 15px;
    line-height: 23px;
}

.page-uiux.page-web .caplist li:first-child .banimg img,
.page-uiux.page-webapp .caplist li:first-child .banimg img {
    width: 85%;
    margin: 0 auto;
}

#partners .caplist li:first-child .banimg img {
    width: 100%;
}

.webprocess-box .innerdet .processicon {
    width: 100px;
    margin: 0 auto;
}

.webprocess-box .innerdet {
    min-height: 150px;
}

.page-uiux.page-web section .webprocess-box .marketsecwrap li {
    width: 22%;
    display: inline-block;
}

.page-uiux.page-web section .webprocess-box .marketsecwrap li:nth-child(4) {
    margin-right: 0;
}

.page-uiux.page-web section .webprocess-box .marketsecwrap li:nth-last-child {
    margin-right: 0;
}

.list-heading ul.creative-serv {
    margin: 0;
    padding: 0;
}

.list-heading .creative-serv li {
    list-style: none;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    font-size: 18px;
    color: #544f4f;
    position: relative;
}

.list-heading .creative-serv li:after {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #544f4f;
    border-radius: 100%;
    content: "";
    top: 16px;
    left: 0;
}

.mtservice-bg {
    background: url(../images/web/mtservice-bg.jpg) no-repeat center center fixed;
}

.mtservices .common-head h3 {
    color: #fff;
    margin-bottom: 15px;
}

.mtservices .common-head p {
    font-style: normal;
    color: #fff;
}

.mtservices .common-head p span {
    font-size: 20px;
}

.mtservices ul li {
    padding: 5px 5px 5px 15px;
    position: relative;
    font-family: Open Sans;
    font-weight: 600;
}

.mtservices ul li:after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #fff;
    content: "";
    left: 0;
    top: 15px;
}

.mt-list {
    padding: 0 25px;
}

.tab-sections {
    margin: 30px 0 0;
}

.cs-clients {
    margin: 150px 0 0;
}

.cs-clients h4 {
    font-size: 25px;
    text-align: left;
    letter-spacing: 0;
}

.cs-clients p {
    font-size: 18px;
    text-align: left;
    line-height: 28px;
    letter-spacing: 0;
}

.nav-fixed .navbar-brand.downing {
    width: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: scal(0);
    visibility: hidden;
    display: none;
}

.navbar-brand.uping {
    width: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: scal(0);
    visibility: hidden;
    display: none;
}

.nav-fixed .navbar-brand.uping {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    transform: scal(1);
    visibility: visible;
    display: block;
}

.navbar-brand.uping .brand-logo img {
    filter: brightness(0) invert(1);
}

.header_wrapper.nav-fixed.menubgwhite .navbar-brand.uping .brand-logo img {
    filter: brightness(1) invert(0);
}

.header_wrapper.nav-fixed.menubgwhite .navbar-toggle .icon-bar {
    background: #544f4f;
}

.thank-title {
    text-transform: none;
}

.banner-title.thank-title span {
    font-size: 110px;
}

.hrphone {
    display: none;
}

.page-careers .salesphone {
    display: none;
}

.page-careers .hrphone {
    display: block;
}

.contact_details .title.forcreer {
    padding: 5px 0 0;
}

.webprocess-new-ul-list {
    padding-top: 85px;
    background: url(../images/web/process/ring-01.png) no-repeat top center;
    background-size: 100%;
}

.webprocess-new-ul-list li {
    display: inline-block;
    width: 15%;
    margin-left: -20px;
}

.webprocess-new-ul-list .popover-content {
    font-size: 15px !important;
    line-height: 23px !important;
    color: #544f4f !important;
    font-family: Open Sans;
    font-weight: 300 !important;
    text-align: center !important;
}

.webprocess-new-ul-list .popover-title {
    background-color: #fb7d0f !important;
    border-bottom: 1px solid #fb7d0f !important;
    color: #fff !important;
    font-family: Open Sans;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    text-align: center !important;
}

.web-ico-color1 .popover-title {
    background-color: #fb7d0f !important;
    border-bottom: 1px solid #fb7d0f !important;
}

.web-ico-color1 .popover {
    border: 1px solid #fb7d0f !important;
}

.web-ico-color2 .popover-title {
    background-color: #032da5 !important;
    border-bottom: 1px solid #032da5 !important;
}

.web-ico-color2 .popover {
    border: 1px solid #032da5 !important;
}

.web-ico-color3 .popover-title {
    background-color: #ab4bad !important;
    border-bottom: 1px solid #ab4bad !important;
}

.web-ico-color3 .popover {
    border: 1px solid #ab4bad !important;
}

.web-ico-color4 .popover-title {
    background-color: #3eba4c !important;
    border-bottom: 1px solid #3eba4c !important;
}

.web-ico-color4 .popover {
    border: 1px solid #3eba4c !important;
}

.web-ico-color5 .popover-title {
    background-color: #1161b6 !important;
    border-bottom: 1px solid #1161b6 !important;
}

.web-ico-color5 .popover {
    border: 1px solid #1161b6 !important;
}

.web-ico-color6 .popover-title {
    background-color: #00b4b1 !important;
    border-bottom: 1px solid #00b4b1 !important;
}

.web-ico-color6 .popover {
    border: 1px solid #00b4b1 !important;
}

.web-ico-color7 .popover-title {
    background-color: #554f4f !important;
    border-bottom: 1px solid #554f4f !important;
}

.web-ico-color7 .popover {
    border: 1px solid #554f4f !important;
}

.rel {
    position: relative;
}

.googlepartner {
    width: 150px;
    transform: scale(0.7);
    position: absolute;
    top: 0;
    z-index: 9;
    left: -27px;
}

.badgePremier,
.googlepartner #___partnersbadge_0 .badgePartner {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 60px !important;
    width: 160px !important;
}

#sepsetup-fine .bancap h1,
#strategy-fine .bancap h1 {
    text-align: left;
}

#sepsetup-fine .bancap p,
#strategy-fine .bancap p {
    text-align: left;
    text-transform: uppercase;
    margin-top: 25px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
}

#sepsetup-fine .common-head p,
#strategy-fine .common-head p {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    color: #848484;
}

#sepsetup-fine p,
#strategy-fine p {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
}

#hlthcare .bancap h1,
#sepsetup-fine .bancap h1 {
    text-align: left;
}

#itcompanies .bancap p,
#hlthcare .bancap p,
#sepsetup-fine .bancap p {
    text-align: left;
    text-transform: uppercase;
    margin-top: 25px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
}

#hlthcare .common-head p,
#sepsetup-fine .common-head p {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    color: #848484;
}

#hlthcare p,
#sepsetup-fine p {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
}

#partners .bancap h1,
#sepsetup-fine .bancap h1 {
    text-align: left;
}

#partners .bancap p,
#sepsetup-fine .bancap p {
    text-align: left;
    text-transform: uppercase;
    margin-top: 25px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #544f4f;
}

#sepsetup-fine .bancap p {
    color: #fff;
}

#partners .common-head p,
#sepsetup-fine .common-head p {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    color: #848484;
}

#partners p,
#sepsetup-fine p {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
}

#smpsetup-fine .bancap h1,
#strategy-fine .bancap h1 {
    text-align: left;
}

#smpsetup-fine .bancap p,
#strategy-fine .bancap p {
    text-align: left;
    text-transform: uppercase;
    margin-top: 25px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
}

#smpsetup-fine .common-head p,
#strategy-fine .common-head p {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    color: #848484;
}

#smpsetup-fine p,
#strategy-fine p {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
}

#hlthcare .bancap h1,
#smpsetup-fine .bancap h1 {
    text-align: left;
    font-size: 40px;
}

#hlthcare .bancap p,
#smpsetup-fine .bancap p {
    text-align: left;
    text-transform: none;
    margin-top: 25px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
}

#hlthcare .common-head p,
#smpsetup-fine .common-head p {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    color: #848484;
}

#hlthcare p,
#smpsetup-fine p {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
}

#partners .bancap h1,
#smpsetup-fine .bancap h1 {
    text-align: left;
}

#partners .bancap p,
#smpsetup-fine .bancap p {
    text-align: left;
    text-transform: uppercase;
    margin-top: 25px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #544f4f;
}

#smpsetup-fine .bancap p {
    color: #fff;
}

#partners .common-head p,
#smpsetup-fine .common-head p {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    color: #848484;
}

#partners p,
#smpsetup-fine p {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
}

#sepsetup-fine p.highlited-content,
#strategy-fine p.highlited-content {
    margin: 60px auto 20px;
    font-size: 36px;
    line-height: 56px;
}

#hlthcare p.highlited-content,
#sepsetup-fine p.highlited-content {
    margin: 60px auto 20px;
    font-size: 36px;
    line-height: 56px;
}

#partners p.highlited-content,
#sepsetup-fine p.highlited-content {
    margin: 60px auto 20px;
    font-size: 36px;
    line-height: 56px;
}

ul.dig-det {
    margin: 0;
    padding: 0;
    margin-top: 40px;
    position: relative;
}

ul.dig-det:before {
    position: absolute;
    content: "";
    right: 30px;
    bottom: -100px;
    background-image: url(../images/strategy/lapy.svg);
    width: 375px;
    height: 357px;
    animation-name: gray-crl;
    -webkit-animation-name: gray-crl;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: gray-crl;
}

#sepsetup-fine ul.dig-det:before {
    position: absolute;
    content: "";
    right: 30px;
    bottom: -100px;
    background-image: url(../images/seo/side-seo.png);
    width: 375px;
    height: 357px;
    animation-name: gray-crl;
    -webkit-animation-name: gray-crl;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: gray-crl;
}

ul.dig-det li {
    display: inline-block;
    width: 23%;
    margin: 0 10px 25px;
}

#sepsetup-fine ul.dig-det:before {
    right: -45px;
}

.digi-bx {
    padding: 33px 15px 10px;
    background: #84166f;
    background: -moz-linear-gradient(-45deg, #84166f 0, #84166f 45%, #a62d63 75%, #be3e5a 100%);
    background: -webkit-linear-gradient(-45deg, #84166f 0, #84166f 45%, #a62d63 75%, #be3e5a 100%);
    background: linear-gradient(135deg, #84166f 0, #84166f 45%, #a62d63 75%, #be3e5a 100%);
}

.digi-bx.upr {
    background: #84166f;
    background: -moz-linear-gradient(-45deg, #84166f 0, #84166f 45%, #a62d63 75%, #be3e5a 100%);
    background: -webkit-linear-gradient(-45deg, #84166f 0, #84166f 45%, #a62d63 75%, #be3e5a 100%);
    background: linear-gradient(135deg, #84166f 0, #84166f 45%, #a62d63 75%, #be3e5a 100%);
}

.digi-bx.lwr {
    background: #be3e5a;
    background: -moz-linear-gradient(-45deg, #be3e5a 1%, #a62d63 20%, #84166f 75%, #84166f 100%);
    background: -webkit-linear-gradient(-45deg, #be3e5a 1%, #a62d63 20%, #84166f 75%, #84166f 100%);
    background: linear-gradient(135deg, #be3e5a 1%, #a62d63 20%, #84166f 75%, #84166f 100%);
}

#sepsetup-fine .digi-bx.lwr,
#sepsetup-fine .digi-bx.upr {
    background: #1e4e9a;
    background: -moz-linear-gradient(-45deg, #1e4e9a 1%, #1d4d99 20%, #416da3 52%, #769eb3 100%);
    background: -webkit-linear-gradient(-45deg, #1e4e9a 1%, #1d4d99 20%, #416da3 52%, #769eb3 100%);
    background: linear-gradient(135deg, #1e4e9a 1%, #1d4d99 20%, #416da3 52%, #769eb3 100%);
    min-height: 330px;
}

#sepsetup-fine ul.dig-det li {
    vertical-align: top;
}

.digi-bx h4 {
    font-family: Open Sans;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: normal;
    margin-top: 20px;
}

.digi-bx p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 24px;
    transition: 0.5s;
}

.digi-bx img {
    transform: sclae(1);
}

.digi-bx:hover img {
    animation: zoominout 0.5s 1 linear;
}

.digi-bx:hover p {
    color: #fff;
    transition: 0.5s;
}

@keyframes gray-crl {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(-5%);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes gray-crl {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(-5%);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.bst-lvls {
    padding: 100px 0;
}

.bst-lvls .section_title .fancy-title .fancy-text {
    font-size: 130px;
    color: #ef5f49;
    letter-spacing: normal;
    line-height: 40px;
}

.bst-lvls .section_title .fancy-title .text {
    letter-spacing: normal;
}

.bst-lvls .intro_content .content-container p {
    letter-spacing: normal;
}

.bst-lvls .intro_content {
    position: relative;
}

.bst-lvls .intro_content:before {
    position: absolute;
    content: "";
    right: -70px;
    bottom: -202%;
    background-image: url(../images/strategy/magnet.svg);
    width: 549px;
    height: 320px;
    animation-name: shake;
    -webkit-animation-name: shake;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: gray-crl;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.bst-lvls .section_title h4 {
    letter-spacing: normal;
    font-size: 30px;
    line-height: 40px;
}

.bub-bxr {
    background: #1e4e9a;
    background: -moz-linear-gradient(-45deg, #1e4e9a 1%, #1d4d99 20%, #416da3 52%, #769eb3 100%);
    background: -webkit-linear-gradient(-45deg, #1e4e9a 1%, #1d4d99 20%, #416da3 52%, #769eb3 100%);
    background: linear-gradient(135deg, #1e4e9a 1%, #1d4d99 20%, #416da3 52%, #769eb3 100%);
    padding: 30px;
    position: relative;
    transition: 0.5s;
}

.bub-bxr:before {
    position: absolute;
    content: "";
    left: -17px;
    top: 28px;
    width: 35px;
    height: 10px;
    background-color: #fff;
    transition: 0.5s;
}

.bub-bxr:hover:before {
    width: 70px;
    transition: 0.5s;
}

.bub-bxr .ovrl-txt {
    transition: 0.5s;
}

.bub-bxr:hover .ovrl-txt {
    margin-top: -20px;
    transition: 0.5s;
    margin-bottom: 20px;
}

.bub-bxr:hover {
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.36);
    transition: 0.5s;
}

.lvls-lst ul {
    padding: 0;
    margin: 0;
}

.lvls-lst li {
    display: inline-block;
    width: 100%;
    margin: 0 19px 37px;
}

.bub-bxr span {
    display: block;
    color: #fff;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 60px;
    margin: 0 0 30px;
}

.ovrl-txt h4 {
    font-family: Open Sans;
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 25px;
}

.ovrl-txt p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}

.mtc-60 {
    margin-top: 60px;
}

.lvls-lst.fst {
    margin-left: 100px;
}

.lvls-lst.snd {
    margin-right: 90px;
}

.mix-together {
    padding-top: 150px;
}

#strategy-fine .capab-lst .boxing {
    background: #f8f8f8;
    padding: 33px 20px 33px 20px;
    min-height: 275px;
    margin-bottom: 15px;
}

#strategy-fine .capab-lst .boxing h4, #strategy-fine .capab-lst .boxing h3 {
    font-family: Open Sans;
    font-weight: 700;
    color: #544f4f;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
}

#strategy-fine .capab-lst .boxing p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #a7a7a7;
    text-align: left;
}

#hlthcare .capab-lst .boxing {
    background: #f8f8f8;
    padding: 33px 20px 33px 20px;
    min-height: 275px;
    margin-bottom: 15px;
}

#hlthcare .capab-lst .boxing h4, #hlthcare .capab-lst .boxing h3 {
    font-family: Open Sans;
    font-weight: 800;
    color: #fff;
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0;
}

#hlthcare .capab-lst .boxing p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #a7a7a7;
    text-align: left;
}

#partners .capab-lst .boxing {
    background: #f8f8f8;
    padding: 33px 20px 33px 20px;
    min-height: 275px;
    margin-bottom: 15px;
}

#partners .capab-lst .boxing h4 {
    font-family: Open Sans;
    font-weight: 700;
    color: #544f4f;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
}

#partners .capab-lst .boxing p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #a7a7a7;
    text-align: left;
}

.mix-together .content-wrapper h4 {
    margin-bottom: 15px;
}

.mix-together .content-wrapper p {
    margin-bottom: 40px;
}

.cse-stds {
    padding: 80px 0;
}

.cse-stds .section_title .fancy-title .fancy-text {
    color: #ef5f49;
}

.cse-std {
    margin-top: 30px;
}

.cse-std img {
    width: 100%;
}

.cse-std h4 {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #544f4f;
    text-align: left;
    letter-spacing: normal;
    margin-top: 25px;
}

.section_title .fancy-title.drk-grn .fancy-text {
    color: #009c00;
}

.cme-way {
    display: block !important;
}

.go-way {
    display: none !important;
}

.section_title .fancy-title .fancy-text-sec {
    font-size: 84px;
    top: 15px; text-transform: none;
}

.section_title .fancy-title .text-sec {
    font-family: Open Sans;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section_title .fancy-title .text-sec span {
    font-family: Open Sans;
    font-weight: 800;
    font-size: 36px;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #0057ad;
}

.ecomseo.seo-setup .section_title .fancy-title .fancy-text {
    color: #ef5f49;
}

.ecomseo h4 {
    color: #fff;
    text-transform: none;
    font-size: 25px;
    letter-spacing: 0;
    font-family: Open Sans;
    font-weight: 400;
}

.ecomseo.seo-setup ul.list-style1 {
    padding-top: 10px;
}

.common-pad50.ecomseo {
    padding-top: 70px;
}

.bst-lvls .section_title.fourlvl .fancy-title .fancy-text {
    font-size: 104px;
}

.fourlvl.section_title .fancy-title .text-sec {
    display: block;
}

.new-set .section.cse-stds, .gray-bg {
    background-color: #f8f8f8;
}

.new-set .innerPage-banner:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -150px;
    background-image: url(../images/bg/wave-1.png);
    background-repeat: no-repeat;
    width: 562px;
    height: 394px;
    z-index: 9;
}

.new-set .innerPage-banner:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -100px;
    background-image: url(../images/bg/wave-2.png);
    background-repeat: no-repeat;
    width: 301px;
    height: 334px;
    z-index: 9;
}

.new-set p.bnr-texit {
    width: 79%;
    margin: 0 auto;
}
.v-h-align-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.why-choose-ui-ux{
	margin-bottom: 50px;	
	margin-left: 50px;
	position: relative;
}

ul.why-choose-ui-ux:before{
	position: absolute;
	left: 50px;
	top: 50px;
	height: calc(100% - 50px);
	content: "";
	width: 2px;
	background: #e9e9e9;
	z-index: 0;
}

ul.why-choose-ui-ux li{
	padding: 15px 20px 15px 100px;
	text-align: left;
	font-weight: 600;
	margin-bottom: 10px;
	transition: all 0.3s ease;
	z-index: 10;
	border-radius: 50px;
	min-height: 100px;
	position: relative;
	display: flex;
	align-items: center;
}

ul.why-choose-ui-ux li:before{
	position: absolute;
	left: 50px;
	bottom: -5px;
	height: 1px;
	content: "";
	width: calc(100% - 50px);
	background: #e9e9e9;
}

ul.why-choose-ui-ux li:last-child:before{
	display: none;
}

ul.why-choose-ui-ux li:hover{
	background: #FFF;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

ul.why-choose-ui-ux li span{
	width: 70px;
	height: 70px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e9e9e9;
	border-radius: 50%;
	transition: all 0.3s ease;
}

ul.why-choose-ui-ux li:hover span{
	background: #ff735c;
	transition: all 0.3s ease;
}
ul.why-choose-ui-ux li span img{
	width: 50px;
	height: 50px;
}


@media (max-width: 960px){
	.v-h-align-center{
		display: block;
	}
	
	ul.why-choose-ui-ux{	
		margin-left: 0px;
	}
}
.box-inn {
    position: relative;
    padding: 55px 0;
    margin: -2px auto;
    overflow: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
    z-index: 999;
}

.decad-shwn {
    margin: 0 auto;
    width: 80%;
}

.decad-shwn h4 {
    margin-bottom: 60px;
    text-transform: uppercase;
}

.decad-shwn .sub-ser-titles {
    margin-bottom: 60px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    font-family: Open Sans;
    font-weight: 800;
    letter-spacing: -1.5px;
    min-height: 90px;
}

.decad-shwn p {
    font-size: 17px;
    line-height: 26px;
    margin-top: 33px;
    min-height: 240px;
}

.box-inn .btns {
    border: 1px solid #544f4f;
}

.box-inn .btns-text::before {
    background-color: #544f4f;
}

.box-inn .btns-text {
    color: #544f4f;
}

.box-inn .btns-text:hover {
    color: #544f4f;
}

.box-inn .btns:hover::after {
    border-bottom-color: #544f4f;
    border-left-color: #544f4f;
}

.box-inn .btns:hover::before {
    border-top-color: #544f4f;
    border-right-color: #544f4f;
}

.box-inn.centry {
    background: #08bdfa;
    background: -moz-linear-gradient(-45deg, #08bdfa 0, #2694eb 45%, #3f95fa 63%);
    background: -webkit-linear-gradient(-45deg, #08bdfa 0, #2694eb 45%, #3f95fa 63%);
    background: linear-gradient(135deg, #08bdfa 0, #2694eb 45%, #3f95fa 63%);
    margin-right: -2px;
}

.box-inn.centry h4 {
    color: #fff;
}

.box-inn.centry .sub-ser-titles {
    color: #fff;
}

.box-inn.centry p {
    color: #fff;
}

.box-inn.centry .btns {
    border: 1px solid #fff;
}

.box-inn.centry .btns-text::before {
    background-color: #fff;
}

.box-inn.centry .btns-text {
    color: #fff;
}

.box-inn.centry .btns-text:hover {
    color: #fff;
}

.box-inn.centry .btns:hover::after {
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.box-inn.centry .btns:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
}

.decad-hidn a {
    display: block;
    width: 100%;
    height: 100%;
}

.decad-hidn {
    position: absolute;
    bottom: 0;
    left: -650px;
    height: 100%;
    width: 100%;
    background-color: rgba(53, 149, 250, 0.95);
    visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
}

.box-inn:hover .decad-hidn {
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: 0.6s;
    transform-style: preserve-3d;
}

.hidusten {
    display: table;
    position: absolute;
    height: 100%;
}

.decad-hidn {
    text-align: center;
}

.hidusten ul {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.hidusten li {
    display: inline-block;
    width: 100%;
    font-family: Open Sans;
    font-weight: 800;
    font-size: 28px;
    color: #fff;
    margin: 10px 0;
}

.new-set.set-1 .box-inn.centry .btns:hover .btns-text {
    color: #fff;
}

.new-set.set-1 .btns:hover .btns-text {
    color: #544f4f;
}

.new-set .box-inn.centry .btns:hover .btns-text {
    color: #fff;
}

.new-set .btns:hover .btns-text {
    color: #544f4f;
}

.new-set .banner-content .btns:hover .btns-text {
    color: #fff;
}

span.lte-mtm {
    font-size: 14px;
    display: block;
    margin: 25px 0 0;
    font-weight: 600; min-height: 78px;
}

.breadCrumb_wrapper span.ban-tpr {
    color: #fff !important;
    font-size: 26px !important;
}

.box-inn .btns {
    margin-top: 0;
}

.range-of-servces {
    margin-top: 40px;
}

.rng-serv-ces ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.rng-serv-ces li {
    display: inline-block;
    padding-left: 40px;
    text-align: left;
    width: 24%;
    position: relative;
    font-family: Open Sans;
    font-weight: 400;
    color: #544f4f;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
}

.rng-serv-ces li:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 6px;
    background-image: url(../images/ticku.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.nyn-rspnsve .off-ings {
    width: 12%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 45px;
}

.soltn-dert {
    background-color: #f8f8f8;
}


.nyn-rspnsve .off-txt span, .nyn-rspnsve .off-txt h3 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.nyn-rspnsve .off-img {
    height: 100px;
    width: 100px;
    background-color: #f0eeee;
    text-align: center;
    border-radius: 100%;
    padding: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

.row.brtyr {
    padding-bottom: 55px;
    border-bottom: 1px solid #c9c9c9;
}

.off-img {
    height: 140px;
    width: 140px;
    background-color: #f8f8f8;
    text-align: center;
    border-radius: 100%;
    padding: 30px;
    display: inline-block;
    margin-bottom: 20px;
}

.off-img img {
    display: inline-block;
}

.offshore .section_title .fancy-title .text {
    line-height: 64px;
    color: #3f0972;
}

.offshore {
    margin-top: 110px;
}

.offshore .section_title .fancy-title.drk-grn span.fancy-text.font-fancy {
    color: #ff9686;
    line-height: 28px;
    font-size: 130px;
}

.off-txt {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #544f4f;
    text-align: center;
    display: block;
}

.off-txt span {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #544f4f;
    text-align: center;
    display: block;
}

.off-shre {
    margin-top: 45px;
}

.expect-us {
    background-image: url(../images/bg/partner.svg);
    padding: 100px 0 50px;
    background-size: cover;
}

#partners .expect-us .section_title .fancy-title .text-sec {
    color: #fff;
}

.expeect-range {
    margin-top: 40px;
}

.expeect-range ul {
    padding: 0;
    margin: 0;
    position: relative;
}

.expeect-range ul:before {
    content: "";
    position: absolute;
    width: 303px;
    height: 252px;
    right: 100px;
    bottom: -135px;
    background-image: url(../images/mic.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.expeect-range li {
    display: inline-block;
    position: relative;
    padding-left: 90px;
    width: 24%;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 50px;
}

.expeect-range li span {
    position: absolute;
    left: 0;
    top: 15px;
    font-family: Open Sans;
    font-weight: 300;
    font-size: 52px;
    line-height: 32px;
    color: #fff;
}

.expeect-range li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 56px;
    left: 70px;
    top: 5px;
    background-image: url(../images/lines.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.engagemet {
    padding: 100px 0;
}

.label-free {
    position: relative;
    padding-left: 100px;
    margin-top: 45px;
    min-height: 250px;
    transition: all ease-in 0.5s;
}

.label-free:hover {
    transition: all ease-in 0.5s;
}

.label-free span {
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease-in 0.5s;
}

.label-free:hover span {
    top: 15px;
    transition: all ease-in 0.5s;
}

.label-free span img {
    width: 77px;
}

.label-free h4 {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #544f4f;
}

.label-free p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #544f4f;
    width: 80%;
}

.rt-free .label-free {
    padding-left: 130px;
}

.rt-free .label-free span {
    left: 30px;
}

.rt-free .label-free p {
    width: 100%;
}

.modes-set {
    background-color: #f8f8f8;
    padding: 45px 47px 55px 47px;
    transition: all ease-in 0.5s;
}

.modes-set:hover {
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.15);
    transition: all ease-in 0.5s;
}

.off-proj {
    background-color: #fff;
    padding: 30px 24px;
    margin-top: 15px;
}

.our-models h4 {
    font-family: Open Sans;
    font-weight: 800;
    color: #0057ad;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 46px;
}

.our-models p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #544f4f;
}

.off-proj h5 {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #544f4f;
    margin-bottom: 20px;
}

#partners .off-proj p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #544f4f;
    margin-bottom: 20px;
}

#partners .off-proj a {
    display: inline-block;
    background: #006fff;
    background: -moz-linear-gradient(left, #006fff 0, #00e5e5 0, #207cca 100%, #0bff96 100%);
    background: -webkit-linear-gradient(left, #006fff 0, #00e5e5 0, #207cca 100%, #0bff96 100%);
    background: linear-gradient(to right, #006fff 0, #00e5e5 0, #207cca 100%, #0bff96 100%);
    padding: 6px 70px 11px;
    color: #fff;
    transition: all ease-in 0.5s;
}

#partners .off-proj a:hover {
    font-family: Open Sans;
    font-weight: 400;
    transition: all ease-in 0.5s;
}

.sucess-colabration {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.our-sucful .section_title .fancy-title.drk-grn .fancy-text {
    color: #05f2bf;
    font-size: 130px;
    line-height: 28px;
}

.our-sucful .section_title .fancy-title .text {
    line-height: 64px;
    color: #0057ad;
}

.our-sucful ul {
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

.our-sucful li {
    display: inline-block;
    width: 17%;
}

.our-sucful li span {
    display: block;
    color: #848484;
    font-size: 16px;
    margin-top: 20px;
    font-family: Open Sans;
    font-weight: 400;
}

.partners-ays h4 {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 36px;
    line-height: 56px;
    color: #544f4f;
}

.partners-ays h5 {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #544f4f;
    margin-bottom: 25px;
}

.partners-ays p {
    color: #848484;
    line-height: 24px;
    font-size: 16px;
    width: 64%;
    margin: 0 auto;
}

.cal-th-act {
    padding: 85px 0;
    background-image: url(../images/partners/bg.jpg);
    background-size: cover;
}

.tin-meet h4 {
    font-family: Open Sans;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 40px;
}

.tin-meet a.combtn {
    background-color: #1e4e9a;
}

.tin-meet a.combtn {
    text-decoration: none;
    background: #507ffc;
    padding: 8px 66px 10px;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.tin-meet a.combtn span {
    position: relative;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.tin-meet a.combtn:hover span {
    color: #f7941d;
}

.tin-meet a.combtn:before {
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    transform: scale(0);
    transition: 0.5s;
}

.tin-meet a.combtn:hover:before {
    transform: scale(40);
}

.off-shre .slick-dots {
    margin-top: 40px;
}

.off-shre .slick-dots button {
    background-color: #fff;
    position: relative;
    left: 0;
    top: -13px;
}

.off-shre .slick-dots .slick-active button {
    opacity: 1;
    background-color: #ff9686;
}

.off-shre .slick-dots li {
    border: 1px solid #707070;
    border-radius: 100%;
    height: 16px;
    width: 16px;
}

.goa-way {
    display: none;
}

.say-wats .slick-dots button {
    background-color: #544f4f;
}

.say-wats .slick-dots .slick-active button {
    opacity: 1;
    background-color: #544f4f;
}

.say-wats .slick-dots {
    margin-top: 25px;
}

.partners-ays img {
    display: inline-block;
    margin-top: 20px;
    width: 70px;
}

.footer.pa-t-er .contact_details {
    padding: 20px 30px;
}

.footer.pa-t-er .contacts.contact_mail .contact_wrapper {
    padding: 30px 0 30px 70px;
}

.footer.pa-t-er .contact_wrapper {
    padding: 30px 0 30px 60px;
}

#partners .strip-top.text-center {
    display: none;
}

#partners .header_wrapper {
    padding-top: 0;
}

#smpsetup-fine ul.dig-det li {
    display: table;
    width: 23%;
    margin: 0 10px 25px;
    float: left;
    height: 340px;
}

#smpsetup-fine .digi-bx.lwr {
    background: #c65ee0;
    background: -moz-linear-gradient(-45deg, #c65ee0 0, #a944cd 43%, #8324b6 67%, #7317ac 100%);
    background: -webkit-gradient(
        left top,
        right bottom,
        color-stop(0, #c65ee0),
        color-stop(43%, #a944cd),
        color-stop(67%, #8324b6),
        color-stop(100%, #7317ac)
    );
    background: -webkit-linear-gradient(-45deg, #c65ee0 0, #a944cd 43%, #8324b6 67%, #7317ac 100%);
    background: -o-linear-gradient(-45deg, #c65ee0 0, #a944cd 43%, #8324b6 67%, #7317ac 100%);
    background: -ms-linear-gradient(-45deg, #c65ee0 0, #a944cd 43%, #8324b6 67%, #7317ac 100%);
    background: linear-gradient(135deg, #c65ee0 0, #a944cd 43%, #8324b6 67%, #7317ac 100%);
    display: table-cell;
    vertical-align: middle;
}

#smpsetup-fine ul.dig-det::before {
    right: -130px;
    bottom: -1050px;
}

.quick_links {
    float: right;
    width: 62%;
}

.footer_bottom {
    background-color: #3e71ca;
    padding: 10px 0;
}

.footer_bottom .links_wrapper {
    margin-top: 10px;
    text-align: right;
}

.footer_bottom:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 57px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #3e71ca;
    z-index: -1;
}

.footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
    float: left;
    width: 100%;
    display: block;
}

.nopad {
    padding: 0 !important;
}

.qck-lnks {
    padding: 50px 0 40px;
    display: block;
    float: left;
    width: 100%;
}

.foo-lnk {
    background-color: #3e71ca;
    float: left;
    width: 100%;
    display: block;
}

.qck-lnks h4 {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 14px;
    font-family: Open Sans;
    font-weight: 700;
    text-transform: uppercase;
}

.qck-lnks h5 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 600;
    margin-bottom: 0;
}

.qck-lnks h5 a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 600;
}

.qck-lnks ul {
    margin: 0;
    padding: 0;
}

.qck-lnks li {
    display: inline-block;
    color: #fff;
    width: 100%;
    padding-left: 14px;
    position: relative;
}

.qck-lnks li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.lnks-tips.bx-2 {
    margin-top: 41px;
}

.lnks-tips.bx-3 {
    margin-top: 41px;
}

.footer_bottom.tpns-lnk .copy-rights {
    width: 100%;
    float: none;
    text-align: center;
}

.footer_bottom.tpns-lnk {
    margin-top: -10px;
}

.foo-lnk .container {
    border-bottom: 1px solid #6e9ae8;
}

.foo-lnk .fa.fa-circle {
    font-size: 6px;
    position: absolute;
    left: 0;
    color: #ffffff90;
    top: 12px;
}

.footer.te-stng {
    background-color: #3e71ca;
}

.npt-0 {
    padding-top: 0;
}

.off-txt span {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
}

.tps-rowpin {
    background-color: #fff;
    float: left;
    width: 100%;
}

.boxing {
    background: #3dd587;
    background: -moz-linear-gradient(-45deg, #3dd587 0, #3cbc92 31%, #356bb9 100%);
    background: -webkit-linear-gradient(-45deg, #3dd587 0, #3cbc92 31%, #356bb9 100%);
    background: linear-gradient(135deg, #3dd587 0, #3cbc92 31%, #356bb9 100%);
    padding: 33px 20px 33px 20px;
    min-height: 275px;
    margin-bottom: 15px;
}

.boxing.grad-reverse {
    background: #356bb9;
    background: -moz-linear-gradient(45deg, #356bb9 0, #3cbc92 69%, #3dd587 100%);
    background: -webkit-linear-gradient(45deg, #356bb9 0, #3cbc92 69%, #3dd587 100%);
    background: linear-gradient(45deg, #356bb9 0, #3cbc92 69%, #3dd587 100%);
}

.boxing h4, .boxing h3 {
    font-family: Open Sans;
    font-weight: 800;
    color: #fff;
    font-size: 26px;margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0;
}

.boxing p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: left;
    min-height: 110px;
}

.boxing img {
    display: block;
    margin-bottom: 20px;
}

.boxing a {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    display: block;
    text-decoration: underline;
}

#hlthcare .off-shre .slick-dots .slick-active button {
    background-color: #3fd787;
}

#hlthcare .bancap h1 span,
#itcompanies .bancap h1 span {
    font-size: 33px;
    text-transform: none;
    line-height: 50px;
}

.smo-stup .section_title .fancy-title .text-sec {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0;
}

.smo-stup .section_title .fancy-title .fancy-text {
    color: #eb5d72;
    line-height: 46px !important;
    font-size: 130px;
}

.smo-stup .section_title .fancy-title .text {
    letter-spacing: 0;
    line-height: 64px;
}

.socal-icnsdim {
    position: relative;
    width: 100%;
    float: left;
}

.socal-icnsdim:after {
    position: absolute;
    content: "";
    right: -100px;
    top: -160px;
    background-image: url(../images/smo/pin.png);
    width: 169px;
    height: 169px;
    z-index: 0;
    background-repeat: no-repeat;
    animation: linear infinite;
    animation-name: run1;
    animation-duration: 1.5s;
}

.ring-obj {
    position: relative;
    padding-left: 140px;
}

.lef-ring {
    float: left;
}

.rit-ring {
    float: right;
}

.ring-obj img {
    position: absolute;
    top: -6px;
    left: 0;
}

.ring-obj h4 {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #544f4f;
}

.ring-obj p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #544f4f;
}

.ring-obj.bx-rm1:before {
    position: absolute;
    content: "";
    left: -50px;
    bottom: -200px;
    background-image: url(../images/smo/fb.png);
    width: 155px;
    height: 155px;
    z-index: 9;
    background-repeat: no-repeat;
}

.ring-obj.bx-rm2:before {
    position: absolute;
    content: "";
    right: -30px;
    bottom: -240px;
    background-image: url(../images/smo/in.png);
    width: 203px;
    height: 203px;
    z-index: 9;
    background-repeat: no-repeat;
}

.ring-obj.bx-rm5:before {
    position: absolute;
    content: "";
    left: -100px;
    bottom: -240px;
    background-image: url(../images/smo/yt.png);
    width: 201px;
    height: 201px;
    z-index: 9;
    background-repeat: no-repeat;
}

.ring-obj.bx-rm6:before {
    position: absolute;
    content: "";
    right: -50px;
    bottom: -200px;
    background-image: url(../images/smo/wp.png);
    width: 114px;
    height: 114px;
    z-index: 9;
    background-repeat: no-repeat;
}

.ring-obj.bx-rm9:before {
    position: absolute;
    content: "";
    left: -100px;
    bottom: -200px;
    background-image: url(../images/smo/ins.png);
    width: 138px;
    height: 138px;
    z-index: 9;
    background-repeat: no-repeat;
}

.ring-obj.bx-rm10:before {
    position: absolute;
    content: "";
    right: -50px;
    bottom: -200px;
    background-image: url(../images/smo/twt.png);
    width: 138px;
    height: 138px;
    z-index: 9;
    background-repeat: no-repeat;
}

.chkse-boxe .section_title .fancy-title .fancy-text {
    color: #06aad3;
    line-height: 46px !important;
    font-size: 130px;
}

.chkse-boxe .section_title .fancy-title .text {
    letter-spacing: 0;
    line-height: 64px;
}

#smpsetup-fine .caplist li:first-child .banimg {
    top: 20%;
}

.timeline {
    list-style: outside none none;
    padding: 0 0;
    position: relative;
    margin: 30px 0;
}

.timeline::before {
    width: 100%;
    height: 1640px;
    display: block;
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    top: 55px;
    background-image: url(../images/smo/snake.png);
    z-index: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

.timeline > li {
    margin-bottom: 55px;
    position: relative;
    float: left;
    width: 51%;
}

.timeline > li:nth-child(1):before {
    position: absolute;
    content: "";
    left: -50px;
    bottom: -180px;
    background-image: url(../images/smo/fb.png);
    width: 155px;
    height: 155px;
    z-index: 9;
    background-repeat: no-repeat;
    animation: linear infinite;
    animation-name: run6n;
    animation-duration: 2s;
}

@keyframes run6n {
    0% {
        left: -70px;
    }

    50% {
        left: -40px;
    }

    100% {
        left: -70px;
    }
}

.timeline > li:nth-child(2):before {
    position: absolute;
    content: "";
    right: -30px;
    bottom: -200px;
    background-image: url(../images/smo/in.png);
    width: 203px;
    height: 203px;
    z-index: 9;
    background-repeat: no-repeat;
    animation: heart linear 3s infinite;
}

.timeline > li:nth-child(5):before {
    position: absolute;
    content: "";
    left: -100px;
    bottom: -200px;
    background-image: url(../images/smo/yt.png);
    width: 201px;
    height: 201px;
    z-index: 9;
    background-repeat: no-repeat;
    animation: heart linear 3s infinite;
}

.timeline > li:nth-child(6):before {
    position: absolute;
    content: "";
    right: -50px;
    bottom: -150px;
    background-image: url(../images/smo/wp.png);
    width: 114px;
    height: 114px;
    z-index: 9;
    background-repeat: no-repeat;
    animation: heart linear 3s infinite;
}

.timeline > li:nth-child(9):before {
    position: absolute;
    content: "";
    left: -100px;
    bottom: -180px;
    background-image: url(../images/smo/ins.png);
    width: 138px;
    height: 138px;
    z-index: 9;
    background-repeat: no-repeat;
    animation: linear infinite;
    animation-name: rotating;
    animation-duration: 30s;
}

.timeline > li:nth-child(10):before {
    position: absolute;
    content: "";
    right: -50px;
    bottom: -180px;
    background-image: url(../images/smo/twt.png);
    width: 138px;
    height: 138px;
    z-index: 9;
    background-repeat: no-repeat;
    animation: linear infinite;
    animation-name: run3n;
    animation-duration: 3s;
}

@keyframes run3n {
    0% {
        top: 50%;
        right: -50px;
    }

    50% {
        top: 52%;
        right: -70px;
    }

    100% {
        top: 50%;
        right: -50px;
    }
}

@keyframes heart {
    0%,
    100% {
        transform: scale(0.85);
    }

    50% {
        transform: scale(1);
    }
}

.timeline > li::after,
.timeline > li::before {
    content: " ";
    display: table;
}

.timeline > li::after {
    clear: both;
}

.timeline > li::after,
.timeline > li::before {
    content: " ";
    display: table;
}

.timeline > li::after {
    clear: both;
}

.timeline > li > .timeline-panel {
    float: left;
    padding: 0 20px 0;
    position: relative;
    width: 85%;
    text-align: left;
    transition: all 0.5s ease-in-out;
}

.timeline > li > .timeline-badge {
    background-color: #ef5f49;
    border-radius: 50%;
    height: 29px;
    left: 91%;
    position: absolute;
    text-align: center;
    top: 44px;
    width: 29px;
    z-index: 0;
    padding: 0;
    border: 8px solid #fff;
}

.timeline > li.timeline-inverted .timeline-badge {
    background-color: #ef5f49;
    border-radius: 50%;
    height: 29px;
    left: 4%;
    position: absolute;
    text-align: center;
    top: 44px;
    width: 29px;
    z-index: 0;
    padding: 0;
    border: 8px solid #fff;
}

li.timeline-inverted {
    float: right;
}

.timeline > li > .timeline-badge i {
    padding: 20px;
    width: 65px;
    height: 65px;
    position: relative;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel::after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline > li.timeline-inverted .timeline-info {
    float: left;
}

.timeline > li .timeline-info {
    float: right;
}

.timeline .timeline-info h3 {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #544f4f;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.sustiary {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #544f4f;
    margin-bottom: 20px;
}

.timeline .timeline-info p {
    font-size: 19px;
    color: #424856;
    margin: 0 0 20px;
    padding: 0;
    width: 340px;
    font-weight: 200;
    transition: all 0.5s ease-in-out;
}

.timeline .timeline-info p span {
    color: #afb1b5;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}

.timeline-title {
    color: inherit;
    margin-top: 0;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
    line-height: 30px;
}

.timeline-body > p + p {
    margin-top: 5px;
}

.timeline > li > .timeline-badge {
    transition: all 0.5s ease-in-out;
}

li .timeline-info {
    position: relative;
    transition: all 0.5s ease-in-out;
    padding-left: 130px;
}

li .timeline-info img {
    position: absolute;
    left: 0;
}

.timeline .timeline-info:hover h3 {
    color: #ef5f49;
    animation: 0.5s ease 0s normal none 1 running scaleDisappear;
}

.timeline .timeline-info:hover p {
    color: #09193c;
}

@-webkit-keyframes scaleDisappear {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    60% {
        opacity: 0;
        -webkit-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes scaleDisappear {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    60% {
        opacity: 0;
        -moz-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-ms-keyframes scaleDisappear {
    0% {
        opacity: 1;
        -ms-transform: scale(1);
    }

    60% {
        opacity: 0;
        -ms-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        -ms-transform: scale(1);
    }
}

@-o-keyframes scaleDisappear {
    0% {
        opacity: 1;
        -o-transform: scale(1);
    }

    60% {
        opacity: 0;
        -o-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes scaleDisappear {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    60% {
        opacity: 0;
        transform: scale(1.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.scaleDisappear {
    -webkit-animation: scaleDisappear 350ms ease-in-out;
    -moz-animation: scaleDisappear 350ms ease-in-out;
    -ms-animation: scaleDisappear 350ms ease-in-out;
    -o-animation: scaleDisappear 350ms ease-in-out;
    animation: scaleDisappear 350ms ease-in-out;
}

@media screen and (max-width: 767px) {
    .timeline > li > .timeline-panel {
        width: 48%;
    }

    li.timeline-inverted .timeline-info::after {
        left: -20px;
        width: 115%;
    }

    li .timeline-info::after {
        right: -30px;
        width: 110%;
    }

    .inves-brd > div:nth-child(2),
    .inves-brd > div:nth-child(4),
    .inves-brd > div:nth-child(6),
    .inves-brd > div:nth-child(8) {
        border-right: 1px solid silver;
    }

    .inves-brd > div:nth-child(3),
    .inves-brd > div:nth-child(7) {
        border-right: 0;
    }

    .inves-brd > div:nth-last-child(1),
    .inves-brd > div:nth-last-child(3) {
        border-bottom: 1px solid silver;
    }

    .inves-brd > div:last-child {
        border-right: 1px solid silver;
    }

    .inves-brd > div:nth-last-child(3) {
        border-bottom: 0;
    }
}

@media screen and (max-width: 640px) {
    .timeline::after {
        left: 0;
    }

    .timeline::before {
        left: 38px;
    }

    .timeline > li > .timeline-panel {
        width: 100%;
        text-align: left;
        padding-left: 120px;
    }

    .timeline > li .timeline-info {
        float: left;
    }

    .timeline > li > .timeline-badge {
        left: 30px;
    }

    .timeline > li > .timeline-panel {
        padding-left: 105px;
    }

    li .timeline-info:after {
        height: 100px;
        width: 130%;
        background-color: transparent;
        border: 1px solid #c0c1c6;
        position: absolute;
        bottom: -10px;
        left: -60px;
        content: "";
        -webkit-border-bottom-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0;
        border-top: 0;
        border-left: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        border-right: 0;
    }

    .timeline > li {
        padding-top: 50px;
    }

    li.timeline-inverted .timeline-info::after {
        left: -80px;
        width: auto;
    }

    li .timeline-info::after {
        left: -80px;
        width: auto;
    }

    .timeline-info ul {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .site-navbar-bg.site-navbar::after,
    .site-navbar::after {
        width: 63%;
    }

    .inner-banner-captions h1 {
        font-size: 22px;
        margin: 0 0 -3px;
    }

    .timeline > li > .timeline-badge {
        left: 0;
    }

    .timeline::before {
        left: 2%;
    }

    .timeline > li > .timeline-panel {
        padding-left: 30px;
    }
}

.chnk-bxes h4 {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #544f4f;
    letter-spacing: 0;
    margin-bottom: 30px;
    padding-left: 15px;
    margin-top: 50px;
}

.chk-bxni {
    background-color: #fff;
    padding: 15px 45px 30px 55px;
    position: relative;
    transition: all ease-in 0.5s;
}

.cse-stds.bst-lvls.chkse-boxe {
    padding: 120px 0;
    background-color: #f8f8f8 !important;
}

.chk-bxni h5 {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #544f4f;
    letter-spacing: 0;
    margin-bottom: 0px;
}

.ch-ken {
    display: inline-block;
    text-align: center;
    position: relative;
    padding-left: 5px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    position: absolute; top:25px; left:30px;
}

.ch-ken input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 24px;
    width: 26px;
    z-index: 999;
    top: -5px;
    transition: all 0.3s ease;
    left: -12px;
}

.checkmark {
    position: absolute;
    top: -2px;
    left: -12px;
    height: 25px;
    width: 25px; border-radius: 5px;
    background-color: #f2ebeb;
    border: 0.5px solid #e4d2d2;
    transition: all 0.3s ease;
}

.ch-ken:hover input ~ .checkmark {
    background-color: #fff;
    transition: all 0.3s ease;
}

.ch-ken input:checked ~ .checkmark {
    background-color: #fff;
    transition: all 0.3s ease;
}

.checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
}

.ch-ken input:checked ~ .checkmark:after {
    opacity: 1;
    transition: all 0.3s ease;
    height: 16px;
    width: 9px;
}

.ch-ken .checkmark:after {
    left: 7px;
    top: 2px;
    width: 0;
    height: 0;
    border: solid #df6852;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.chks-rep {
    position: absolute;
    background-color: #ef5f49;
    padding: 28px 18px;
    width: 100%;
    left: 0;
    top: -250px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
    opacity: 0;
    transition: all 0.3s ease;
    visibility: hidden;
}

.chks-rep:after {
    content: "";
    position: absolute;
    left: 42%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ef5f49;
    clear: both;
}

.chks-rep span {
    background-color: #ef5f49;
    font-family: Open Sans;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}

.chk-bxni:hover .chks-rep {
    visibility: visible;
    opacity: 1;
    top: -210px;
    transition: all 0.3s ease;
}

#smpsetup-fine .bst-lvls {
    background-color: #fff;
}

.contact-us h4 {
    color: #42bad2;
}

.contact-us h5 {
    color: rgba(67, 70, 73, 0.6);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
}

.contact-us strong {
    color: rgba(67, 70, 73, 0.6);
    display: block;
}

.form-data.cnt input {
    border: 0 solid #e4e4e4;
    border-radius: 0;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    height: 58px;
    padding: 6px 20px;
    width: 100%;
    background-color: #f2ebeb;
}

.form-data.cnt textarea {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    height: 85px;
    padding: 6px 10px;
    width: 100%;
    margin-bottom: 15px;
}

.form-data.cnt select {
    -moz-appearance: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    height: 58px;
    padding: 6px 10px;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url(../images/dwn.png) no-repeat scroll 95% center;
}

.conta-details.infra.cntus {
    position: relative;
}

.conta-details.infra.cntus:after {
    position: absolute;
    background-color: #ececec;
    content: "";
    left: -65px;
    top: 0;
    height: 100%;
    width: 1px;
}

.form-data.cnt input[type="submit"] {
    background: #ef5f49;
    border: medium none;
    color: #fff;
    font-family: Open Sans;
    font-weight: 400;
    float: right;
    width: 100%;
    border-radius: 0;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}

.form-data.cnt input[type="submit"]:hover {
    background: #42bad2;
    transition: all 0.5s ease-in-out;
}

.ins-c img {
    width: 135px;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    height: 58px;
}

.ins-cf img {
    border: 1px solid #dfdfdf;
    border-radius: 0;
}

.addr {
    padding-left: 45px;
    background: rgba(0, 0, 0, 0) url(../images/loc.png) no-repeat scroll -15px -5px;
}

.addr span {
    display: block;
    color: rgba(67, 70, 73, 0.6);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    padding-bottom: 5px;
}

.callr {
    padding: 15px 0 5px 45px;
    background: rgba(0, 0, 0, 0) url(../images/call.png) no-repeat scroll -14px top;
}

.smsr {
    padding: 15px 45px;
    background: rgba(0, 0, 0, 0) url(../images/sms.png) no-repeat scroll -14px top;
}

.smsr a {
    color: #434649;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    text-decoration: none;
}

.sms a {
    color: #434649;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
}

.shw-hid-form {
    display: block;
    margin-top: 33px;
    background-color: #fff;
    padding: 20px 10px;
}

.common-pad70.transfrmsec.servintro.smo-stup {
    overflow: hidden;
}

.upside-ul {
    display: inline-block;
}

.upside-ul {
    display: inline-block;
    position: absolute;
    top: 36px;
    right: 73px;
}

.upside-ul ul li {
    display: inline-block;
}

.upside-ul ul li i {
    display: none;
}

.upside-ul ul li a {
    padding: 5px 25px;
    margin-left: 15px;
    background: 0 0;
    border: 2px solid rgba(255, 255, 255, 0.85);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.2s ease-in;
    letter-spacing: 0;
    font-family: Open Sans;
    font-weight: 600;
}

.header_wrapper.nav-fixed.menubgwhite .upside-ul ul li a {
    padding: 5px 25px;
    margin-left: 15px;
    color: #fff;
    background: #00b4ff;
    border-color: #00b4ff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.2s ease-in;
    letter-spacing: 0;
    font-family: Open Sans;
    font-weight: 600;
}

.nav-fixed .upside-ul {
    top: 30px;
    right: 73px;
}

.sv-gim img {
    width: 71%;
    margin: 0 auto;
}

.seo-content {
    padding: 20px 0;
}

.seo-content p {
    font-size: 14px !important;
}

.seo-content a {
    font-size: 14px !important;
    font-weight: 700;
}

.seo-content p strong {
    font-weight: 700;
}

/*itcompanies .innerPage-banner .banner-img{background-image:url(../images/it/bg.jpg);}*/

span.onlinesatus {
    position: absolute;
    top: 5px;
    font-size: 12px;
}

.custwhats.whatsapp-chat a {
    padding: 12px 15px 3px;
}

.custwhats.whatsapp-chat a i {
    top: -2px;
}

#itcompanies .caplist li:first-child .banimg {
    top: 20%;
}

#itcompanies .caplist li:first-child .banimg img {
    width: 75%;
}

#itcompanies .caplist.vartim {
    padding-bottom: 175px;
}

#itcompanies .page-uiux section .common-head h2 {
    line-height: 30px;
}

#itcompanies .section_title .fancy-title .fancy-text-sec {
    text-transform: none;
}

#itcompanies .innerPage-banner .banner-img {
    height: auto;
    background: rgb(67, 62, 157);
    background: -moz-linear-gradient(
        180deg,
        rgba(67, 62, 157, 1) 0%,
        rgba(71, 115, 244, 1) 55%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(67, 62, 157, 1) 0%,
        rgba(71, 115, 244, 1) 55%,
        rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(67, 62, 157, 1) 0%,
        rgba(71, 115, 244, 1) 55%,
        rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b31ed", endColorstr="#ffffff", GradientType=1);
}

.it-serv-block {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    transition: all 500ms ease-in-out;
    overflow: hidden;
    border-radius: 15px;
}

.it-serv-block img {
    width: 100%;
    border-radius: 15px;
    transition: all 500ms ease-in-out;
}

.it-serv-block:hover img {
    transform: scale(1.2, 1.2);
}

.it-serv-info {
    padding: 15px 15px 30px;
    color: #fff;
    position: absolute;
    bottom: -110px;
    left: 0px;
    z-index: 99;
    text-align: center;
    width: 100%;
    transition: all 500ms ease-in-out;
}

.it-serv-block:hover .it-serv-info {
    bottom: -15px;
}

.it-serv-img {
    position: relative;
}

.it-serv-info h3 {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 15px;
}

.it-serv-info h3 span {
    font-size: 20px;
    font-weight: 600;
    display: block;
}

.it-serv-info p {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
    font-style: italic;
    transition: all 500ms ease-in-out;
}

#itcompanies .bnr-top-space {
    padding-top: 30px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
    top: 0;
    left: 0;
}

.overlay {
    border-radius: 15px;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 70%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 70%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.industry {
    border-radius: 3px;
    padding: 5px;
    line-height: 14px;
    background: #006fff;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 13px;
    font-weight: 400;
}

.industry1 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.its-hero {
    padding: 150px 0px 60px;
}

.its-hero h1 {
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    line-height: 1.7;
}

.its-hero span {
    font-weight: 700;
    font-size: 45px;
}

#itcompanies .serv.cst-des {
    background: none;
}

#itcompanies .serv.cst-des h4 {
    color: #544f4f;
    text-transform: uppercase;
}

#itcompanies .serv.cst-des h4 span {
    color: #433e9d;
}

#itcompanies .serv.cst-des h4 span.btn {
    display: inline-block;
    padding: 0px;
}

#itcompanies .serv.cst-des h4 span.btn a {
    background: #433e9d;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

#itcompanies .serv.cst-des h4 span a {
    font-weight: 800;
    font-size: 32px;
}

#itcompanies .serv a.combtn::before {
    display: none;
}

#itcompanies .text-h-green {
    color: #fc7939;
}

#itcompanies .boxing {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 33px 30px 33px 30px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4e36af+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(45deg, rgba(60, 54, 83, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(60, 54, 83, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(60, 54, 83, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e36af', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#itcompanies .boxing h4 {
    color: #544f4f;
    text-align: center;
}

#itcompanies .boxing p,
#itcompanies .boxing a {
    color: #544f4f;
    text-align: center;
}

#itcompanies .boxing a {
    padding-top: 15px;
}

#itcompanies .boxingimg {
    width: 85px;
    margin: 0 auto;
    background: #433e9d;
    border-radius: 100%;
}

#itcompanies .boxingimg img {
    width: 100%;
}

#itcompanies .section_title .fancy-title {
    margin-bottom: 0px;
    line-height: 40px;
}

#itcompanies .serv.cst-des a.combtn {
    background: #433e9d;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

#itcompanies .serv.cst-des a.combtn:hover {
    background: #fc7939;
}

#itcompanies .serv.cst-des a.combtn:hover span {
    color: #fff !important;
}

/* service primary - start */

.icon_primary .item_icon {
    z-index: 1;
    width: 85px;
    height: 85px;
    color: #ffffff;

    text-align: center;
    border-radius: 100%;
    margin-bottom: 25px;
    display: inline-block;
}

.icon_primary .icon_wrap {
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.icon_primary .icon_wrap .item_icon {
    margin-bottom: 0px;
}

.icon_primary .icon_wrap .icon_deco {
    opacity: 0;
    z-index: -1;
    line-height: 1;
    max-width: 10px;
    position: absolute;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.icon_primary .icon_wrap .icon_deco.icon_deco_1 {
    top: 10px;
    left: 10px;
}

.icon_primary .icon_wrap .icon_deco.icon_deco_2 {
    top: 10px;
    right: 10px;
}

.icon_primary .icon_wrap .icon_deco.icon_deco_3 {
    left: 10px;
    bottom: 10px;
}

.icon_primary .icon_wrap .icon_deco.icon_deco_4 {
    right: 10px;
    bottom: 10px;
}

.icon_primary:hover .icon_wrap .icon_deco {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.icon_primary:hover .icon_wrap .icon_deco.icon_deco_1 {
    top: 0px;
    left: -6px;
}

.icon_primary:hover .icon_wrap .icon_deco.icon_deco_2 {
    top: -10px;
    right: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.icon_primary:hover .icon_wrap .icon_deco.icon_deco_3 {
    left: -6px;
    bottom: -6px;
}

.icon_primary:hover .icon_wrap .icon_deco.icon_deco_4 {
    right: -20px;
    bottom: 14px;
}

.icon_primary .item_title {
    margin-bottom: 20px;
}

.icon_primary .item_title > a {
    font-size: 24px;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

.icon_primary:hover .item_title > a {
    color: #4154f1;
}

/* service primary - end */

.zoom_banner .circle_1 {
    left: -137px;
    top: -187px;
    max-width: 708px;
}

.zoom_banner .circle_1 img {
    -webkit-animation: zoominout 5s infinite;
    animation: zoominout 5s infinite;
}

.zoom_banner .circle_2 {
    top: 167px;
    left: 47.6%;
    max-width: 151px;
}

.zoom_banner .circle_2 img {
    -webkit-animation: zoominout 3s infinite;
    animation: zoominout 3s infinite;
}

.zoom_banner .circle_3 {
    right: 81px;
    top: 172px;
    max-width: 379px;
}

.zoom_banner .circle_3 img {
    -webkit-animation: zoominout 4s infinite;
    animation: zoominout 4s infinite;
}

.zoom_banner .circle_4 {
    top: 588px;
    left: 125px;
    max-width: 266px;
}

.zoom_banner .circle_4 img {
    -webkit-animation: zoominout 3s infinite;
    animation: zoominout 3s infinite;
}

.zoom_banner .circle_5 {
    bottom: 588px;
    right: 115px;
    max-width: 466px;
}

.zoom_banner .circle_5 img {
    -webkit-animation: zoominout 3s infinite;
    animation: zoominout 3s infinite;
}

.deco_wrap .deco_image {
    z-index: 0;
    position: absolute;
}

.mobprocess {
    width: 80%;
    margin: 0 auto;
}
.mobprocess img {
    width: 100%;
}
.datepicker table tr td span {
    font-size: 13px !important;
    font-weight: 500 !important;
    height: 40px !important;
    line-height: 40px !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.datepicker td,
.datepicker th {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    padding: 10px !important;
}
.datepicker th {
    font-weight: 600 !important;
}
.contact_form .chk-bxni {
    padding: 7px;
    margin-bottom: 0px;
}
.contact_form .ch-ken {
    padding-left: 25px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #666;
    line-height: 22px;
    margin-bottom: 0px;
    position: relative;
    right: inherit;
    top: inherit;
}
.contact_form .checkmark {
    border: 1px solid rgba(0, 0, 0, 0.2);
    left: -12px !important;
}
.contact_form .form_fileds > .row {
    margin-left: -15px;
    margin-right: -15px;
}
.contact_form .form_fileds {
    margin-bottom: 50px;
}
.contact_form .ch-ken input:checked ~ .checkmark {
    background: #00b4b1;
}
.contact_form .ch-ken .checkmark:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    left: 8px;
    top: 3px;
}
.contact_form .form_fileds p.looking {
    font-size: 16px;
    font-weight: 400;
    font-family: Open Sans;
}
.contact_form .ch-ken input:checked ~ .checkmark:after {
    height: 13px;
    width: 7px;
}
.contact_form .input_labels.datelabel.active {
    transform: translateY(-18px);
    opacity: 1;
    color: #666;
}
.contact_form .input_labels.datelabel {
    transform: translateY(-18px);
    color: #666;
    opacity: 1;
}

.contact_form .form_fileds #lblError,
.contact_form .form_fileds #lblemailError {
    font-size: 13px;
    font-weight: 500;
}
.contact_form .form_fileds #multiple_checkbox {
    color: red;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    margin-bottom: 0px;
}
.contact_form .form_fileds .input_fields.error {
    color: red;
}

.contact_form .input-group-addon {
    cursor: pointer;
    background-color: #fff;
    border: none;
    right: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    top: 0px;
    position: relative;
    z-index: 99;
}
.contact_form .input-group-addon .fa-rupee {
    font-size: 16px;
}
.contact_form .ch-ken label {
    left: 24px;
    top: -7px;
    font-size: 14px;
}
.contact_form .input_fields {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0px !important;
}
.contact_form .input_labels {
    color: #666;
    opacity: 1;
}
.contact_form .input_labels.active {
    color: #666;
}
.contact_form .input_labels span {
    font-size: 13px;
    color: red;
    font-weight: 600;
}
.contact_form .input_labels.active span {
    color: #00b4b1;
}
a.green-btn-border {
    border: 2px solid #00b4b1;
    padding: 20px 40px;
    color: #00b4b1;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin: 100px 0px 150px 0px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
a.green-btn-border:hover {
    color: #fff;
    background: #00b4b1;
    transition: all 0.3s ease;
}
.right-align {
    text-align: right;
}
.form_container {
    padding-top: 30px;
}
.career-heading {
    margin-top: 50px;
    padding: 20px 130px 50px 0px;
    font-family: Open Sans;
    font-size: 30px;
    color: #544f4f;
    font-weight: 800;
    position: relative;
    letter-spacing: 0px;
    line-height: 33px; letter-spacing: 0PX; text-transform: uppercase;
}
.career-heading .career-btn {
    border: 1px solid #999;
    padding: 8px 18px;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: block;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 0px;
    text-transform: uppercase;
    margin-bottom: 50px;
    background: #fff;
}
.career-heading .career-btn:hover {
    color: #fff;
    background: #222;
    border: 1px solid #222;
    transition: all 0.3s ease;
}
@media (max-width: 992px){
    .career-heading{
        padding: 0px 130px 50px 0px;
    }
}
.career-btn1 {
    border: none;
    padding: 11px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    background: #4f7ffc;
}
.career-btn1:hover {
    color: #fff;
    background: #222;
    border: none;
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .right-align {
        padding-top: 20px;
    }
    a.green-btn-border {
        margin: 0px 10px 50px 10px;
    }
}

#myModal.modal.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#myModal.modal .banner-form {
    padding: 50px 30px;
}
#myModal.modal .tit-bn h3 {
    text-align: center;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    color: #1f1f1f;
}
#myModal.modal .custom-form.modal-dialog button.close {
    background: transparent;
    top: 20px;
    right: 20px;
}
#myModal.modal .popup-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}
#myModal.modal .popup-btns .black-btn-border {
    padding: 15px 30px;
    border: 2px solid #00b4b1;
    text-align: center;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    color: #00b4b1;
    background: #fff;
    width: 45%;
    display: inline-block;
    transition: all 0.3s ease;
}
#myModal.modal .popup-btns .black-btn-border:hover {
    border: 2px solid #00b4b1;
    background: #00b4b1;
    color: #fff;
    transition: all 0.3s ease;
}
#myModal.modal .popup-btns .black-btn {
    padding: 15px 10px;
    border: 2px solid #00b4b1;
    text-align: center;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    background: #00b4b1;
    width: 45%;
    display: inline-block;
    transition: all 0.3s ease;
}
#myModal.modal .popup-btns .black-btn:hover {
    border: 2px solid #00b4b1;
    background: #fff;
    color: #00b4b1;
    transition: all 0.3s ease;
}
#myModal.modal p.popup-link {
    text-align: center;
    padding-top: 30px;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 18px;
    color: #656565;
}
#myModal.modal p.popup-link a {
    color: #ea4335;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}

.section_contact .section-wrapper {
    padding: 0px !important;
}
.page-contactUs .section_contact .section-wrapper {
    padding-top: 60px !important;
}

.page-careers .input_labels.pos.active {
    transform: translateY(-18px);
    opacity: 1;
    color: #00b48a;
}
.page-careers .input_labels.pos {
    transform: translateY(-18px);
    color: #666;
    opacity: 0.5;
}
.page-careers .input_fields.error + .input_labels.pos {
    color: red;
}


@media (max-width:760px){
	a.green-btn-border{
		padding:20px 10px;
	}
}


#smpsetup-fine .digi-bx.lwr {
    background: rgb(8,144,218);
background: linear-gradient(0deg, rgba(8,144,218,1) 0%, rgba(0,152,209,1) 100%);
    display: table-cell;
    vertical-align: middle;
} 

#smpsetup-fine ul.dig-det::before { display: none; }

@media (max-width:800px){
#smpsetup-fine ul.dig-det li {
    width: 30%;
}


.innerPage-banner .banner-img.retail-marketing .inner-bnr-sections{
    margin-top: 0px;
}

}


@media screen and (max-width: 680px) {
    #smpsetup-fine ul.dig-det li {
  margin: 0;
    margin-bottom: 0px;
  width: 100%;
  margin-bottom: 15px;
}

}


.page-sg#sepsetup-fine .innerPage-banner .banner-img{background-image: url(../images/sg/sg-bg.jpg);}
.page-sg .caplist { padding:150px 0px 200px; }
.page-sg#sepsetup-fine .caplist li:first-child .banimg { left: 10%; top: 22%;}
.page-sg ul.counter-list li {box-shadow: 5px 0px 15px 2px rgba(0, 0, 0, 0.05); }
 #sepsetup-fine .sg-serv-offer ul.dig-det::before{ display: none;}
 #sepsetup-fine .digi-bx.lwr  {
    background: #1e4e9a;
    background: -moz-linear-gradient(-45deg, #ef4c98 5%, #d22a78 20%, #5b2966 72%, #492a78 100%);
    background: -webkit-linear-gradient(-45deg, #ef4c98 5%, #d22a78 20%, #5b2966 72%, #492a78 100%);
    background: linear-gradient(135deg, #ef4c98 5%, #d22a78 20%, #5b2966 72%, #492a78 100%);
    min-height: 330px;
}
#sepsetup-fine .digi-bx.lwr.ctab-box  { background:#492a78;}
.ctab-box a { background:#fff; padding:10px 12px; font-weight:700; font-size: 15px; }
.ctab-box { padding:85px 25px 50px }
.ctab-box h4 {padding-bottom:20px; }

.page-sg#sepsetup-fine .perdix-modules .resp-vtabs .resp-tabs-list li, .vertitab.resp-vtabs .resp-tabs-list li { background: #fff !important; text-transform: none; text-align: left; padding: 15px 15px !important;
    font-size: 16px;    line-height: 24px; }
.page-sg#sepsetup-fine .resp-vtabs ul.resp-tabs-list, .vertitab.resp-vtabs ul.resp-tabs-list {box-shadow: 5px 0px 15px 2px rgba(0, 0, 0, 0.05); }
.page-sg#sepsetup-fine .perdix-modules .resp-vtabs li.resp-tab-active { color:#373737 ; border-left: 0 !important; }
.page-sg#sepsetup-fine .resp-tabs-list li {color: #b5b4b4;  } 
.page-sg#sepsetup-fine .perdix-modules .resp-vtabs .resp-tabs-list li.resp-tab-active::before, .vertitab.resp-vtabs .resp-tabs-list li.resp-tab-active::before { background:#DE544B; width:3px; height: 100%; top: 0; right: 0; content:""; border-radius: 6px; }

.page-sg .sg-ecom { background: #B52A7B; padding:40px 40px 70px; }
.page-sg .ecomseo img { width: 100%; }
.page-sg .ecomseo { padding-bottom:100px; }
.page-sg .servintro .bancap {text-align: center;}
.page-sg .ecomseo {text-align: left;}
.page-sg .clientswrap .nav-tabs, .pxs-clts.clientswrap .nav-tabs {border-bottom: 1px solid #ddd;  display: inline-block; width: 100%; text-align: center; margin-top: 30px;}
.page-sg .clientswrap .nav.nav-tabs > li, .pxs-clts.clientswrap .nav.nav-tabs > li {display: inline-block; float: none; }
.page-sg .clientswrap .nav.nav-tabs > li a, .pxs-clts.clientswrap .nav.nav-tabs > li a {font-size: 16px; font-weight: 600; color: #b5b4b4;}
.page-sg .clientswrap .nav.nav-tabs > li.active a, .pxs-clts.clientswrap .nav.nav-tabs > li.active a {color: #373737; border-top:3px solid #DE544B !important } 
 

.page-sg .faq-accordion { background: #f7f7f7;  }


.pxs-ctabox h2 span { 
    font-weight: 800;
    color: #061b3d;
    font-size: 32px;
    line-height:auto;
    text-transform: uppercase;
    letter-spacing: normal;
  }

.dm-approch { background:#fff; box-shadow:3px 5px 30px 5px rgba(0, 0, 0, 0.15); padding:30px 30px 30px 70px; position: relative; min-height: 350px; margin-bottom:30px; transition: all 300ms ease-in-out; }
.dm-approch h4 { font-size: 19px;  text-transform: uppercase; text-align: left; transition: all 300ms ease-in-out; }
.dm-approch p {  font-weight: 400; font-size: 15px; text-align: left; line-height: 1.5; margin-bottom: 0;  transition: all 300ms ease-in-out;  }
.dm-steps { position: absolute; transform: rotate(-90deg); font-size: 55px; color: #e1e1e1; left: -76px; top: 180px; font-weight: 900;
    text-transform: uppercase; transition: all 300ms ease-in-out;   }
.dmicon {position:absolute; top:18px; left:10px; width:50px; height:50px; background: #00b4b1; border-radius: 100%; padding:10px;  transition: all 300ms ease-in-out;}
.dmicon img {width: 100%; filter: contrast(0) brightness(100); transition: all 300ms ease-in-out;}

.dm-approch:hover {  background: #00b4b1; } 
.dm-approch:hover h4, .dm-approch:hover p { color: #fff;  }
.dm-approch:hover .dmicon { background:#fff;}
.dm-approch:hover .dmicon img {filter: none;}
.dm-approch:hover .dm-steps {opacity: .5;}


.whypxs .pxs-why { padding: 30px 15px 15px 50px; }
.whypxs .pxs-why h4 { font-size: 19px; text-align: left; text-transform: uppercase; }
.whypxs .pxs-why p { text-align: left;  font-weight: 400; font-size: 15px; line-height: 1.5; }
.whyicon {position:absolute; top:30px; left:0; width:55px; height:55px; background: #ef5f49; border-radius: 100%; padding: 10px; }
.whyicon img {width: 100%;}

 
/* new seo page start here */


.inner-bnr-sections { padding:180px 0px 100px }
.inner-bnr-left {padding:15px 15px 0px 0px}
.inner-bnr-caption { font-size: 40px; font-weight:800; color:#fff; line-height: 1.2; text-transform: uppercase; padding-bottom: 30px;  }
#sepsetup-fine .inner-banner-subctxt { font-size: 24px; color: #fff; line-height: 1.5;  }
.inner-bnr-list {width:100%; display: flex;}
.inner-bnr-list ul li { list-style: none; float:left; width:50%; position: relative; color:#fff; font-weight: 500; font-size:18px; padding: 10px 15px 30px 55px; }
.inner-bnr-list span { position:absolute; top:0px; left:0px; width:45px; height:45px; border-radius: 100%; padding:8px; background: #ff9700b5; }
.inner-bnr-list span img { width: 100%; }


body.retail-digital .inner-bnr-list ul li {font-size:16px;}

body.retail-digital a.green-btn-border{margin:100px 0px 100px 0px;}

body.retail-digital section.cse-stds.bst-lvls.bg-gray{background-color:#fff;}

body.retail-digital .info-grid-items {
  min-height: 230px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top:45px;
  box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.05);
  background: #fff;
  position:relative;
  padding:55px 30px 20px 30px;
}

body.retail-digital .info-grid-items:hover{transition: all 0.3s ease;box-shadow: 3px 5px 30px 5px rgba(0, 0, 0, 0.05);}

body.retail-digital .info-grid-items:before{position:absolute;content:"";left:0;bottom:0;width:100%;height:0px;background-color:#cf4851;transition: all 0.3s ease;}

body.retail-digital .info-grid-items:hover:before{height:5px;transition: all 0.3s ease;}

body.retail-digital .info-grid-items span {
  position: absolute;
  width: 70px;
  height: 70px;
  margin: 0 auto;  
  left: calc(50% - 35px);
  top: -35px;
  padding:15px;
}





.freetxt { font-weight: 900; text-transform: uppercase; font-size: 25px; color: #dd534b; }
ul.counter-list li .counter-img img { position: relative; top: 0; width: 100%; left:0px;  }
.counter-img { width: 80px; margin: 0 auto 10px }

.inner-banner-fact {  }
.facts-items ul.counter-list li { padding: 15px 15px 15px 15px; min-height: 120px; border-radius: 6px; box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.2); }
.facts-items ul.counter-list li span {display: block; font-size: 30px; font-weight: 300; padding-bottom: 10px; }
.facts-items ul.counter-list li span strong.counter { font-weight: 800; font-size:30px; }
.facts-items ul.counter-list li { font-size: 14px; font-weight:600; line-height: 1.2; }
.facts-items ul.counter-list li:hover { transition: all 0.3s ease;   background: url(../images/seo/bg.png) bottom right no-repeat #fff; }

.inner-bnr-form {background: rgba(255,255,255,1); padding:25px; box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.2); border-radius: 6px; }
.form-title{font-size: 25px; font-weight:600; line-height: 1.2; }
#sepsetup-fine .inner-bnr-form p { font-size: 14px; line-height: 1.4; }

.inner-bnr-form .col-md-6 { width: 100%;}
.inner-bnr-form .contact_form .form_fileds {margin-bottom: 30px;}

.clients-indus-logo .lstof-count { margin: 0; padding: 0; }
.clients-indus-logo .lstof-count ul {display: grid; grid-template-columns: repeat(6, 1fr); grid-column-gap: 20px; grid-row-gap: 40px;}

.clients-indus-logo .lstof-count li { border: 0px; padding: 0px; margin: 0; }
.align-items-center {align-items: center !important;}
.d-flex {display: flex;}
.bg-white { background: #fff; }
.bg-gray { background: #f8f8f8;}
.brd-btm { border-bottom: 1px solid rgba(0, 0, 0, 0.10); }
.indus-title { font-size: 18px; font-weight:600; letter-spacing: 0; }
.indus-row { margin: 0px 0px 20px; padding: 0px 0px 20px;}


.info-grid-block { }
.info-grid-items  { min-height: 150px; margin-bottom: 30px; }
.info-grid-items span {display: block; width: 70px; height:70px; margin: 0 auto 15px; border-radius: 100%; background: #cf4851; padding:10px }
.info-grid-items .info-title { font-size: 18px; color:#cf4851; font-weight: 700; padding-bottom: 10px; }
.info-grid-items h3 {letter-spacing: 0;}

.section_title .fancy-title .fancy-text.text-meroon {color:#cf4851}


.vertitab.resp-vtabs .resp-tabs-list li.resp-tab-active:before { color:#ffcf00 !important; font-size: 22px !important; width:0px;  top: 28% !important; right: 17px !important; transition: all 300ms ease-in-out;}
.vertitab.resp-vtabs li.resp-tab-active { color:#fff !important; border-left: 7px solid #ffcf00 !important; transition: all 300ms ease-in-out; }
.vertitab.resp-vtabs .resp-tabs-list li {background: #ef5f49 !important; color:#f7b7ae; transition: all 300ms ease-in-out; border-left:0px}


ul.seo-services-list {
    display: flex;
	justify-content: space-between;
    position: relative;
	flex-direction: column;
	margin-top: 30px;
}

ul.seo-services-list:before {
    position: absolute;
    left: 50%;
    top: 50px;
    content: "";
    width: 2px;
	border-radius: 5px;
    height: calc(100% - 150px);
    background: #CCC;
}

ul.seo-services-list li {
    list-style: none;
    margin-bottom: 30px;
	font-style: normal;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
	position: relative;
}

ul.seo-services-list li h3 {
 
    font-family: Open Sans;
    font-weight: 800;
    font-size: 20px;
    padding-bottom:10px
}


ul.seo-services-list li.align-left {
    padding-right: 70px;
    text-align: right;
    width: 50%;
    position: relative;
}

ul.seo-services-list li.align-left:after{
	position: absolute;
	right: 37px;
	top: 7px;
	content: "";
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;  
	border-right: 10px solid #34a853;
}

ul.seo-services-list li span{
	padding: 15px;
    width: 80px;
    height: 80px;
    border-radius: 5px;
	display: block;
}

ul.seo-services-list li.align-left span {
    position: absolute;
    right: -40px;
    top: 0px;
}

ul.seo-services-list li.align-right {
    padding-left: 70px;
    width: 50%;
    position: relative;
	text-align: left;
	margin-left: 50%;
}

ul.seo-services-list li.align-right:after{
	position: absolute;
	left: 37px;
	top: 7px;
	content: "";
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;  
	border-left: 10px solid #34a853;
}

ul.seo-services-list li.align-right span {
    position: absolute;
    left: -40px;
    top: 0;
}

ul.seo-services-list li span{
	background: #34a853;
}

ul.seo-services-list li:nth-child(2) span{
	background: #4f7ffc;
}

ul.seo-services-list li:nth-child(3) span{
	background: #ea4335;
}

ul.seo-services-list li:nth-child(4) span{
	background: #1e4e9a;
}

ul.seo-services-list li:nth-child(5) span{
	background: #399bc1;
}

ul.seo-services-list li:nth-child(6) span{
	background: #d7b200;
}

ul.seo-services-list li:nth-child(7) span{
	background: #999;
}

ul.seo-services-list li:nth-child(odd) {
    clear: both;
}

ul.seo-services-list li:nth-child(2):after{
	border-right-color: #4f7ffc;
}

ul.seo-services-list li:nth-child(3):after{
	border-left-color: #ea4335;
}
ul.seo-services-list li:nth-child(4):after{
	border-right-color: #1e4e9a;
}

ul.seo-services-list li:nth-child(5):after{
	border-left-color: #399bc1;
}

ul.seo-services-list li:nth-child(6):after{
	border-right-color: #d7b200;
}

ul.seo-services-list li:nth-child(7):after{
	border-left-color: #999;
}



@media (max-width: 760px) {
	.d-flex.indus-row{
		flex-direction: column;
	}
	.indus-title{
		text-align: center;
	}
	.clients-indus-logo .lstof-count ul{
		grid-template-columns: repeat(3, 1fr);
	}
    ul.seo-services-list:before {
        left: 30px;
    }

    ul.seo-services-list li.align-left,
    ul.seo-services-list li.align-right {
        width: 100%;
        padding-right: 0px;
        padding-left: 100px;
        text-align: left;
		margin-left: 0px;
    }

	ul.seo-services-list li.align-right span, ul.seo-services-list li.align-left span{
		left: -10px;
		right: inherit;
	}
	
	ul.seo-services-list li.align-right:after, ul.seo-services-list li.align-left:after{
		left: 68px;
		right: inherit;
		border-right: none;
	}
    
    ul.seo-services-list li h4 {
        font-size: 20px;
        text-align: left;
    }
	ul.seo-services-list li:nth-child(2):after{
		border-left: 10px solid #4f7ffc;
	}
	
	ul.seo-services-list li:nth-child(4):after{
		border-left: 10px solid #1e4e9a;
	}
	ul.seo-services-list li:nth-child(6):after{
		border-left: 10px solid #d7b200;
	}
    

}
 
 
.info-grid-items2 { padding: 30px 30px 30px 60px; min-height: 290px; margin: 0px 0px 30px; background: #fff; box-shadow:3px 5px 30px 5px rgba(0, 0, 0, 0.05); transition: all 300ms ease-in-out; position:relative; border-radius: 6px; }
.info-grid-items2:hover { background: #dd4d36;    }
.info-grid-items2 span {display: block; width: 70px; height:70px; border-radius: 100%; background: #ef5f49; padding:10px; position: absolute; top:-30px; left:-05px; transition: all 300ms ease-in-out; }
.info-grid-title {font-weight: 700; text-transform:none !important; font-size: 18px !important; }
.servintro .section_title .fancy-title .fancy-text {color: #ef5f49;}
.info-grid-items2:hover p, .info-grid-items2:hover h3 { color: #fff !important ; }
.info-grid-items2:hover span {top:35%; background: #fb7d0f; left:-15px}

.seo-approch { background:#fff; box-shadow:3px 5px 30px 5px rgba(0, 0, 0, 0.05); padding:35px 30px 30px 30px; position: relative;  margin-bottom:60px; transition: all 300ms ease-in-out; border-radius: 6px;  }
.seo-process-block .section_title .fancy-title .fancy-text {color: #f0515f;}
.seo-approch h3 { font-size: 19px;  text-transform: none; letter-spacing: 0; text-align: left; transition: all 300ms ease-in-out; font-weight: 700; }
.seo-approch p {  font-weight: 400; font-size: 15px; text-align: left; line-height: 1.5; margin-bottom: 0;  transition: all 300ms ease-in-out;  }
.seo-steps { position: absolute;  font-size: 45px;  left: -15px; top: -35px; font-weight: 900; text-transform: uppercase; transition: all 300ms ease-in-out; width:70px; height:70px; background: #f0515f; border-radius: 100%; color:#fff; padding-top:21px; padding-left:8px;   }
.seoicon {position:absolute; top:18px; left:10px; width:50px; height:50px; background: #00b4b1; border-radius: 100%; padding:10px;  transition: all 300ms ease-in-out;}
.seoicon img {width: 100%; filter: contrast(0) brightness(100); transition: all 300ms ease-in-out;}

.seo-cta-block .cta-title { font-size: 35px; font-weight: 900; text-transform: uppercase }
.seo-cta-block .cta-title span { display: block; font-size: 35px; font-weight: 500; line-height: 1.2; }
.seo-cta-block p { font-size: 21px !important; color: #fff; line-height: 1.5; }

.seo-approch:hover {  background: #f0515f; } 
.seo-approch:hover h4, .seo-approch:hover p { color: #fff;  }
.seo-approch:hover .seoicon { background:#fff;}
.seo-approch:hover .seoicon img {filter: none;}
.seo-approch:hover .seo-steps { background: #fff; color: #f0515f; }
.processimg img {width:100%}

.is-sticky {position: fixed;}
.is-sunk {position: absolute; bottom: 0;}
.is-sunk-wrapper {position: relative;}

.o-grid {
    align-items: top;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -1.5rem;
  }

  .o-grid__item {
    box-sizing: border-box;
    padding-left: 1.5rem;
    width: 100%;
  }

  .u-1\/2 {
    width: 60%;
  }
  .u-1\/3 {
    width: 40%;
  }

 .audti-btn-desktop { }
 .audti-btn-mobile {display: none !important;}
/* new seo page end here */








@media screen and (max-width: 1400px) {
.page-sg#sepsetup-fine .caplist li:first-child .banimg {left:5%}
}

@media screen and (max-width: 1200px) {
    .page-sg#sepsetup-fine .caplist li:first-child .banimg {left:0%}   
}

@media screen and (max-width: 1024px) {
.dm-approch {min-height: 450px;}

}



@media screen and (max-width: 980px) {
    .dm-approch {min-height: 340px;}
    
    }

@media screen and (max-width: 768px) {
    .page-sg#sepsetup-fine .resp-vtabs .resp-tabs-container {box-shadow: 5px 0px 15px 2px rgba(0, 0, 0, 0.10);}
    .page-sg#sepsetup-fine .mix-together h2.resp-accordion {background: #fff !important;  color:#373737 ; margin-bottom:0px; border-bottom: 1px solid #f0f0f0;}
    .page-sg#sepsetup-fine h2.resp-accordion:first-child { border-top: 0px !important;}
    #sepsetup-fine .resp-tab-content { background: #391a68; padding: 15px 0px; }
    #sepsetup-fine .resp-tab-content p { color: #fff; }
    #sepsetup-fine ul.list-style1 li {font-weight: 500; color: #fff;}
    #sepsetup-fine ul.list-style1 li::before { color: #fff; }
    .ctab-box {padding: 30px 25px 50px; }
    .page-sg#sepsetup-fine .mix-together span.resp-arrow {border-top: 12px solid #492a78; margin-top: 7px !important;}
    .page-sg#sepsetup-fine .caplist li:first-child .banimg img {width: 90% !important;}
    .page-sg#sepsetup-fine .innerPage-banner .banner-img {background-position: bottom 30px center;} 
    .badges iframe {width:150px; height:150px;}
    .badges-img { padding-bottom: 15px; }
    .page-sg .clientswrap .nav-tabs > li.active > a, .pxs-clts.clientswrap .nav-tabs > li.active > a {border-bottom: 1px solid #ddd;}

    .dm-approch {min-height: 400px;}

    .inner-bnr-left { padding: 15px 0px 15px 0px;   }
      .inner-bnr-caption {text-align: center; font-size: 35px;}
      #sepsetup-fine .inner-banner-subctxt { font-size: 20px;  }

      .audti-btn-desktop { display: none !important;}
      .audti-btn-mobile {display: inline-block !important;}
	  
body.retail-digital .inner-bnr-caption {
    text-align: center;
    font-size: 25px;
  }
  
body.retail-digital#sepsetup-fine .inner-banner-subctxt {
    font-size: 18px;
  }
body.retail-digital .inner-bnr-list ul li{
    width:100%;margin-bottom:25px;
  }




}

@media screen and (max-width: 640px) {

    .dm-approch {min-height:340px;}
    .clients-indus-logo {padding-top:0px !important;}
    .clients-indus-logo .lstof-count ul {grid-row-gap: 10px;}
    .info-grid-items {min-height: 0;}
    .common-head.info-grid-items2 h3 {text-align: center;}

}


.google-analytics { background: #034ea1; padding:160px 0px 70px; }

.google-analytics .section_title .fancy-title .text {font-size: 49px; }
.google-analytics .section_title .fancy-title .text sup { font-size:49px; top:auto; }

.google-analytics .contact_form { background: #fff; padding:30px; }
.google-analytics .section_title .fancy-title {color: #fff;}
.google-analytics .section_title h3{  font-size: 24px !important; font-weight:700; line-height: 1.2; color: #fff !important; margin-bottom:10px; }
.google-analytics .content-container p{ color: #fff; }
/*.google-analytics .contact_form .input_labels {color:#fff}
.google-analytics .contact_form .input_fields {border-bottom:1px solid rgba(255, 255, 255, 0.5); color: #fff;} */
.google-analytics h4 {color:#fff; font-size: 20px;font-weight: 700; letter-spacing: 0;}
.google-analytics p.frm-txt { font-size: 20px !important; line-height: 1.5; color: #fff; font-weight:400 !important; text-align: left; }
.google-analytics .contact_form p.frm-txt { margin-bottom: 30px !important; font-size: 23px !important; color: #544f4f; line-height: 1.5; font-weight:700 !important; text-align: center; }
.google-analytics .contact_form .form_fileds {margin-bottom: 35px;}

@media screen and (max-width: 768px) {
    .google-analytics .section_title .fancy-title .text {  font-size: 40px; }
    .inner-bnr-list ul li{font-size: 15px; padding: 0px 15px 30px 55px; line-height: 20px;}
	.d-flex{flex-direction: column;}
	.o-grid__item.u-1\/2, .o-grid__item.u-1\/3{width: 100%;}
	.is-sticky{position: relative !important; top: inherit !important;}
	.is-sunk{position: relative !important; bottom: inherit !important;}
}


  @media screen and (max-width: 580px) {
.google-analytics .section_title .fancy-title .text {  font-size: 30px;letter-spacing: -1px; }    

body.retail-digital ul.counter-list li {width: 100%;}

body.retail-digital .form-title br{display:none;}

body.retail-digital .inner-bnr-form{padding: 25px 10px;}

body.retail-digital .clients-indus-logo .lstof-count ul {grid-template-columns: repeat(2, 1fr);}  
    
    
}



@media screen and (max-width: 640px) {

.google-analytics .contact_form { 
  padding:30px 15px 15px;
}

.google-analytics .contact_form p.frm-txt {
  margin-bottom: 10px !important; }

.google-analytics .contact_form .form_wrapper { 
  margin: 5% auto 0;}

  #partners p, #sepsetup-fine p {text-align: center;}


}




