@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.pad-right{
  padding-right: 0;
}
section {
  width: 100%;
  float: left;
}
.mobile-banner {
  background: url(https://www.teamtweaks.com/uploads/themes/clean-blog/new-images/dubai-images/mobile-banner-bg.svg) no-repeat;
  background-size: cover;
  height: 660px;
    position: relative;
}
.mobile-banner::before {
    content: '';
    position: absolute;
    background: url(https://www.teamtweaks.com/uploads/themes/clean-blog/new-images/dubai-images/dots.svg) no-repeat;
    height: 500px;
    left: 25px;
    right: 25px;
    bottom: 0;
    animation: 2s infinite bob ease-in-out;
}
@keyframes bob {
    0%, 100% {
        transform: translate(0,0);
    }
    50% {
        transform: translate(0,14px);
    }
}
.banner-sec {
  width: 100%;
  float: left;
  padding-top: 100px;
}
.left-part {
  padding-top: 10%;
}
.left-part h1 {
  font-size: 40px;
  color: #333;
  line-height: 60px;
  font-weight: 700;
}
.left-part h1 span {
  color: #6fc047;
}
.left-part p {
  width: 90%;
  color: #121212;
  font-weight: 500;
  padding-top: 15px;
  line-height: 32px;
}
.right-part img{
  width: 100%;
}
.get-a-quote {
  width: 100%;
  float: left;
  margin: 20px 0;
}
.get-a-quote a {
  background: #6fc047;
  color: #fff;
  padding: 12px 25px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}

.get-a-quote a i {
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  border-radius: 50%;
  top: 2px;
  transition: 0.5s;
  animation: 2s infinite pulso;
  left: 0;
}

@keyframes pulso {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
  }
  100% {
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}

.get-a-quote a:hover {
  border-radius: 25px;
  padding: 12px 50px 12px 0px;
}

.get-a-quote a:hover i {
  left: 125px;
}
.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width :28px;
    height: 45px;
  }
  .mousey {
    width: 3px;
    padding: 5px 13px;
    height: 35px;
    border: 2px solid #3d3d3d;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}
  .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #6fc047;
    animation: 2s infinite scroll cubic-bezier(.15,.41,.69,.94) alternate;
}
  @keyframes scroll {
    0% { transform: translateY(0); }
    100% { transform: translateY(10px);}
  }

/*******************/
.mobile-app-section,
.technology-section,
.client-section,
.tech-section {
  padding: 30px 0;
}
.mobile-app-info h2,
.mobile-app-info h3,
.mobile-app-info h4,
.mobile-app-info h5,
.types-head h6,
.mobile-app-info h6 {
  font-size: 34px;
  color: #333;
  line-height: 47px;
}
.mobile-app-info h2 span,
.mobile-app-info h3 span,
.mobile-app-info h4 span,
.mobile-app-info h5 span,
.types-head h6 span,
.mobile-app-info span {
  display: block;
  color: #6fc047;
}
.mobile-app-info p {
  line-height: 27px;
}
.mobile-app-info{
    position: relative;
}
.mobile-app-info img.purple-square {
    animation: 5s infinite spiny ease-in-out alternate;
    position: absolute;
    right: 25px;
    bottom: 0px;
    width: 20px;
    height: 20px;
}

.mobile-app-img > img {
  width: 100%;
}
.mobile-app-img > img.purple-square {
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: -5px;
    right: -40px;
    animation: 5s infinite spiny ease-in-out alternate;

}
.mobile-app-img {
  width: 100%;
  padding-top: 25%;
}
.mobile-all-apps {
  width: 100%;
  height: 100px;
  position: relative;
}

.mobile-all-apps img {
  width: 100px;
  height: 100px;
  box-shadow: -3px 5px 10px #f1f1f1;
  border-radius: 50%;
  position: absolute;
}
.app-1 {
  left: 2%;
}

.app-2 {
  left: 28%;
  bottom: -18px;
}

.app-3 {
  right: 28%;
  top: -20px;
}

.app-4 {
  right: 2%;
  bottom: -18px;
}
.revenue-section .mobile-app-info {
  padding-top: 18%;
}

.revenue-section .mobile-app-info p {
  width: 90%;
}
/**********/
.perfect-build-section {
  background: #f7fcfc;
  padding: 5% 0;
}
.perfect-build-section .mobile-app-info {
    padding-top: 10%;
    position: relative;
}
.perfect-build-section .mobile-app-info .purple-square {
    position: absolute;
    right: 0;
    top: 0;
    animation: 5s infinite spiny ease-in-out alternate;
}
@keyframes spiny {
    0%, 100% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(360deg);
    }
}
/*************/
.types-head {
  width: 100%;
  text-align: center;
  position: relative;
}
.tech-app-info {
  padding-top: 5%;
}
.tech-app-info h6 {
  font-size: 28px;
  color: #333;
}
.tech-app-info p {
  width: 85%;
}
.tech-app-img {
  width: 340px;
}
.tech-app-info,
.tech-app-img {
  margin-bottom: 40px;
}
/******/
.tech-card {
  width: 100%;
  min-height: 255px;
  padding: 20px;
  /* box-shadow: inset 1px -3px 11px 0px #e3e3e3, -1px 1px 3px 0px #d7d7d7; */
  box-shadow: inset 2px -3px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 15px;
  background: #f6f6f6;
  transition: 0.3s ease-in;
}
.tech-card:hover {
  background: #fff;
  box-shadow: -31px 9px 33px rgba(0, 0, 0, 0.1),
    inset 2px -3px 5px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in;
}
.tech-card h6 {
  float: left;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 10px 0;
}

.tech-card h6 span {
  display: block;
}

.tech-card h6 + img {
  float: right;
}

.tech-card p {
  width: 84%;
  clear: both;
  line-height: 27px;
}
/**************/
.choose-section .types-head h6 span {
  display: inline-block;
  margin-right: 10px;
}

.choose-section .types-head p,
.expert-section .types-head p,
.tech-section .types-head p {
  width: 52%;
  margin: 0 auto;
  line-height: 24px;
}
.choose-section .owl-carousel {
  padding: 30px 0;
}
.choose-card {
  min-height: 275px;
  color: #fff;
  padding: 30px;
  box-shadow: none;
}
.choose-card img {
  width: 64px !important;
  height: auto !important;
}
.choose-card p {
  width: 85%;
  color: #fff;
}
.owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background: #979797;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-dots {
  text-align: center;
}
.choose-section .owl-dot.active span {
  width: 25px;
}
.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #737373;
}
.choose-section{
    position: relative;
}
.choose-section .purple-square{
    position: absolute;
    left: 40%;
    transform: translate(-40%);
    bottom: 15px;
    animation: 5s infinite spiny ease-in-out alternate;
}
/******/
.specialize-section {
  background: url(https://www.teamtweaks.com/uploads/themes/clean-blog/new-images/dubai-images/special-bg.svg) no-repeat;
  background-size: cover;
  height: 855px;
}
.expert-card {
  width: 75%;
  min-height: 140px;
  padding: 25px;
  margin: 20px auto;
  text-align: center;
  border: 1px solid #cecece;
  border-radius: 15px;
}
.expert-card:hover {
    border: none;
    box-shadow: -31px 9px 33px rgb(0 0 0 / 10%), inset 2px -3px 5px rgb(0 0 0 / 10%);
}
.expert-card img {
  width: 50px;
  height: 50px;
}

.expert-card p {
  margin: 10px 0 0 0;
  font-weight: 500;
}
/****************/

.grat-client {
  width: 100%;
  margin: 30px auto;
  padding: 25px 25px 0 25px;
  border-radius: 10px;
  background: #ffffff;
}
.grat-client-img img {
  width: 100%;
}
.grat-client-info > img {
  width: 100px !important;
}
.grat-client-info h6 {
  font-size: 18px;
  margin: 5px 0;
}
.client-download a:hover {
  background: #a1eb7d;
  display: inline-block;
  border-radius: 5px;
}
.client-download img {
  width: auto !important;
  display: inline-block !important;
}
.grat-client-info {
  padding: 5% 0;
}
.grat-client-info p {
  line-height: 23px;
}
#new-client .owl-stage-outer {
    padding: 40px 0 15px 0;
}
#new-client .owl-item .grat-client {
  margin-top: 60px;
  opacity: 0.5;
}
#new-client .owl-item.active.center .grat-client {
  margin-top: 0px;
  opacity: 1;
  box-shadow: -31px 9px 33px rgb(0 0 0 / 5%),
    inset 2px -3px 5px rgb(0 0 0 / 10%);
}

.gratified-client-section .purple-square{
    position: absolute;
    top: 30px;
    left: 30%;
    animation: 5s infinite spiny ease-in-out alternate;
}
/****************/
.service-section {
  background: url(https://www.teamtweaks.com/uploads/themes/clean-blog/new-images/dubai-images/service-bg.svg) no-repeat;
  background-size: cover;
  height: 780px;
}
.service-section .types-head .purple-square {
    position: absolute;
    right: 20%;
    top: 45px;
    animation: 5s infinite spiny ease-in-out alternate;
}
.service-section .types-head p {
  margin-bottom: 30px;
}
.service-card {
  width: 100%;
  background: #fff;
  padding: 25px;
  box-shadow: inset 1px -2px 10px 0px #f0f0f0, -1px 1px 3px 0px #ddd;
  border-radius: 15px;
  text-align: center;
  transition: 0.2s ease-in;
}
.service-card h6,
.service-card p {
  width: 100%;
}
.service-card h6 {
  margin: 5px 0 10px;
  min-height: 65px;
}
.service-card p {
  min-height: 80px;
}
.service-card a {
  color: #000;
  text-decoration: none;
}

.service-card:hover {
  background: #009dff;
  cursor: pointer;
  color: #fff;
  box-shadow: inset 1px -2px 10px 0px #007cca, -1px 1px 3px 0px #d5d5d5;
  transition: 0.2s ease-in;
}
.service-card:hover .fa.fa-angle-right {
    margin-top: 5px;
}
.service-card:hover p {
  color: #fff;
}
.service-card:hover a {
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  padding: 2px 0;
  transition: 0.2s ease-in;
}
.service-card:hover a span {
  display: none;
}

/**************/

.feed-info {
  width: 90%;
  margin: 0 auto;
}
.feed-left{
	text-align: right;
}
.feed-left img{
  width: auto !important;
  display: inline-block !important;
}
.feed-right {
  padding-top: 5%;
}
.feed-right img {
  width: 64px !important;
}
.feed-right h6 {
  font-size: 16px;
  color: #6fc047;
}
.feed-right p {
  width: 80%;
  line-height: 27px;
}
/*************/

.client-box {
  width: 100%;
  padding: 20px;
  border-radius: 15px 0 0 15px;
  background: #fff;
  box-shadow: -31px 9px 33px rgba(0, 0, 0, 0.05),
    inset 2px -3px 5px rgba(0, 0, 0, 0.1);
  float: right;
  margin-top: 3%;
}
.client {
  width: 23%;
  display: inline-block;
  margin: 20px 5px;
}
.client img {
  /*width: 80%;*/
  margin: 0 auto;
  display: block;
}
.client-img img {
  width: 100%;
}
.technology-section::before,
.service-section::before,
.client-section::before{
    content: '';
    position: absolute;
    background: url(https://www.teamtweaks.com/uploads/themes/clean-blog/new-images/dubai-images/two-dots.svg) no-repeat;
    background-size: contain;
    width: 125px;
    height: 125px;
    left: 0;
    animation: 2s infinite bob ease-in-out;

}
/**************/
.tech-section .types-head {
  margin-bottom: 10px;
}
.tech {
  width: 15%;
  display: inline-block;
  background: #fff;
  height: 90px;
  position: relative;
  margin: 5px;
  /* box-shadow: inset 1px -2px 5px 0px #e6e6e6, -1px 1px 3px 0px #e1e1e1; */
  box-shadow: inset 2px -3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.tech-info {
  width: 100%;
  text-align: center;
}
.tech img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tech-section .types-head .purple-square {
    position: absolute;
    right: 10%;
    bottom: 5px;
    animation: 5s infinite spiny ease-in-out alternate;
}


/* --------------- section 10 --------------- */
.ss-10 {
	background-image: url('https://www.teamtweaks.com/uploads/themes/clean-blog/new-images/seo-dubai/ss10-bg.png');
	background-size: contain;
	height: 450px;
	padding-top: 12%;
	padding-left: 4%;
	margin: 100px 0 50px 0px;
}

.ss-10 h2 {
	color: white;
	font-size: 43px;
	line-height: 54px;
}
.h2-heading span.heading-sub-meeting {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 38px;
	display: block;
	color: white;
}
.h2-heading span.heading-main-text {
    font-size: 43px;
    line-height: 70px;
	color: white;
	display: block;
}

.ss-10 .get-2 a {
	background: white;
	color: #6fc047;
}

.ss-10 .get-2 a:hover {
	/* padding: 8px 25px; */
	padding-right: 58px;
	padding-left: 0;
}
.ss-10 .en-but a{
	border-radius: 30px;
}
.ss-10 .en-but.wht-btn{
	background-color: #ffffff;
	color: #6fc047;
}

.h2-heading span {
    color: rgb(111, 192, 71);
}


@media screen and (max-width: 700px) {
	
.ss-10 {
	background-size: cover;
	height: fit-content;
}
.ss-10 {
	background-repeat: no-repeat;
	margin: 40px auto 0 auto;
	width: 100%;
}
.ss-10 h2 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 25px;
}
.h2-heading span.heading-sub-meeting {
	font-size: 20px;
	line-height: 35px;
}
.h2-heading span.heading-main-text {
	font-size: 20px;
	line-height: 36px;
}
.ss-10 .en-but{
	margin-bottom: 40px;
}

}