/*
 Theme Name:   Droow Child
 Theme URI:    https://themeforest.net/user/design_grid/portfolio
 Description:  Droow Child Theme
 Author:       Design Grid
 Author URI:   https://themeforest.net/user/design_grid
 Template:     droow
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         right-sidebar, accessibility-ready, custom-background, custom-menu, editor-style, featured-images, flexible-header, sticky-post, threaded-comments, translation-ready, blog
 Text Domain:  droow-child
*/
/*	.our-services-2 .services-item {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.our-services-2 .services-item .services-header {
		position: relative;
		max-width: calc(100% - 55px);
		padding-left: 15px;
		margin-top: auto;
		margin-bottom: auto;
	}*/
.hide-other-img .col-md-4.box-im {
  display: none;
}

.hide-other-img .col-md-4.box-im:first-child {
  display: block;
}

.hide-other-img .gallery-col {
  background-color: transparent;
}

.hide {
  display: none !important;
}

.page-id-925 .our-services-2 .services-item .icon img {
  height: 100%;
}

.page-id-925 .header-hero.header-hero-2 p {
  max-width: 100%;
}

.our-team .team-item .box-img {
  max-width: 300px;
}

.our-team .team-item .box-img img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.our-team .team-item .box-content {
  max-width: 300px;
}

.our-team .slick-slider {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.our-team button.slick-prev.slick-arrow {
  min-width: 131px;
  padding: 15px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 15px;
  margin-top: 25px;
}

.our-team button.slick-next.slick-arrow {
  min-width: 131px;
  padding: 15px;
  margin-top: 25px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.dsn-slider .footer-slid .main-social {
  bottom: 50px;
}

.dsn-slider .footer-slid .control-num {
  bottom: 80px;
}

.dsn-slider .footer-slid .control-nav {
  bottom: 50px;
}

.dsn-slider .slide-inner .slide-item .image-container .image-bg .mobile-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
}

.home .contact-up {
  display: none !important;
}

.day-night {
  top: auto;
  bottom: 30px;
  left: 15px;
}

.our-services-2 .services-item p {
  position: relative;
  width: 100%;
}

.header-top .header-container .menu-icon {
  margin-right: 0px;
}

.header-top .header-container .menu-icon .text-menu {
  display: none !important;
}

.header-top .header-container .menu-icon .menu-icon-close {
  font-size: 14px !important;
}

.header-top .header-container .menu-icon .menu-icon-close svg {
  width: 1em;
  height: auto;
}

.header-top .header-container .menu-icon:hover .menu-icon__line-left {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.header-top .header-container .menu-icon:hover .menu-icon__line-right {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.header-top .header-container .menu-icon__line-left {
  width: 22px;
}

.header-top .header-container .menu-icon__line-right {
  width: 22px;
  right: 0;
}

.header-top .nav::after {
  background: #00aeef;
}

.header-top .nav::before {
  background: rgba(0, 174, 239, 0.3);
}

.header-top .nav-content::after {
  background: #00aeef;
}

.header-top .nav-content::before {
  background: rgba(0, 174, 239, 0.3);
}

.header-top .nav__list-item {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.main-logo .light-logo {
  max-height: 26px;
  max-width: 100%;
  width: auto !important;
}

.img-box-small .cap {
  bottom: 0;
}

#contact-social {
  margin-left: auto;
  padding-top: 80px;
}

#contact-social a {
  display: block;
  padding: 35px 0px;
  font-size: 12px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #ffffff;
}

#contact-social a:hover {
  background: #0090c6;
}

#contact-social a span {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-transform: uppercase;
}

.inner-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.inner-content .nav-login {
  margin-left: auto;
}

.inner-content .nav-login a {
  background: #fff;
  padding: 6px 10px;
  border-radius: 6px 0 0 6px;
  color: #000;
  display: block;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.inner-content .nav-login a:hover {
  opacity: 1;
}

.inner-content .nav-login a img {
  margin-right: 6px;
}

.next-project + footer.wrapper-footer {
  position: relative;
}

select.wpcf7-select option {
  color: #000000;
  background-color: #ffffff;
}

.v-light .vpan-action-itms .list-item .text {
  color: #000000;
}

.post-full-content ul {
  padding-bottom: 40px;
  list-style: none;
  padding-left: 0;
}

.post-full-content ul li {
  margin-bottom: 0;
  position: relative;
  padding-left: 70px;
  margin-bottom: 6px;
}

.post-full-content ul li::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}

.post-full-content ul li::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  height: 1px;
  width: 55px;
  background: rgba(233, 233, 233, 0.1);
}

.post-full-content ul li a {
  color: rgba(255, 255, 255, 0.69);
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.post-full-content ul li a:hover {
  color: white;
}

.section-title {
  width: 50%;
  text-align: center;
  padding: 35px 0 40px;
}

.section-title h3 {
  max-width: 12em;
  margin: auto;
  color: #21b3f6;
  font-weight: 700;
  padding-right: 20px;
  font-size: 17px;
}

.image-text-text-image .item {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-text-text-image .item:last-child {
  padding-bottom: 0;
}

.image-text-text-image .item:nth-child(2n) {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-col {
  width: 100%;
  width: 50%;
}

.image-col img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.text-col {
  width: 100%;
  width: 35%;
}

.text-col h4 {
  font-size: 22px;
  font-weight: 700;
  font-size: 13px;
}

.brands-benefit {
  padding: 60px 0;
  background: #00a3de;
  color: #fff;
}

.brands-benefit .flex-col.mid .mid-title {
  background-image: url("/wp-content/uploads/2020/11/drop-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 30px 160px;
  text-align: center;
  font-weight: normal;
}

.brands-benefit .flex-col.mid .mid-title h3 {
  color: #000000;
  font-weight: 600;
  max-width: 6em;
  margin: auto;
  font-size: 18px;
}

.brands-benefit .flex-col .list-item:last-child {
  padding-bottom: 0;
}

.brands-benefit .flex-col .list-item .icon {
  min-width: 40px;
}

.brands-benefit .flex-col .list-item .icon img {
  max-width: 35px;
  max-height: 40px;
  height: auto;
  width: auto;
  display: block;
  margin: auto;
}

.brands-benefit .flex-col .list-item .text h4 {
  font-size: 19px;
  font-weight: 500;
  color: #ffffff;
}

.elementor-widget.arrow-down-img:not(:last-child) {
  margin-bottom: 30px;
}

.icon-text-mid .list-item {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.icon-text-mid .list-item .icon {
  color: transparent;
  font-size: 0;
}

.icon-text-mid .list-item > div {
  padding: 30px 10px;
  width: 50%;
}

.icon-text-mid .list-item:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}

.icon-text-mid .text h4 {
  font-size: 24px;
  font-weight: 700;
}

.pb-100 {
  padding-bottom: 50px;
}

.sub-title-title h4 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 15px;
}

.sub-title-title h2 {
  font-size: 28px;
  margin-top: 15px;
}

.title-sub-title h4 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 15px;
}

.title-sub-title h2 {
  font-size: 28px;
}

.text-title-section h2 {
  font-size: 28px;
  margin-top: 30px;
  text-transform: uppercase;
}

.text-title-section p {
  color: #ffffff;
  font-size: 18px;
}

.main-title-tag .elementor-heading-title.elementor-size-xxl {
  font-size: 28px;
}

.vpan-action-itms {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.vpan-action-itms .list-item {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}

.vpan-action-itms .list-item .item-inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vpan-action-itms .list-item .number {
  width: 100%;
}

.vpan-action-itms .list-item .text {
  width: 100%;
  margin-left: -100%;
  color: #ffffff;
}

.vpan-action-itms .list-item:first-child .text {
  padding-left: 60px;
}

.vpan-action-itms .list-item:nth-child(2) .text {
  padding-left: 98px;
}

.vpan-action-itms .list-item:nth-child(4) .text {
  padding-left: 98px;
}

.vpan-action-itms .list-item:nth-child(3) .text {
  padding-left: 86px;
}

.vpan-action-itms .list-item:nth-child(5) .text {
  padding-left: 86px;
}

.vpan-action-itms .list-item:nth-child(6) .text {
  padding-left: 86px;
}

.vpan-action-itms .text-1 {
  font-size: 14px;
}

.vpan-action-itms .text-2 {
  font-size: 18px;
  color: #00ADF0;
  font-weight: 600;
}

.vpan-benefits-brands h2 {
  font-weight: 100;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.vpan-benefits-brands h2 strong {
  font-weight: 700;
}

.vpan-benefits-item {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.vpan-benefits-item .title-text {
  color: #ffffff;
  font-size: 20px;
}

.vpan-benefits-item .title-text h3 {
  font-size: 22px;
  color: #ffffff;
}

.innovator-type {
  background-image: url("/wp-content/uploads/2020/11/line-vector.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.crowd-offers-outer .list-item .icon {
  margin-right: 15px;
}

.crowd-offers-outer .list-item h4 {
  font-size: 34px;
  font-weight: 700;
}

.crowd-offers-outer .list-item p {
  font-size: 20px;
  color: #ffffff;
}

.bg-blue {
  background: #007aa9;
  padding: 50px 0 60px;
}

.flex-col.icon-text-mid {
  margin: auto -20px;
  background-image: url("/wp-content/uploads/2020/12/pointers-blue.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-height-240 img {
  min-height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.headefr-fexid .project-title .title-text-header .title-text-header-inner span {
  margin: 30px 0px;
  line-height: 1.1;
  font-weight: 500;
  color: #fff;
  max-width: 10em;
  margin-top: 15%;
  text-transform: uppercase;
}

.hexagonal-services-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 4% 10%;
  background-image: url("images/hexagon-dark.png"), url("images/hexagon-dark.png"), url("images/hexagon-dark.png"), url("images/hexagon-dark.png"), url("images/hexagon-dark.png");
  background-repeat: no-repeat;
  background-size: 11% auto, 11% auto, 7% auto, 11% auto, 7% auto;
  background-position: left 10% top 35px, top 40px right 11%, top right 4%, right 11% bottom 14%, right 34% bottom 4%;
}

.hexagonal-services-wrapper.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hexagonal-service-item {
  width: 41.333%;
  text-align: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 -4.015% 2%;
  cursor: pointer;
}

.hexagonal-service-item:hover {
  z-index: 99;
}

.hexagonal-service-item:hover span::after {
  opacity: 1;
}

.hexagonal-service-item:hover span::before {
  opacity: 0;
}

.hexagonal-service-item:hover .hexagonal-service-hover {
  opacity: 1;
  visibility: visible;
}

.hexagonal-service-item:focus {
  z-index: 99;
}

.hexagonal-service-item:focus span::after {
  opacity: 1;
}

.hexagonal-service-item:focus span::before {
  opacity: 0;
}

.hexagonal-service-item:focus .hexagonal-service-hover {
  opacity: 1;
  visibility: visible;
}

.hexagonal-service-item span::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background-image: url("images/hexagon.png");
}

.hexagonal-service-item span::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background-image: url("images/hover-hexagon.png");
  opacity: 0;
}

.hexagonal-service-item .hexagonal-container::before {
  content: "";
  padding: 0;
  display: block;
  padding: 0 0 87%;
  width: 1px;
  margin-right: -1px;
}

.hexagonal-service-item .hexa-title {
  width: 100%;
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 12px;
  padding: 15px 0;
  max-width: 10em;
  margin: auto;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 1;
  max-width: 9em;
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.hexagonal-service-item .hexagonal-service-hover {
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  position: absolute;
  padding: 10px 0;
  color: #ffffff;
  z-index: 2;
  font-size: 9px;
  line-height: 1.1;
}

.hexagonal-service-item .hexagonal-service-hover .text {
  padding-left: 18%;
  padding-right: 18%;
}

.hexagonal-container {
  text-align: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.hexagonal-service-hover .text {
  border-radius: 50%;
}

.hexagonal-service-hover .text i {
  content: "";
  float: left;
  height: 100%;
  width: 38%;
  shape-outside: radial-gradient(farthest-side at right, transparent 100%, #fff 0);
  float: right;
  shape-outside: radial-gradient(farthest-side at left, transparent 100%, #fff 0);
}

.hexagonal-service-hover .text::before {
  content: "";
  float: left;
  height: 100%;
  width: 38%;
  shape-outside: radial-gradient(farthest-side at right, transparent 100%, #fff 0);
}

#descover-holder {
  display: none;
}

.page-id-2270 .wrapper {
  background-color: #00b0da;
  position: relative;
}

.page-id-2270 .wrapper .top-banner {
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}

.page-id-2270 .wrapper .top-banner::after {
  padding: 0 0 70%;
  width: 100%;
  display: block;
  content: "";
}

.page-id-2270 .top-banner .big-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-42%);
  transform: translateY(-42%);
  padding: 10%;
}

.page-id-2270 .top-banner .big-text h1 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  max-width: 27em;
  line-height: 1.2;
  margin: auto;
}

.page-id-2270 .top-banner .big-text h1 p {
  line-height: 1.2;
}

.page-id-2270 .banner-text {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-id-2270 .banner-text ul li {
  font-weight: bold;
  font-size: 11px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  color: #000;
  position: absolute;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-id-2270 .banner-text ul li::before {
  content: "";
  min-width: 0.6em;
  height: 0.6em;
  background: #00b0da;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.page-id-2270 .banner-text ul li:nth-child(1) {
  top: 14%;
  left: 1%;
}

.page-id-2270 .banner-text ul li:nth-child(2) {
  right: 12%;
  top: 38%;
}

.page-id-2270 .banner-text ul li:nth-child(3) {
  right: 65px;
  top: 25%;
}

.page-id-2270 .banner-text ul li:nth-child(4) {
  bottom: 67%;
  left: 2%;
}

.page-id-2270 .banner-text ul li:nth-child(5) {
  bottom: 23%;
  right: 30%;
}

.page-id-2270 .banner-text ul li:nth-child(6) {
  right: 6%;
  bottom: 13%;
}

.page-id-2270 .banner-text ul li:nth-child(7) {
  bottom: 7%;
  left: 1%;
}

.page-id-2270 .hqs-section {
  padding-bottom: 100px;
  background-color: #00b0da;
}

.page-id-2270 .hqs-inner {
  margin: auto;
  width: 92%;
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding-top: 40px;
}

.page-id-2270 .hqs-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px auto;
  position: relative;
  padding: 40px 20px;
}

.page-id-2270 .hqs-item {
  width: 100%;
  text-align: center;
  padding: 15px;
}

.page-id-2270 .hqs-item .hqs-text {
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px #ccc;
  box-shadow: 0px 5px 10px 0px #ccc;
  padding: 15px 15px 15px 5px;
  border-radius: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  max-width: 200px;
  width: 100%;
}

.page-id-2270 .hqs-item .hqs-image img {
  max-width: 140px;
}

.page-id-2270 .hqs-text:nth-child(1) {
  margin-top: -20px;
}

.page-id-2270 .hqs-text::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #00b0da;
  margin: 2px -29px;
}

.page-id-2270 .hqs_left_top img {
  max-width: 14%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 10px;
  min-width: 120px;
}

.page-id-2270 .hqs_right_bottom img {
  position: absolute;
  bottom: 23px;
  right: 0;
  width: 13%;
  height: auto;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  min-width: 100px;
}

.page-id-2270 .request-section {
  padding: 60px 20px 40px;
  background-color: #fff;
  position: relative;
}

.page-id-2270 .request-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-id-2270 .request-item {
  width: 50%;
  padding: 15px;
  position: relative;
}

.page-id-2270 .request-item img {
  max-width: 200px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-id-2270 .request_left_top img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 360px;
  width: 15%;
  min-width: 140px;
  -webkit-transform: translateY(-37%);
  transform: translateY(-37%);
}

.page-id-2270 .far-from-section {
  background-color: #00b0da;
  padding: 100px 0;
}

.page-id-2270 .far-from-inner {
  padding: 40px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
  margin: 10px auto;
  position: relative;
  width: 92%;
}

.page-id-2270 .far-from-inner h2 {
  color: #000;
  font-size: 1em;
  padding-bottom: 1.2em;
}

.page-id-2270 .far-from-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.page-id-2270 .far-from-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-id-2270 .far-from-text {
  color: #000;
  padding: 6px 10px;
  position: relative;
}

.page-id-2270 .content_right img {
  content: "";
  position: absolute;
  top: 70.5%;
  left: 39%;
  background-repeat: no-repeat;
}

.page-id-2270 #dsn-scrollbar {
  overflow: hidden;
}

.page-id-2270 .wrapper-footer {
  margin-top: 0;
}

.page-id-2270 .left_center img {
  position: absolute;
  top: 45%;
  left: 0;
  width: 14%;
  min-width: 110px;
  -webkit-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
}

.page-id-2270 .left_bottom img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12%;
  height: auto;
  -webkit-transform: translate(-23%, 26%);
  transform: translate(-23%, 26%);
  min-width: 100px;
}

.page-id-2270 .right_top img {
  position: absolute;
  top: 0;
  right: 0;
  width: 12%;
  min-width: 65px;
  -webkit-transform: translate(51%, -37%);
  transform: translate(51%, -37%);
}

.page-id-2270 .right_bottom img {
  position: absolute;
  bottom: 0;
  right: 69px;
  width: 10%;
  min-width: 70px;
  -webkit-transform: translateY(65%);
  transform: translateY(65%);
}

.far-from-image {
  min-width: 55px;
}

.far-from-text {
  width: calc(100% - 55px);
}

.hqs_left_bottom img {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-60%, 0%);
  transform: translate(-60%, 0%);
  min-width: 14%;
  width: 15%;
  max-width: 18%;
}

.Louis_left_bottom img {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(125%, -125%);
  transform: translate(125%, -125%);
  width: 5%;
}

.abstract_right-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  font-size: 24px;
}

.abstract_right-title img {
  height: 2.4em;
  margin-left: 10px;
  width: auto;
  margin-top: auto;
}

.hexagonal-service-active {
  position: absolute;
  width: calc(100% - 30px);
  max-width: 340px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  display: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hexagonal-service-active .close {
  position: absolute;
  top: 5px;
  font-size: 26px;
  right: 24%;
  color: #ffffff;
}

.hexagonal-service-active .close svg {
  width: 1em;
  height: 1em;
  display: block;
}

.hexagonal-service-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("images/hover-hexagon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.hexagonal-service-inner::before {
  content: "";
  padding: 0;
  display: block;
  padding: 0 0 87%;
  width: 1px;
  margin-right: -1px;
}

.hexagonal-service-info {
  padding: 12%;
  width: 100%;
}

.page-id-1550 .intro-project.section-p h2.title {
  max-width: 1024px;
}

.page-id-1550 .intro-project.section-p h2 {
  max-width: 1024px;
}

.page-id-1550 .header-top .header-container {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.page-id-1550 [data-overlay="0"]::before {
  opacity: 0.38;
}

.page-id-1550 .headefr-fexid .project-title .title-text-header {
  color: #fff;
}

.intro-project.section-p h2 {
  letter-spacing: 1px;
  font-weight: normal;
}

.intro-project.section-p h2.title {
  letter-spacing: 1.8px;
  font-weight: 600;
  max-width: 768px;
}

.page-template-page-career .header-top .header-container {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

@media screen and (min-width: 768px) {
  .hide-other-img .col-md-4.box-im:first-child {
    max-width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    margin: auto;
  }
  .header-top .nav__list-item {
    font-size: 30px;
  }
  .header-top .nav__list-item a {
    padding-left: 50px;
  }
  .our-services-2 .services-item {
    text-align: center;
  }
  .crowd-offers-outer .list-item {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .crowd-offers-outer .list-item .text {
    max-width: calc(100% - 100px);
  }
  .brands-benefit .flex-col.mid {
    width: 30%;
  }
  .brands-benefit .flex-col.mid .mid-title h3 {
    font-size: 23px;
  }
  .brands-benefit .flex-col {
    width: 35%;
  }
  .brands-benefit .flex-col .list-item {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-bottom: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brands-benefit .flex-col .list-item .text {
    width: calc(100% - 55px);
  }
  .brands-benefit .flex-row {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brands-benefit .flex-col.col-text-icon .list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
  }
  .text-col {
    width: 35%;
  }
  .text-col h4 {
    font-size: 22px;
  }
  .image-text-text-image .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-title-tag .elementor-heading-title.elementor-size-xxl {
    font-size: 40px;
  }
  .vpan-action-itms .list-item {
    margin-bottom: 60px;
    width: 50%;
  }
  .vpan-benefits-item .title-text h3 {
    font-size: 30px;
  }
  .bg-blue {
    padding: 70px 0 80px;
  }
  .image-col {
    width: 52%;
  }
  .section-title h3 {
    font-size: 30px;
  }
  .hexagonal-services-wrapper {
    padding: 50px 2.5% 10%;
  }
  .hexagonal-service-item {
    width: 25%;
    margin: 0 -2.51% 1.25%;
  }
  .hexagonal-service-item:nth-child(5n+1) {
    -webkit-transform: translateY(53%);
    transform: translateY(53%);
  }
  .hexagonal-service-item:nth-child(5n+3) {
    -webkit-transform: translateY(53%);
    transform: translateY(53%);
  }
  .hexagonal-service-item:nth-child(5n) {
    -webkit-transform: translateY(53%);
    transform: translateY(53%);
  }
  .hexagonal-service-item .hexa-title {
    padding: 30px 15px;
    font-size: 16px;
  }
  .hexagonal-service-item:hover .hexagonal-container {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  .hexagonal-service-item:focus .hexagonal-container {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  .hexagonal-service-item .hexagonal-service-hover {
    font-size: 7px;
    font-size: 7px;
  }
  .page-id-2270 .wrapper .top-banner {
    max-height: 980px;
  }
  .page-id-2270 .top-banner .big-text {
    padding: 0%;
  }
  .page-id-2270 .top-banner .big-text h1 {
    font-size: 2.6vw;
    text-align: center;
    text-transform: uppercase;
    max-width: 72%;
  }
  .page-id-2270 .banner-text ul li {
    min-width: 150px;
    font-size: 12px;
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 12px;
  }
  .page-id-2270 .banner-text ul li:nth-child(1) {
    top: 14%;
    right: 62%;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .page-id-2270 .banner-text ul li:nth-child(2) {
    right: auto;
    top: 18%;
    left: 69%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .page-id-2270 .banner-text ul li:nth-child(3) {
    top: 34%;
    left: 70%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .page-id-2270 .banner-text ul li:nth-child(4) {
    top: 66%;
    bottom: auto;
    left: 3px;
  }
  .page-id-2270 .banner-text ul li:nth-child(5) {
    bottom: 31%;
    right: 0;
  }
  .page-id-2270 .banner-text ul li:nth-child(6) {
    bottom: 24%;
    right: 33%;
  }
  .page-id-2270 .banner-text ul li:nth-child(7) {
    bottom: 19%;
    left: 31%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .page-id-2270 .hqs-inner {
    padding-top: 80px;
    width: 85%;
  }
  .page-id-2270 .hqs-items {
    padding: 80px 50px;
  }
  .page-id-2270 .hqs-item .hqs-image img {
    max-width: 200px;
  }
  .page-id-2270 .hqs_left_top img {
    min-width: 160px;
    top: 50px;
    margin-left: 80px;
  }
  .page-id-2270 .hqs_right_bottom img {
    -webkit-transform: translateX(37%);
    transform: translateX(37%);
    min-width: 120px;
  }
  .page-id-2270 .request-section {
    padding: 80px 50px 60px;
  }
  .page-id-2270 .request-items {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-id-2270 .request-item {
    width: 25%;
  }
  .page-id-2270 .request_left_top img {
    min-width: 180px;
  }
  .page-id-2270 .far-from-inner {
    padding: 80px 50px;
    width: 85%;
  }
  .page-id-2270 .far-from-item {
    width: 50%;
  }
  .page-id-2270 .left_center img {
    min-width: 130px;
    -webkit-transform: translate(-65%, -50%);
    transform: translate(-65%, -50%);
  }
  .page-id-2270 .right_top img {
    min-width: 80px;
  }
  .abstract_right-title {
    font-size: 40px;
    margin-bottom: 90px;
  }
  .dsn-slider .slide-inner .slide-item .image-container .image-bg .mobile-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dsn-slider .dsn-slider-content .slide-content .slide-content-inner {
    padding-top: 50px;
  }
  .page-id-2270 .hqs-item .hqs-text {
    font-size: 14px;
    padding: 10px 20px 10px 4px;
  }
  .page-id-2270 .content_right img {
    top: 66%;
    left: 51%;
    width: 5%;
  }
  .intro-project.section-p h2.title {
    font-size: 26px;
  }
  .intro-project.section-p h2 {
    font-size: 17px;
  }
  .dsn-slider .dsn-slider-content.project-title > .slide-content.dsn-active {
    width: 100%;
    bottom: 0;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-bottom: 30px;
  }
  .dsn-slider .dsn-slider-content.project-title > .slide-content.dsn-active {
    width: 100%;
    bottom: 0;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-bottom: 30px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(85%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 85%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  }
}
.dsn-slider-content .slide-content .slide-content-inner .link-custom a {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 400px) {
  .dsn-slider .dsn-slider-content .slide-content .slide-content-inner .title-text-header .title-text-header-inner {
    font-size: 34px;
  }
  .page-id-2142 .headefr-fexid .project-title .title-text-header .title-text-header-inner span {
    font-size: 28px;
  }
}
@media screen and (max-width: 360px) {
  .dsn-slider .dsn-slider-content .slide-content .slide-content-inner .title-text-header .title-text-header-inner {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header-top .header-container .nav {
    width: calc(100% - 100px);
  }
  .header-top .header-container .nav-content {
    display: block;
  }
  .header-top .nav__list-item a {
    padding-left: 30px;
    text-align: left;
  }
  .header-top .nav-content::before {
    width: 100px;
  }
  .header-top .nav-content::after {
    width: 100px;
  }
  .brand-client .wapper-client div.logo-box {
    width: 100%;
  }
  .root-work .projects-list .item {
    margin-top: 20px;
  }
  .root-work .projects-list .item:nth-child(2) {
    margin-top: 20px;
  }
  .root-work .projects-list .item a {
    padding: 0 0 60%;
    position: relative;
  }
  .root-work .projects-list .item a .item-info {
    left: 0;
    padding: 20px 15px 20px;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    text-align: left;
  }
  .root-work .projects-list .item a .item-info span {
    opacity: 1;
  }
  .root-work .projects-list .item a .item-info > span {
    margin-top: 10px;
  }
  .root-work .projects-list .item a:hover .item-info {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .root-work .projects-list .item a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .our-services-2 .services-item {
    margin: 0 15px 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .our-services-2 .one-title {
    text-align: center;
  }
  .our-services-2 .one-title .title-sub-container .title-sub {
    padding-left: 0;
  }
  .flex-col.mid {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .brands-benefit .flex-col .list-item {
    padding-bottom: 30px;
  }
  .brands-benefit .flex-col .list-item .text {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  .section-type-innovator .container.pb-100 {
    padding-left: 0;
    padding-right: 0;
  }
  .page-id-2009 .headefr-fexid {
    margin-top: 38px;
  }
  .page-id-2009 .headefr-fexid .project-title .title-text-header .title-text-header-inner span {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .crowd-offers-outer .list-item {
    text-align: center;
    padding-bottom: 20px;
  }
  .crowd-offers-outer .list-item .icon {
    display: inline-block;
    margin-bottom: 6px;
  }
  .page-id-2142 .headefr-fexid .project-title .title-text-header .title-text-header-inner span {
    margin-top: 30%;
    text-transform: uppercase;
    font-size: 50px;
  }
  .page-id-2270 .abstract_right-title {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-id-2270 .far-from-items {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-id-2270 .wrapper .top-banner {
    background-color: #00b0da;
    background-image: url("images/mobile-banner.png") !important;
    background-position: top, center;
    background-size: contain;
  }
  .page-id-2270 .wrapper .top-banner::after {
    padding-bottom: 178%;
  }
  .dsn-slider .slide-inner .slide-item .image-container .image-bg {
    background-image: none !important;
  }
}
@media screen and (max-width: 799px) {
  .our-team .custom-container {
    width: 100%;
  }
  .our-team .custom-container .slick-list {
    padding: 0;
  }
  .our-team .team-item {
    margin-right: 0;
  }
  .our-team .team-item .box-img {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  .our-team .team-item .box-content {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  .our-team .one-title {
    text-align: center;
  }
  .our-team .one-title .title-sub-container .title-sub {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .header-top .nav__list-item a {
    padding-left: 15px;
    font-size: 17px;
    letter-spacing: 2px;
  }
  .root-work .projects-list .item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .root-work .projects-list .item a {
    padding: 0 0 70%;
  }
  .page-id-2270 .far-from-section {
    padding: 10% 0;
  }
  .page-id-2270 .hqs-section {
    padding-bottom: 50px;
  }
  .page-id-2270 .content_right {
    position: absolute;
    width: 9%;
    height: auto;
    top: 66.5%;
    left: 69%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 380px) {
  .root-work .projects-list .item {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .effect-ajax {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .dsn-active .effect-ajax {
    display: inline-block;
    background: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 60px 60px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 60px 60px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
  }
}
@media screen and (min-width: 992px) {
  form.wpcf7-form .input__wrap.controls {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }
  .dsn-slider-content .slide-content .slide-content-inner .title-text-header .title-text-header-inner {
    max-width: 12em;
  }
  form.wpcf7-form .input__wrap.controls > div {
    padding: 0 12px;
  }
  form.wpcf7-form .input__wrap.controls > div.form-group {
    width: 50%;
  }
  form.wpcf7-form .input__wrap.controls > div.image-zoom {
    width: 100%;
    text-align: center;
  }
  .brands-benefit .flex-col.mid .mid-title h3 {
    font-size: 25px;
  }
  .main-title-tag .elementor-heading-title.elementor-size-xxl {
    font-size: 60px;
  }
  .text-col {
    width: 38%;
    width: 35%;
  }
  .section-title h3 {
    font-size: 35px;
  }
  .pb-100 {
    padding-bottom: 100px;
  }
  .sub-title-title h4 {
    font-weight: 700;
    font-size: 26px;
    margin-top: 15px;
  }
  .sub-title-title h2 {
    font-size: 50px;
    margin-top: 15px;
  }
  .title-sub-title h4 {
    font-weight: 700;
    font-size: 26px;
    margin-top: 15px;
  }
  .title-sub-title h2 {
    font-size: 50px;
  }
  .text-title-section h2 {
    font-size: 50px;
    margin-top: 30px;
    text-transform: uppercase;
  }
  .text-title-section p {
    color: #ffffff;
    font-size: 27px;
  }
  .v-light .text-title-section p {
    color: #000000;
  }
  .vpan-action-itms .list-item:nth-child(3n+1) {
    width: 28%;
  }
  .vpan-action-itms .list-item:nth-child(3n+2) {
    width: 35%;
  }
  .vpan-action-itms .list-item:nth-child(3n) {
    width: 37%;
  }
  .vpan-benefits-brands h2 {
    font-size: 52px;
  }
  .image-col {
    width: 54%;
  }
  .hexagonal-service-item .hexa-title {
    font-size: 19px;
  }
  .hexagonal-service-item .hexagonal-service-hover {
    font-size: 9px;
  }
  .page-id-2270 .banner-text ul li {
    font-size: 13px;
  }
  .page-id-2270 .hqs-inner {
    width: 80%;
  }
  .page-id-2270 .hqs-items {
    padding: 80px;
  }
  .page-id-2270 .hqs-item {
    width: 33.3333%;
    max-width: 290px;
  }
  .page-id-2270 .request-section {
    padding: 110px 80px 80px;
  }
  .page-id-2270 .far-from-inner {
    width: 80%;
    padding: 80px;
  }
  .far-from-image {
    min-width: 70px;
  }
  .far-from-text {
    width: calc(100% - 70px);
  }
}
@media screen and (min-width: 360px) {
  .text-col h4 {
    font-size: 14px;
  }
  .page-id-2270 .request-section {
    padding: 60px 30px 40px;
  }
}
@media screen and (max-width: 479px) {
  .vpan-benefits-item {
    text-align: center;
  }
  .vpan-benefits-item .icon {
    display: inline-block;
    margin-bottom: 10px;
    display: inline-block;
    margin-bottom: 10px;
    max-width: 120px;
  }
  .vpan-benefits-item .title-text {
    font-size: 18px;
  }
  .vpan-benefits-item .title-text h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 480px) {
  .vpan-benefits-item {
    padding-top: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vpan-benefits-item .icon {
    min-width: 160px;
  }
  .vpan-benefits-item .title-text {
    max-width: calc(100% - 160px);
    color: #ffffff;
    font-size: 20px;
  }
  .vpan-benefits-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .vpan-benefits-item:nth-child(2n) .title-text {
    padding-right: 30px;
    text-align: right;
  }
  .vpan-benefits-item:nth-child(2n+1) .title-text {
    padding-left: 30px;
  }
  .text-col h4 {
    font-size: 16px;
  }
  .hexagonal-service-item .hexa-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 679px) {
  .vpan-action-itms {
    margin-left: auto;
    margin-right: auto;
    max-width: 415px;
  }
  .vpan-action-itms .list-item .number img {
    max-height: 160px;
    width: auto;
  }
  .icon-text-mid .text h4 {
    font-size: 16px;
  }
  .icon-text-mid .list-item:nth-child(2n+1) .text {
    padding-right: 40px;
  }
  .icon-text-mid .list-item:nth-child(2n) .text {
    padding-left: 40px;
  }
}
@media screen and (min-width: 380px) {
  .flex-col.icon-text-mid {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 556px) {
  .section-title {
    padding: 50px 0 70px;
  }
  .section-title h3 {
    font-size: 24px;
  }
  .image-col {
    width: 50%;
  }
  .text-col h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 680px) {
  .flex-col.icon-text-mid {
    max-width: 680px;
  }
  .icon-text-mid .list-item > div {
    padding: 60px 83px 70px;
  }
  .vpan-action-itms .list-item {
    margin-bottom: 60px;
    width: 50%;
  }
  .vpan-benefits-brands h2 {
    font-size: 40px;
  }
  .text-col h4 {
    font-size: 20px;
  }
  .section-title {
    padding: 60px 0 80px;
  }
}
@media screen and (min-width: 880px) {
  .brands-benefit .flex-col.mid .mid-title h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .page-id-2009 .headefr-fexid {
    height: 56vw;
  }
}
@media screen and (max-width: 992px) {
  .page-id-1860 .headefr-fexid {
    height: calc(80vw + 60px);
  }
  .page-id-1860 .headefr-fexid .bg {
    height: calc(80vw - 60px);
  }
  .page-id-1860 .headefr-fexid .project-title .title-text-header {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    left: 0;
  }
  .page-id-1860 .admin-bar .headefr-fexid {
    height: calc(80vw + 60px);
  }
  .page-id-2142 .headefr-fexid {
    max-height: 68vw;
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .page-id-1860 .headefr-fexid {
    margin-top: 75px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .hexagonal-service-item:nth-child(3n+1) {
    -webkit-transform: translateY(53%);
    transform: translateY(53%);
  }
  .hexagonal-service-item:nth-child(3n) {
    -webkit-transform: translateY(53%);
    transform: translateY(53%);
  }
}
@media screen and (max-width: 599px) {
  .hexagonal-service-item {
    margin: -18% -4.015% -18%;
    cursor: pointer;
    position: static;
  }
  .hexagonal-service-item:nth-child(3n+1) {
    margin-top: 21%;
  }
  .hexagonal-service-item:nth-child(3n) {
    margin-top: 21%;
  }
  .hexagonal-service-hover {
    display: none !important;
  }
}
@media screen and (min-width: 400px) {
  .hexagonal-service-item .hexa-title {
    font-size: 13px;
  }
}
@media screen and (min-width: 600px) {
  .hexagonal-service-item .hexa-title {
    font-size: 16px;
  }
  .hexagonal-service-item:hover .hexagonal-container {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  .hexagonal-service-item:hover .hexa-title {
    opacity: 0;
    visibility: hidden;
  }
  .hexagonal-service-item:focus .hexagonal-container {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  .hexagonal-service-item:focus .hexa-title {
    opacity: 0;
    visibility: hidden;
  }
  .hexagonal-service-active {
    display: none !important;
  }
}
@media screen and (min-width: 800px) {
  .hexagonal-service-item:hover .hexagonal-container {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  .hexagonal-service-item:focus .hexagonal-container {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  .hexagonal-service-item .hexagonal-service-hover {
    font-size: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .hexagonal-service-item .hexa-title {
    font-size: 22px;
  }
  .hexagonal-service-item .hexagonal-service-hover {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 1.2;
  }
  .page-id-2270 .top-banner .big-text h1 {
    font-size: 2.5vw;
    max-width: 71%;
  }
  .page-id-2270 .banner-text ul li {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-id-2270 .hqs-item .hqs-image img {
    max-width: 250px;
  }
  .page-id-2270 .request-section {
    padding: 80px 100px 100px;
  }
  .page-id-2270 .request-items {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-id-2270 .far-from-item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 575px) {
  .page-id-2142 .headefr-fexid .project-title .title-text-header .title-text-header-inner span {
    font-size: 36px;
  }
}
@media screen and (min-width: 1400px) {
  .page-id-2270 .top-banner .big-text h1 {
    font-size: 36px;
    max-width: 27em;
  }
  .page-id-2270 .banner-text ul li {
    font-size: 15px;
  }
  .page-id-2270 .hqs-inner {
    max-width: 1400px;
  }
  .page-id-2270 .request-items {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-id-2270 .far-from-inner {
    max-width: 1400px;
  }
}
@media screen and (min-width: 576px) {
  .page-id-2270 .hqs-item {
    width: 50%;
  }
}
/*--------============= new css upadte==================-------- */
.gallery-col .gallery-col.box-im {
  padding: 0 !important;
  margin: 0 !important;
}

.col-md-4-remover .col-md-4 {
  padding: 0px !important;
}

.col-md-4-remover .box-im.section-padding::after {
  content: "View More";
  position: absolute;
  top: -25px;
  right: -25px;
  height: 100px;
  width: 100px;
  text-align: center;
  background: #000;
  font-size: 14px;
  padding: 15px 20px 0 9px;
  line-height: 1.2;
  font-weight: 600;
  border-radius: 50% 0 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-text-center .headefr-fexid .project-title .title-text-header .title-text-header-inner span {
  margin-left: auto;
  margin-right: auto;
}

.banner-light .headefr-fexid .project-title .title-text-header .title-text-header-inner span {
  color: #00aeef;
  text-shadow: 0 0 45px #fff, 0 0 60px #fff, 0 0 45px #fff;
}

.banner-text-center .mb-section {
  margin-bottom: 0;
}

.banner-light .header-top .header-container .menu-icon__line {
  background-color: #01aeef;
}

@media screen and (max-width: 767px) {
  .header-hero.header-hero-2 .contenet-hero {
    padding: 90px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .banner-small-height .headefr-fexid {
    height: auto;
    min-height: 69vw;
    margin-top: 40px;
  }
  .banner-small-height .headefr-fexid .project-title .title-text-header .title-text-header-inner {
    color: #fff;
    padding-top: 24%;
  }
  .next-post-up.section-margin {
    margin-bottom: 0;
  }
}
.contact-up {
  background-color: #222222;
}

.contact-up::before {
  background-color: #333333;
}

/* uodate css date of 03-22-22 */
@media screen and (max-width: 576px) {
  .elementor-2142 .elementor-element.elementor-element-805f4fc,
  .elementor-2414 .elementor-element.elementor-element-805f4fc {
    padding: 20px 0px 20px 0px;
  }
}
@media screen and (max-width: 576px) {
  .dsn-button-sidebar {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 992px) {
  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-id-2425 .title-text-header span {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 576px) {
  .page-id-2425 .elementor-top-section .elementor-row {
    text-align: center;
  }
}
.page-id-2422 .title-text-header h1 span {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
}

.page-id-2422 .main-logo img {
  min-height: 40px;
}

@media screen and (max-width: 576px) {
  .page-id-2422 .main-logo img {
    min-height: 30px;
  }
}
.page-id-2422 .header-top .header-container .menu-icon .icon-m {
  width: 35px !important;
  height: 30px;
}

.page-id-2422 .icon-m span {
  left: 0 !important;
  margin-bottom: 6px !important;
  height: 3px !important;
  width: 100% !important;
}

.page-id-2422 .project-title h1 span {
  text-shadow: none !important;
  color: #fff !important;
}

.page-id-2419 .title-text-header span {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  color: #fff !important;
  text-shadow: none !important;
  margin-top: 20% !important;
}

@media screen and (max-width: 576px) {
  .page-id-2419 .title-text-header span {
    margin-top: 50% !important;
  }
}
.page-id-2419 .project-title {
  /* justify-content: flex-end!important; */
}

.page-id-2419 .main-logo img {
  min-height: 40px;
}

@media screen and (max-width: 576px) {
  .page-id-2419 .main-logo img {
    min-height: 30px;
  }
}
.page-id-2419 .header-top .header-container .menu-icon .icon-m {
  width: 35px !important;
  height: 30px;
}

.page-id-2419 .icon-m span {
  left: 0 !important;
  margin-bottom: 6px !important;
  height: 3px !important;
  width: 100% !important;
}

.workSwiper .swiper-button-next,
.workSwiper .swiper-button-prev {
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  background-image: unset;
}

.workSwiper .swiper-button-next::after,
.workSwiper .swiper-button-prev::after {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}

.letstalk-btn-cont {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
}

.lets-talk-btn {
  position: absolute;
  height: 90px;
  width: 90px;
  background: #00b2f4;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 0.88px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 100%;
  right: -20px;
  top: 15px;
  padding: 18px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lets-talk-btn::before,
.letstalk-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: inherit;
  width: inherit;
  background: inherit;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: ease all 0.8s;
  transition: ease all 0.8s;
}

.showLetstalk .lets-talk-btn::before,
.showLetstalk .letstalk-icon::before {
  -webkit-transform: translate(-50%, -50%) scale(100);
          transform: translate(-50%, -50%) scale(100);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 100;
}

.showLetstalk .contact-us-section {
  opacity: 1 !important;
  pointer-events: all !important;
  -webkit-transition: ease all 0.8s !important;
  transition: ease all 0.8s !important;
  overflow-x: hidden;
  overflow-y: scroll;
}

.showLetstalk .lets-talk-btn {
  color: #00b2f4;
}

.contact-us-section {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  z-index: 9999;
  height: 100%;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  background-color: #00b2f4;
}

@media screen and (min-width: 768px) {
  .contact-us-section {
    background-color: unset;
  }
}
.lets-talk-form-wrap {
  position: relative;
  padding: 56px 0 12px 12px;
  height: 100%;
  min-height: calc(100vh - 125px);
  margin-left: -12px;
}

@media screen and (min-width: 768px) {
  .lets-talk-form-wrap {
    padding: 56px 0 50px 72px;
    margin-left: 35px;
  }
}
.lets-talk-form-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #efefef;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-top-left-radius: 70px;
}

@media screen and (max-width: 768px) {
  .lets-talk-form-wrap::after {
    border-top-left-radius: 100%;
    width: 250%;
    left: -75%;
    border-top-right-radius: 100%;
  }
}
@media screen and (max-width: 575.5px) {
  .lets-talk-form-wrap::after {
    border-radius: 0px !important;
  }
}

.lets-talk-form-wrap::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  background: #efefef;
  height: 100%;
  width: 100%;
  z-index: -1;
  display: none;
}
@media screen and (min-width: 576px) {
  .lets-talk-form-wrap::before {
    display: unset;
  }
}

.lets-talk-desc h3 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.12;
  letter-spacing: normal;
  color: #efefef;
  margin: 0 0 28px;
}

.lets-talk-desc p {
  margin: 28px 0;
}

.lets-talk-define,
.lets-talk-seperator {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.88px;
  color: #000000;
  text-transform: uppercase;
}

.lets-talk-seperator {
  margin: 28px 0;
}

.close-form {
  position: absolute;
  right: -30px;
  top: -80px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.close-form::before,
.close-form::after {
  position: absolute;
  left: 15px;
  content: "";
  height: 29px;
  width: 3px;
  background-color: #fff;
}

.close-form::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-form::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.lets-talk-form-wrap form .lets-talk-form-title {
  color: #000;
}

.lets-talk-form-wrap form span {
  margin-bottom: 8px;
}

.lets-talk-form-wrap form span .wpcf7-form-control {
  padding: 10px 12px;
  border-bottom: 2px solid #dadada;
  width: 100%;
  color: #000;
}

.lets-talk-form-wrap form span .wpcf7-form-control::-webkit-input-placeholder {
  font-size: 16px;
  color: #777;
}

.lets-talk-form-wrap form span .wpcf7-form-control::-moz-placeholder {
  font-size: 16px;
  color: #777 !important;
}

.lets-talk-form-wrap form span .wpcf7-form-control:-ms-input-placeholder {
  font-size: 16px;
  color: #777;
}

.lets-talk-form-wrap form span .wpcf7-form-control::-ms-input-placeholder {
  font-size: 16px;
  color: #777 !important;
}

.lets-talk-form-wrap form span .wpcf7-form-control::placeholder {
  font-size: 16px;
  color: #777 !important;
}

@media screen and (min-width: 768px) {
  .lets-talk-form-wrap form span .wpcf7-form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .lets-talk-form-wrap form span .wpcf7-form-control::-moz-placeholder {
    font-size: 14px;
  }
  .lets-talk-form-wrap form span .wpcf7-form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .lets-talk-form-wrap form span .wpcf7-form-control::-ms-input-placeholder {
    font-size: 14px;
  }
  .lets-talk-form-wrap form span .wpcf7-form-control::placeholder {
    font-size: 14px;
  }
}
.contact-us-wrap {
  margin-top: 100px;
  position: relative;
  padding-left: 12px;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .contact-us-wrap {
    padding-left: 35px;
  }
}
.lets-talk-desc {
  padding-left: px;
}

@media screen and (min-width: 768px) {
  .lets-talk-desc {
    padding-left: 70px;
  }
}
.employee-strength {
  position: relative;
}

.employee-strength::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-mask-image: url("images/select-arrow.svg");
  mask-image: url("images/select-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center right;
  mask-position: center right;
  -webkit-mask-size: 14px;
  mask-size: 14px;
  background-color: #777;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.employee-strength select.wpcf7-select {
  background-color: transparent;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
  border-radius: 0;
  color: #777;
  padding: 0;
  overflow: -moz-hidden-unscrollable;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  padding-left: 6px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .employee-strength select.wpcf7-select {
    font-size: 20px;
  }
}
.fa-brands {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
}

.lets-talk-desc .social ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lets-talk-desc .social ul li {
  list-style: none;
  padding-right: 20px;
}

.lets-talk-desc .social ul li a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
}

.lets-talk-desc .social ul li:nth-child(1) a {
  background-color: #3b5998;
}
.lets-talk-desc .social ul li:nth-child(2) a {
  background: rgb(254, 218, 117);
  background: linear-gradient(328deg, rgb(254, 218, 117) 0%, rgb(250, 126, 30) 41%, rgb(230, 78, 79) 74%, rgb(79, 91, 213) 100%);
}
.lets-talk-desc .social ul li:nth-child(3) a {
  background-color: #00acee;
}
.lets-talk-desc .social ul li:nth-child(4) a {
  background-color: #0072b1;
}

.lets-talk-desc .social ul li a i {
  color: #fff;
}

footer {
  padding: 60px 0px 30px 0;
}

body.home footer {
  display: none;
}

@media screen and (min-width: 1400px) {
  footer .container {
    max-width: 1340px;
  }
}
footer .footer-menu {
  color: #fff;
}

footer .footer-menu h5 {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 22px;
}

footer .footer-menu ul {
  padding-bottom: 30px;
}

footer .footer-menu ul li {
  padding-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

footer .footer-menu .login {
  padding-bottom: 30px;
}

footer .footer-menu .login a {
  padding: 8px 16px;
  display: inline-block;
  background-color: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

footer .footer-menu .login a img {
  margin-right: 10px;
}

footer .social ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

footer .social ul li {
  padding-bottom: 0;
}

footer .social ul li:not(:last-child) {
  padding-right: 12px;
}

footer .social ul li a {
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

footer .social ul li a:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.footer-bottom {
  text-align: center;
  color: #ffffff;
  padding-top: 12px;
}

.do-and-dont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -50px;
}

.do-and-dont .do-wrapper {
  width: 100%;
  margin-right: -100%;
}

.do-and-dont .dont-wrapper {
  width: 100%;
}

.do-and-dont .img-wrapper {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  opacity: 0;
}

.do-and-dont .img-wrapper.active {
  opacity: 1;
}

.do-and-dont .img-wrapper img {
  width: 100%;
  height: auto;
}

.do-and-dont .do-dont-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.do-and-dont .do-dont-btn button:nth-child(1) {
  position: absolute;
  left: 0%;
  top: 25%;
}
@media screen and (min-width: 768px) {
  .do-and-dont .do-dont-btn button:nth-child(1) {
    top: 30%;
    left: 0%;
  }
}

.do-and-dont .do-dont-btn button:nth-child(2) {
  position: absolute;
  top: 23%;
  right: 0%;
  top: 25%;
}
@media screen and (min-width: 768px) {
  .do-and-dont .do-dont-btn button:nth-child(2) {
    top: 30%;
    right: 0%;
  }
}

.do-dont-btn button {
  width: 16% !important;
  padding: 12px 0 !important;
}

.logos-hover-sec {
  padding-bottom: 60px;
}

.logos-hover-sec .col-md-3,
.logos-hover-sec .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .logos-hover-sec .col-md-3,
  .logos-hover-sec .col-md-4 {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.logos-hover-sec .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-color: #090909;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  padding: 60px 20px;
  margin-bottom: 12px;
  width: 100%;
}

.logos-hover-sec .logo-wrapper img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  max-width: 180px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 80px;
}

.logos-hover-sec .logo-wrapper a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.logos-hover-sec .logo-wrapper:hover img {
  filter: none;
  -webkit-filter: none;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.logos-hover-sec .logo-wrapper:hover a {
  width: 100%;
}

.logos-title {
  margin-bottom: 0 !important;
}

.abstract-images {
  display: none;
}
@media screen and (min-width: 992px) {
  .abstract-images {
    display: unset;
  }
}
.abstract-images .lets-talk-left-icon {
  position: absolute;
  top: 0;
  left: 0%;
}
.abstract-images .lets-talk-left-icon img {
  width: 100%;
  display: none;
}
@media screen and (min-width: 1400px) {
  .abstract-images .lets-talk-left-icon img {
    max-width: 68%;
    display: unset;
  }
}
@media screen and (min-width: 1600px) {
  .abstract-images .lets-talk-left-icon img {
    max-width: 80%;
  }
}
.abstract-images .lets-talk-right-top {
  position: absolute;
  top: 0;
  left: 40%;
}
.abstract-images .lets-talk-right-top img {
  width: 200px;
}
.abstract-images .lets-talk-right-bottom {
  position: absolute;
  left: 43%;
  top: 88%;
}
.abstract-images .lets-talk-right-bottom img {
  width: 100px;
}

.service-tab-items {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .service-tab-items {
    font-size: 20px;
  }
}
.service-tab-items .main-wrapper {
  padding: 30px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  margin-bottom: 12px;
  height: 16.4em;
  color: #000;
}
.service-tab-items .main-wrapper h2,
.service-tab-items .main-wrapper h4 {
  color: inherit;
}
.service-tab-items .main-wrapper h2 {
  width: 100%;
  margin-right: -100%;
  font-size: 32px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (min-width: 576px) {
  .service-tab-items .main-wrapper h2 {
    font-size: 46px;
  }
}
@media screen and (min-width: 768px) {
  .service-tab-items .main-wrapper h2 {
    font-size: 62px;
  }
}
@media screen and (min-width: 1400px) {
  .service-tab-items .main-wrapper h2 {
    font-size: 72px;
  }
}
.service-tab-items .main-wrapper .hover-wrapper {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.service-tab-items .main-wrapper .hover-wrapper a {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background-color: #000;
  color: inherit;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  font-size: 18px;
  padding: 20px 50px;
}
@media screen and (min-width: 992px) {
  .service-tab-items .main-wrapper .hover-wrapper a {
    padding: 20px 100px;
  }
}
.service-tab-items .main-wrapper .hover-wrapper a:hover {
  background-color: #fff;
}
.service-tab-items .main-wrapper:hover h2 {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.service-tab-items .main-wrapper:hover .hover-wrapper {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.service-tab-items .main-wrapper:nth-child(1) {
  background-color: #ff017e;
}
.service-tab-items .main-wrapper:nth-child(1) a {
  background-color: #fff;
  color: #ff017e;
}
.service-tab-items .main-wrapper:nth-child(1) a:hover {
  background-color: #000;
}
.service-tab-items .main-wrapper:nth-child(1) .hover-wrapper,
.service-tab-items .main-wrapper:nth-child(1) h2,
.service-tab-items .main-wrapper:nth-child(1) h4 {
  color: #fff;
}
.service-tab-items .main-wrapper:nth-child(2) {
  background-color: #ffaa1c;
}
.service-tab-items .main-wrapper:nth-child(2) a {
  background-color: #000000;
  color: #ffaa1c;
}
.service-tab-items .main-wrapper:nth-child(3) {
  background-color: #fff000;
}
.service-tab-items .main-wrapper:nth-child(3) a {
  background-color: #000000;
  color: #fff000;
}
.service-tab-items .main-wrapper:nth-child(4) {
  background-color: #08e8de;
}
.service-tab-items .main-wrapper:nth-child(4) a {
  background-color: #000000;
  color: #08e8de;
}
.service-tab-items .main-wrapper:nth-child(5) {
  background-color: #1a75d2;
}
.service-tab-items .main-wrapper:nth-child(5) a {
  background-color: #fff;
  color: #1a75d2;
}
.service-tab-items .main-wrapper:nth-child(5) .hover-wrapper,
.service-tab-items .main-wrapper:nth-child(5) h2,
.service-tab-items .main-wrapper:nth-child(5) h4 {
  color: #fff;
}
.service-tab-items .main-wrapper:nth-child(6) {
  background-color: #65ff00;
}
.service-tab-items .main-wrapper:nth-child(6) a {
  background-color: #000000;
  color: #65ff00;
}
.service-tab-items .main-wrapper:nth-child(7) {
  background-color: #b494f6;
}
.service-tab-items .main-wrapper:nth-child(7) a {
  background-color: #000000;
  color: #b494f6;
}

.cards-aniamtion-sec {
  margin-top: 30px !important;
}
@media screen and (min-width: 1400px) {
  .cards-aniamtion-sec .elementor-container {
    max-width: 1320px !important;
  }
}

.button-lets-connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 40px;
}
.button-lets-connect h2 {
  text-align: center;
  font-size: 46px;
}
@media screen and (min-width: 768) {
  .button-lets-connect h2 {
    font-size: 52px;
  }
}
@media screen and (min-width: 992) {
  .button-lets-connect h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1200) {
  .button-lets-connect h2 {
    font-size: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .button-lets-connect h2 {
    font-size: 100px;
  }
}
.button-lets-connect .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: 10px;
}
.button-lets-connect .buttton {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #24c3ff;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(36, 195, 255, 0.6980392157);
          box-shadow: 0px 0px 20px 3px rgba(36, 195, 255, 0.6980392157);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  position: relative;
  cursor: pointer !important;
}
.button-lets-connect .buttton::before {
  content: "";
  position: absolute;
  left: auto;
  bottom: 100%;
  right: auto;
  width: 2px;
  background-color: #ffffff;
  height: 35%;
}
@media screen and (min-width: 576px) {
  .button-lets-connect .buttton::before {
    height: 42%;
  }
}
.button-lets-connect .buttton a.button-popup {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
.button-lets-connect .buttton a.button-popup span {
  display: block;
  font-size: 20px;
  margin-left: -20px;
}

.coffee-sec {
  text-align: center;
  padding-top: 60px;
}
.coffee-sec .coffee-img img {
  width: 100%;
}
.coffee-sec .coffee-caption {
  text-align: center;
}
.coffee-sec .coffee-caption h5 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .coffee-sec .coffee-caption h5 {
    font-size: 48px;
  }
}
.coffee-sec .coffee-caption p {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .coffee-sec .coffee-caption p {
    font-size: 24px;
  }
}

.lets-talk-btn {
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lets-talk-btn span {
  font-size: 18px;
  display: block;
}

#droow-primary-list li {
  padding-bottom: 16px;
}
#droow-primary-list li a {
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
#droow-primary-list li a::after {
  content: "";
  position: absolute;
  left: 100%;
  width: 0px;
  height: 5px;
  background-color: #fff;
  top: 50%;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#droow-primary-list li a:hover {
  font-weight: bold !important;
}
#droow-primary-list li a:hover::after {
  width: 50px;
}

@media screen and (max-width: 991.5px) {
  .page-id-925 .headefr-fexid,
  .page-id-1429 .headefr-fexid {
    height: 58vw;
  }
}
.page-id-925 .headefr-fexid .bg,
.page-id-1429 .headefr-fexid .bg {
  opacity: 0.75;
}

.do-dont-btn button {
  border: none !important;
  letter-spacing: normal;
  font-weight: bold !important;
  background-color: unset !important;
  width: 30% !important;
  font-size: 12px !important;
}
@media screen and (min-width: 768px) {
  .do-dont-btn button {
    font-size: 20px !important;
    width: 50% !important;
  }
}
.do-dont-btn button::before {
  display: none;
}
.do-dont-btn button span {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.5 ease-in-out;
  transition: all 0.5 ease-in-out;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .do-dont-btn button span {
    width: 52px;
    height: 52px;
  }
}
.do-dont-btn button span img {
  width: 20px;
  height: auto;
}
.do-dont-btn button span::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -webkit-animation: circle1 2s infinite;
          animation: circle1 2s infinite;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .do-dont-btn button span::before {
    width: 52px;
    height: 52px;
  }
}
.do-dont-btn button span::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -webkit-animation: circle 1s infinite;
          animation: circle 1s infinite;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .do-dont-btn button span::after {
    width: 52px;
    height: 52px;
  }
}
.do-dont-btn button.active span::after, .do-dont-btn button.active span::before {
  background-color: unset !important;
}
.do-dont-btn button:nth-child(1) span {
  background-color: #00a552;
}
.do-dont-btn button:nth-child(1) span::after, .do-dont-btn button:nth-child(1) span::before {
  background-color: #00a552;
}
.do-dont-btn button:nth-child(2) span {
  background-color: #f72521;
}
.do-dont-btn button:nth-child(2) span::after, .do-dont-btn button:nth-child(2) span::before {
  background-color: #f72521;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}
@-webkit-keyframes circle1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes circle1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}
.page-template-page-contact .contact-us-section-test, .page-template-page-contact-thankyou .contact-us-section-test {
  background-color: #00b2f4;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.page-template-page-contact .contact-us-section-test .lets-talk-form-wrap h2, .page-template-page-contact-thankyou .contact-us-section-test .lets-talk-form-wrap h2 {
  color: #007aa9;
  text-align: center;
}
.page-template-page-contact .lets-talk-form-title, .page-template-page-contact-thankyou .lets-talk-form-title {
  color: #00b2f4 !important;
  font-weight: bold;
  font-size: 18px;
}
.page-template-page-contact .page-content, .page-template-page-contact-thankyou .page-content {
  position: relative;
}
.page-template-page-contact .page-content > .container, .page-template-page-contact-thankyou .page-content > .container {
  max-width: 100%;
  padding: 0;
}
.page-template-page-contact .contact-us-wrap, .page-template-page-contact-thankyou .contact-us-wrap {
  padding-top: 80px;
  margin-top: 80px;
}

.cursor {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  z-index: 999999;
  pointer-events: none;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0.3) translate(-50%, -50%);
  transform: scale(0.3) translate(-50%, -50%);
  mix-blend-mode: exclusion;
}

.cursor.cursor-view {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.cursor.cursor-view .cursor-view span {
  line-height: 76px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  -webkit-transition: opacity 0.35s ease 0.25s;
  transition: opacity 0.35s ease 0.25s;
  opacity: 1;
  visibility: visible;
  mix-blend-mode: normal;
}

.cursor.cursor-close {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.cursor.cursor-close .cursor-close span {
  line-height: 76px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  -webkit-transition: opacity 0.35s ease 0.25s;
  transition: opacity 0.35s ease 0.25s;
  opacity: 1;
  visibility: visible;
  mix-blend-mode: normal;
}

.cursor.cursor-link {
  -webkit-transform: scale(1.2) translate(-50%, -50%);
  transform: scale(1.2) translate(-50%, -50%);
}

.cursor.cursor-link .cursor-link span {
  line-height: 76px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  -webkit-transition: opacity 0.35s ease 0.25s;
  transition: opacity 0.35s ease 0.25s;
  opacity: 1;
  visibility: visible;
  mix-blend-mode: normal;
}

@media only screen and (max-width: 991px) {
  .cursor {
    display: none;
  }
}
.cursor .cursor-helper {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  text-align: center;
}

.cursor .cursor-helper span {
  opacity: 0;
  visibility: hidden;
  text-shadow: 20px 20px 20px #000;
}

.page-id-2971 {
  --page-color:#FFAA1C;
  --text-color:#2A0909;
}
.page-id-2971 .text {
  color: var(--page-color, #FF017E) !important;
  color: inherit;
}

.page-id-2974 {
  --page-color:#FFF000;
  --text-color:#2A0909;
}
.page-id-2974 .banner-content * {
  color: var(--page-color, #FF017E);
}

.page-id-2977 {
  --page-color:#08E8DE;
  --text-color:#2A0909;
}

.page-id-2980 {
  --page-color:#1A75D2;
}

.page-id-2983 {
  --page-color:#65FF00;
  --text-color:#2A0909;
}

.page-id-2986 {
  --page-color:#B494F6;
  --text-color:#2A0909;
}

@media screen and (min-width: 1400px) {
  .page-id-2960 .container {
    max-width: 1320px;
  }
}

.page-id-2960 .socialSwiper {
  background-color: var(--page-color, #FF017E);
}

.banner-full-content .banner-content h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .banner-full-content .banner-content h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-full-content .banner-content h2 {
    font-size: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-full-content .banner-content h2 {
    font-size: 90px;
  }
}

.full-page-content-with-color h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .full-page-content-with-color h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .full-page-content-with-color h2 {
    font-size: 46px;
  }
}
@media screen and (min-width: 1400px) {
  .full-page-content-with-color h2 {
    font-size: 62px;
  }
}

.banner-full-content .banner-content h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .banner-full-content .banner-content h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-full-content .banner-content h1 {
    font-size: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-full-content .banner-content h1 {
    font-size: 100px;
  }
}

.banner-full-content {
  margin-top: 75px;
  margin-bottom: 50px;
  padding: 100px 0;
}
@media screen and (min-width: 576px) {
  .banner-full-content {
    margin-bottom: 80px;
    padding: 180px 0;
  }
}
.banner-full-content .banner-content {
  text-align: center;
  color: #fff;
}
.banner-full-content .banner-content h4 {
  padding-top: 40px;
  opacity: 0.8;
}
@media screen and (max-width: 575.5px) {
  .banner-full-content .banner-content h4 {
    font-size: 20px;
  }
}

.social-slide-sec .socialSwiper {
  padding: 30px 2px;
  border-radius: 28px;
}
.social-slide-sec .socialSwiper .swiper-slide {
  height: auto;
}
.social-slide-sec .socialSwiper .swiper-slide .icon-bg {
  height: 100%;
}
.social-slide-sec .socialSwiper .swiper-slide .icon-bg img {
  height: 100%;
}
.social-slide-sec .socialSwiper .swiper-slide .icon-bg .icon {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.social-slide-sec .socialSwiper .swiper-slide .icon-bg .text {
  opacity: 0;
  visibility: hidden;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: var(--text-color, #fff);
}
.social-slide-sec .socialSwiper .swiper-slide .icon-bg .text h5 {
  font-size: 28px;
  color: inherit;
}
.social-slide-sec .socialSwiper .swiper-slide .icon-bg.hover-content:hover .icon {
  opacity: 0;
  visibility: hidden;
}
.social-slide-sec .socialSwiper .swiper-slide .icon-bg.hover-content:hover .text {
  opacity: 1;
  visibility: visible;
}
.social-slide-sec .icon-bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.social-slide-sec .icon-bg img {
  margin-right: -100%;
  width: 100%;
}
.social-slide-sec .icon-bg .icon-with-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}
.social-slide-sec .icon-bg .icon {
  margin-right: -100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-slide-sec .icon-bg .icon img {
  width: auto;
  margin: 0 auto;
  max-height: 70px;
}
@media screen and (min-width: 576px) {
  .social-slide-sec .icon-bg .icon img {
    max-height: 100px;
  }
}
.social-slide-sec .icon-bg .text {
  width: 100%;
}

.full-page-content-with-color {
  padding-top: 60px;
  color: var(--text-color, #fff);
}
.full-page-content-with-color * {
  color: var(--text-color, #fff);
}
@media screen and (min-width: 992px) {
  .full-page-content-with-color {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .full-page-content-with-color {
    padding-top: 100px;
  }
}
.full-page-content-with-color .bg-color-wrapper {
  background-color: var(--page-color, #FF017E);
  border-radius: 28px;
  position: relative;
  padding: 80px 12px;
}
@media screen and (min-width: 768px) {
  .full-page-content-with-color .bg-color-wrapper {
    padding: 80px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .full-page-content-with-color .bg-color-wrapper {
    padding: 80px 50px;
  }
}
.full-page-content-with-color .bg-color-wrapper .top,
.full-page-content-with-color .bg-color-wrapper .bottom {
  width: 100%;
  position: absolute;
  height: 30px;
  left: 0;
}
.full-page-content-with-color .bg-color-wrapper .top:before,
.full-page-content-with-color .bg-color-wrapper .bottom:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  background-color: #000;
  border-radius: 50px;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .full-page-content-with-color .bg-color-wrapper .top:before,
  .full-page-content-with-color .bg-color-wrapper .bottom:before {
    width: 30px;
    height: 30px;
  }
}
.full-page-content-with-color .bg-color-wrapper .top:after,
.full-page-content-with-color .bg-color-wrapper .bottom:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 25px;
  background-color: #000;
  border-radius: 50px;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .full-page-content-with-color .bg-color-wrapper .top:after,
  .full-page-content-with-color .bg-color-wrapper .bottom:after {
    width: 30px;
    height: 30px;
  }
}
.full-page-content-with-color .bg-color-wrapper .top {
  top: 0;
}
.full-page-content-with-color .bg-color-wrapper .bottom {
  bottom: 0;
}
.full-page-content-with-color .bg-color-wrapper .bottom::after, .full-page-content-with-color .bg-color-wrapper .bottom::before {
  top: -25px;
}
.full-page-content-with-color .row {
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.full-page-content-with-color .row:not(:last-child) {
  border-bottom: 2px solid var(--text-color, #fff);
}
.full-page-content-with-color a {
  color: #fff;
}
.full-page-content-with-color p {
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .full-page-content-with-color p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .full-page-content-with-color p {
    font-size: 20px;
  }
}

.digital-agency {
  margin-bottom: 60px !important;
}

.our-tem-home {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.meta-logo {
  padding: 40px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.meta-logo > * {
  padding: 0 12px;
  width: 50%;
}

.hqs-section .hqs-items .hqs-text {
  position: relative;
}
.hqs-section .hqs-items .hqs-text::before {
  left: 0;
  top: 50%;
  margin: -8px 0px 0px -8px;
}

.footer {
  background-color: #000;
}

.logos-hover-sec .logo-wrapper.hover-logo {
  position: relative;
}
.logos-hover-sec .logo-wrapper.hover-logo img {
  position: absolute;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  -webkit-filter: unset !important;
          filter: unset !important;
}
.logos-hover-sec .logo-wrapper.hover-logo img:nth-child(2) {
  opacity: 0;
}
.logos-hover-sec .logo-wrapper.hover-logo:hover img:nth-child(1) {
  opacity: 0;
}
.logos-hover-sec .logo-wrapper.hover-logo:hover img:nth-child(2) {
  opacity: 1;
}

.page-id-2270 .request-section .request_left_top {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}
.page-id-2270 .request-section .request_left_top .abstract_right-title {
  margin-bottom: 0;
}
.page-id-2270 .request-section .request_left_top .abstract_right-title h2 {
  color: #000;
}
.page-id-2270 .request-section .request_left_top .abstract_right-title img {
  display: none;
}
.page-id-2270 .request-section .far-from-item {
  width: 100%;
}
.page-id-2270 .request-section .far-from-item p br {
  display: none;
}
@media screen and (min-width: 576px) {
  .page-id-2270 .request-section .far-from-item .far-from-text {
    padding-left: 30px;
  }
}
.page-id-2270 .request-section .request-items {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.privacy-policy .title-text-header-inner {
  display: none;
}
.privacy-policy .page-content .post-full-content p {
  color: #fff !important;
}
.privacy-policy .page-content .post-full-content p br {
  display: none;
}
.privacy-policy .page-content .post-full-content p strong {
  font-size: 18px;
  color: #fff;
}
.privacy-policy .page-content .post-full-content ul {
  margin-bottom: 0 !important;
  color: #fff;
}
.privacy-policy .page-content .post-full-content ul li {
  padding-left: 35px !important;
}
.privacy-policy .page-content .post-full-content ul li::after {
  width: 20px !important;
}
@media screen and (max-width: 991.5px) {
  .privacy-policy .mb-section .headefr-fexid {
    height: 58vw;
  }
}

.page-id-316 .project-title {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .page-id-316 .project-title {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991.5px) {
  .page-id-316 .headefr-fexid {
    height: 58vw;
  }
}
.page-id-316 p {
  color: #fff;
}

.page-id-3418 .inner-box.section-top {
  margin-bottom: 0;
}
.page-id-3418 .inner-box.section-top h3 {
  margin-top: 30px !important;
  margin-bottom: 12px !important;
}
.page-id-3418 h2 {
  margin-top: 30px !important;
  margin-bottom: 12px !important;
}
.page-id-3418 p {
  color: #fff;
}
.page-id-3418 p br {
  display: none;
}

.page-id-1429 .title-text-header-inner {
  display: none !important;
}
.page-id-1429 p {
  color: #fff;
}
.page-id-1429 h2 {
  margin-top: 30px;
  margin-bottom: 12px;
  letter-spacing: normal;
}
.page-id-1429 .mb-section {
  margin-bottom: 20px !important;
}

.page-id-925 p {
  color: #fff;
}
.page-id-925 .intro-text h2 {
  letter-spacing: normal;
  margin-bottom: 20px;
}

.droow-portfolio-template-default .title-text-header {
  display: none;
}
.droow-portfolio-template-default section:not(:first-child) .m-section {
  margin-top: 0 !important;
}

.elementor-1418 .elementor-element.elementor-element-b62fc48 {
  margin-bottom: 20px;
}

.workSwiper .swiper-slide {
  height: auto;
  text-align: center;
}
.workSwiper .swiper-slide img {
  width: 100%;
}

.meta-top-logo .meta-logo {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.meta-top-logo .meta-logo img {
  width: 100%;
  width: 50%;
  height: auto;
  max-width: 224px;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.5px) {
  .meta-top-logo .meta-logo img {
    margin-bottom: 30px;
  }
}

.logos-hover-sec .logo-wrapper a {
  position: relative;
}
.logos-hover-sec .logo-wrapper:hover a {
  width: auto !important;
}

.contact-meta .meta-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-right: 40px;
}
.contact-meta .meta-logo img {
  width: 40%;
}

.about-page-icon-sec .elementor-widget-wrap .elementor-element:nth-child(1) {
  margin-bottom: 20px !important; 
}

body{
    background-color: black;
}
.banner-sec{
    background-image: url('../image/map-animation.gif');
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    width: 100%;
}
.banner-title{
    padding: 300px 0px;
   
}
.banner-title h1{
    text-align: center;
    color: #fff;
    margin: 30px 0px;
    line-height: 1.1;
    font-weight: 500;
    font-size: 70px;
}

/*the-process css*/
.the-process h2{
    max-width: 750px;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    margin: auto;
    color: #fff;
    line-height: 1.5;
}
.the-process-title{
    padding: 28px;
}
.the-process p{
    font-size: 28px;
    text-align: center;
    font-family: sans-serif;
    line-height: 1.5;
    color: #7a7a7a;
    margin: 0;
    padding: 10px;
}
/*man-graphic-image css*/
.man-graphic-imge{
    padding: 10px;
}
.man-graphic-imge img{
    width: 100%;
}
/*creating-a-location css*/
.creating-a-location{
    padding-bottom: 100px;
}
.creating-a-location .container{
    background-image: url('/wp-content/uploads/2020/11/line-vector.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
   

}
.top-title{
    width: 50%;
}
.creating-a-location-title{
    padding: 60px 0px 80px;
}
.creating-a-location-title h3{
    font-size: 25px;
    max-width: 277px;
    margin: auto;
    color: #21b3f6;
    font-weight: 700;
    padding-right: 20px;
    text-align: center;
}
.image-and-text{
    padding: 15px;
}
.image-and-text .item{
    padding-top: 20px;
    padding-bottom: 20px;
}
.image-and-text .left-image{
    width: 50%;
}
.image-and-text .right-text{
    width: 35%;
}

.image-and-text .image img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.image-and-text .title{
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.image-and-text h4{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

/*how-brands css*/
.how-brands{
    background-color: #00a3de;
    padding: 60px 0px;
    color: #fff;
    margin: 5px;
}
.icon-text{
    display: flex;
    align-items: center;
    padding-bottom: 60px;
}
.icon-text .icon{
    padding-right: 15px;
}
.icon-text .text h4{
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.icon-text .text p{
    margin: 0;
}
.left-card img{
    max-width: 35px;
    max-height: 40px;
    height: auto;
    width: auto;
    display: block;
    margin: auto;
}


.mid-card{
    background-image: url('/wp-content/uploads/2020/11/drop-bg.png');
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    height: 100%;
    padding: 90px 30px 160px;
    
}
.mid-card h3{
    color: #111;
    font-size: 28px;
    font-weight: 600;
    max-width: 139px;
    margin: auto;
    text-align: center;
}
 .right-card .icon-text .icon{
    padding-left: 15px;
}
.right-card .icon-text {
    text-align: end;
}

.right-card img{
    max-width: 35px;
    max-height: 40px;
    height: auto;
    width: auto;
    display: block;
    margin: auto;
}

/*easy-got-good css*/
.easy-got-good{
    padding: 120px 0px;
   
}
.easy-got-good .title{
    text-align: center;
    padding-bottom: 120px;
}
.easy-got-good .title h2{
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    
}
.easy-got-good-box{
    display: flex;
}
.easy-got-good-box-right{
    width: 50%;
}
.easy-got-good-box-left{
    width: 50%;
}
.easy-got-good .title p{
color: rgba(255, 255, 255, 0.69);
font-family: "Montserrat", sans-serif;
font-weight: 600;
}
.box-info-content{
    background-color: #090909;
    height: 100%;
    padding: 40px;
}
.box-info-content h3{
    margin-bottom: 30px;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.box-info-content h5{
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.box-info-content p{
    color: rgba(255, 255, 255, 0.69);
font-family: "Montserrat", sans-serif;
}
.form-box{
    padding: 30px;
}
.form-box h3{
    margin-bottom: 30px;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.form-box .form-group{
    display: flex;
    flex-wrap: wrap;
}
.form-box .form-group .entry-group{
    width: 50%;
    padding: 0px 12px;
}
.form-box .form-group .entry-group .entry-info{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #3535359c;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: bold;
}
.form-box .form-group .entry-group .entry-info label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 30px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}
.form-box .form-group .entry-group .entry-info input {
    background-color: transparent;
    border: none;
    font-size: 15px;
    line-height: 1.1;
    font-family: inherit;
    height: 100%;
    width: 100%;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.69);
}
.form-box .form-group .entry-group .entry-info input:focus {
    border: none;
   outline: none;
}
.form-box .form-group .entry-group .entry-info textarea {
    width: 100%;
    min-height: 120px;
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.69);

}
.form-box .form-group .entry-group .entry-info textarea:focus {
    border: none;
   outline: none;
}
.form-box .button{
    text-align: center;
}
.form-box a:hover{
    transform: scale(1.1);
   
    
}
.page-template-page-geofencing .mb-section {
    margin: 0;
}


@media screen and (max-width: 576px) {
    .the-process h2 {
        font-size: 19px;
        font-weight: 600;
    }
    .the-process p {
    font-size: 16px;
    font-weight: 600;
    }
    .creating-a-location-title h3 {
        font-size: 24px;
    }
    .image-and-text h4 {
        font-size: 16px;
    }
    .mid-card h3{
        font-size: 20px;
    }
    .box-info-content h3 {
        font-size: 25px;
    }
    .form-box h3 {
        font-size: 25px;
    }
}

element.style {
}
@media screen and (max-width: 767px){
    .banner-title h1 {
        font-size: 53px;
    }
    .icon-text {
        padding-bottom: 30px;
        display: block;
        text-align: center;
    }
    .icon-text .icon {
        padding: 0px 0px 10px 0px;
    }
    .right-card {
        padding-top: 30px;
    }
    .right-card .icon-text {
        text-align: center;
    }
    .creating-a-location-title h3{
        font-size: 24px;
    }
    .image-and-text h4 {
        font-size: 17px;

    }
    .box-info-content h3 {
        font-size: 30px;
    }
    .form-box h3 {
        font-size: 30px;
    }
    
    
}
@media screen and (max-width: 992px){
    .the-process h2 {
    font-size: 23px;
    }
    .the-process p {
        font-size: 22px;
    }
   
}
@media screen and (max-width: 1024px){
    .form-box .form-group .entry-group{
        width: 100%;
    }
    .easy-got-good-box{
        display: block;
    }
    .easy-got-good-box-right{
        width: 100%;
    }
    .easy-got-good-box-left{
        width: 100%;
    }
    .form-box .button {
        text-align: left;
    }
    
}

@media screen and (min-width: 768px){
    .right-card .icon-text{
        display: flex;
        flex-direction: row-reverse;
    }
    .mid-card {
        display: flex;
    }
}

.creating-a-location .text-end{
    text-align: end;
}

@media screen and (max-width: 576px) {
    .creating-a-location-title {
        padding: 50px 0px 70px;
  }
}

@media screen and (max-width: 767px)
.image-and-text h4 {
    font-size: 18px;
}

@media screen and (max-width: 576px){
.easy-got-good {
    padding: 80px 0px;
}
.easy-got-good .title {
    padding-bottom: 80px;
}
.box-info-content h3 {
    font-size: 25px;
}
.box-info-content h5 {
    margin-bottom: 10px;
}
.form-box h3 {
    font-size: 25px;
}
.the-process h2 {
    font-size: 17px;
    font-weight: 500;
}
.the-process p {
    font-size: 17px;
    font-weight: 500;
}
.image-and-text h4 {
    font-size: 18px;
}
}


@media screen and (max-width: 768px){
.mid-card h3 {
    font-size: 23px;
}
.the-process h2 {
    font-size: 22px;
}
.the-process p {
    font-size: 20px;
}
}
@media screen and (max-width: 1024px){
    .the-process h2 {
        font-size: 25px;
    }
}

/*# sourceMappingURL=style.css.map */


.full-page-content-with-color .left-title a {
  text-decoration: none;
  color: #fff;
  border-radius: 30px;
  padding: 12px 30px;
  display: inline-block;
  text-align: center;
  border: 2px solid #fff;
  margin-top: 30px;
  transition: all 0.32s ease-in-out;
}
.full-page-content-with-color .left-title a:hover {
  background-color: #fff;
  color: #000;
}
