* { padding: 0px; margin: 0px; }
/*Comman Css*/
@font-face { 
    font-family: 'quicksand';
    src: url('../fonts/quicksand/Quicksand-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'quicksand';
    src: url('../fonts/quicksand/Quicksand-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'quicksand';
    src: url('../fonts/quicksand/Quicksand-Medium.ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'quicksand';
    src: url('../fonts/quicksand/Quicksand-SemiBold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'quicksand';
    src: url('../fonts/quicksand/Quicksand-Bold.ttf');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'nunito-sans';
    src: url('../fonts/nunito-sans/NunitoSans-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'nunito-sans';
    src: url('../fonts/nunito-sans/NunitoSans-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'nunito-sans';
    src: url('../fonts/nunito-sans/NunitoSans-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'nunito-sans';
    src: url('../fonts/nunito-sans/NunitoSans-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'nunito-sans';
    src: url('../fonts/nunito-sans/NunitoSans-Black.ttf');
    font-weight: 800;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-family: quicksand!important;font-weight: 800!important;
}
body {
	background: #000;
	font-family: 'nunito-sans'!important;
	max-width: 100%;
	overflow-x: hidden;
}
a.btn-hover {
    text-decoration: none;
    line-height: 54px;
    display: inline-block;
}
a.btn-hover:hover {
  color: #fff;
}
.btn-hover {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  font-family: quicksand!important;
  color: #fff;
  cursor: pointer;
  height: 55px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-hover:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-hover:focus {
  outline: none;
}
.btn-hover.color-1 {
  background-image: linear-gradient( to right,#30e2d8,#00636b,#00978f,#00978f);
  box-shadow: 0 4px 25px 0 rgb(0 0 0 / 75%);
}
header.other-pages .navbar {
	transition: top 0.5s;
	background: transparent;
  width: 100%;
  display: inline-block;
  height: 80px;
}

header.other-pages .navbar a {
	color: #fff;
  text-decoration: none;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
}
header.other-pages {
  width: 100%;
  display: inline-block;
  height: 80px;
}
.gradinet-green {
	background: transparent linear-gradient(192deg, #073753 0%, #052C4B 30%, #073D57 76%, #052949 100%) 0% 0% no-repeat padding-box;
  max-width: 100%;
  overflow-x: hidden;
}
.no-padding {
	padding: 0px!important;
}
.bdrl-1 {
  border-left: 1px solid #fff;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.navbar-brand img {
  height: 54px;
}
.f-w-b {
  font-weight: bold;
}
.theme-color {
  color: #29F2E7;
}
.mobile-only {
  display: none;
}
.desktop-only {
  display: block;
  margin: -10px auto 0;
}
/*Services page Css Starts here*/

/*Bannar Section Css*/
.services-bannar {
	padding: 150px 0;
}
.services-bannar .top-wrap {
	background: #E2FAFC;
	padding: 13px 76px 13px 20px;
	display: inline-block;
	border-radius: 40px;
	position: relative;
	margin-bottom: 40px;
}
.services-bannar .top-wrap h5 {
	font-size: 15px;
	font-weight: 600;
	color: #063350;
	margin-bottom: 0px;
	font-weight: 700;
}
.services-bannar .top-wrap img {
	position: absolute;
	right: -10px;
    top: -20px;
}
.services-bannar h1 {
	color: #29F2E7;
	font-size: 50px;
	line-height: 80px;
	width: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
} 
.services-bannar p {
	color: #fff;
	font-size: 18px;
}
.bnr-img {
	position: relative;
	z-index: 5;
}
.services-bannar .images-block {
	position: relative;
}
.services-bannar .best-designers {
    height: 72px;
    position: absolute;
    left: -30px;
    top: -30px;
    image-rendering: -webkit-optimize-contrast;
    z-index: 6;
}
.services-bannar .developers {
    position: absolute;
    left: -25px;
    bottom: -15px;
}
.services-bannar .morph-icon {
	position: absolute;
    left: 0px;
    bottom: 60px;
}
.services-bannar .ratings {
	position: absolute;
    right: 0px;
    top: -22px;
    z-index: 6
}
/*Next Section*/
.main-services .image-wrap {
	position: relative;
    width: 100%;
    display: inline-block;
    height: 380px;
}
.main-services h3 {
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700!important;
    color: #29F2E7;
    margin-bottom: 70px;
    letter-spacing: 2px;
}
.main-services .image-wrap .first-img {
	position: absolute;
	left: 0;
	width: 48%;
	z-index: 1;
	top: -50px;
}
.main-services .image-wrap .second-img {
	position: absolute;
	right: 0;
	width: 48%;
	z-index: 2;
	top: -50px;
}
.main-services button.nav-link {
	background: transparent linear-gradient(102deg, #021C37 0%, #015F96 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
   border-radius: 0px;
   font-size: 18px;
   color: #fff;
   max-width: 100%;
   width: 100%;
   transition: all .3s ease-in-out 0s;
   height: 90px;
   font-family: Quicksand;
   font-weight: 700;
}
.main-services .tab-content {
	color: #fff;
}
.main-services button.nav-link.active {
    background: #c9f4fd;
    color: #021f3c;
}
.full-width {
	width: 100%;
}
.main-services .nav-pills {
	width: 100%;
}
.main-services h5 {
	font-weight: 700!important;
	margin-bottom: 20px;
	font-size: 24px;
}
/*Next Section Css*/
.our-associates {
	padding: 150px 0;
	/*background-image: url(../images/services/ass-bg-img.png);
	background-repeat: no-repeat;
	background-position: right 180px;*/
	position: relative;
}
.our-associates h3 {
	font-size: 48px;
	color: #29F2E7;
	text-transform: uppercase;

}
.our-associates p {
	font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.our-associates.home-page .small-card {
    height: auto;
    min-height: 195px;
}
.our-associates.home-page {
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
}
.our-associates .small-card{
	background: rgb(23,167,159);
  background: linear-gradient(59deg, rgb(0 139 193) 0%, rgb(0 75 108) 100%);
  width: 100%;
  min-height: 140px;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 18px;
  position: relative;
}
.our-associates .small-card h5 {
  font-size: 16px;
  color: #29F2E7;
}
.our-associates.home-page .small-card p {
    margin-bottom: 15px;
}
.our-associates .small-card img {
  position: relative;
  z-index: 2;
  max-height: 26px;
}
.our-associates.home-page {
  padding-bottom: 100px!important;
}
.our-associates.home-page h3 {
  font-size: 38px;
}
.our-associates .small-card p {
  margin-bottom: 0px;
}
.our-associates .bg-struct {
	position: absolute;
	right: 0px;
}
.our-associates .associates {
	position: relative;
	z-index: 2;	
}
.our-associates .left-block {
background: #005c83;
width: 56px;
height: 72px;
position: absolute;
left: 0px;
top: 32%;
border-radius: 0px 10px 10px 0;
}
/*Css*/
.our-expertise h2 {
  font-size: 38px;
  color: #29F2E7;
  text-transform: uppercase;
}
.our-expertise p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
/*Timeline Section Css*/
.timeline-section h3 {
	font-size: 48px;
    color: #29F2E7;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}
.timeline-section p {
	color: #fff;
	font-size: 18px;
	text-align: center;
  margin-bottom: 0px;
}
.ag-format-container {
  width: 1160px;
  margin: 0 auto;
  position: relative;
}

.ag-timeline_title-box {
  padding: 0 0 30px;

  text-align: center;
}
.ag-timeline_tagline {
  font-size: 40px;
  color: rgb(84, 89, 95);
}
.ag-timeline_title {

}

.ag-timeline_item {
  margin: 0 0 50px;

  position: relative;
}
.ag-timeline_item:nth-child(2n) {
  text-align: right;
}

.ag-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;

  position: relative;
}
.ag-timeline_line {
  width: 10px;
  background-color: #265468;
  position: absolute;
  top: 2px;
  left: 50%;
  bottom: 0;

  overflow: hidden;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ag-timeline_line-progress {
  width: 100%;
  height: 20%;
  background-color: #29F2E7;
}

.ag-timeline-card_box {
  padding: 0 0 20px 50%;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
  padding: 0 50.3% 20px 0;
}
.ag-timeline-card_point-box {
  display: inline-block;
  margin: 0 14px 0 -28px;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
  margin: 0 -28px 0 14px;
}
.ag-timeline-card_point {
  height: 50px;
  line-height: 42px;
  width: 50px;
  border: 5px solid #fff;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  color: #29F2E7;
  position: relative;
  top: -8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.js-ag-active .ag-timeline-card_point {
  color: #063450;
  background-color: #29F2E7;
  border-color: #29F2E7;
}
.ag-timeline-card_meta-box {
  display: inline-block;
}
.ag-timeline-card_meta {
    margin: 10px 0 0;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    padding: 0 50px;
    font-family: 'quicksand';
    letter-spacing: 1px;
}
.ag-timeline-card_item {
    display: inline-block;
    width: 45%;
    margin: -77px 0 0;
    background-color: #282828;
    opacity: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 0 rgb(0 0 0 / 50%);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    -o-transition: -o-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    position: relative;
    box-shadow: 0 0 20px 0 rgb(5 16 59 / 30%);
    background: rgb(126 155 155 / 26%);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 6px;
    border: 1.5px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    height: auto;
    position: relative;
    top: 0;
    padding: 5px 0;
    z-index: 2;
    border: 2px solid transparent;
    transition: all .3s ease-in-out 0s;
}
.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.js-ag-active.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  opacity: 1;

  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/*.ag-timeline-card_arrow {
  height: 18px;
  width: 18px;
  margin-top: 20px;
  background-color: #282828;

  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}*/
.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_arrow {
  margin-left: calc(-18px / 2);
  margin-right: calc(-18px / 2);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
  margin-left: -10px;

  right: auto;
  left: 0;
}
.ag-timeline-card_img {
  width: 100%;
}
.ag-timeline-card_info {
  padding: 20px 30px;
}
.ag-timeline-card_title {
  display: none;
  margin: 10px 0 0;

  font-family: "ESL Legend", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #29F2E7;
}
.ag-timeline-card_desc {
  line-height: 1.45;
  font-size: 16px;
  color: #fff;
}
.ag-timeline-card_desc h4 {
  font-size: 22px;
  color: #29F2E7;
  margin-bottom: 18px;
}

/*Next Section*/
.punchlines {
	padding: 70px 0 120px 0;
}
.punchlines h3 {
	font-size: 32px;
  color: #29F2E7;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.punchlines .own-card {	border-radius: 8px;
	padding: 20px;
	position: relative;
	box-shadow: inset 0 -2em 5em rgb(255 255 255 / 10%), 0 0 0 1px rgb(255 255 255 / 25%), 1em 1em 2em rgb(255 255 255 / 0%);
  background: linear-gradient( 40deg, #c9d9e217 30%, #ffffff29 100%, #ffffff00 100%);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}
.punchlines .own-card .right-img {
	position: absolute;
	right: 20px;
	top: 20px;
}
.punchlines .own-card span {
	color: #fff;
}
.punchlines .own-card h4 {
	color: #29F2E7;
}
.punchlines .own-card p {
	color: #fff;
  font-size: 16px;
  line-height: 28px;
}
.mob.punchlines.home .own-card {
  min-height: 270px;
}
.mob.punchlines.about-us p {
  margin-bottom: 0px;
}
.mob.punchlines.about-us .own-card {
    min-height: 262px!important;
  }
.theme-heading {
    font-size: 32px;
    color: #29F2E7;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.services-section.abt-us {
  padding-bottom: 180px;
}
.sec-eight-text-area h5 {
    padding: 2vh 0;
    font-size: 22px;
    line-height: 1.6;
    color: #fff;
}
.design-list {
 padding-left: 15px;
 margin-top: 40px;
}
.design-list li {
  display: inline-block;
  margin-right: 31px;
  position: relative;
  margin-bottom: 12px;
  font-size: 17px;
  width: 40%;
}
.design-list li:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 50%;
  left: -15px;
  top: 8px;
}
.timeline-section.services-page {
  padding-bottom: 120px;
}
.get-quote.web {
  padding-bottom: 80px;
}
.punchlines.responsive .own-card {
  min-height: 220px;
}
/*Footer*/
footer {
  padding-bottom: 80px;
}
footer .wrapper {
	text-align: center;
	margin-top: 20px;
}
footer .brdr-rght {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
footer .brdr-btm {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-logo {
	height: 60px;
}
footer .social-menu ul {
    position: relative;
    display: block;
    text-align: center;
}
footer .social-menu ul li{
    list-style: none;
    margin: 0 8px;
    display: inline-block;
}
footer .social-menu ul li .fab {
    font-size: 22px;
    line-height: 40px;
    transition: .3s;
    color: #05304e;
}
footer .social-menu ul li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgb(0 0 0 / 50%);
}
footer .social-menu ul li a:hover{
    transform: translate(0, -10%);
    background: #29f2e7;
}
footer .social-menu ul li a:hover i {
	color: #06314e;
}
footer h5 {
  margin-top: 30px;
    color: #ffffff;
    font-weight: 600!important;
}
footer .hot-link a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
footer .hot-link a:hover {
  color: #29F2E7;
}
footer .hot-link {
  padding-top: 16px;
}
footer .wrapper .new-contact {
  width: 80%;
  margin: 0 auto;
}
.new-contact .form .group{
    position:relative;
    margin-bottom:20px;
    margin-top:30px;
    width: 100%;
}
.new-contact .form input{
    font-size:22px;
    display:block;
    width:100%;
    border:none;
    border-bottom:1px solid #fff;
    background:transparent;
    color:#fff;
}
.new-contact .form input:focus{
    outline:none;
}
.new-contact .form label{
    color:#fff;
    font-size:18px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    top:10px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
    left: 0px;
  }
.new-contact .form .group select{
    -webkit-appearance:none;
    -moz-appearance:none;
    outline:none;position:relative;
    top:-42px;
    font-size:18px;
    color:#8b8b8b;
    width:100%;
    background-color:transparent;
    border:none;padding:8px 0;
}
.new-contact .form .group textarea{
    height:100px;
    outline:none;
    width:100%;
    padding:5px;
    margin-top:-15px;
    color:#8b8b8b;
    font-size:18px;
    border:1px solid #cacaca;
}
.new-contact .form input:focus ~ label, .new-contact .form input:valid ~ label{
    top:-20px;
    font-size:14px;
    color:#666578;
    width: 100%;
    display: inline-block;
    left: 0px;
    text-align: left;
    color: #29F2E7;
}
.new-contact .bar{
    position:relative;
    display:block;
    width:100%;
}
#touch_m{margin-top:20px;}
.new-contact .form .bar:before, .new-contact .form .bar:after{
    content:'';
    height:2px;
    width:0;
    bottom:-1px;
    position:absolute;
    background: #29F2E7;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.new-contact .form .bar:before{left:50%;}
.new-contact .form .bar:after{right:50%;}
.new-contact .form input:focus ~ .bar:before, .new-contact .form input:focus ~ .bar:after{
    width:50%;
}
.new-contact .form .highlight{
    position:absolute;
    height:60%;
    width:100px;
    top:25%;
    left:0;
    pointer-events:none;
    opacity:0.5;
}
.new-contact .form input:focus ~ .highlight{
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;animation:inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter{from{background:#fff;}
to{width:0;background:transparent;}
}
@-moz-keyframes inputHighlighter{from{background:#fff;}
to{width:0;background:transparent;}
}
@keyframes inputHighlighter{from{background:#fff;}
to{width:0;background:transparent;}
}
footer .btn-hover.color-1{
  padding: 10px;
  width: 150px;
    height: 48px;
}
footer .contact-details {
  color: #fff;
}
.color-white {
  color: #fff;
}

/*Responsive web css*/
.responsive-bannar {
	padding: 100px 0 50px 0;
}
.responsive-bannar h1 {
  text-transform: uppercase;
}
.responsive-bannar p {
  font-size: 20px;
  color: #fff;
}
.reveal-text,
.reveal-text::after {
	-webkit-animation-delay: var(--animation-delay, 2s);
	        animation-delay: var(--animation-delay, 2s);
	-webkit-animation-iteration-count: var(--iterations, 1);
	        animation-iteration-count: var(--iterations, 1);
	-webkit-animation-duration: var(--duration, 800ms);
	        animation-duration: var(--duration, 800ms);
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
	        animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}
.reveal-text {
	--animation-delay: var(--delay, 0);
	--animation-duration: var(--duration, 800ms);
	--animation-iterations: var(--iterations, 1);
	position: relative;
	font-size: 52px;
	-webkit-animation-name: clip-text;
	        animation-name: clip-text;
	color: #29F2E7;
	cursor: default	
}
.reveal-text::after {
		content: "";
		position: absolute;
		z-index: 999;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #29F2E7;
		transform: scaleX(0);
		transform-origin: 0 50%;
		pointer-events: none;
		-webkit-animation-name: text-revealer;
		animation-name: text-revealer;
	}
@-webkit-keyframes clip-text {
	from {
		-webkit-clip-path: inset(0 100% 0 0);
		 clip-path: inset(0 100% 0 0);
	}
	to {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
	}
}


@keyframes clip-text {
	from {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
	}
	to {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
	}
}


@-webkit-keyframes text-revealer {
	0%, 50% {
	transform-origin: 0 50%;
	}
	60%, 100% {
	transform-origin: 100% 50%;		
	}
	60% {
	transform: scaleX(1);
	}
	100% {
	transform: scaleX(0);
	}
}
@keyframes text-revealer {
	0%, 50% {
		transform-origin: 0 50%;
	}
	60%, 100% {
		transform-origin: 100% 50%;		
	}
	60% {
		transform: scaleX(1);
	}
	100% {
		transform: scaleX(0);
	}
}
/*Next Section*/
.what-is-responsive {
  padding: 100px 0;
}
.what-is-responsive h3 {
  color: #29F2E7;
  font-size: 36px;
  width: 80%;
}
.what-is-responsive p {
  font-size: 18px;
  color: #fff;
}
.what-is-responsive .main-text {
  box-shadow: 0 0 20px 0 rgb(5 16 59 / 30%);
    background: linear-gradient( 40deg, transparent 10%, rgba(255, 255, 255, 0.16) 60%, transparent 100%);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 6px;
    border-radius: 10px;
    padding: 30px;
}
.what-is-responsive .main-text h5 {
  color: #29F2E7;
  font-size: 24px;
  margin-bottom: 30px;
}
.listing li {
  list-style: none;
  position: relative;
}
.listing li:before {
  content: "";
  height: 10px;
  width: 10px;
  background: #29F2E7;
  display: inline-block;
  position: absolute;
  left: -30px;
  border-radius: 50%;
  top: 8px;
}
.op-eight-section {
  position: relative;
}
.sec-eight-text-area {
  text-align: center;
  padding: 100px 0 240px;
}
.section-eight {
  position: relative;
}
.sec-eight-text-area img {
  padding: 2vh 0;
  height: 110px;
}
.sec-eight-text-area h1 {
  padding: 2vh 0 3vh 0;
  color: #fff;
  line-height: 1.3;
  font-size: 28px;
  letter-spacing: 2px;
  padding-bottom: 30px;
}
.sec-eight-text-area p {
  padding: 2vh 0;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}
.section-eight .container-pe-quote {
  position: absolute;
  height: 100%;
  top: 0px;
  z-index: 1;
}
.section-eight .container-pe-quote.left {
  left: 0px;
}
.section-eight .container-pe-quote.right {
  right: 0px;
}
.section-eight .container-pe-quote .pp-quote {
  cursor: pointer;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: 50% 1px;
  -moz-transform-origin: 50% 1px;
  -ms-transform-origin: 50% 1px;
  -o-transform-origin: 50% 1px;
  transform-origin: 50% 1px;
  opacity: 0;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.container-pe-quote .pp-quote img {
  overflow: hidden;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.section-eight .container-pe-quote .pp-quote:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% + 5px);
  width: calc(100% + 5px);
  border-radius: 100%;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -moz-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  -o-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.container-pe-quote .pp-quote:hover:after,
.container-pe-quote .pp-quote.active:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.section-eight .container-pe-quote .li-quote-1 {
  height: 94px;
  width: 94px;
  left: 15px;
  top: 95px;
  animation-duration: 10s;
  -webkit-animation-duration: 10s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    opacity: 1;
    overflow: hidden;
    padding: 10px;
    background: #0e486e54;
}
.section-eight .container-pe-quote .li-quote-2 {
  height: 63px;
  width: 63px;
  left: 120px;
  top: 270px;
  animation-duration: 12s;
  -webkit-animation-duration: 12s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
  padding: 5px;
  background: #0e486e54;
}
.section-eight .container-pe-quote .li-quote-3 {
  height: 64px;
  width: 64px;
  left: 68px;
  top: 380px;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
  padding: 5px;
  background: #0e486e54;
}
.section-eight .container-pe-quote .li-quote-4 {
  height: 73px;
  width: 73px;
  right: -15px;
  top: 110px;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
  padding: 5px;
  background: #0e486e54;
}
.section-eight .container-pe-quote .li-quote-5 {
  height: 73px;
  width: 73px;
  right: 28px;
  top: 265px;
  animation-duration: 8s;
  -webkit-animation-duration: 8s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
  padding: 5px;
  background: #0e486e54;
}
.section-eight .container-pe-quote .li-quote-6 {
  height: 45px;
  width: 45px;
  right: 108px;
  top: 170px;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
  padding: 5px;
  background: #0e486e54;
}
.section-eight .container-pe-quote .li-quote-7 {
  height: 48px;
  width: 48px;
  right: 40px;
  top: 414px;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
  padding: 5px;
  background: #0e486e54;
}
.section-eight .container-pe-quote .li-quote-8 {
  height: 63px;
  width: 63px;
  left: 20px;
  top: 250px;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
  padding: 5px;
  background: #0e486e54;
}

@keyframes floating {
  0% {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}

.section-eight .container-quote {
  position: relative;
  width: 100%;
  margin-top: 10px;
  height: 135px;
  -webkit-perspective: 10000px;
  -moz-perspective: 10000px;
  -ms-perspective: 10000px;
  perspective: 10000px;
}
.section-eight .container-quote .quote {
  max-width: 90%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -60px;
  left: 50%;
  cursor: pointer;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
}
.section-eight .container-quote .quote.hide-bottom {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
  -moz-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
  -ms-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
  -o-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
  transform: translateX(-50%) translateY(100%) rotateX(-70deg);
}
.section-eight .container-quote .quote.hide-top {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
  -moz-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
  -ms-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
  -o-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
  transform: translateX(-50%) translateY(-100%) rotateX(70deg);
}
.section-eight .container-quote .quote.show {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%) rotateX(0deg);
  -moz-transform: translateX(-50%) translateY(0%) rotateX(0deg);
  -ms-transform: translateX(-50%) translateY(0%) rotateX(0deg);
  -o-transform: translateX(-50%) translateY(0%) rotateX(0deg);
  transform: translateX(-50%) translateY(0%) rotateX(0deg);
}

.section-eight .container-dp-name {
  position: relative;
  width: 100%;
  margin-top: 40px;
  height: 235px;
  -webkit-perspective: 10000px;
  -moz-perspective: 10000px;
  -ms-perspective: 10000px;
  perspective: 10000px;
  text-align: center;
}
.section-eight .container-dp-name .box-dpname {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
}
.section-eight .container-dp-name .box-dpname.hide-dp-bottom {
  opacity: 0;
  -webkit-transform: translateX(0%) translateY(100%) rotateX(-70deg);
  -moz-transform: translateX(0%) translateY(100%) rotateX(-70deg);
  -ms-transform: translateX(0%) translateY(100%) rotateX(-70deg);
  -o-transform: translateX(0%) translateY(100%) rotateX(-70deg);
  transform: translateX(0%) translateY(100%) rotateX(-70deg);
}
.section-eight .container-dp-name .box-dpname.hide-dp-top {
  opacity: 0;
  -webkit-transform: translateX(0%) translateY(-100%) rotateX(70deg);
  -moz-transform: translateX(0%) translateY(-100%) rotateX(70deg);
  -ms-transform: translateX(0%) translateY(-100%) rotateX(70deg);
  -o-transform: translateX(0%) translateY(-100%) rotateX(70deg);
  transform: translateX(0%) translateY(-100%) rotateX(70deg);
}
.section-eight .container-dp-name .box-dpname.look {
  opacity: 1;
  -webkit-transform: translateX(0%) translateY(0%) rotateX(0deg);
  -moz-transform: translateX(0%) translateY(0%) rotateX(0deg);
  -ms-transform: translateX(0%) translateY(0%) rotateX(0deg);
  -o-transform: translateX(0%) translateY(0%) rotateX(0deg);
  transform: translateX(0%) translateY(0%) rotateX(0deg);
}
.pp-quote.active {
    border: 3px solid #79d1f4;
}
@media screen and (max-width: 767px) {
  .our-associates .bg-struct {
    display: none;
  }
  footer .wrapper {
    display: none;
}
  footer .social-menu ul li {
    list-style: none;
    margin: 0 2px;
    display: inline-block;
}
footer .brdr-rght {
  border-right: none;
}
  .mob.punchlines .bg-circle-new {
    display: none;
  }
  .sec-eight-text-area {
    padding: 10px 0 10px 0;
  }
  .section-eight .container-pe-quote {
    position: relative;
    height: auto;
    top: 0px;
    z-index: 1;
    max-width: 300px;
    margin: -100px auto 0;
  }
.without-tilt .clients-section {
    padding: 0px 0 50px 0;
}
.serviceContainer .section-title {
    font-size: 20px;
    letter-spacing: .05em;
    margin-bottom: 70px;
    color: #29F2E7;
}
.sec-eight-text-area h5 {
    padding: 2vh 0 3vh 0;
    color: #fff;
    line-height: 1.3;
    font-size: 28px;
    letter-spacing: 2px;
    padding-bottom: 30px;
}
.container.section-container{
  padding-bottom: 0px; 
}
}
@media screen and (max-width: 480px) {
  .section-eight {
    position: relative;
  }
  .section-eight .bottom-ani-cs {
    position: absolute;
    top: 150px;
    right: 16px;
  }
  .section-eight .container-pe-quote .li-quote-2 {
    left: 120px;
    top: 60px;
  }
  
  .section-eight .container-pe-quote .li-quote-8 {
    height: 43px;
    width: 43px;
    left: 0px;
    top: 220px;
  }
  .section-eight .container-quote {
    height: 205px;
    overflow: hidden;
    overflow-y: auto;
  }
  .sec-eight-text-area {
    padding: 10px 0 10px 0;;
  }
  .sec-eight-text-area p {
    font-size: 12px!important;
  }
}
.phone-no-wrap {
  margin-bottom: 120px;
}
.phone-no-wrap .bg-theme {
  box-shadow: inset 0 -2em 5em rgb(255 255 255 / 10%), 0 0 0 1px rgb(255 255 255 / 25%), 1em 1em 2em rgb(255 255 255 / 0%);
    background: linear-gradient( 40deg, #c9d9e217 30%, #ffffff29 100%, #ffffff00 100%);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  padding: 40px;
  border-radius: 20px;
}
.phone-no-wrap h4 {
  font-size: 30px;
  color: #fff;
}
.phone-no-wrap p {
  color: #fff;
  margin-bottom: 0px;
}
.phone-no-wrap .btn-hover {
  min-width: 220px;
}
.phone-no-wrap .bg-theme button {
  box-shadow: 0px 4px 20px #000000d6;
}
.our-numbers {
  padding: 0 0 120px 0px;
}
.our-numbers h3{
  color: #29F2E7;
  font-size: 32px;
  margin-bottom: 70px;
  text-transform: uppercase;
}
.our-numbers h4 {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 700!important;
  line-height: 56px;
}
.our-numbers p {
  color: #fff;
}

/*Web-services page Css*/
.btn-shine {
  color: #fff;
  background: linear-gradient(to right, #29F2E7 0, #073653 20%, #29F2E7 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 52px;
  text-decoration: none;
  color: #29F2E7;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@-moz-keyframes shine {
  0% {
    background-position: -150px;
  }
  60% {
    background-position: 400px;
  }
  100% {
    background-position: 400px;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: -150px;
  }
  60% {
    background-position: 400px;
  }
  100% {
    background-position: 400px;
  }
}
@-o-keyframes shine {
  0% {
    background-position: -150px;
  }
  60% {
    background-position: 400px;
  }
  100% {
    background-position: 400px;
  }
}
@keyframes shine {
  0% {
    background-position: -150px;
  }
  60% {
    background-position: 400px;
  }
  100% {
    background-position: 400px;
  }
}

.web-bannar {
  position: relative;
  padding: 100px 0 80px 0;
}
.web-bannar .img-block {
  position: relative;
}
.web-bannar .img-block .main-img {
  position: relative;
  z-index: 4;
}
.web-bannar .img-block .top-circle {
    position: absolute;
    top: -80px;
    left: -70px;
}
.web-bannar .img-block .bottom-circle {
    position: absolute;
    bottom: -140px;
    right: -130px;
}
.web-bannar p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 30px;
}
.web-services.punchlines h3 {
  width: 95%;
  line-height: 56px;
  letter-spacing: 2px;
  font-size: 26px;
}
.d-block {
  display: block;
}
.web-services.punchlines .own-card span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.web-services.punchlines .own-card {
  min-height: 237px;
}
.what-includes {
  padding: 0 0 120px 0;
}
.what-includes .slider-wrap {
  box-shadow: 0 0 20px 0 rgb(5 16 59 / 30%);background: linear-gradient( 40deg, transparent 10%, rgba(255, 255, 255, 0.16) 60%, transparent 100%);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-radius: 6px;
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  width: 75%;
  margin: 0 auto;
  padding: 40px 20px;
}
.what-includes h3 {
  font-size: 36px;
  color: #29F2E7;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 56px;
}
.what-includes p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
}
.what-includes .morph-icon {
  position: relative;
  left: -24px;
  top: 10px;
}
.what-includes .slider-wrap h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600!important;
  margin-bottom: 30px;
}
.what-includes .slider-wrap p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 28px;
  padding: 0 10px;
}
.what-includes .slider-wrap .morph-icon.second {
  left: -33px;
  top: 10px;
  max-width: 100px;
}
.slider-card {
  position: relative;
}
.slider-card .circle-wrap {
  height: 200px;
  width: 200px;
  background: rgb(41,242,231);
  background: linear-gradient(105deg, rgb(86 172 209) 0%, rgb(5 46 77) 100%);
  border-radius: 50%;
  position: absolute;
  bottom: -30px;
  right: 40px;
  opacity: .4;
}
.web-services.timeline-section h3 {
  font-size: 32px;
  line-height: 48px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.launch-section {
  position: relative;
  padding: 0 0 120px 0;
}
.launch-section .left-slider {
  max-width: 700px;
}
.launch-section .left-slider {
  position: absolute;
  bottom: 0px;
}
.launch-section .left-img-wrap {
  position: relative;
}
.launch-section .left-img-wrap .floor {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 90%;
}
.launch-section .left-img-wrap .top-laptop {
    left: 40px;
    position: relative;
    z-index: 5;
    width: 80%;
    top: -50px;
}
.launch-section h3 {
  color: #29F2E7;
  font-size: 32px;
  text-transform: uppercase;
}
.launch-section p {
  color: #fff;
  font-size: 18px;
}
.get-quote h3 {
  color: #29F2E7;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.get-quote p {
  color: #29f2e7;
  font-size: 18px;
}
.form-wrap {
  box-shadow: 0 0 20px 0 rgb(5 16 59 / 30%);
  background: linear-gradient( 40deg, #ffffff00 10%, #014e6f 60%, #ffffff00 100%);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-radius: 6px;
  border: 1.5px solid rgb(255 255 255 / 20%);
  border-radius: 10px;
  width: 75%;
  margin: 0 auto;
  padding: 20px 25px;
  position: relative;
}
.get-quote .form-wrap {
  font-size: 20px;
  color: #29F2E7;
  margin-bottom: 20px;
}
.get-quote .form-wrap p {
  font-size: 16px;
}
.get-quote .InputGroup {
 display: flex;
 height: 40px;
 width: 300px;
}

.get-quote .InputGroup input[type="radio"] {
  visibility: hidden; /* 1 */
  height: 0; /* 2 */
  width: 0; /* 2 */
}

.get-quote .InputGroup label {
  display: flex;
  flex: auto;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background: #073954;
  color: white;
  padding: 5px;
  border-radius: 6px;
  transition: color --transition-fast ease-out, 
  background-color --transition-fast ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
 margin-right: 15px;
 font-size: 14px;
 box-shadow: 0px 4px 10px #0000008f;
}

.get-quote .InputGroup label:last-of-type {
 margin-right: 0;
}

.get-quote .InputGroup input[type="radio"]:checked + label {
  background-color: #29F2E7;
  color: #041615;
  font-weight: 700;
}
.get-quote .InputGroup input:hover {
  background: #054d74;
}
.get-quote .InputGroup input[type="radio"]:hover:not(:checked) + label {
 background-color: #054c74;
 color: #fff;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border: 1px solid #29F2E7;
  border-radius: 2px;
  top: 0px;
  position: relative;
}
.styled-checkbox:hover + label:before {
  background: #29F2E7;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #29F2E7;;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    background: black;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 black, 4px 0 0 black, 4px -2px 0 black, 4px -4px 0 black, 4px -6px 0 black, 4px -8px 0 black;
    transform: rotate(45deg);
}
.unstyled {
  list-style: none;
  padding-left: 0px;
}
.unstyled.centered li {
  width: 49%;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
}
.form-btn button {
    height: 46px;
    width: 176px;
    float: right;
}
.form-wrap .circle-wrap {
    height: 200px;
    width: 200px;
    background: rgb(41,242,231);
    background: linear-gradient(
105deg
, rgb(60 209 202) 0%, rgb(9 61 59) 100%);
    border-radius: 50%;
    position: absolute;
    top: -70px;
    right: -70px;
    opacity: .4;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}
.web-services.second.punchlines .own-card {
  margin-bottom: 20px;
}
/*Contact Form Css*/
.contact-btm-wrapr {
  margin-bottom: 120px;
}
.web-bannar.contact .form-wrap {
  background: rgb(101 133 131 / 20%);
  padding: 40px 25px;
  color: #29F2E7;
}
.web-bannar.contact .new-contact .form .group {
  margin-top: 20px;
}
.web-bannar.contact .form-wrap .circle {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  display: inline-block;
  background: red;
  z-index: 2;
  position: absolute;
}
.web-bannar.contact .form-wrap .new-contact {
  position: relative;
  z-index: 5;
}
.img-block-cntct {
  position: relative;
}
.img-block-cntct .small-circle {
  position: absolute;
  top: -40px;
  right: 0px;
}
.img-block-cntct .big-circle {
  position: absolute;
  bottom: -40px;
  left: 0px;
}
.contact-btm-wrapr .img-block img {
    width: 75%;
    margin: 0 auto;
}
.contact-btm-wrapr {
  padding-top: 100px;
}

/*Mobile Design and Development page Css*/
.web-bannar.mobd {
  position: relative;
}
.web-bannar.mobd p {
    width: 89%;
  }
.web-bannar.mobd .top-left-circle {
  position: absolute;
  top: -240px;
  left: -220px;
  display: none;
}
.bnr-top-block {
  color: #00413d;
  font-size: 15px;
  display: inline-block;
  background: #CAEAFF;
  padding: 12px 30px;
  border-radius: 24px;
  text-transform: uppercase;
}
.web-bannar.mobd .img-block {
  position: relative;
}
.web-bannar.mobd .img-block .first-img {
  position: absolute;
  top: -55px;
  left: 33%;
  z-index:5;
}
.web-bannar.mobd .img-block .second-img {
  position: absolute;
  bottom: 105px;
  right: 45px;
  z-index:5;
}
.web-bannar.mobd .img-block .third-img {
  position: absolute;
  top: 12px;
  right: -10px;
  z-index:5;
}
.web-bannar.mobd .img-block .fourth-img {
  position: absolute;
  bottom: 62px;
  left: -40px;
  z-index:5;
}
.web-bannar.mobd .img-block .small-circle {
  position: absolute;
  top: -50px;
  right: -70px;
}
.web-bannar.mobd .img-block .big-circle {
  position: absolute;
  bottom: -90px;
  left: -70px;
}
.mob.punchlines.home {
  padding: 120px 0 120px 0;
  height: auto;
}
.main-bnr-img {
  position: relative;
  z-index: 4;
}
.mob.punchlines .own-card {
  min-height: 276px;
  overflow: hidden;
}
.mob.punchlines .own-card .first-morphd-icon, .mob.punchlines .own-card .third-morphd-icon  {
  position: relative;
  left: -20px;
}
.mob.punchlines .own-card .second-morphd-icon {
  position: relative;
  left: -30px;
  width: 118px;
}
.mob.punchlines .own-card span{
  font-size: 20px;
  font-weight: bold;
  font-family: 'quicksand'!important;
}
.pos-relative {
  position: relative;
}
.wd-30 {
  width: 25%;
  display: inline-block;
}
.mobd-numbers {
  padding: 60px 0; 
}
.mobd-numbers h3 {
  text-align: center;
  color: #29F2E7;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 60px;
  letter-spacing: 2px;
}
.mobd-numbers h4 {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 700!important;
    line-height: 42px;
}
.mobd-numbers h4 strong {
  font-size: 36px;
  font-weight: 800;
}
.mobd-numbers p {
    color: #FFFFFF;
    font-size: 17px;  
}
.main-services{
  padding-bottom: 80px;
}
.main-services.mobd {
  padding: 80px 0;
}
.tech-logo-wrap p {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 25px;
}
.tech-logo-wrap img {
  max-height: 60px;
}
.schedule-block-wrap {
  margin-bottom: 120px;
  position: relative;
}
.schedule-block-wrap .schedule-block {
padding: 40px 54px;
border-radius: 22px;
position: relative;
z-index: 5;
box-shadow: inset 0 -2em 5em rgb(255 255 255 / 10%), 0 0 0 1px rgb(255 255 255 / 25%), 1em 1em 2em rgb(255 255 255 / 0%);
background: linear-gradient( 40deg, #c9d9e217 30%, #ffffff29 100%, #ffffff00 100%);
-webkit-backdrop-filter: blur(7px);
backdrop-filter: blur(7px);
}
.schedule-block-wrap h5 {
    color: #29F2E7;
    font-weight: 600!important;
    line-height: 34px;
    font-size: 22px;
}
.schedule-block-wrap .right-slide-img {
  position: absolute;
  right: 0px;
  z-index: 2;
  width: 45%;
}
.schedule-block-wrap .schedule-block button {
  min-width: 250px;
}
.schedule-block-wrap .schedule-block .btn-hover.color-1 {
    background-image: linear-gradient( to right,#30e2d8,#00636b,#00978f,#00978f);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 70%);
}
.mob.punchlines {
  padding-top: 0px;
  padding-bottom: 50px;
}
.get-quote.mobiled .first-li li {
  width: 32%;
  display: inline-block;
}
.get-quote.mobiled .second-li li {
  width: 24%;
  display: inline-block;
}
.get-quote.mobiled .form-wrap p {
      color: #29F2E7;
}
.light-circle {
    background: #0b5f85;
    right: 50px;
    top: -30px;
    opacity: 0.2;
}
.form-btn button {
  float: left;
}
.form-wrap {
  position: relative;
  z-index: 5;
}
.mob.punchlines.other-experties {
  padding:100px 0 120px 0;
}
.mob.punchlines.other-experties .own-card {
  height: auto;
  min-height: auto;
  margin: 0 15px;
  text-align: left;
}
.mob.punchlines.other-experties .own-card span {
  margin-top: 10px;
  margin-bottom: 20px;
}
/*Industry page Css*/
.web-bannar.mobd.industry {
  padding-top: 80px;
}
.web-bannar.mobd.industry .img-block .second-img {
  position: absolute;
    bottom: -25px;
    right: 55px;
    z-index: 1;
}
.web-bannar.mobd.industry .img-block .first-img {
    position: absolute;
    top: 26px;
    left: 33px;
    z-index: 1;
}
.web-bannar.mobd.industry .img-block .small-circle {
    position: absolute;
    top: 10px;
    right: 70px;
}
.online-grocery .image-wrap {
  position: relative;
}
.image-wrap .back-cart {
    position: absolute;
    left: 260px;
}
.online-grocery h3 {
  color: #29F2E7;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.online-grocery p {
  color: #fff;
  font-size: 16px;
}
.mob.punchlines.other-experties .own-card .col-md-12 img {
    height: 68px;
}
.get-quote.mobiled {
  padding-top: 60px;
}
.mob.punchlines {
  position: relative;
}
.mob.punchlines .bg-circle-new {
  height: 430px;
  width: 430px;
  left: 24%;
  top: 25%;
  transform: translateY(-50%);
  background: #004d6b94;
  border-radius: 50%;
  position: absolute;
}
.online-grocery .own-card{
  border-radius: 8px;
    padding: 20px;
    position: relative;
    box-shadow: inset 0 -2em 5em rgb(255 255 255 / 10%), 0 0 0 1px rgb(255 255 255 / 25%), 1em 1em 2em rgb(255 255 255 / 0%);
    background: linear-gradient( 40deg, #c9d9e217 30%, #ffffff29 100%, #ffffff00 100%);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    min-height: 320px;
    width: 90%;
    padding: 30px 30px 20px 30px;
}
.online-grocery .own-card h4 {
  font-size: 22px;
  color: #29F2E7;
  margin-bottom: 30px;
}
.online-grocery .own-card p {
  font-size: 18px;
  color: #fff;
}
.food-delivery {
  padding: 120px 0;
}
.food-delivery .images-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.food-delivery .images-wrap img {
  max-width: 46%;
}
.food-delivery h3 {
  font-size: 32px;
  color: #29F2E7;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.food-delivery p {
  font-size: 17px;
  color: #fff;
  width: 90%;
}
.launch-section {
  padding: 120px 0;
}
.launch-section .schedule-block, .morphed-card {
  padding: 40px 54px;
  border-radius: 22px;
  position: relative;
  z-index: 5;
  box-shadow: inset 0 -2em 5em rgb(255 255 255 / 10%), 0 0 0 1px rgb(255 255 255 / 25%), 1em 1em 2em rgb(255 255 255 / 0%);
  background: linear-gradient( 40deg, #c9d9e217 30%, #ffffff29 100%, #ffffff00 100%);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
.launch-section .schedule-block h5 {
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  font-weight: 700!important;
}
.launch-section.industry .schedule-block h4 {
  color: #29F2E7;
  font-size: 22px;
  margin-bottom: 25px;
  line-height: 36px;
}
.launch-section.industry .left-slider {
   max-width: 630px;
}
.food-delivery .morphed-card h4 {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 25px;
  color: #29F2E7;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.food-delivery .morphed-card {
  position: relative;
  z-index: 5;
}
.food-delivery .bg-morphed {
  position: relative;
  z-index: 5;
}
.bg-morphed .background-circle {
  height: 300px;
  width: 300px;
  background: #004673;
  position: absolute;
  top: -20px;
  right: 50px;
  border-radius: 50%;
  z-index: 3;
}
.theme-color {
  color: #29F2E7;
}
.op-section  h3 {
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.our-numbers.pos-rel {
  position: relative;
}
.our-numbers.pos-rel .bg-img-slide {
  position: absolute;
  top: 120px;
  left: 0px;
}
.responsive-bannar .bnr-img-block {
  position: relative;
}
.responsive-bannar .bnr-img-block .laptop {
  position: absolute;
  top: 100px;
  left: -90px;
}
.responsive-bannar .bnr-img-block .mob-land {
  position: absolute;
  right: 60px;
  bottom: 40px;  
}
.responsive-bannar .bnr-img-block .phone-ver {
  position: absolute;
  top: -80px;
  left: 20px;
}
.responsive-bannar .bnr-img-block .tab-la {
  position: absolute;
  right: 0px;
  top: -80px;
}
.responsive-bannar .bnr-img-block .tab-ver {
  position: absolute;
  left: 40%;
  top: -130px;
}
.responsive-bannar .bnr-img-block .desktop {
  position: relative;
  top: 30px;
}
.responsive-bannar .bnr-img-block .bg-circle {
  position: absolute;
  top:-60px;
  left: 20px;
}
.op-section.op-eight-section .section-title {
  font-size: 2.60vw;
    letter-spacing: .18em;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 1.2vh;
    color: #29F2E7;
    text-transform: uppercase;
}



.border-animation span {
  display: block;
}
.listing button::before,
.listing button::after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.listing button span::before,
.listing button span::after {
  content: "";
  width: 4px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.listing button:hover::before,
.listing button:hover::after {
  width: 100%;
}
.listing button:hover span::before,
.listing button:hover span::after {
  height: 100%;
}
/*----- button 1 -----*/
.btn-1::before,
.btn-1::after {
  transition-delay: 0.2s;
}
.btn-1 span::before,
.btn-1 span::after {
  transition-delay: 0s;
}
.btn-1::before {
  right: 0;
  top: 0;
}
.btn-1::after {
  left: 0;
  bottom: 0;
}
.btn-1 span::before {
  left: 0;
  top: 0;
}
.btn-1 span::after {
  right: 0;
  bottom: 0;
}
.btn-1:hover::before,
.btn-1:hover::after {
  transition-delay: 0s;
}
.btn-1:hover span::before,
.btn-1:hover span::after {
  transition-delay: 0.2s;
}
.border-animation {
    background-image: linear-gradient( to right,#237299,#1a6185,#0b5073,#1e516b);
    border: none;
    padding: 14px 45px;
    border-radius: 50px;
    color: #fff;
    transition: all .3s ease-in-out 0s;
}
.border-animation:hover {
  box-shadow: 0 6px 16px 0 rgb(0 0 0 / 75%);
}



header.other-pages .heading-primary--main {
  display: block;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 3.5rem;
  margin-right: -3.5rem;
  animation-name: moveInLeft;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
header.other-pages .heading-primary--sub {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.75rem;
  margin-right: -1.75rem;
  animation: moveInRight 1s ease-out;
}

header.other-pages .btn, header.other-pages .btn:link, header.other-pages .btn:visited {
  position: relative;
  display: inline-block;
  padding: 1.5rem 4rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  border-radius: 5rem;
  backface-visibility: hidden;
  z-index: 0;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}
header.other-pages .btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5rem;
  z-index: -1;
  transition: all 0.4s;
}
header.other-pages .btn:hover, header.other-pages .btn:focus {
  transform: translateY(-0.3rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  outline: none;
}
header.other-pages .btn:hover::after, header.other-pages .btn:focus::after {
  opacity: 0;
  transform: scaleX(1.4) scaleY(1.6);
}
header.other-pages .btn:active {
  transform: translateY(-0.1rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
header.other-pages .btn--white {
  background-color: #fff;
  color: #777;
}
header.other-pages .btn--white::after {
  background-color: #fff;
}
header.other-pages .btn--animated {
  animation: moveInBottom 0.5s ease-out 0.75s backwards;
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveInBottom {
  from {
    opacity: 0;
    transform: translateY(3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header.other-pages .container .navigation {
  position: relative;
  z-index: 9999;
}
header.other-pages .navigation__checkbox {
  display: none;
}
header.other-pages .navigation__checkbox:checked ~ .navigation__background {
  transform: scale(100);
}
header.other-pages .navigation__checkbox:checked ~ .navigation__nav {
  transform: translateX(0);
  visibility: initial;
  opacity: 1;
}

header.other-pages .navigation__button {
  position: absolute;
  top: -25px;
  right: -20px;
  width: 3rem;
  height: 3rem;
  border-radius: 10%;
  background: linear-gradient( 40deg , #00426d 10%, rgb(8 59 97) 30%, #0d4065 100%);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  cursor: pointer;
  z-index: 12;
  text-align: center;
}
header.other-pages .navigation__background {
  position: absolute;
  top: -25px;
  right: -20px;
  width: 3rem;
  height: 3rem;
  border-radius: 10%;
  background: #00263b;
  z-index: 10;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
header.other-pages .navigation__nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 11;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease-in, transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
header.other-pages .navigation__list {
  position: fixed;
  top: 7%;
  left: 0;
  max-width: 100%;
  height: 100vh;
  margin-left: 0px;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
header.other-pages .navigation__item {
  margin: 1rem;
  counter-increment: list;
}
header.other-pages .navigation__icon {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 0.25rem;
  top: 22%;
  transition: transform 0.25s ease-in-out;
}
header.other-pages .navigation__icon-span {
  position: absolute;
  height: 0.2rem;
  width: 50%;
  background: #29f2e7;
  transition: all 0.5s ease-in;
}
header.other-pages .navigation__icon-span:nth-child(even) {
  left: 50%;
  border-radius: 0 0.9rem 0.9rem 0;
}
header.other-pages .navigation__icon-span:nth-child(odd) {
  left: 0;
  border-radius: 0.9rem 0 0 0.9rem;
}
header.other-pages .navigation__icon-span:nth-child(1), header.other-pages .navigation__icon-span:nth-child(2) {
  transform: translateY(-.6rem);
}
header.other-pages .navigation__icon-span:nth-child(5), header.other-pages .navigation__icon-span:nth-child(6) {
  transform: translateY(.6rem);
}
header.other-pages .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(1), header.other-pages  .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(6) {
  transform: rotate(45deg);
}
header.other-pages .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(2), header.other-pages .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(5) {
  transform: rotate(-45deg);
}
header.other-pages .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(2), header.other-pages .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(6) {
  transform-origin: left;
}
header.other-pages .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(1), header.other-pages .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(5) {
  transform-origin: right;
}
header.other-pages .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
header.other-pages .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
header.other-pages .navigation__button:hover .navigation__icon-span:nth-child(3) {
  transform: translateX(-0.3rem) scale(1.1);
}
header.other-pages .navigation__button:hover .navigation__icon-span:nth-child(4) {
  transform: translateX(0.3rem) scale(1.1);
}
header.other-pages .navigation__checkbox:checked + .navigation__button:hover .navigation__icon {
  transform: rotate(180deg);
}
header.other-pages .navigation__item.home-list {
  width: 30%;
  display: inline-block;
  text-align: center;
}
header.other-pages li.navigation__item.contact-list figure {
  transform: rotate(90deg);
  width: 70%;
  margin-top: -60px;
  height: 35vh;
}
header.other-pages .navigation__item.industry-list {
  width: 30%;
  display: inline-block;
  text-align: center;
}
header.other-pages .navigation__item.web-list figure {
    background-image: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
header.other-pages .navigation__item.web-list figure:before, header.other-pages .navigation__item.web-list figure:after {
    transform: scale(1);
}
header.other-pages .navigation__item.web-list figure h2, header.other-pages .navigation__item.web-list figure h2 span {
    color: #fff;
}
header.other-pages .navigation__item.service-list {
  width: 30%;
  text-align: center;
  display: inline-block;
}
header.other-pages .navigation__item.service-list figure {
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header.other-pages .navigation__item.service-list figure h2 {
  color: #fff;
}
header.other-pages .navigation__item.service-list figure:before, header.other-pages .navigation__item.service-list figure:after {
  transform: scale(1);
}
header.other-pages .navigation__item.mob-dev-list {
  width: 30%;
  display: inline-block;
  text-align: center;
  transform: translate(0px, -50px);
}
header.other-pages .navigation__item.contact-list {
  width: 30%;
  display: inline-block;
  text-align: center;
}
header.other-pages .navigation__item.web-list {
  width: 30%;
  display: inline-block;
  text-align: center;
  transform: translate(0px, -30px);
}

figure {
  width: 90%;
  min-height: 35vh;
  background-color: #fff;
  color: #00263b;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border-radius: 6px;
}
figure h2 {
  transition: 0.2s;
  transform: translateY(20px);
  font-size: 36px;
  letter-spacing: 2px;
}
figure p {
  transition: 0.2s;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
}
figure:before {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  border-top: solid 12px #29F2E7;
  border-bottom: solid 12px #29F2E7;
  transition: 0.5s;
  transform: scaleX(0);
}

figure:after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  border-left: solid 12px #29F2E7;
  border-right: solid 12px #29F2E7;
  transition: 0.5s;
  transform: scaleY(0);
}

figure:hover:before,
figure:hover:after {
  transform: scale(1);
}

figure:hover h2,
figure:hover p {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.web-bannar .btn-shine {
  font-size: 40px;
}

.transition {
  transition: .3s cubic-bezier(.3, 0, 0, 1.3)
}
.three .transition {
  transition: .7s cubic-bezier(.3, 0, 0, 1.3)
}
.five .transition {
  transition: .5s cubic-bezier(.3, 0, 0, 1.3)
}
/* --------- ONE --------- */ 

.meet-team {
  padding: 40px 0 0 0;
}
.meet-team h2 {
  font-size: 32px;
  color: #29F2E7;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.one {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: flex;
  justify-content: space-evenly;
  flex-flow: wrap;
}
.one > li {
  box-shadow: inset 0 -2em 5em rgb(255 255 255 / 10%), 0 0 0 1px rgb(255 255 255 / 25%), 1em 1em 2em rgb(255 255 255 / 0%);
  background: linear-gradient( 40deg, #c9d9e217 30%, #ffffff29 100%, #ffffff00 100%);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border: none;
  width: 280px;
  height: 430px;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.transition-box {
  background: #063551;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 10px;
  overflow: hidden;
}
.one > li img.transition {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /*filter: brightness(0) invert(1);*/
}
.one > li:hover {
  -moz-box-shadow: 0px 0px 5px 0px rgba(103,85,85,0.25);
  box-shadow: 0px 0px 5px 0px rgba(103,85,85,0.25);
}
.one > li:hover span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  bottom: -405px;
}
.one > li:hover h3 {
  color: #29F2E7;
  margin-top: 25px;
}
.one > li .wrapper {
  overflow: hidden;
  position: absolute;
  width: 280px;
  height: 430px;
}
.one > li span {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 500px;
  width: 500px;
  background: #003555;
  display: block;
  position: absolute;
  bottom: -300px;
  left: -110px;
}
.one > li span img {
  margin-top: 10px;
  width: 50px;
}
.one > li span:hover {
  background: #00293f;
}
.one > li h3 {
  margin-top: 40px;
  color: #29F2E7;
}
.one > li h3 em {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  margin-top: 5px;
}
.one .social {
  list-style: none;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 10px;
}
.one .social li {
  opacity: 0;
  display: inline-block;
  padding: 5px;
}
.one > li:hover .social li {
  opacity: 1;
  color: #fff;
}
.one .social li a {
  cursor: pointer;
  display: block;
}
.one .social li a:hover {
  opacity: 0.5;
}
.one .social li img {
  width: 24px;
  filter: brightness(0) invert(1);
}
.why-choose-us {
  padding: 100px 0 0 ;
}
.why-choose-us h2 {
    color: #29F2E7;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.why-choose-us p {
  color: #fff;
}
.mob.punchlines.about-us .own-card {
  min-height: 258px;
}
.navigation__item.active figure {
  background-color: #fff;
}
.navigation__item.active figure h2 {
  color: #00263b;
}
.main-services.mobd .tab-content a.btn-hover {
  max-width: 150px;
  height: 42px;
  line-height: 42px;
}
.header-blockone i {
  color: #29F2E7;
  font-size: 18px;
  position: relative;
  top: 3px;
}
.header-blockone {
  display: block;
  color: #00263b;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}
header.other-pages .navigation__item.service-list figure h2 .header-blockone{
  color: #fff;
}
.mob.punchlines h5 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 0 auto 60px auto;
  display: block;
  font-family: 'nunito-sans'!important;
}
li.navigation__item.industry-list.active figure {
    height: 330px;
    width: 70%;
    position: relative;
    right: -5%;
    bottom: -10px;
    transform: rotatez(90deg);
}
header.other-pages .navigation__item.industry-list {
    width: 30%;
    display: inline-block;
    text-align: center;
    transform: translate(0px, -40px);
}
.navigation__item.home-list.active figure {
  background-image: url(../images/header-bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.navigation__item.home-list.active figure h2, .navigation__item.home-list.active figure h2 span {
  color: #fff;
}

/*Media Queries*/
@media (min-device-width:560px) and (max-device-width:767px){
.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item, .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    width: 40%!important;
}
}
@media (min-device-width:440px) and (max-device-width:559px){
.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item, .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    width: 30%!important;
}
}
@media (min-device-width:320px) and (max-device-width:376px){
.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item, .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    width: 23%!important;
}
}
@media (min-device-width:377px) and (max-device-width:439px){
.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item, .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    width: 25%!important;
}
}
@media (min-device-width:768px) and (max-device-width:1024px){
  header.other-pages .navigation__list {
    position: fixed;
    display: block;
    top: 7%;
    left: 0;
    height: 100vh;
    padding-left: 0px;
    width: 100%;
    text-align: center;
}
header.other-pages .navigation__item.mob-dev-list {
    width: 30%;
    display: inline-block;
    text-align: center;
    transform: translate(0px, 0px);
}
header.other-pages .navigation__item.contact-list {
    transform: translate(0%, 0px);
}
header.other-pages .navigation__item.home-list {
    width: 30%;
    display: inline-block;
    text-align: center;
}
header.other-pages .navigation__item.industry-list {
    transform: rotatez(0deg);
}
figure, li.navigation__item.industry-list.active figure {
    width: 100%;
    max-height: 200px;
    min-height: 200px;
    background-color: #fff;
    color: #00263b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    border-radius: 6px;
}
figure h2 {
    transition: 0.2s;
    transform: translateY(20px);
    font-size: 22px;
    letter-spacing: 2px;
}
.navigation__item.web-list {
    display: inline-block!important;
}
li.navigation__item.industry-list.active figure {
    height: 330px;
    transform: translate(0px, 0);
    width: 100%;
    position: relative;
    right: 0%;
    bottom: 0px;
}
}
@media only screen and (max-width: 767.98px) {
  header.other-pages li.navigation__item.contact-list figure {
    transform: rotate(0deg);
    width: 100%;
    margin-top: 0;
    height: 35vh;
}
  .get-quote.mobiled .first-li li, .get-quote.mobiled .second-li li, .unstyled.centered li {
    width: 100%;
    display: inline-block;
  }
  .light-circle {
    right: -160px;
    top: 260px;
    opacity: 0.2;
    }
  .get-quote h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .schedule-block-wrap {
    margin-bottom: 80px;
  }
  .get-quote.mobiled {
    padding: 0px;
    text-align: center;
  }
  .get-quote .form-wrap {
    text-align: left;
    width: 100%;
}
  .web-bannar.mobd .img-block .big-circle {
    display: none;
  }
  .web-bannar.mobd .img-block .fourth-img {
    bottom: -40px;
    left: -10px;
    z-index: 5;
}
.web-bannar.mobd .img-block .first-img {
    top: auto;
    left: 33%;
    z-index: 5;
    bottom: -90px;
}
.web-bannar.mobd .img-block .second-img {
    position: absolute;
    bottom: -105px;
    right: 25px;
    z-index: 5;
}
.web-bannar.mobd .img-block .third-img {
    position: absolute;
    top: -25px;
    right: -10px;
    z-index: 5;
}
.web-bannar.mobd .img-block {
  padding-top: 40px;
}
.mob.punchlines.pt-5 {
    padding-top: 100px!important;
}
.mob.punchlines h5 {
  font-weight: 400!important;
  font-size: 14px;
  line-height: 22px;
}
.mob.punchlines .own-card {
  margin-bottom: 20px;
}
.mobd-numbers {
    padding: 0px 0;
}
.mobd-numbers h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.mobd-numbers .me-5{
  margin-right: 2%!important;
}
.mobd-numbers .pos-relative {
  text-align: center;
}
.mobd-numbers h4 {
  margin-top: 30px;
  margin-bottom: 0px!important;
}
.mobd-numbers p {
    color: #FFFFFF;
    font-size: 14px;
}
.main-services.mobd {
  padding: 80px 0 0 0;
}
.main-services h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
.main-services .tab-content {
    margin: 20px 0px!important;
    text-align: center;
}
.high-zindex {
  z-index: 10;
  position: relative;
}
.our-numbers h4.mb-4 {
  font-size: 22px;
  line-height: 34px;
  text-align: center;
}
.our-numbers.pos-rel .col-md-6.high-zindex {
  margin-top: 40px;
}
.our-numbers h4 br {
  display: none;
}
.schedule-block-wrap .right-slide-img {
    width: 135%;
}
.schedule-block-wrap .schedule-block {
  margin: 0!important;
}
.schedule-block-wrap .schedule-block {
  padding: 20px;
}
.schedule-block-wrap .schedule-block .buttons.mt-5 {
  margin-top: 20px!important;
  margin-bottom: 20px;
}
.phone-no-wrap.res-web {
  padding: 0 15px;
  text-align: center;
}
.phone-no-wrap.res-web .buttons {
  text-align: center;
  margin: 30px 0 10px;
}
.timeline-section h3 {
  font-size: 24px;
}
.services-bannar .images-block {
  padding: 50px 30px 100px 30px;
}
.services-bannar .best-designers {
    top: -40px;
    left: 10px;
}
.services-bannar .developers {
    left: auto;
    bottom: -5px;
    right: 0;
}
.services-bannar .morph-icon {
    bottom: 0px;
}
.design-list {
  display: block;
  text-align: left;
  width: 100%;
}
.design-list li {
   display: inline-block;
  text-align: left;
  width: 40%;
  font-size: 14px;
}
.main-services p {
  font-size: 14px;
}
.our-associates {
  padding: 0px 0 60px 0;
}
.our-associates h3 {
  font-size: 22px;
  text-align: center;
}
.our-associates p {
  text-align: center;
}
.web-services.punchlines h3 {
    width: 100%;
    line-height: 30px;
    font-size: 20px;
}
.web-bannar .img-block .top-circle, .web-bannar .img-block .bottom-circle {
  display: none;
}
.sm-stng {
  position: relative;
  left: -10px;
}
.what-includes h3 {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}
.what-includes p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.what-includes .slider-wrap {
  width: 90%;
}
.what-includes .slider-wrap h4 {
  font-size: 16px;
}
.our-numbers p {
  font-size: 14px;
}
.our-numbers h4 {
  font-size: 24px;
}
.web-services.timeline-section h3 {
  font-size: 22px;
  width: 100%;
  line-height: 34 px;
}
.launch-section .container {
  position: relative;
  z-index: 10;
}
.launch-section .left-slider {
    top: 0px;
}
.launch-section .left-slider {
    max-width: 560px;
}
section.timeline-section.web-services.mb-5.pb-5 {
    padding-bottom: 0px!important;
    margin-bottom: 0px!important;
}
.launch-section h3 {
  font-size: 22px;
  text-align: center;
}
.sm-mb-4 {
  margin-bottom: 30px;
}
.our-numbers {
  padding: 0 0 60px 0px;
}
.our-associates .small-card p {
  text-align: left;
}
.our-associates .small-card {
  min-height: 90px;
}
.our-associates .small-card img {
    height: 32px;
    max-height: 42px;
}
.main-services .tab-content .buttons {
  margin-bottom: 40px;
}
.tech-logo-wrap img {
    max-height: 42px;
}
.tech-logo-wrap p {
  font-size: 15px;
}
.mobile-only {
  display: block;
}
.desktop-only {
  display: none;
}
.responsive-bannar {
  padding: 50px 0;
}
.responsive-bannar h1 {
  font-size: 32px;
  text-align: center;
}
.responsive-bannar p {
  text-align: center;
}
.responsive-bannar .buttons.mt-5 {
  text-align: center;
}
.punchlines {
  padding: 40px 0; 
}
.what-is-responsive h3 {
  width: 100%;
  font-size: 28px;
  margin-bottom: 25px;
  text-align: center;
}
.our-numbers h3 {
  font-size: 24px;
}
.what-is-responsive {
  padding-bottom: 0px;
}
.punchlines .own-card {
  margin-bottom: 20px;
}
.punchlines .own-card h4 {
  font-size: 20px;
}
.what-is-responsive p {
  font-size: 15px;
  text-align: center;
}
.what-is-responsive li p {
  text-align: left;
}
.wd-30 {
    width: 30%;
    display: inline-block;
}
.mob.punchlines.pt-5 .own-card span {
  width: 85%;
}
  .phone-no-wrap .bg-theme {
    padding: 30px 20px;
  }
  .phone-no-wrap h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .phone-no-wrap .col-md-12.text-center.mt-5 {
    margin-top: 20px!important;
  }
  .phone-no-wrap {
    margin-bottom: 60px;
  }
  .web-bannar .btn-shine {
    font-size: 28px;
    text-align: center;
  }
  .web-bannar p {
    font-size: 16px;
    text-align: center;
  }
  
  .web-bannar .buttons {
    text-align: center;
    margin-bottom: 40px;
  }
  .web-bannar.mobd.industry .img-block .second-img {
    position: absolute;
    bottom: -10px;
    right: 25px;
    z-index: 1;
    width: 95%;
  }
  .online-grocery .own-card {
    width: 100%;
    margin-bottom: 20px;
    min-height: auto;
    padding: 20px;
  }
  .online-grocery .col-md-5 {
    order: 2;
  }
  .online-grocery .col-md-7 {
    order: 1;
  }
  .online-grocery .col-md-12.mt-5.pt-5.pb-5 {
    order: 3
  }
  .online-grocery .col-md-6.for-owenrs {
    order: 4
  }
  .online-grocery .col-md-6.for-users {
    order: 5
  }
  .online-grocery h3 {
    font-size: 24px;
    text-align: center;
  }
  .online-grocery p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
  }
  .online-grocery .own-card p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .online-grocery .own-card h4 {
    margin-bottom: 20px;
  }
  .food-delivery {
    padding: 40px 0;
  }
  .food-delivery h3 {
    font-size: 24px;
    text-align: center;
  }
  .food-delivery p {
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
  .food-delivery .images-wrap {
    margin-top: 40px;
  }
  .launch-section {
    padding: 60px 0 30px 0; 
  }
  .launch-section .schedule-block {
    padding: 20px;
    margin-bottom: 20px;
  }
  .launch-section .schedule-block h5 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400!important;
  }
  .launch-section.industry .buttons.mt-5 {
    margin-top: 30px!important;
    margin-bottom: 20px;
  }
  .morphed-card {
    padding: 20px!important;
  }
  .food-delivery .morphed-card h4 {
    font-size: 22px;
  }
  .food-delivery .morphed-card p {
    text-align: left;
  }
  .bg-morphed .background-circle {
    background: #094361;
    right: -160px;
  }
  .mob.punchlines.other-experties {
    padding: 40px 0;
  }
  .punchlines h3 {
    font-size: 20px;
  }
  .mob.punchlines.other-experties .own-card span {
    margin-top: 15px!important;
  }
  .mob.punchlines.other-experties .own-card {
    margin-bottom: 20px;
  }
  .web-bannar {
    padding: 60px 0;
  }
  .web-bannar.contact .form-wrap {
    width: 100%;
  }
  .contact-btm-wrapr {
    padding: 0px;
  }
  .web-bannar.mobd.industry .img-block .first-img {
    top: 3px;
    left: -46px;
    z-index: 1;
    width: 80%;
}
.launch-section.industry .schedule-block h4 {
  font-size: 20px;
  line-height: 32px;
}
.launch-section p {
    font-size: 14px;
    text-align: center;
}
.sm-p-1 {
  padding: 1rem;
}
.phone-no-wrap.sm-p-1 h4, .phone-no-wrap.sm-p-1 p {
  text-align: center;
}
.phone-no-wrap.sm-p-1 .bg-theme button {
  float: none;
}
.phone-no-wrap.sm-p-1 .buttons {
  text-align: center;
  margin-top: 20px;
}
.get-quote.web {
  text-align: center;
}
.main-services .image-wrap .first-img {
    top: 50px;
}
.main-services .image-wrap .second-img {
    top: 50px;
}
  .punchlines .own-card p {
    font-size: 14px;
  }
  .mob.punchlines .own-card span {
    margin-top: 0px!important;
}
  .our-expertise p {
    text-align: center;
  }
  .our-expertise.home-page .buttons  {
    text-align: center;
  }
  .our-expertise.home-page .col-md-6{
    order: 1;
  }
  .our-expertise.home-page {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
}
  .our-expertise h2 {
    font-size: 28px;
    text-align: center;
  }
  .our-associates .small-card h5 {
    margin-top: 15px;
  }
  .our-associates .left-block {
    display: none;
  }
  .our-associates.home-page {
    padding-top: 60px;
  }
  .our-associates.home-page h3 {
    font-size: 28px;
  }
  .about-section {
    padding-bottom: 30px;
  }
  .navbar-brand img {
    height: 42px;
}
.header-blockone {
    font-size: 9px;
    letter-spacing: 0px;
}
  .ag-timeline-card_desc {
    font-size: 14px;
  }
  .section-eight .container-pe-quote .li-quote-5 {
    height: 53px;
    width: 53px;
    left: 85px;
    top: 84px;
}
.section-eight .container-pe-quote .li-quote-4 {
    height: 53px;
    width: 53px;
    right: -15px;
    top: 110px;
}
.section-eight .container-pe-quote .li-quote-6 {
    right: auto;
    top: 99px;
    left: 0px;
  }
  .section-eight .container-pe-quote .li-quote-3 {
    height: 64px;
    width: 64px;
    left: auto;
    right: 0;
    top: 60px;
  }
.section-eight .container-pe-quote .li-quote-1{
    height: 54px;
    width: 54px;
    left: 15px;
    top: 70px;
}
.sec-eight-text-area img {
    padding: 2vh 0;
    height: 130px;
    width: 105px;
}
footer.inner-footer .hot-link {
  padding-left: 15px;
}
footer.inner-footer .footer-logo {
    height: 45px;
    padding-left: 15px;
}
footer.inner-footer .wrapper {
  display: none;
}
.section-eight .container-pe-quote .li-quote-7 {
    top: 94px;
    right: 80px;
}
header.other-pages .container .navigation {
    position: absolute;
    right: 40px;
}
footer .footer-logo {
    height: 45px;
    padding-left: 15px;
}
footer .hot-link {
    padding-left: 15px;
}
footer .ps-4 {
  padding-left: 0px!important;
}
footer .contact-details, footer h5 {
  padding-left: 15px!important;
}
.web-bannar.mobd.abt-us .btn-shine {
    font-size: 28px;
    text-align: center;
    margin-top: 30px;
}
.web-bannar.mobd.abt-us p{
  font-size: 16px;
  text-align: center;
}
.web-bannar.mobd.abt-us .btn-hover {
    width: 160px;
    font-size: 12px;
    font-weight: 600;
    height: 44px;
}
.web-bannar.mobd.abt-us .buttons.mt-4 {
  text-align: center;
}
.web-bannar.mobd.abt-us .img-block{
  padding: 40px;
}
.mob.punchlines.about-us h3 {
 font-size: 20px;
}
.mob.punchlines.about-us .own-card {
  margin-bottom: 20px!important;
}
.mobd-numbers.abt-us {
  padding: 0px;
}
.mobd-numbers.abt-us h3 {
  font-size: 20px;
}
.mobd-numbers.abt-us .col-md-7.pos-relative {
  text-align: center;
}
.mobd-numbers.abt-us p, .why-choose-us p {
  font-size: 14px;
}
section.mob.punchlines.mt-5.pt-5.abt-us {
  padding: 0px!important;
  margin: 0px!important;
}
section.mob.punchlines.mt-5.pt-5.abt-us h3 {
  font-size: 20px;
}
section.mob.punchlines.mt-5.pt-5.abt-us .own-card {
  margin-bottom: 20px!important;
}
section.mob.punchlines.mt-5.pt-5.abt-us .col-md-4.mt-3 {
  margin-top: 0px!important;
}
.meet-team h2 {
  font-size: 20px;
}
.why-choose-us .col-md-5.text-center {
  padding: 40px 40px 0;
}
.meet-team {
  padding-top: 0px;
}
.mobd-numbers.abt-us .wd-30 {
  width: 20%;
  margin-bottom: 20px;
}
.mobd-numbers.abt-us h4 strong {
    font-size: 26px;
}
.why-choose-us h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.why-choose-us {
  padding: 60px 0;
}
.meet-team .one {
  justify-content: space-evenly;
}
.web-bannar.mobd.abt-us {
  padding-bottom: 40px;
}
.mob.punchlines.other-experties.abt-us {
  padding: 50px 0;
}
.mob.punchlines.other-experties.abt-us .own-card {
  margin-bottom: 20px;
}
.mob.punchlines.other-experties.abt-us h3 {
  font-size: 20px;
}
header.other-pages .navigation__list {
    position: fixed;
    display: block;
    top: 7%;
    left: 0;
    height: 100vh;
    padding-left: 0px;
    width: 100%;
    text-align: center;
}

header.other-pages .navigation__item.mob-dev-list {
    width: 42%;
    display: inline-block;
    text-align: center;
    transform: translate(0px, 0px);
}
header.other-pages .navigation__item.contact-list {
    transform: translate(0%, 0px);
    width: 40%;
}
header.other-pages .navigation__item {
  margin: 0.5rem;
  vertical-align: top;
}
figure:before {
  border-top: solid 8px #29F2E7;
    border-bottom: solid 8px #29F2E7;
}
figure:after{
  border-left: solid 8px #29F2E7;
  border-right: solid 8px #29F2E7;
}
header.other-pages .navigation__item.home-list {
    width: 42%;
    display: inline-block;
    text-align: center;
}
header.other-pages .navigation__item.industry-list {
    transform: rotatez(0deg);
        width: 42%;
}
header.other-pages .navigation__item.service-list, header.other-pages .navigation__item.web-list {
  width: 42%;
  transform: translate(0px, 0px);
}
figure, li.navigation__item.industry-list.active figure {
    width: 100%;
    max-height: 160px;
    min-height: 160px;
    background-color: #fff;
    color: #00263b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    border-radius: 6px;
}
figure h2 {
    transition: 0.2s;
    transform: translateY(20px);
    font-size: 18px;
    letter-spacing: 2px;
}
.navigation__item.web-list {
    display: inline-block!important;
}
li.navigation__item.industry-list.active figure {
    height: 330px;
    transform: translate(0px, 0);
    width: 100%;
    position: relative;
    right: 0%;
    bottom: 0px;
}
  .timeline-section p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
    line-height: 26px;
}
.ag-timeline-card_desc h4 {
    font-size: 18px;
    color: #29F2E7;
    margin-bottom: 18px;
}
.clients-section .clients-list-wrap .pgs-clients-wrap img {
    max-width: 65%;
    width: 155px;
    margin-bottom: 25px;
}
.services-bannar {
    padding: 40px 0;
}
.services-bannar h1 {
  font-size: 26px;
  text-align: center;
  line-height: 38px;
  margin-bottom: 10px;
}
.services-bannar p {
  text-align: center;
}
.services-bannar .buttons.mt-4 {
  text-align: center;
  margin-bottom: 60px;
}
.typography.future ul li {
    margin:20px 5px 10px!important;
    width: 21%;
}
}

@media only screen and (max-width: 979px) {
  .sec-eight-text-area p {
    padding: 0vh 0;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}
  .ag-timeline_line {
    left: 30px;
  }

  .ag-timeline_item:nth-child(2n) {
    text-align: left;
  }

  .ag-timeline-card_box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 0 20px;
  }
  .ag-timeline-card_meta-box {
    display: none;
  }
  .ag-timeline-card_point-box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 0 0 8px;
  }
  .ag-timeline-card_point {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  .ag-timeline-card_item {
    width: auto;
    margin: -65px 0 0 75px;
  }
  .ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
    width: 85%;
  }
  .ag-timeline-card_desc h4, .timeline-section p {
    text-align: left!important;
}
.without-tilt .contact-form-container .contact-form{
  width: 100%;
  padding: 40px 20px;
}
  .ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_arrow {
    right: auto;
    left: 0;
  }
  .ag-timeline-card_title {
    display: block;
  }
  .ag-timeline-card_arrow {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  
  
}

@media only screen and (max-width: 639px) {
  .ag-timeline_title {
    font-size: 60px;
  }

  .ag-timeline-card_info {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 479px) {
}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }
}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }
}



.our-associates.home-page .container {
    padding-left: 20px;
    padding-right: 20px;
}






/*Case Study Css*/
.case-study-bnr {
  position: relative;
  padding: 120px 0;
  background: #F3F3F3;
  min-height: 100vh;
}
.case-study-bnr .top-img {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 45%;
}
.case-study-bnr .bnr-lptop {
  position: relative;
  z-index: 10;
}
.case-study-bnr .left-txt {
  position: relative;
  z-index: 10;
}
.case-study-bnr h1 {
  color: #170E51;
  text-transform: uppercase;
  font-size: 46px;
}
.case-study-bnr h6 {
  color: #170E51;
  font-size: 22px;
  margin-bottom: 50px;
}
.case-study-bnr .left-txt-bg {
  position: absolute;
  left: -200px;
  font-size: 68px;
  color: #170E51;
  opacity: .03;
  width:68%;
  top: 35%;
  font-weight: bolder;
  text-transform: uppercase;
}
.typograpy.gmt {
  background-color: #fff;
  padding: 100px;

}
.typograpy.gmt h4 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bolder;
}
.typograpy.gmt h5 {
  color: #696260;
  font-size: 72px;
  font-weight: bolder;
  opacity: .18;
  position: absolute;
}
.typograpy.gmt h6 {
  font-size: 28px;
  margin-top: 30px;
  color: #170E51;
}
.typograpy.gmt p {
  font-size: 17px;
  width: 45%;
}
.typograpy span {
  display: inline-block;
  margin-bottom: 0px;
}
.colors.gmt {
  background: #fff;
  padding: 70px 0;
}
.colors.gmt .block {
  height: 100px;
  background: #ddd;
  border-radius: 12px;
}
.colors.gmt h4 {
  font-size: 42px;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
}
.colors.gmt p {
  text-align: center;
  color: #170E51;
  font-size: 20px;
  margin-top: 20px;
}
.outer-lines {
  position: relative;
}
.outer-lines .brdr-lines-outer {
  border: 2px solid #ddd;
  position: absolute;
  width: 70%;
  height: 85px;
  top: -30px;
  border-radius: 8px;
  left: 15%;
}
.colors.gmt .block.blue {
  background-color: #170E51;
  position: relative;
  z-index: 12;
}
.colors.gmt .block.gray {
  background: #696260;
  position: relative;
  z-index: 12;
}
.colors.gmt .block.orange {
  background: #F16334;
  position: relative;
  z-index: 12;
}
.colors.gmt .block.whtie {
  background: #fff;
  border: 1px solid #ddd;
}
.desktop-gmt {
  background: #fff;
  background-image: url(../images/case-studies/gmt/bg-pink.png);
  background-repeat: no-repeat;
  padding: 220px 0 200px 0;
  background-size: 100%;
  position: relative;
}
.desktop-gmt h6 {
  text-align: right;
  width: 90%;
  font-size: 2vw;
  color: #ffc1aa;
}
.desktop-gmt h3 {
  font-size: 15vw;
  color: #ffc1aa;
}
.desktop-gmt .btm-brdr {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.bd-high-zindex {
  position: relative;
  z-index: 10;
}
.mobile-view-gmt {
  background: #ece9fe;
  position: relative;
}
.mobile-view-gmt .container {
  position: relative;
  z-index: 10;
}
.mobile-view-gmt h6 {
  text-align: right;
  width: 90%;
  font-size: 2vw;
  color: #C1BDDB;
}
.mobile-view-gmt h3 {
  font-size: 15vw;
  color: #C1BDDB;
}
.btm-img {
  position: absolute;
  bottom: -200px;
  z-index: 5;
}
.btm-scetion {
  background: #fff;
  padding: 200px 0;
}
.design-rights {
  box-shadow: inset 0 -2em 5em rgb(50 116 163 / 10%), 0 0 0 1px rgb(255 255 255 / 25%), 1em 1em 2em rgb(255 255 255 / 0%);
    background: linear-gradient( 40deg, #14476317 30%, #69212129 100%, #ffd4d400 100%);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  padding: 50px 0;
  color: #fff;
}
.design-rights h4 {
  font-size: 8vw;
}
.design-rights a{
  transition: all .5s ease-in-out 0s;
  color: #fff;
}
.design-rights a{
  text-decoration: none;
  transition: all .5s ease-in-out 0s;
}
.design-rights a i {
  font-size: 24px;
}
.design-rights a:hover i {
  margin-left: 20px;
  transition: all .5s ease-in-out 0s;
}
.design-rights h3 {
  font-size: 3vw;
}
.bannar.future {
  background: #fff;
  padding: 100px 0;
  position: relative;
}
.bannar.future .logo {
  height: 52px;
}
.bannar.future p {
  font-size: 18px;
}
.bannar.future .right-image {
  right: 0px;
  position: absolute;
  width: 38%;
  top: 0px;
}
.laptop-image { 
  background: #E2EAEE;
  padding: 80px 0;
  position: relative;
}
.laptop-image .bg-layer {
  position: absolute;
  left: -200px;
  top: 15%;
  width: 40%;
}
.dashboard-future {
  background: #3F8797;
  padding: 100px 0;
}
.typography.future {
  background: #fff;
  padding: 100px 0;
}
.typography.future ul li {
  text-align: center;
  display: inline-block;
  margin: 0 15px;
}
.typography.future .color-block {
  height: 80px;
  width: 10px;
  margin: 0 auto;
  background: #101033;
}
.typography.future ul li p {
  color: #101033;
}
.typography.future .color-block.first {
 background: #101033
}
.typography.future .color-block.second {
  background: #3F8797;
}
.typography.future .color-block.third {
  background: #fff;
  border: 1px solid #ddd;
}
.typography.future .color-block.fourth {
  background: #3D748A;
}
.h-100 {
  max-height: 100vh;
  overflow:hidden;
}
.h-100 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mobile-view.future {
  background: #E2EAEE;
  padding: 100px 0;
  position: relative;
}
.mobile-view.future .dots-layers {
  position: absolute;
  bottom: 120px;
  width: 70%;
  right: -80px;
}
.bottom-section.future {
  background: #fff;
  padding: 100px 0 0;
  text-align: center;
}
.bottom-section.future i {
  color: red;
  font-size: 24px;
}

.bannar-healthybean {
  min-height: calc(100vh - 84px);
  overflow: hidden;
  background: #7C7C9D;
  padding: 60px 0;
  position: relative;
}
.bannar-healthybean .rain2 {
  position: absolute;
  background: #444474;
  width: 2px;
  height: 60px;
  top: 0px;
  animation-name: rainfall;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: .2;
}
.bannar-healthybean .rain {
  position: absolute;
  background: #fff;
  width: 1.5px;
  height: 60px;
  top: 90px;
  animation-name: rainfall;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: .2;
}
.bannar-healthybean .rain-drop1 {
  left: 5%;
  animation-duration: 5s;
}
.bannar-healthybean .rain-drop2 {
  left: 15%;
  animation-duration: 7s;
}
.bannar-healthybean .rain-drop3 {
  left: 25%;
  animation-duration: 6s;
}
.bannar-healthybean .rain-drop4 {
  left: 35%;
  animation-duration: 7s;
}
.bannar-healthybean .rain-drop5 {
  left: 45%;
  animation-duration: 8s;
}
.bannar-healthybean .rain-drop6 {
  left: 55%;
  animation-duration: 6s;
}
.bannar-healthybean .rain-drop7 {
  left: 65%;
  animation-duration: 4s;
}
.bannar-healthybean .rain-drop8 {
  left: 75%;
  animation-duration: 5s;
}
.bannar-healthybean .rain-drop9 {
  left: 85%;
  animation-duration: 7s;
}
.bannar-healthybean .rain-drop10 {
  left: 95%;
  animation-duration: 8s;
}

@keyframes rainfall {
  100% {
    top: 90%;
  }
}

.bannar-healthybean .hb-logo {
  height: 100px;
}
.pszx-top {
  position: relative;
  z-index: 10;
}
.bannar-healthybean .bnr-lapi {
  position: absolute;
  width: 45%;
  right: 0px;
  z-index: 10;
}
.bannar-healthybean h3 {
  color: #fff;
  font-size: 42px;
}
.typography.hb {
  position: relative;
  padding: 100px 0;
  background: #fff;
}
.typography.hb .circle-block {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 15px solid #f9c228;
  position: absolute;
  top: -90px;
  left: -90px;
}
.d-inline-block {
  display: inline-block;
}
.text-right {
  text-align: right;
}
.typography.hb span.first {
  font-size: 146px;
  line-height: 146px;
  font-weight: 700;
  color: #423937;
}
.typography.hb span.brdl-1 {
  border-left: 1px solid #ddd;
}
.typography.hb span p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.typography.hb h5 {
  color: #444474;
  margin-right: 100px;
  margin-bottom: 80px;
}
.brdr-1 {
  border-right: 1px solid #ddd;
}
.colors-hb {
  background: #fff;
  padding: 0 0 100px 0;
}
.colors-hb h3 {
  color: #444474;
  font-size: 32px;
  text-align: center;
}
.colors-hb .circle-hb-clr {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 10px solid #444474;
  margin-bottom: 20px;
}
.colors-hb .circle-hb-clr.second{
  border-color: #423937;
}
.colors-hb .circle-hb-clr.third{
  border-color: #7C7C9D;
}
.colors-hb .circle-hb-clr.fourth{
  border-color: #f6f6f6;
}
.btm-section-hb {
  background: #fff;
  padding-bottom: 100px;
}
.bnr-ccm {
  background-image: url(../images/case-studies/ccm/bnr-img.png);
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: calc(100vh - 80px);
}
.bnr-ccm h2 {
  color: #fff;
  font-size: 52px;
}
.bnr-ccm p {
  color: #fff;
  font-size: 18px;
}
.tp-col-ccm {
  padding: 100px 0;
  background: #E0E2E3;
} 
.tp-col-ccm .circle-ccm {
  height: 32px;
  width: 32px;
  display: inline-block;
  background: #064360;
  border-radius: 50%;
}
.tp-col-ccm .circle-ccm.second {
  background: #096590;
}
.tp-col-ccm .circle-ccm.third {
  background: #675c61;
}
.tp-col-ccm .circle-ccm.fourth {
  background: #fff;
}
.bnr-desktop-ccm {
  background: #064360;
  padding: 100px 0;
}
.website-ccm {
  background: #fff;
  padding: 100px 0;
}
.side-brdr-ccm {
  padding: 0px;
  border: 2px solid #096590;
}
.website-ccm h4 {
  color: #096590;
  text-align: center;
  font-size: 38px;
}
.blue-strip-ccm {
  background: #096590;
  padding: 50px 0;
}
.case-study-bnr.bma h1 {
  font-size: 36px;
}
.colors.gmt.bma .block.orange {
  background: #F7981B;
}
.colors.gmt.bma .block.blue {
  background: #27338C;
}
.colors.gmt.bma .block.gray {
  background: #222;
}
.desktop-gmt.bma h3 {
  color: #F7981B;
}
.mobile-view-gmt.bma h3 {
  color: #27338C;
}
.bannar-healthybean.bello {
  background: #181818;
}
.bannar-healthybean.bello {
  background: #181818;
}
.colors-hb.bello .circle-hb-clr {
  border: 10px solid #F9C228;
}
.colors-hb.bello .circle-hb-clr.second {
    border: 10px solid #000;
}
.colors-hb.bello .circle-hb-clr.third {
    border: 10px solid #F1F1F1;
}
.colors-hb.bello .circle-hb-clr.fourth {
    border: 10px solid #F7F7F7;
}
.bannar-healthybean.savvy {
  background: #6e9277;
}
.typography.hb.savvy .circle-block {
  border: 15px solid #476f51;
}
.colors-hb.savvy .circle-hb-clr {
  border: 10px solid #6e9277;
}
.colors-hb.savvy .circle-hb-clr.second {
  border: 10px solid #000;
}
.colors-hb.savvy .circle-hb-clr.third {
  border: 10px solid #d1dbc3;
}
.colors-hb.savvy .circle-hb-clr.fourth {
  border: 10px solid #f6f8f3;
}
.bx-shdow {
  box-shadow: 0px 12px 24px #00000040;
}
.bannar-healthybean.progressio {
  background: #192537;
}
.typography.hb.progressio .circle-block {
  border-color: #3c5171;
}
.typography.hb.progressio span.first {
    color: #192537;
}
.colors-hb.progressio .circle-hb-clr {
    border: 10px solid #192537;
}
.colors-hb.progressio .circle-hb-clr.second {
    border: 10px solid #B09E80;
}
.colors-hb.progressio .circle-hb-clr.third {
    border: 10px solid #E2E1E6;
}
.colors-hb.progressio .circle-hb-clr.fourth {
  border: 10px solid #F7F7F7;
}
.bannar-healthybean.moverti {
  background: #7055DF;
}
.typography.hb.moverti .circle-block {
    border-color: #513aad;
}
.typography.hb.moverti span.first {
    color: #7055df;
}
.colors-hb.moverti .circle-hb-clr {
    border: 10px solid #7055df;
}
.colors-hb.moverti .circle-hb-clr.second {
    border: 10px solid #000;
}
.colors-hb.moverti .circle-hb-clr.third {
    border: 10px solid #2BEAAA;
}
.colors-hb.moverti .circle-hb-clr.fourth {
    border: 10px solid #F7F7F7;
}
.bnr-ccm.am-bru {
  background-image: url(../images/case-studies/am-bru/bnr-image.png);
}
.bnr-ccm.am-bru p {
  width: 75%;
}
.tp-col-ccm.am-bru .circle-ccm {
  background: #2B2B2B;
}
.tp-col-ccm.am-bru .circle-ccm.second {
  background: #000;
}
.tp-col-ccm.am-bru .circle-ccm.third {
  background: #ccc;
}
.tp-col-ccm.am-bru .circle-ccm.fourth {
  background: #fff;
}
.bnr-desktop-ccm.am-bru {
  background: #2B2B2B;
}
.website-ccm.am-bru h4 {
  color: #2a2a2a;
}
.side-brdr-ccm.am-bru {
  border-color: #2a2a2a;
}
.blue-strip-ccm.am-bru {
  background: #2a2a2a;
}
.side-brdr-ccm.am-bru {
  border-color: #2a2a2a;
}
.blue-strip-ccm.am-bru {
  border-color: #2a2a2a;
}
.bannar.future.am-sec .right-image {
    width: 55%;
}
.bannar.future.am-sec {
    padding: 100px 0 0;
}
.bannar.future.am-sec .logo {
    height: 100px;
}
.dashboard-future.am-sec {
  background: #232C64;
}
.typography.future.am-sec .color-block.first {
  color: #000;
}
.typography.future.am-sec .color-block.second {
  background: #232C64;
}
.typography.future.am-sec .color-block.fourth {
  background: #d3d5e0;
}












/*Case study media qyerys*/

@media only screen and (max-width: 767.98px) {
  .web-bannar.mobd.our-wrk h1 {
    font-size: 30px;
  }
  .case-sdudy-wrap .case-stdy {
    height: auto!important;
    }
  .bannar.future .right-image {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }
  .bannar.future {
    padding: 0px 0 60px 0;
  }
  .typography.future {
    padding: 60px 0;
  }
  .typography.future h4.mb-5 {
    margin-bottom: 1rem!important;
  }
  .mobile-view.future {
    padding: 60px 0;
  }
  .mobile-view.future img.img-fluid.mb-4 {
    margin-bottom: 0px!important;
  }
  .mobile-view.future img.img-fluid.mt-5.pt-5{
    margin-top: 10px!important;
    padding-top: 10px!important;
  }
  .desktop-gmt {
    background: #e6d7d2;
    padding: 60px 0;
  }
  .btm-img {
    display: none;
  }
  .btm-scetion {
    padding: 60px 0;
  }
  .case-study-bnr .left-txt {
    order: 2;
    margin-top: 40px;
  }
  .case-study-bnr .top-img {
    width: 103%;
  }
  .case-study-bnr h1 {
    font-size: 24px;
  }
  .case-study-bnr {
    padding: 60px 0;
  }
  .typograpy.gmt {
    padding: 60px 0;
  } 
  .typograpy.gmt p {
    width: 100%;
  }
  .colors.gmt {
    padding-top: 0px;
  }
  .outer-lines .brdr-lines-outer {
    display: none;
  }
  .colors.gmt .ps-4.pe-4 {
    padding: 0px!important;
  }
  .desktop-gmt h3 {
    color: #f16334;
  }
  .desktop-gmt h6 {
    width: 97%;
    font-size: 3vw;
    color: #f16334;
  }
  .mobile-view-gmt h3 {
    color: #170e51;
  }
}

@media (min-device-width:768px) and (max-device-width:1024.98px) {
  .case-study-bnr {
    min-height: auto;
  }
  .case-study-bnr .left-txt {
    order: 2;
    margin-top: 40px;
  }
  .case-study-bnr .top-img {
    width: 100%;
  }
  .typograpy.gmt {
    padding: 60px 0;
  }
  .typograpy.gmt p {
    width: 100%;
  }
  .colors.gmt {
    padding-top: 0px;
  }
  .desktop-gmt {
    background: #e6d7d2;
    padding: 60px 0 60px 0;
  }
  .desktop-gmt h3 {
    color: #f16334;
  }
  .desktop-gmt h6 {
    width: 94%;
    font-size: 3vw;
    color: #f16334;
  }
  .btm-img {
    display: none;
  }
  footer .footer-logo {
    height: 50px;
  }
  footer .social-menu ul li a {
    width: 30px;
    height: 30px;
  }
  footer .social-menu ul li .fab {
    font-size: 16px;
    line-height: 32px;
  }
  footer .social-menu ul {
    padding-left: 0px;
  }
  footer .contact-details p {
    font-size: 12px;
  }
  footer .hot-link a {
    font-size: 12px;
  }
  footer .wrapper p.color-white {
    font-size: 12px;
  }
  footer .btn-hover.color-1 {
    height: 36px;
    font-size: 14px;
    line-height: 14px;
    width: 120px;
    float: right;
    margin-top: 6px;
  }
  footer h5 {
    font-size: 18px;
  }
  .bannar.future .right-image {
    right: 0px;
    position: absolute;
    width: 46%;
    top: 130px;
  }
.bannar.future {
  padding: 60px 0;
}
.typography.future ul li {
    margin: 0 6px;
    width: 20%;
}
}

@media (min-device-width:768px) and (max-device-width:1400.98px) {
  .case-sdudy-wrap .case-stdy {
    
  }
}








.owl-item {
  text-align: center;
}
.owl-pagination {
  display: none;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #869791;
  font-size: 40px;
  margin: 0;
  padding: 0 60px;
  position: absolute;
  top: 0;
  background: transparent!important;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  padding-left: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    padding-right: 0;
    font-size: 24px;
    background: #0f506f!important;
    line-height: 24px;
    padding: 0px;
    height: 50px;
    width: 50px;
    line-height: 56px;
    top: 30%;
    right: -60px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    padding-right: 0;
    font-size: 24px;
    background: #0f506f!important;
    line-height: 24px;
    padding: 0px;
    height: 50px;
    width: 50px;
    line-height: 56px;
    top: 30%;
    left: -60px;
}
.d-inline-block {
  display: inline-block;
}
.web-bannar.mobd.our-wrk h1 {
  font-size: 46px;
  letter-spacing: 7.5px;
}
.case-sdudy-wrap {
  padding: 40px 0 130px 0;
}
.case-sdudy-wrap .case-stdy {
  padding: 40px;
  border-radius: 6px;
  overflow : hidden;
  height: 590px;
  transition: all .5s ease-in-out 0s;
  position: relative;
}
.case-sdudy-wrap a {
  text-decoration: none;
}
.case-sdudy-wrap .case-stdy.first {
  background: #064360;
}
.case-sdudy-wrap .case-stdy.second {
  background: #064360;
}
.case-sdudy-wrap .case-stdy.third {
  background: #064360;
}
.case-sdudy-wrap a h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 60px;
}
.case-sdudy-wrap .case-stdy:hover {
  padding: 30px;
}
.case-sdudy-wrap .case-stdy.second .mobile-img {
  width: 42%;
  display: inline-block;
}
.case-sdudy-wrap .case-stdy.second .laptop-img {
  width: 70%;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 60px;
}
.case-sdudy-wrap .case-stdy.third img {
    top: 13%;
    position: relative;
}
.case-sdudy-wrap .case-stdy.fourth .mobile-img {
  width: 42%;
  display: inline-block;
}
.case-sdudy-wrap .case-stdy.fourth .laptop-img {
  width: 70%;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 60px;
}
.case-sdudy-wrap .case-stdy.fourth {
  background: #064360;
}
.case-sdudy-wrap .case-stdy.fifth {
  background: #064360;
}
.case-sdudy-wrap .case-stdy.six {
    background: #064360;
}
.no-border {
  border: none;
}
.popup-form .new-contact .form input {
  border-bottom: 1px solid #041d2a;
  color: #000;
}
.popup-form .new-contact .form label {
  color: #031d2a;
}
.bannar-healthybean.bello span {
  color: #fff;
}
.web-bannar.mobd.our-wrk {
  padding: 70px 0 70px 0;
}
.get-quote.mobiled {
  margin-bottom: 120px;
}
.our-work-link {
  min-width: 200px;
  margin-right: 56px;
}
.our-work-link a:hover {
  color: #29F2E7!important;
  transition: all .2s ease-in-out 0s;
}

.services-section .section-title {
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700!important;
    color: #29F2E7;
    letter-spacing: 2px;
}
.services-section {
  margin-bottom: 120px;
}


@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}
.magic-card {
 background: #191c29;
  width: var(--card-width);
  height: var(--card-height);
  padding: 3px;
  position: relative;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  font-size: 1.5em;
  color: rgb(88 199 250 / 0%);
  cursor: pointer;
  z-index: 2;
  width: 300px;
  height: 300px;
  transition: all .5s ease-in-out 0s;
  border-radius: 50%;
  margin: 0 auto;
}

.magic-card::before {
  content: "";
  width: 104%;
  height: 102%;
  border-radius: 8px;
  background-image: linear-gradient( var(--rotate), #00a39b, #007973 43%, #063552);
  position: absolute;
  top: -1%;
  left: -2%;
  animation: spin 5s linear infinite;
   border-radius: 50%;
}

.magic-card::after {
  position: absolute;
  content: "";
  top: calc(var(--card-height) / 6);
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.8);
  filter: blur(calc(var(--card-height) / 6));
  background-color: #03263d;
  opacity: .8;
  transition: opacity 0.5s;
  animation: spin 5s linear infinite;
  border-radius: 50%;
  filter: blur(12px);
}

@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}
.magic-card .wrap-for-bannar ul {
    padding-left: 0px;
}
.magic-card .wrap-for-bannar li {
    width: 23%;
    display: inline-block;
    padding: 18px;
}

.wrap-for-bannar {
    box-shadow: rgba(5, 16, 59, 0.3) 0px 0px 20px 0px;
    backdrop-filter: blur(7px);
    height: 470px;
    width: 330px;
    position: relative;
    z-index: 5;
    left: 2px !important;
    background: linear-gradient(40deg, transparent 10%, rgba(255, 255, 255, 0.16) 60%, transparent 100%);
    border-radius: 10px;
    padding: 20px 0px;
    border-width: 10px 10px 50px;
    border-style: solid;
    border-color: rgb(27, 171, 169);
    border-image: initial;
    border-bottom: 50px solid rgb(27, 171, 169);
}

.ipadbutton {
    position: absolute;
    bottom: -45px;
    left: 44%;
    width: 36px;
    height: 0px;
    padding-top: 36px;
    background: rgb(41, 242, 231);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 50%;
}
.ipadbutton .square {
    position: absolute;
    top: 27.5%;
    left: 27.5%;
    width: 45%;
    height: 45%;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 0.3em;
}
.popup-form {
  background: #07767b;
}
.popup-form .modal-title {
  color: #fff;
}
.popup-form .new-contact .form input {
    border-bottom: 1px solid #ffffff;
    color: #fff;
}
.popup-form .new-contact .form label {
    color: #fff;
}

.popup-form .btn-hover.color-1 {
    background-image: linear-gradient( to right,#006661,#00636b,#00978f,#00978f);
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 75%);
}

.bnr-ccm.pegasus {
  background-image: url(../images/case-studies/pegasus/bannar-img.png);
}
.tp-col-ccm.pegasus .circle-ccm.first {
  background: #061E47;
}
.tp-col-ccm.pegasus .circle-ccm.second {
  background: #DAF0F3;
}
.tp-col-ccm.pegasus .circle-ccm.third {
  background: #000;
}
.bnr-desktop-ccm.pegasus {
  background: #061E47;
}
.side-brdr-ccm.pegasus {
  border: 2px solid #061e47
}
.website-ccm.pegasus h4 {
  color: #061e47;
}
.website-ccm.pegasus h4 {
  color: #061e47;
}
.blue-strip-ccm.pegasus {
  background: #061e47;
}
.bannar-healthybean.pathfinder {
  background: #213b59;
}
.bannar-healthybean.pathfinder span {
  color: #fff;
}
.typography.hb.pathfinder .circle-block {
  border: 15px solid #d9ddd4;
}
.colors-hb.pathfinder .circle-hb-clr {
  background: #30332D;
  border: 10px solid #d9ddd4;
}
.colors-hb.pathfinder .circle-hb-clr.second {
  background: #000;
}
.colors-hb.pathfinder .circle-hb-clr.third {
  background: #455f60;
}
.colors-hb.pathfinder .circle-hb-clr.fourth {
  background: #d9ddd4;
}
.colors.gmt.alethium .block.orange {
 background: #FE753F;
}
.colors.gmt.alethium .block.blue {
  background: #CA1689;
}
.colors.gmt.alethium .block.gray {
  background: #000;
}
.bnr-ccm.seda {
  background-image: url(../images/case-studies/seda/bnr-img.png);
}
.tp-col-ccm.seda .circle-ccm.second {
  background: #000;
}
.tp-col-ccm.seda .circle-ccm {
  background: #181818;
}
.tp-col-ccm.seda .circle-ccm.second {
  background: #000;
}
.tp-col-ccm.seda .circle-ccm.third {
  background: #e8e6e6;
}
.tp-col-ccm.seda .circle-ccm.fourth {
  background: #fff;
}
.bnr-desktop-ccm.seda {
  background: #181818;
}
.side-brdr-ccm.seda {
  border-color: #e8e6e6;
}
.website-ccm.seda h4 {
  color: #181818;
}
.tp-col-ccm.seda h3{
  color: #181818;
}
.bannar-healthybean.purevivo {
  background: #043454;
}
.typography.hb.purevivo .circle-block {
    border: 15px solid #0a4b9a;
}
.typography.hb.purevivo span.first {
  color: #073771;
}
.colors-hb.purevivo .circle-hb-clr{
  border-color: #073771;
}
.colors-hb.purevivo .circle-hb-clr.second{
  border-color: #4F6E95;
}
.colors-hb.purevivo .circle-hb-clr.third {
  border-color: #575757;
}
.colors-hb.purevivo .circle-hb-clr.fourth {
  border-color: #eee;
}