/* @import 'thirdparty'; */
/* line 24, ../sass/_typography.scss */
a,
a:hover,
a:focus {
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 31, ../sass/_typography.scss */
a {
  cursor: pointer;
}

/* line 35, ../sass/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Arial", sans-serif;
  color: #575757;
  line-height: normal;
  font-weight: 700;
}

/* line 41, ../sass/_typography.scss */
h1, h2 {
  font-size: 35px;
  line-height: 41px;
}

/* line 45, ../sass/_typography.scss */
h3 {
  font-size: 30px;
  line-height: 36px;
}

/* line 49, ../sass/_typography.scss */
h4 {
  font-size: 25px;
  line-height: 31px;
}

/* line 53, ../sass/_typography.scss */
h5 {
  font-size: 20px;
  line-height: 26px;
}

/* line 57, ../sass/_typography.scss */
h6 {
  font-size: 18px;
  line-height: 24px;
}

/* line 62, ../sass/_typography.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 66, ../sass/_typography.scss */
hr {
  border-top: 1px solid #c0c5c9;
}

/* line 40, ../sass/_common.scss */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
  outline: none;
  resize: none;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 51, ../sass/_common.scss */
body, html {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #555555;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 65, ../sass/_common.scss */
.the-container {
  position: relative;
  width: 1500px;
  max-width: 1500px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 72, ../sass/_common.scss */
.the-row {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 78, ../sass/_common.scss */
.page-content p {
  margin-bottom: 25px;
}
/* line 81, ../sass/_common.scss */
.page-content ul, .page-content ol {
  padding: 0px 20px 0px 20px;
  margin-bottom: 25px;
}
/* line 84, ../sass/_common.scss */
.page-content ul li, .page-content ol li {
  margin-bottom: 15px;
}
/* line 88, ../sass/_common.scss */
.page-content ul {
  list-style-type: disc;
  list-style: disc;
}
/* line 91, ../sass/_common.scss */
.page-content ul li {
  list-style: disc;
}
/* line 95, ../sass/_common.scss */
.page-content ol {
  list-style-type: decimal;
  list-style: decimal;
}
/* line 98, ../sass/_common.scss */
.page-content ol li {
  list-style: decimal;
}
/* line 104, ../sass/_common.scss */
.page-content.has-red-dots-ul ul {
  list-style: none;
}
/* line 107, ../sass/_common.scss */
.page-content.has-red-dots-ul li {
  list-style: none;
  position: relative;
}
/* line 111, ../sass/_common.scss */
.page-content.has-red-dots-ul ul li::before {
  content: "\25A0";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  font-size: 10px;
  position: absolute;
  left: -8px;
}
/* line 125, ../sass/_common.scss */
.page-content img {
  margin-bottom: 20px;
}
/* line 129, ../sass/_common.scss */
.page-content h1, .page-content h2 {
  margin-bottom: 25px;
}
/* line 132, ../sass/_common.scss */
.page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  margin-bottom: 20px;
}

/* line 139, ../sass/_common.scss */
.heading-underline h1, .heading-underline h2, .heading-underline h3 {
  position: relative;
}
/* line 142, ../sass/_common.scss */
.heading-underline h1::after,
.heading-underline h2::after,
.heading-underline h3::after {
  content: "";
  display: block;
  width: 180px;
  height: 4px;
  background-color: #1493d0;
  position: absolute;
  bottom: -15px;
}
/* line 154, ../sass/_common.scss */
.heading-underline.underline-center h1::after,
.heading-underline.underline-center h2::after,
.heading-underline.underline-center h3::after {
  left: 50%;
  transform: translateX(-50%);
}
/* line 162, ../sass/_common.scss */
.heading-underline.underline-left h1::after,
.heading-underline.underline-left h2::after,
.heading-underline.underline-left h3::after {
  left: 0;
}
/* line 168, ../sass/_common.scss */
.heading-underline h1, .heading-underline h2, .heading-underline h3 {
  margin-bottom: 50px;
}

/* line 174, ../sass/_common.scss */
.block-padding-top {
  padding-top: 60px;
}

/* line 177, ../sass/_common.scss */
.block-padding-bottom {
  padding-bottom: 60px;
}

/* line 182, ../sass/_common.scss */
.display-table {
  display: table;
  width: 100%;
}

/* line 186, ../sass/_common.scss */
.table-row {
  display: table-row;
  width: 100%;
}

/* line 190, ../sass/_common.scss */
.table-cell {
  display: table-cell;
}

/* line 193, ../sass/_common.scss */
.table-layout-fixed {
  table-layout: fixed;
}

/* line 196, ../sass/_common.scss */
.table-cell-middle {
  vertical-align: middle;
}

/* line 202, ../sass/_common.scss */
.carousel-nav-middle .owl-nav {
  margin-top: 0px;
}
/* line 204, ../sass/_common.scss */
.carousel-nav-middle .owl-nav .owl-prev,
.carousel-nav-middle .owl-nav .owl-prev:hover {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 212, ../sass/_common.scss */
.carousel-nav-middle .owl-nav .owl-next,
.carousel-nav-middle .owl-nav .owl-next:hover {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
}

/* line 227, ../sass/_common.scss */
.owl-prev:focus,
.owl-next:focus {
  outline: none;
}

/* line 233, ../sass/_common.scss */
.btn {
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  border-radius: 0px;
}

/* line 238, ../sass/_common.scss */
.blue-btn {
  background-color: #575757;
  color: #fff;
  padding: 12px 25px;
  font-size: 15px;
  line-height: 21px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 246, ../sass/_common.scss */
.blue-btn:hover {
  color: #fff;
  background-color: #e13a2a;
}

/* line 250, ../sass/_common.scss */
.maroon-btn {
  background: #441b5b;
  background: -moz-linear-gradient(90deg, #441b5b 0%, #641458 35%, #7a0b4b 100%);
  background: -webkit-linear-gradient(90deg, #441b5b 0%, #641458 35%, #7a0b4b 100%);
  background: linear-gradient(90deg, #441b5b 0%, #641458 35%, #7a0b4b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#441b5b",endColorstr="#7a0b4b",GradientType=1);
  color: #fff;
  text-transform: none;
  padding: 15px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 263, ../sass/_common.scss */
.maroon-btn:hover {
  color: #fff;
  background: #7a0b4b;
  background: -moz-linear-gradient(90deg, #7a0b4b 0%, #641458 35%, #441b5b 100%);
  background: -webkit-linear-gradient(90deg, #7a0b4b 0%, #641458 35%, #441b5b 100%);
  background: linear-gradient(90deg, #7a0b4b 0%, #641458 35%, #441b5b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a0b4b",endColorstr="#441b5b",GradientType=1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 273, ../sass/_common.scss */
.white-btn {
  background-color: #fff;
  color: #7c0a4b;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 500;
}
/* line 279, ../sass/_common.scss */
.white-btn:hover {
  color: #7c0a4b;
}

/* line 285, ../sass/_common.scss */
.hamburger {
  display: none;
  margin-top: 15px;
}
/* line 288, ../sass/_common.scss */
.hamburger .line {
  width: 50px;
  height: 3px;
  background-color: #212938;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 299, ../sass/_common.scss */
.hamburger:hover {
  cursor: pointer;
}

/* line 302, ../sass/_common.scss */
.hamburger-icon {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*&.is-active:before {
    border: 5px solid #ecf0f1;
  }*/
}
/* line 308, ../sass/_common.scss */
.hamburger-icon.is-active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 313, ../sass/_common.scss */
.hamburger-icon.is-active .line {
  width: 35px;
}
/* line 316, ../sass/_common.scss */
.hamburger-icon.is-active .line:nth-child(2) {
  opacity: 0;
}
/* line 319, ../sass/_common.scss */
.hamburger-icon.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -moz-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}
/* line 323, ../sass/_common.scss */
.hamburger-icon.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

/* line 334, ../sass/_common.scss */
.hamburger-icon:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  border: 5px solid transparent;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 353, ../sass/_common.scss */
.icon-plus {
  width: 11px;
  height: 11px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0M4QkZCMTk1MjM3MTFFQUIzNTlCNTVFMzNGRTU3MDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0M4QkZCMUE1MjM3MTFFQUIzNTlCNTVFMzNGRTU3MDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3QzhCRkIxNzUyMzcxMUVBQjM1OUI1NUUzM0ZFNTcwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3QzhCRkIxODUyMzcxMUVBQjM1OUI1NUUzM0ZFNTcwOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkK9JMMAAACOSURBVHjaYvj//z8DGhYB4tVALIkux8SACdiBWB9KowBsiv8C8WsoTVDxZ6jCz+gSLEAsAqVhQAyIOYFYGYifItvICPIMkCGFJMgKxBpAfAuIfyKJPwcplsRi8kwgzgbiZ0jif0CKnqM57Q0QfwXiG0D8kZAH+aE28RETGsxQTzMToxjkqStongMDgAADAABPPmDLOmETAAAAAElFTkSuQmCC");
}

/* line 356, ../sass/_common.scss */
.icon-left-arrow {
  width: 20px;
  height: 13px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0JDREEyMTI1MjM5MTFFQTkxODM5QjY5NTY4MUZDQUYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0JDREEyMTM1MjM5MTFFQTkxODM5QjY5NTY4MUZDQUYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQkNEQTIxMDUyMzkxMUVBOTE4MzlCNjk1NjgxRkNBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQkNEQTIxMTUyMzkxMUVBOTE4MzlCNjk1NjgxRkNBRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiN/XWoAAACESURBVHjaYmDADuSBOBeIeRmoAJSAuAGILahhmArUMB1qGKYBNUyDGoapQw2Tp9QgRiDWAuIwIF4NxFeBmIsC8/4zQl32E4iPArEc1BJyHfcZROgBcRCSC/kpcOFfGEMb6lJJBioCXaihytQ0FJZ01KlpqBrUUGNqGgrKMXnk5GWAAAMAGsoRHljvP88AAAAASUVORK5CYII=");
}

/* line 359, ../sass/_common.scss */
.icon-right-arrow {
  width: 20px;
  height: 13px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkZGNjBGMDU1MjM5MTFFQUE5RjE5REE2M0YzMEE3MjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkZGNjBGMDY1MjM5MTFFQUE5RjE5REE2M0YzMEE3MjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRkY2MEYwMzUyMzkxMUVBQTlGMTlEQTYzRjMwQTcyOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRkY2MEYwNDUyMzkxMUVBQTlGMTlEQTYzRjMwQTcyOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtjNXNgAAACiSURBVHjaYmAgHfACcS4Qy2OTZCbDwF9AzATEoUD8CIjfU2ogCDwB4jdAHAllv6PUQBB4BcQvgDgKSr+h1EAGqCH3gTgWiJ8D8VtGIMEJxIwUGPoNiLWhYboKZFAgNOb+k2ngf2jkWAMxOwuQ2E2h1z9CXcgOxOsYqAAkgbgBaijFQBlqmC41DFOHGqZBDcOMoYapUcMwUIrIA2IVbJIAAQYAdikb2eUAjL0AAAAASUVORK5CYII=");
}

/* line 365, ../sass/_common.scss */
.screen-reader-response {
  display: none;
}

/* line 369, ../sass/_common.scss */
.wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
}

/* line 375, ../sass/_common.scss */
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}
/* line 378, ../sass/_common.scss */
.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: green;
}

/* line 384, ../sass/_common.scss */
.navigation-wrapper {
  border-top: 1px solid #dcdcdc;
  padding-top: 25px;
}

/* line 389, ../sass/_common.scss */
.navigation {
  z-index: 999;
}

/* line 393, ../sass/_common.scss */
.navigation ul {
  padding-left: 0px;
}

/* line 397, ../sass/_common.scss */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration: none;
}

/* line 405, ../sass/_common.scss */
.navigation li {
  display: inline-block;
  line-height: 50px;
  margin: 0 1px;
}

/* line 411, ../sass/_common.scss */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #575757;
  border-radius: 0px;
  cursor: pointer;
  padding: 1rem;
  border-radius: 3px;
}

/* line 422, ../sass/_common.scss */
.navigation li a:hover,
.navigation li.active a {
  background-color: #e13a2a;
}

/*
 * Force Bootstrap v4 transitions
 * (ignores prefers-reduced-motion media feature)
 * https://gist.github.com/robssanches/33c6c1bf4dd5cf3c259009775883d1c0
 */
/* line 434, ../sass/_common.scss */
.fade {
  transition: opacity 0.15s linear !important;
}

/* line 437, ../sass/_common.scss */
.collapsing {
  transition: height 0.35s ease !important;
}

/* line 440, ../sass/_common.scss */
.custom-switch .custom-control-label::after {
  transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out !important;
  transition: transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
  transition: transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out !important;
}

/* line 445, ../sass/_common.scss */
.custom-range::-webkit-slider-thumb {
  transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}

/* line 448, ../sass/_common.scss */
.custom-range::-moz-range-thumb {
  transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}

/* line 451, ../sass/_common.scss */
.custom-range::-ms-thumb {
  transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}

/* line 454, ../sass/_common.scss */
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}

/* line 457, ../sass/_common.scss */
.badge {
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}

/* line 460, ../sass/_common.scss */
.progress-bar {
  transition: width 0.6s ease !important;
}

/* line 463, ../sass/_common.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite !important;
  animation: progress-bar-stripes 1s linear infinite !important;
}

/* line 467, ../sass/_common.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out !important;
  transition: transform 0.3s ease-out !important;
  transition: transform 0.3s ease-out,-webkit-transform 0.3s ease-out !important;
}

/* line 472, ../sass/_common.scss */
.carousel-item {
  transition: -webkit-transform 0.6s ease-in-out !important;
  transition: transform 0.6s ease-in-out !important;
  transition: transform 0.6s ease-in-out,-webkit-transform 0.6s ease-in-out !important;
}

/* line 477, ../sass/_common.scss */
.carousel-fade .carousel-item {
  transition-property: opacity !important;
}

/* line 481, ../sass/_common.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  transition: 0s 0.6s opacity !important;
}

/* line 486, ../sass/_common.scss */
.carousel-control-prev, .carousel-control-next {
  transition: opacity 0.15s ease !important;
}

/* line 489, ../sass/_common.scss */
.carousel-indicators li {
  transition: opacity 0.6s ease !important;
}

/* line 492, ../sass/_common.scss */
.form-control {
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}

/* line 495, ../sass/_common.scss */
.btn {
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}

/* line 500, ../sass/_common.scss */
.display-mobile {
  display: none;
}

/* line 505, ../sass/_common.scss */
.parsley-errors-list li {
  color: #fff;
  background-color: #ff2b50;
  padding: 2px 5px;
  font-size: 13px;
}

/* line 514, ../sass/_common.scss */
.heading-margin-0 h1, .heading-margin-0 h2, .heading-margin-0 h3, .heading-margin-0 h4, .heading-margin-0 h5, .heading-margin-0 h6 {
  margin-bottom: 0px;
}

/* line 521, ../sass/_common.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .year-wrap-1, .who-we-are-block .progress-block-wrap .progress-level-row span.year, .who-we-are-block .progress-block-wrap .progress-level-row span.text, .who-we-are-block .circular-progress-bar-block .circular-progress-bars .percentage, .ecommerce-block .technology-block-wrap .technology-icon .image {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 526, ../sass/_common.scss */
.inner-side-padding {
  padding-left: 10%;
  padding-right: 10%;
}

/* line 2, ../sass/_sitestyles.scss */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
}
/* line 11, ../sass/_sitestyles.scss */
.header .header-wrapper {
  position: relative;
  padding: 10px 50px;
}
/* line 14, ../sass/_sitestyles.scss */
.header .header-wrapper .display-table {
  height: 100px;
  table-layout: fixed;
}
/* line 17, ../sass/_sitestyles.scss */
.header .header-wrapper .display-table .table-cell {
  vertical-align: middle;
  position: relative;
}
/* line 21, ../sass/_sitestyles.scss */
.header .header-wrapper .display-table .left-cell {
  width: 180px;
}
/* line 24, ../sass/_sitestyles.scss */
.header .header-wrapper .display-table .right-cell {
  text-align: right;
  vertical-align: top;
  padding-top: 10px;
}
/* line 33, ../sass/_sitestyles.scss */
.header .logo-wrapper img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 38, ../sass/_sitestyles.scss */
.header .hamberger-menu-wrap {
  display: none;
  position: absolute;
  width: 90px;
  height: 100%;
  background-color: #e13a2a;
  right: 0;
  top: 0;
}
/* line 46, ../sass/_sitestyles.scss */
.header .hamberger-menu-wrap .hamburger {
  margin-top: 35px;
}
/* line 49, ../sass/_sitestyles.scss */
.header .hamberger-menu-wrap .hamburger .line {
  background-color: #fff;
  width: 30px;
  margin: 6px auto;
}
/* line 55, ../sass/_sitestyles.scss */
.header .hamberger-menu-wrap .hamburger-icon .line:nth-child(2) {
  background-color: transparent;
}
/* line 58, ../sass/_sitestyles.scss */
.header .hamberger-menu-wrap .hamburger-icon .line:nth-child(2)::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #fff;
}
/* line 66, ../sass/_sitestyles.scss */
.header .hamberger-menu-wrap .hamburger-icon.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(90deg);
  -ms-transform: translateY(-5px) rotate(90deg);
  -o-transform: translateY(-5px) rotate(90deg);
  transform: translateY(-5px) rotate(90deg);
}

/* line 78, ../sass/_sitestyles.scss */
.menu-title,
.menu-icon {
  display: none;
}

/* line 82, ../sass/_sitestyles.scss */
.main-menu {
  display: block;
  margin-bottom: 0px;
  padding: 0 5px;
}
/* line 86, ../sass/_sitestyles.scss */
.main-menu li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 21px;
  color: #fff;
  margin: 0 8px;
}
/* line 93, ../sass/_sitestyles.scss */
.main-menu li a {
  display: inline-block;
  color: #fff;
  padding: 15px 5px;
}
/* line 97, ../sass/_sitestyles.scss */
.main-menu li a.get-in-touch {
  background-color: #fff;
  color: #7c0a4b;
  border-radius: 25px;
  padding: 8px 25px;
  font-size: 14px;
  line-height: 20px;
}
/* line 106, ../sass/_sitestyles.scss */
.main-menu li ul {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 250px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease, visibility .4s linear 0;
  -moz-transition: opacity .4s ease, -moz-transform .4s ease, visibility .4s linear 0;
  -ms-transition: opacity .4s ease, -ms-transform .4s ease, visibility .4s linear 0;
  -o-transition: opacity .4s ease, -o-transform .4s ease, visibility .4s linear 0;
  transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
/* line 128, ../sass/_sitestyles.scss */
.main-menu li ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 132, ../sass/_sitestyles.scss */
.main-menu li ul li a {
  display: block;
  width: 100%;
  color: #7c0a4b;
  padding: 10px 15px;
  font-size: 13px;
}
/* line 139, ../sass/_sitestyles.scss */
.main-menu li ul li a:hover {
  background-color: #7c0a4b;
  color: #fff;
}
/* line 146, ../sass/_sitestyles.scss */
.main-menu li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  -moz-transition: opacity .4s ease, -moz-transform .4s ease;
  -ms-transition: opacity .4s ease, -ms-transform .4s ease;
  -o-transition: opacity .4s ease, -o-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
}

/* line 166, ../sass/_sitestyles.scss */
.fixed-header .header {
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 5px 1px rgba(179, 179, 179, 0.61);
  -moz-box-shadow: 0 0 5px 1px rgba(179, 179, 179, 0.61);
  -ms-box-shadow: 0 0 5px 1px rgba(179, 179, 179, 0.61);
  -o-box-shadow: 0 0 5px 1px rgba(179, 179, 179, 0.61);
  box-shadow: 0 0 5px 1px rgba(179, 179, 179, 0.61);
}
/* line 170, ../sass/_sitestyles.scss */
.fixed-header .header .header-wrapper {
  padding: 0px 50px;
}
/* line 173, ../sass/_sitestyles.scss */
.fixed-header .header .header-wrapper .display-table .right-cell {
  vertical-align: middle;
  padding-top: 0px;
}
/* line 180, ../sass/_sitestyles.scss */
.fixed-header .header .logo-wrapper img {
  max-width: 95px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 188, ../sass/_sitestyles.scss */
.fixed-header .main-menu li a {
  padding: 40px 5px;
  color: #7c0a4b;
}
/* line 192, ../sass/_sitestyles.scss */
.fixed-header .main-menu li a.get-in-touch {
  background-color: #7c0a4b;
  color: #fff;
  font-weight: 400;
}
/* line 197, ../sass/_sitestyles.scss */
.fixed-header .main-menu li a.get-in-touch {
  padding: 8px 25px;
}
/* line 203, ../sass/_sitestyles.scss */
.fixed-header .main-menu li ul li a {
  padding: 10px 15px;
}

/* line 214, ../sass/_sitestyles.scss */
#mobile-menu.sm-simple {
  background: transparent;
  box-shadow: none;
  border: none;
  min-width: 250px;
}
/* line 219, ../sass/_sitestyles.scss */
#mobile-menu.sm-simple a {
  font-size: 16px;
  line-height: 22px;
}
/* line 224, ../sass/_sitestyles.scss */
#mobile-menu.sm-simple ul a {
  font-size: 14px;
  line-height: 20px;
}
/* line 230, ../sass/_sitestyles.scss */
#mobile-menu.sm-simple a, #mobile-menu.sm-simple a:hover, #mobile-menu.sm-simple a:focus, #mobile-menu.sm-simple a:active {
  padding: 8px 8px 8px 32px;
  font-family: "Arial", sans-serif;
}

/* line 240, ../sass/_sitestyles.scss */
.menu-open .main-menu-block {
  opacity: 1;
  z-index: 999;
}
/* line 244, ../sass/_sitestyles.scss */
.menu-open #mySidenav {
  width: 300px;
}
/* line 250, ../sass/_sitestyles.scss */
.menu-open .sidenav .menu-title .closebtn-wrap .close-btn {
  opacity: 1;
}

/* line 258, ../sass/_sitestyles.scss */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color: #575757;
  overflow-x: hidden;
  transition: 0.5s;
}
/* line 268, ../sass/_sitestyles.scss */
.sidenav .menu-title {
  padding: 18px 32px;
  position: relative;
  color: #fff;
  border-bottom: 1px solid #434343;
  font-size: 22px;
  font-weight: bold;
}
/* line 275, ../sass/_sitestyles.scss */
.sidenav .menu-title .closebtn-wrap {
  position: absolute;
  top: 10px;
  right: 15px;
}
/* line 279, ../sass/_sitestyles.scss */
.sidenav .menu-title .closebtn-wrap .close-btn {
  opacity: 0;
  font-size: 45px;
  font-weight: lighter;
  line-height: 37px;
}

/* line 290, ../sass/_sitestyles.scss */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

/* line 299, ../sass/_sitestyles.scss */
.sidenav a:hover {
  color: #fff;
}

/* line 303, ../sass/_sitestyles.scss */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* line 314, ../sass/_sitestyles.scss */
.page-slider .image {
  position: relative;
  padding-top: 43.75%;
}
/* line 87, ../sass/_mixins.scss */
.page-slider .image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 318, ../sass/_sitestyles.scss */
.page-slider .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 330, ../sass/_sitestyles.scss */
.page-slider .slider-content h1, .page-slider .slider-content h2, .page-slider .slider-content h3, .page-slider .slider-content h4, .page-slider .slider-content h5, .page-slider .slider-content h6, .page-slider .slider-content p {
  color: #fff;
  text-transform: uppercase;
}
/* line 335, ../sass/_sitestyles.scss */
.page-slider .slider-content h1, .page-slider .slider-content h2 {
  font-size: 60px;
  line-height: 66px;
}
/* line 340, ../sass/_sitestyles.scss */
.page-slider .slider-content .btn {
  padding: 15px 30px;
}
/* line 344, ../sass/_sitestyles.scss */
.page-slider .slider-content .slide-link {
  margin-top: 25px;
}
/* line 346, ../sass/_sitestyles.scss */
.page-slider .slider-content .slide-link a {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
}
/* line 351, ../sass/_sitestyles.scss */
.page-slider .slider-content .slide-link a,
.page-slider .slider-content .slide-link a:hover {
  color: #fff;
}
/* line 357, ../sass/_sitestyles.scss */
.page-slider .slider-content .slideer-content-wrap {
  display: inline-block;
  width: 50%;
  text-align: left;
}
/* line 364, ../sass/_sitestyles.scss */
.page-slider .slide-image-container {
  position: relative;
  padding-top: 46.5625%;
  background-color: #10427a;
}
/* line 369, ../sass/_sitestyles.scss */
.page-slider .slide-image-container img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/* line 380, ../sass/_sitestyles.scss */
.page-slider.carousel-nav-middle .owl-nav .owl-prev,
.page-slider.carousel-nav-middle .owl-nav .owl-prev:hover {
  left: 50px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAqCAYAAACtMEtjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjhCNDRENEYyMzExMTFFQUFCMTZGMDUxMjg1QTM2MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjhCNDRENTAyMzExMTFFQUFCMTZGMDUxMjg1QTM2MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCOEI0NEQ0RDIzMTExMUVBQUIxNkYwNTEyODVBMzYxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCOEI0NEQ0RTIzMTExMUVBQUIxNkYwNTEyODVBMzYxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn+mesIAAAFISURBVHjatJjJisJAEIZN4klkRry45DDv/06CCjOgBwWXuA461UNHQpuklq4q+MEkko8va1U6Hf3KIV/hykwZMoZMIT2/770FaOxtyupXYZkR5A2WGUKqsG5qDCnrmkRAJv7EY7WAbNLIq4sEcT8Sa5NygWs0kkC4RlSTOWQbrkwNTLZ1GxJrE6oR1WTZBsGMqDfjHIO0GVEhSwqkyUjVpMlI3aTOyMQkNDIzqRrlHoTVDLKTPuqd0VNwmNnl3rAHyAPygfx3CPmFnKQgVwUR9gm5Qc5SEAc2kJiFzYmZWV0XZGLW1G4V/mpUM2vr644MsztmhjWQVLMBZkbpVFXMqC1xtBmn944y4zb5YjPJNCEyk44tHLN/WMx8xDF7xA5iVLOLxsSHma0h31ozbNODeAX50Z7KQ9gLYvGdofC9xcUdruqGPwEGAGUDcQcSoiMUAAAAAElFTkSuQmCC") center no-repeat;
}
/* line 385, ../sass/_sitestyles.scss */
.page-slider.carousel-nav-middle .owl-nav .owl-next,
.page-slider.carousel-nav-middle .owl-nav .owl-next:hover {
  right: 50px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAqCAYAAACtMEtjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzZFNUU2QUMyMzExMTFFQTg3NDlDNTZFQjg0RkU4M0QiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzZFNUU2QUQyMzExMTFFQTg3NDlDNTZFQjg0RkU4M0QiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNkU1RTZBQTIzMTExMUVBODc0OUM1NkVCODRGRTgzRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNkU1RTZBQjIzMTExMUVBODc0OUM1NkVCODRGRTgzRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmI3v5UAAAE7SURBVHjatJfZCoMwEEWtA6UPdl+E0uX//6t96Ku2lbZQO4EIITU6GWcCF4mGHE4WjZD8lzMmw5SJYAGvfsDsLKjG3DVABpI79ZkkDAIQcZgBHQMQUZgBTTDznnaDYQb0wLwxCwIs4cKaOaqIsCnXzF11laaZv49izL522FmgBvbCLCXNIHBf3Aw6nomaQU8nBvaRMAPC8D4jzIJLH4iLhmoWhEHEVhhkBpEbnG0GjNcWy4wDYplxQY2ZyYoAS9OBH84RsV09GgDZYk6EdhfMjWu0joHEqLNNmkqqbRI7mWyTWCOqybUNQjXa2PM4y4RqtCZCrl2QPiMRkz4jMZMuI1GTkJG4SZuRiolvtNEycY1y+yOmYuIajTVN3DNDYa+Zhol/OCmsXaYB8Q8npQcTg4SKeUvvpTv9CTAA1/FsAbQA8CcAAAAASUVORK5CYII=") center no-repeat;
}
/* line 391, ../sass/_sitestyles.scss */
.page-slider.carousel-nav-middle .owl-nav .owl-prev,
.page-slider.carousel-nav-middle .owl-nav .owl-prev:hover,
.page-slider.carousel-nav-middle .owl-nav .owl-next,
.page-slider.carousel-nav-middle .owl-nav .owl-next:hover {
  width: 24px;
  height: 40px;
  font-size: 0;
}

/* line 402, ../sass/_sitestyles.scss */
.page-slider-block {
  position: relative;
}
/* line 405, ../sass/_sitestyles.scss */
.page-slider-block .home-slider .owl-dots {
  display: block;
  position: absolute;
  bottom: 40%;
  right: 50px;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
}
/* line 411, ../sass/_sitestyles.scss */
.page-slider-block .home-slider .owl-dots button {
  display: block;
  margin-bottom: 8px;
  border-radius: 50%;
}
/* line 416, ../sass/_sitestyles.scss */
.page-slider-block .home-slider .owl-dots button:focus {
  outline: none;
}
/* line 419, ../sass/_sitestyles.scss */
.page-slider-block .home-slider .owl-dots .owl-dot {
  border: 2px solid transparent;
}
/* line 421, ../sass/_sitestyles.scss */
.page-slider-block .home-slider .owl-dots .owl-dot span {
  background: #fff;
  border-color: transparent;
  border-width: 1px;
  border-style: solid;
  margin: 2px;
}
/* line 429, ../sass/_sitestyles.scss */
.page-slider-block .home-slider .owl-dots .owl-dot.active {
  border: 2px solid #575757;
}
/* line 431, ../sass/_sitestyles.scss */
.page-slider-block .home-slider .owl-dots .owl-dot.active span {
  background: #575757;
}

/* line 441, ../sass/_sitestyles.scss */
.page-banner {
  background-image: url("../images/banner-bg.png");
  background-repeat: no-repeat;
  background-color: #f4f8f9;
  background-position: right top;
  padding: 40px 0;
}
/* line 448, ../sass/_sitestyles.scss */
.page-banner .banner-content h1 {
  font-size: 37px;
  line-height: 44px;
  color: #e21c3b;
}
/* line 453, ../sass/_sitestyles.scss */
.page-banner .banner-content h3 {
  font-size: 30px;
  line-height: 36px;
  color: #575757;
  font-weight: 400;
}
/* line 459, ../sass/_sitestyles.scss */
.page-banner .banner-content p {
  font-size: 18px;
  line-height: 24px;
  color: #7c0a4b;
}
/* line 464, ../sass/_sitestyles.scss */
.page-banner .banner-content img {
  width: auto;
}
/* line 467, ../sass/_sitestyles.scss */
.page-banner .banner-content .maroon-btn {
  margin-top: 15px;
}
/* line 471, ../sass/_sitestyles.scss */
.page-banner .table-cell {
  vertical-align: middle;
  width: 50%;
  text-align: left;
  padding-top: 30px;
}
/* line 477, ../sass/_sitestyles.scss */
.page-banner .left-cell {
  padding-right: 5%;
}

/* line 482, ../sass/_sitestyles.scss */
.inner-page-banner {
  position: relative;
  padding-top: 25.625%;
}
/* line 87, ../sass/_mixins.scss */
.inner-page-banner img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 488, ../sass/_sitestyles.scss */
.block-title h2 {
  font-size: 31px;
  line-height: 37px;
  font-weight: 400;
  color: #575757;
}
/* line 493, ../sass/_sitestyles.scss */
.block-title h2 strong {
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  color: #000;
}
/* line 500, ../sass/_sitestyles.scss */
.block-title p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

/* line 507, ../sass/_sitestyles.scss */
.clients-block .block-title {
  margin-bottom: 40px;
}
/* line 511, ../sass/_sitestyles.scss */
.clients-block .owl-carousel .owl-item img {
  width: auto;
}
/* line 514, ../sass/_sitestyles.scss */
.clients-block .owl-carousel-buttons-wrap {
  margin-top: 25px;
}
/* line 516, ../sass/_sitestyles.scss */
.clients-block .owl-carousel-buttons-wrap .view-more {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #7c0a4b;
  border-radius: 50%;
  vertical-align: middle;
}
/* line 524, ../sass/_sitestyles.scss */
.clients-block .owl-carousel-buttons-wrap .view-more i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 531, ../sass/_sitestyles.scss */
.clients-block .owl-carousel-buttons-wrap .client-carousel-controls-btns {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
/* line 536, ../sass/_sitestyles.scss */
.clients-block .owl-carousel-buttons-wrap .view-more {
  margin-right: 10px;
}
/* line 539, ../sass/_sitestyles.scss */
.clients-block .owl-carousel-buttons-wrap .next-slide {
  margin-right: 5px;
}

/* line 545, ../sass/_sitestyles.scss */
.clients-carousel img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
/* line 549, ../sass/_sitestyles.scss */
.clients-carousel img:hover {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}
/* line 554, ../sass/_sitestyles.scss */
.clients-carousel .image {
  position: relative;
  padding-top: 65.21739%;
}
/* line 87, ../sass/_mixins.scss */
.clients-carousel .image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 557, ../sass/_sitestyles.scss */
.clients-carousel .item {
  padding: 15px;
}
/* line 563, ../sass/_sitestyles.scss */
.clients-carousel .owl-item.active:not(:last-child) .item:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 75px;
  background-color: #e1e1e1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 577, ../sass/_sitestyles.scss */
.services-block {
  background-color: #f1f5fc;
}
/* line 579, ../sass/_sitestyles.scss */
.services-block .block-title {
  position: relative;
  margin-bottom: 75px;
}
/* line 582, ../sass/_sitestyles.scss */
.services-block .block-title:after {
  content: "";
  display: inline-block;
  bottom: 0;
  width: 175px;
  height: 1px;
  background-color: #7c0a4b;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 596, ../sass/_sitestyles.scss */
.services-block .service-thumbnails .row {
  margin-left: 10px;
  margin-right: 10px;
}
/* line 600, ../sass/_sitestyles.scss */
.services-block .service-thumbnails .service-col {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 606, ../sass/_sitestyles.scss */
.service-thumb {
  background-color: #fff;
  min-height: 460px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0px #e0e0e0;
  -moz-box-shadow: 0 0 5px 0px #e0e0e0;
  -ms-box-shadow: 0 0 5px 0px #e0e0e0;
  -o-box-shadow: 0 0 5px 0px #e0e0e0;
  box-shadow: 0 0 5px 0px #e0e0e0;
}
/* line 611, ../sass/_sitestyles.scss */
.service-thumb .image {
  position: relative;
  padding-top: 101.96078%;
}
/* line 87, ../sass/_mixins.scss */
.service-thumb .image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 614, ../sass/_sitestyles.scss */
.service-thumb .image,
.service-thumb img {
  border-radius: 10px;
}
/* line 618, ../sass/_sitestyles.scss */
.service-thumb .content {
  padding: 25px 15px;
}
/* line 620, ../sass/_sitestyles.scss */
.service-thumb .content h3 {
  font-size: 16px;
  line-height: 22px;
}
/* line 624, ../sass/_sitestyles.scss */
.service-thumb .content p {
  font-size: 13px;
  line-height: 19px;
}

/* line 631, ../sass/_sitestyles.scss */
.our-process-block .block-title {
  margin-bottom: 60px;
}
/* line 634, ../sass/_sitestyles.scss */
.our-process-block .list-grid-row {
  display: block;
  font-family: monospace;
  letter-spacing: -.65em;
  margin-left: -1em;
  margin-right: -1em;
}
/* line 130, ../sass/_mixins.scss */
.our-process-block .list-grid-row .list-grid-col {
  font-family: Serif;
  letter-spacing: normal;
  display: inline-block;
  width: 20%;
  padding-left: 1em;
  padding-right: 1em;
  float: none;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
}
/* line 638, ../sass/_sitestyles.scss */
.our-process-block .process-title h3 {
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  color: #5a5b5e;
}
/* line 645, ../sass/_sitestyles.scss */
.our-process-block .list-grid-col:nth-child(odd) {
  margin-top: 25px;
}
/* line 648, ../sass/_sitestyles.scss */
.our-process-block .mobile {
  display: none;
}

/* line 652, ../sass/_sitestyles.scss */
.success-stories-block {
  background-color: #f1f5fc;
}
/* line 654, ../sass/_sitestyles.scss */
.success-stories-block .block-title {
  margin-bottom: 60px;
}
/* line 657, ../sass/_sitestyles.scss */
.success-stories-block .block-title-table {
  margin-bottom: 60px;
}
/* line 659, ../sass/_sitestyles.scss */
.success-stories-block .block-title-table h2 {
  font-size: 19px;
  line-height: 25px;
  color: #000;
}
/* line 664, ../sass/_sitestyles.scss */
.success-stories-block .block-title-table .table-cell {
  vertical-align: middle;
}
/* line 667, ../sass/_sitestyles.scss */
.success-stories-block .block-title-table .left-cell {
  text-align: left;
}
/* line 670, ../sass/_sitestyles.scss */
.success-stories-block .block-title-table .right-cell {
  text-align: right;
}
/* line 673, ../sass/_sitestyles.scss */
.success-stories-block .block-title-table .view-all {
  color: #7c0a4b;
  font-size: 16px;
  line-height: 22px;
}
/* line 679, ../sass/_sitestyles.scss */
.success-stories-block .success-story-table-wrap {
  padding: 10px;
}
/* line 681, ../sass/_sitestyles.scss */
.success-stories-block .success-story-table-wrap .display-table {
  table-layout: fixed;
}
/* line 684, ../sass/_sitestyles.scss */
.success-stories-block .success-story-table-wrap .table-cell {
  width: 50%;
  vertical-align: middle;
}
/* line 688, ../sass/_sitestyles.scss */
.success-stories-block .success-story-table-wrap .left-cell {
  text-align: center;
}
/* line 691, ../sass/_sitestyles.scss */
.success-stories-block .success-story-table-wrap .right-cell {
  text-align: right;
}
/* line 694, ../sass/_sitestyles.scss */
.success-stories-block .success-story-table-wrap .image {
  display: inline-block;
}
/* line 698, ../sass/_sitestyles.scss */
.success-stories-block .success-story-card {
  position: relative;
  display: inline-block;
  width: 85%;
  background-color: #fff;
  padding: 70px 65px;
  text-align: left;
  margin-top: 25px;
  -webkit-box-shadow: 0 0 5px 5px #ececec;
  -moz-box-shadow: 0 0 5px 5px #ececec;
  -ms-box-shadow: 0 0 5px 5px #ececec;
  -o-box-shadow: 0 0 5px 5px #ececec;
  box-shadow: 0 0 5px 5px #ececec;
}
/* line 707, ../sass/_sitestyles.scss */
.success-stories-block .success-story-card h3 {
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #000;
}
/* line 714, ../sass/_sitestyles.scss */
.success-stories-block .success-story-card h2 {
  font-size: 38px;
  line-height: 44px;
  font-weight: 800;
  color: #e21c3b;
  margin-bottom: 25px;
}
/* line 721, ../sass/_sitestyles.scss */
.success-stories-block .success-story-card p {
  font-size: 17px;
  line-height: 23px;
  color: #000;
}
/* line 726, ../sass/_sitestyles.scss */
.success-stories-block .success-story-card .technologies {
  margin-top: 40px;
}
/* line 728, ../sass/_sitestyles.scss */
.success-stories-block .success-story-card .technologies .display-table {
  table-layout: fixed;
}
/* line 731, ../sass/_sitestyles.scss */
.success-stories-block .success-story-card .technologies .table-cell {
  width: 25%;
}
/* line 734, ../sass/_sitestyles.scss */
.success-stories-block .success-story-card .technologies .tech-logo {
  text-align: center;
  padding: 0 5px;
}
/* line 737, ../sass/_sitestyles.scss */
.success-stories-block .success-story-card .technologies .tech-logo img {
  display: inline-block;
}
/* line 742, ../sass/_sitestyles.scss */
.success-stories-block .success-story-card:after {
  content: "";
  display: block;
  width: 71px;
  height: 55px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEcAAAA3CAYAAABeklfeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzA0MjcyMEI1MkUxMTFFQUE3NzRERTA2RkU3NDdGQjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzA0MjcyMEM1MkUxMTFFQUE3NzRERTA2RkU3NDdGQjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMDQyNzIwOTUyRTExMUVBQTc3NERFMDZGRTc0N0ZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMDQyNzIwQTUyRTExMUVBQTc3NERFMDZGRTc0N0ZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmtI3DMAAAOjSURBVHja7JsNT9swEIZjO+kHrEA32Aab9v//18YGDFo6KC39ynzT6ylCa2uf49gTOelUCWjPPH7vfHZckYU1CVfaC+0d7V3th9qftV9pX2bxTMElxkbe097XPs4DBCwAwATpIWiBQQj83a8IMEQFQNXpZzl+T15qf8hrDHqg/Y32AZSx77PLBqHkGNMRxtjDRO19k69R0KH2YwRNyRQma4jXwpWoz2y8g/cZ798EVg+N6RRgCs74uHBIIefaT2zkucVWABTCaFwfkEJcW+TMNPoEmXKNoMwCwBFQ8jmKLNfm5K5wqOh+wWvmGfwhAJhTTJzy/KwJtRouKUHL8+cawJBaRuhz6jSqLRc1gCFFj0tttspRkOrAMzDVmRvttzUX4wHA+K6+T9ovNZcn29WK5PoeM+MDZQIo05rBkKI/4pVrpOI7cg1m4bKUU+U/Y65KJTrhn6gxdRdgiYnjKpq2LmOaNA1l5trn9DArnD5hASh3AfdPpOa3lS2Jiz1qvyZFU31xbQIlegVOAabU+YFUCmU9KDpnqPkOYOZbuOyFcwJ3NUqfSwAKuYE8Y0zcBgvCNeoga/vQQTOVM6T6FcthSDP7JeGomBso2qr2yR2qcW29Cci3BsAoNHuudXCE8yPrRUFuyeWh4+q0hlSnWXgb4OjBVdFXGGfmA2fAyOV7eBNHEEPHLniDAjzn9Akva82xo2pWkOy6ATgHTNWw9nHyHztuV9U8NJROErXQZZEozSbSF47ErBQMOE2opgtVu3bAM5/ZqBbiQ8aeZNYAGIFa6Lp/mmIzybL8RUq5Bi9Rpw4d65Q54Z9bbi0Uo9ZU61S5rScSYmur9PeYVDH+QVPAL3YF3wFnjeV1ZJlSnG3M0T44u1Iyr/yTfWZaco8KNpZLssjsHvVsUxz38EsZpfSZcHzM9umDxOyLhse3Nk8guxGCu9TFbozAEsH7WbrWzfyeJHjBUVl6TypfwsljwSlizYxlMe7ESnmz2shE4ZjJEzGDp2oq5vhkwimVBJw84WVcxUx5GWslcBifeJXB/wc4MmE44tXOjCWcqMpJ2crYymmthdPCaeG0cFo4LZwWDtM2CbMpZWQwy4ThLGPCec7qv6hdpz3GgmOu4KaqHLoJO4kFh+7MjGPvnXYYXRF+igGHbj18TzSlzDXcW/PdB9FwKtFtTtvLTk0eV9ANNfr6wbXm8ucabo78CjkI892qe8BZObx3Xfn7TUAoJs2n1dvsvwUYAOjU0pJ9MDcBAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 25px;
  top: -25px;
}
/* line 756, ../sass/_sitestyles.scss */
.success-stories-block .owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* line 762, ../sass/_sitestyles.scss */
.plan-your-project-block {
  background: #810851;
  background: -moz-radial-gradient(circle, #b31072 0%, #700f5a 100%);
  background: -webkit-radial-gradient(circle, #b31072 0%, #700f5a 100%);
  background: radial-gradient(circle, #b31072 0%, #700f5a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#810851",endColorstr="#700f5a",GradientType=1);
}
/* line 768, ../sass/_sitestyles.scss */
.plan-your-project-block .block-title {
  margin-bottom: 40px;
}
/* line 770, ../sass/_sitestyles.scss */
.plan-your-project-block .block-title h2 {
  color: #fff;
}
/* line 772, ../sass/_sitestyles.scss */
.plan-your-project-block .block-title h2 strong {
  color: #fff;
}
/* line 778, ../sass/_sitestyles.scss */
.plan-your-project-block .block-form-wrap form {
  width: 555px;
  margin: 0 auto;
}
/* line 781, ../sass/_sitestyles.scss */
.plan-your-project-block .block-form-wrap form .form-control {
  padding: 0;
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-top: none;
  border-right: none;
}
/* line 791, ../sass/_sitestyles.scss */
.plan-your-project-block .block-form-wrap form .description-group {
  margin-top: 75px;
}
/* line 794, ../sass/_sitestyles.scss */
.plan-your-project-block .block-form-wrap form .submit-btn-group {
  margin-top: 60px;
}
/* line 797, ../sass/_sitestyles.scss */
.plan-your-project-block .block-form-wrap form ::-webkit-input-placeholder {
  color: #fff;
}
/* line 800, ../sass/_sitestyles.scss */
.plan-your-project-block .block-form-wrap form :-ms-input-placeholder {
  color: #fff;
}
/* line 803, ../sass/_sitestyles.scss */
.plan-your-project-block .block-form-wrap form ::placeholder {
  color: #fff;
}

/* line 810, ../sass/_sitestyles.scss */
.global-presence-block .block-title {
  margin-bottom: 40px;
}
/* line 813, ../sass/_sitestyles.scss */
.global-presence-block .our-presence-thumbnails {
  padding-left: 15%;
  padding-right: 15%;
}
/* line 816, ../sass/_sitestyles.scss */
.global-presence-block .our-presence-thumbnails .row {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 820, ../sass/_sitestyles.scss */
.global-presence-block .our-presence-thumbnails .presence-col {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 827, ../sass/_sitestyles.scss */
.presence-thumb .image {
  position: relative;
  padding-top: 78.78788%;
  border-radius: 10px;
}
/* line 87, ../sass/_mixins.scss */
.presence-thumb .image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 830, ../sass/_sitestyles.scss */
.presence-thumb .image img {
  border-radius: 10px;
}
/* line 834, ../sass/_sitestyles.scss */
.presence-thumb .content {
  padding: 20px;
}
/* line 836, ../sass/_sitestyles.scss */
.presence-thumb .content h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #7c0a4b;
}
/* line 842, ../sass/_sitestyles.scss */
.presence-thumb .content p, .presence-thumb .content a, .presence-thumb .content span {
  font-size: 13px;
  line-height: 19px;
}
/* line 846, ../sass/_sitestyles.scss */
.presence-thumb .content a {
  color: #e21c3b;
  font-weight: 700;
    font-size: 16px;
}

/* line 852, ../sass/_sitestyles.scss */
.who-we-are-block {
  position: relative;
}
/* line 855, ../sass/_sitestyles.scss */
.who-we-are-block .page-content h2 {
  font-size: 38px;
  line-height: 44px;
  color: #000;
}
/* line 860, ../sass/_sitestyles.scss */
.who-we-are-block .page-content p {
  color: #000;
}
/* line 864, ../sass/_sitestyles.scss */
.who-we-are-block .mission-vision-table-wrap {
  margin-bottom: 50px;
}
/* line 866, ../sass/_sitestyles.scss */
.who-we-are-block .mission-vision-table-wrap .display-table {
  table-layout: fixed;
}
/* line 869, ../sass/_sitestyles.scss */
.who-we-are-block .mission-vision-table-wrap .table-cell {
  vertical-align: middle;
  text-align: left;
}
/* line 873, ../sass/_sitestyles.scss */
.who-we-are-block .mission-vision-table-wrap .left-cell {
  width: 100px;
}
/* line 876, ../sass/_sitestyles.scss */
.who-we-are-block .mission-vision-table-wrap h3 {
  font-size: 17px;
  line-height: 23px;
  color: #202020;
  text-transform: uppercase;
  margin-bottom: 8px;
}
/* line 883, ../sass/_sitestyles.scss */
.who-we-are-block .mission-vision-table-wrap p:last-child {
  margin-bottom: 0px;
}
/* line 887, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap {
  padding-bottom: 500px;
}
/* line 889, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .progress-block {
  position: absolute;
  top: -370px;
  left: 0;
  width: 100%;
}
/* line 895, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .progress-levels {
  text-align: right;
  padding-right: 10%;
}
/* line 899, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .mobile {
  display: none !important;
}
/* line 903, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .year-circle .description {
  display: none;
  position: absolute;
  top: -175px;
  left: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px 3px #e0e0e0;
  padding: 25px;
  width: 280px;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 915, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .year-circle .description h3 {
  font-size: 17px;
  line-height: 23px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 922, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .year-circle .description:after {
  height: 0;
  width: 0;
  left: 50%;
  bottom: -15px;
  position: absolute;
  content: "";
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 15px solid transparent;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 937, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .year-circle:hover .description {
  display: block;
}
/* line 942, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .image-level,
.who-we-are-block .progress-block-wrap .level-3,
.who-we-are-block .progress-block-wrap .level-2,
.who-we-are-block .progress-block-wrap .level-1 {
  margin-bottom: 30px;
}
/* line 949, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .level-3 .year-circle.orange::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 30px;
  background-color: #e13a2a;
  position: absolute;
  left: -41px;
  bottom: 0;
  -webkit-transform: rotate(-60deg) translate(-21px, 36px);
  -moz-transform: rotate(-60deg) translate(-21px, 36px);
  -ms-transform: rotate(-60deg) translate(-21px, 36px);
  -o-transform: rotate(-60deg) translate(-21px, 36px);
  transform: rotate(-60deg) translate(-21px, 36px);
}
/* line 965, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .level-2 {
  padding-right: 125px;
}
/* line 967, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .level-2 .year-circle.blue {
  margin-right: 50px;
}
/* line 970, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .level-2 .year-circle.light-blue::before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 30px;
  background-color: #1c98e2;
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 981, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .level-2 .year-circle.blue::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 30px;
  background-color: #10427a;
  position: absolute;
  left: -41px;
  bottom: 0;
  -webkit-transform: rotate(-55deg) translate(-21px, 23px);
  -moz-transform: rotate(-55deg) translate(-21px, 23px);
  -ms-transform: rotate(-55deg) translate(-21px, 23px);
  -o-transform: rotate(-55deg) translate(-21px, 23px);
  transform: rotate(-55deg) translate(-21px, 23px);
}
/* line 997, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .level-1 {
  padding-right: 525px;
}
/* line 999, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .level-1 .year-circle.green {
  margin-right: 50px;
}
/* line 1002, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .level-1 .year-circle.yellow::before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 30px;
  background-color: #fed324;
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1015, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .year-circle {
  text-align: left;
}
/* line 1018, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .year-circle,
.who-we-are-block .progress-block-wrap .progress-level-row .year-wrap,
.who-we-are-block .progress-block-wrap .progress-level-row .year-wrap-1,
.who-we-are-block .progress-block-wrap .progress-level-row .year-wrap-2 {
  display: inline-block;
  position: relative;
}
/* line 1025, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .year-wrap {
  border-radius: 50%;
  padding: 2px;
  z-index: 1;
  background-color: #fafafa;
}
/* line 1031, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .year-wrap-1,
.who-we-are-block .progress-block-wrap .progress-level-row .year-wrap-2 {
  border-radius: 50%;
}
/* line 1038, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .progress-level-row span.year {
  display: inline-block;
  position: relative;
  background-color: #fafafa;
  font-size: 34px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
  padding: 25px;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 5px 3px #989898;
  -moz-box-shadow: 3px 3px 5px 3px #989898;
  -ms-box-shadow: 3px 3px 5px 3px #989898;
  -o-box-shadow: 3px 3px 5px 3px #989898;
  box-shadow: 3px 3px 5px 3px #989898;
}
/* line 1051, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .progress-level-row span.text {
  position: absolute;
}
/* line 144, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-3 .year-circle.orange .year-wrap {
  -webkit-box-shadow: 8px 6px 15px 1px #969696;
  -moz-box-shadow: 8px 6px 15px 1px #969696;
  -ms-box-shadow: 8px 6px 15px 1px #969696;
  -o-box-shadow: 8px 6px 15px 1px #969696;
  box-shadow: 8px 6px 15px 1px #969696;
}
/* line 147, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-3 .year-circle.orange .year-wrap-2 {
  width: 195px;
  height: 195px;
  background-color: #e13a2a;
}
/* line 152, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-3 .year-circle.orange .year-wrap-1 {
  width: 170px;
  height: 170px;
  background-color: #fafafa;
}
/* line 157, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-3 .year-circle.orange span.year {
  width: 150px;
  height: 150px;
}
/* line 144, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-2 .year-circle.blue .year-wrap {
  -webkit-box-shadow: 8px 6px 15px 1px #969696;
  -moz-box-shadow: 8px 6px 15px 1px #969696;
  -ms-box-shadow: 8px 6px 15px 1px #969696;
  -o-box-shadow: 8px 6px 15px 1px #969696;
  box-shadow: 8px 6px 15px 1px #969696;
}
/* line 147, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-2 .year-circle.blue .year-wrap-2 {
  width: 180px;
  height: 180px;
  background-color: #10427a;
}
/* line 152, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-2 .year-circle.blue .year-wrap-1 {
  width: 155px;
  height: 155px;
  background-color: #fafafa;
}
/* line 157, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-2 .year-circle.blue span.year {
  width: 135px;
  height: 135px;
}
/* line 144, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-2 .year-circle.light-blue .year-wrap {
  -webkit-box-shadow: 8px 6px 15px 1px #969696;
  -moz-box-shadow: 8px 6px 15px 1px #969696;
  -ms-box-shadow: 8px 6px 15px 1px #969696;
  -o-box-shadow: 8px 6px 15px 1px #969696;
  box-shadow: 8px 6px 15px 1px #969696;
}
/* line 147, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-2 .year-circle.light-blue .year-wrap-2 {
  width: 180px;
  height: 180px;
  background-color: #1c98e2;
}
/* line 152, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-2 .year-circle.light-blue .year-wrap-1 {
  width: 155px;
  height: 155px;
  background-color: #fafafa;
}
/* line 157, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-2 .year-circle.light-blue span.year {
  width: 135px;
  height: 135px;
}
/* line 144, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-1 .year-circle.green .year-wrap {
  -webkit-box-shadow: 8px 6px 15px 1px #969696;
  -moz-box-shadow: 8px 6px 15px 1px #969696;
  -ms-box-shadow: 8px 6px 15px 1px #969696;
  -o-box-shadow: 8px 6px 15px 1px #969696;
  box-shadow: 8px 6px 15px 1px #969696;
}
/* line 147, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-1 .year-circle.green .year-wrap-2 {
  width: 145px;
  height: 145px;
  background-color: #59cdb8;
}
/* line 152, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-1 .year-circle.green .year-wrap-1 {
  width: 120px;
  height: 120px;
  background-color: #fafafa;
}
/* line 157, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-1 .year-circle.green span.year {
  width: 100px;
  height: 100px;
}
/* line 144, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-1 .year-circle.yellow .year-wrap {
  -webkit-box-shadow: 8px 6px 15px 1px #969696;
  -moz-box-shadow: 8px 6px 15px 1px #969696;
  -ms-box-shadow: 8px 6px 15px 1px #969696;
  -o-box-shadow: 8px 6px 15px 1px #969696;
  box-shadow: 8px 6px 15px 1px #969696;
}
/* line 147, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-1 .year-circle.yellow .year-wrap-2 {
  width: 145px;
  height: 145px;
  background-color: #fed324;
}
/* line 152, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-1 .year-circle.yellow .year-wrap-1 {
  width: 120px;
  height: 120px;
  background-color: #fafafa;
}
/* line 157, ../sass/_mixins.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-1 .year-circle.yellow span.year {
  width: 100px;
  height: 100px;
}
/* line 1075, ../sass/_sitestyles.scss */
.who-we-are-block .progress-block-wrap .progress-level-row .level-1 span.year {
  font-size: 33px;
  line-height: 39px;
}
/* line 1082, ../sass/_sitestyles.scss */
.who-we-are-block .circular-progress-bar-block {
  position: absolute;
  bottom: 50px;
  right: 0;
}
/* line 1086, ../sass/_sitestyles.scss */
.who-we-are-block .circular-progress-bar-block .progress-bar-block-title {
  margin-bottom: 30px;
}
/* line 1088, ../sass/_sitestyles.scss */
.who-we-are-block .circular-progress-bar-block .progress-bar-block-title h3, .who-we-are-block .circular-progress-bar-block .progress-bar-block-title p {
  color: #000;
}
/* line 1093, ../sass/_sitestyles.scss */
.who-we-are-block .circular-progress-bar-block .circular-progress-bars .year {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
/* line 1098, ../sass/_sitestyles.scss */
.who-we-are-block .circular-progress-bar-block .circular-progress-bars .year::last-child {
  margin-right: 0px;
}
/* line 1101, ../sass/_sitestyles.scss */
.who-we-are-block .circular-progress-bar-block .circular-progress-bars .text {
  font-weight: 700;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 1108, ../sass/_sitestyles.scss */
.who-we-are-block .circular-progress-bar-block .circular-progress-bars .percentage {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  position: absolute;
}
/* line 1117, ../sass/_sitestyles.scss */
.who-we-are-block .circular-progress-bar-block .circular-progress-bars .year-2012 .text {
  color: #59cdb8;
}
/* line 1122, ../sass/_sitestyles.scss */
.who-we-are-block .circular-progress-bar-block .circular-progress-bars .year-2014 .text {
  color: #fed324;
}
/* line 1127, ../sass/_sitestyles.scss */
.who-we-are-block .circular-progress-bar-block .circular-progress-bars .year-2016 .text {
  color: #10427a;
}
/* line 1132, ../sass/_sitestyles.scss */
.who-we-are-block .circular-progress-bar-block .circular-progress-bars .year-2018 .text {
  color: #1c98e2;
}
/* line 1137, ../sass/_sitestyles.scss */
.who-we-are-block .circular-progress-bar-block .circular-progress-bars .year-2019 .text {
  color: #e13a2a;
}

/* line 1147, ../sass/_sitestyles.scss */
.ecommerce-block .block-title {
  margin-bottom: 30px;
}
/* line 1149, ../sass/_sitestyles.scss */
.ecommerce-block .block-title h3 {
  font-size: 27px;
  line-height: 33px;
  color: #7c0a4b;
}
/* line 1154, ../sass/_sitestyles.scss */
.ecommerce-block .block-title p {
  font-size: 16.6px;
  line-height: 22px;
  color: #000;
}
/* line 1161, ../sass/_sitestyles.scss */
.ecommerce-block .intro-block-wrap h1, .ecommerce-block .intro-block-wrap h2, .ecommerce-block .intro-block-wrap p {
  color: #000;
}
/* line 1166, ../sass/_sitestyles.scss */
.ecommerce-block .technology-block-wrap .row {
  margin-left: 0px;
  margin-right: 0px;
}
/* line 1169, ../sass/_sitestyles.scss */
.ecommerce-block .technology-block-wrap .row .col {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 1174, ../sass/_sitestyles.scss */
.ecommerce-block .technology-block-wrap .technology-row {
  display: block;
  font-family: monospace;
  letter-spacing: -.65em;
  margin-left: 0em;
  margin-right: 0em;
}
/* line 130, ../sass/_mixins.scss */
.ecommerce-block .technology-block-wrap .technology-row .list-grid-col {
  font-family: Serif;
  letter-spacing: normal;
  display: inline-block;
  width: 16.666%;
  padding-left: 0em;
  padding-right: 0em;
  float: none;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
}
/* line 1177, ../sass/_sitestyles.scss */
.ecommerce-block .technology-block-wrap .technology-icon {
  position: relative;
  height: 200px;
  text-align: center;
  border-top: 1px solid #696969;
  border-right: 1px solid #696969;
  border-bottom: 1px solid #696969;
}
/* line 1184, ../sass/_sitestyles.scss */
.ecommerce-block .technology-block-wrap .technology-icon .image {
  width: 100%;
  position: absolute;
  padding: 10px;
}
/* line 1192, ../sass/_sitestyles.scss */
.ecommerce-block .technology-block-wrap .technology-col:first-child .technology-icon {
  border-left: 1px solid #696969;
}

/* line 1199, ../sass/_sitestyles.scss */
.development-process-block .block-title {
  margin-bottom: 80px;
}
/* line 1203, ../sass/_sitestyles.scss */
.development-process-block .process-steps .row {
  margin-bottom: 50px;
}
/* line 1206, ../sass/_sitestyles.scss */
.development-process-block .process-steps .row:last-child {
  margin-bottom: 0px;
}
/* line 1209, ../sass/_sitestyles.scss */
.development-process-block .process-steps .row:nth-child(even) {
  direction: rtl;
}
/* line 1212, ../sass/_sitestyles.scss */
.development-process-block .process-steps .line-1,
.development-process-block .process-steps .line-2 {
  position: absolute;
  right: -75px;
  top: 100px;
}
/* line 1218, ../sass/_sitestyles.scss */
.development-process-block .process-steps .line-3 {
  position: absolute;
  right: -25px;
  top: 100px;
}
/* line 1223, ../sass/_sitestyles.scss */
.development-process-block .process-steps .line-4,
.development-process-block .process-steps .line-5 {
  position: absolute;
  left: -75px;
  top: 100px;
}
/* line 1229, ../sass/_sitestyles.scss */
.development-process-block .process-steps .line-6 {
  position: absolute;
  left: -25px;
  top: 100px;
}
/* line 1235, ../sass/_sitestyles.scss */
.development-process-block .process-steps .step-1 .pulse {
  animation-duration: 3s;
}
/* line 1240, ../sass/_sitestyles.scss */
.development-process-block .process-steps .step-2 .pulse {
  animation-duration: 4s;
}
/* line 1245, ../sass/_sitestyles.scss */
.development-process-block .process-steps .step-3 .pulse {
  animation-duration: 5s;
}
/* line 1250, ../sass/_sitestyles.scss */
.development-process-block .process-steps .step-4 .pulse {
  animation-duration: 2s;
}
/* line 1255, ../sass/_sitestyles.scss */
.development-process-block .process-steps .step-5 .pulse {
  animation-duration: 4s;
}
/* line 1260, ../sass/_sitestyles.scss */
.development-process-block .process-steps .step-6 .pulse {
  animation-duration: 3s;
}
/* line 1265, ../sass/_sitestyles.scss */
.development-process-block .process-steps .step-7 .pulse {
  animation-duration: 2s;
}

/* line 1272, ../sass/_sitestyles.scss */
.process-thumb {
  text-align: center;
}
/* line 1274, ../sass/_sitestyles.scss */
.process-thumb .image {
  margin-bottom: 10px;
}
/* line 1277, ../sass/_sitestyles.scss */
.process-thumb .content {
  padding: 15px;
}
/* line 1279, ../sass/_sitestyles.scss */
.process-thumb .content h3 {
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 600;
  color: #202020;
  margin-bottom: 20px;
}
/* line 1287, ../sass/_sitestyles.scss */
.process-thumb .content p {
  color: #000;
}

/* line 1293, ../sass/_sitestyles.scss */
.e-commerce-success-stories .block-title {
  margin-bottom: 30px;
}
/* line 1295, ../sass/_sitestyles.scss */
.e-commerce-success-stories .block-title h3 {
  font-size: 27px;
  line-height: 33px;
  color: #7c0a4b;
}
/* line 1300, ../sass/_sitestyles.scss */
.e-commerce-success-stories .block-title p {
  font-size: 16.6px;
  line-height: 22px;
  color: #000;
}

/* line 1310, ../sass/_sitestyles.scss */
form .form-group {
  margin-bottom: 30px;
}
/* line 1313, ../sass/_sitestyles.scss */
form .form-row {
  margin-right: -15px;
  margin-left: -15px;
}
/* line 1317, ../sass/_sitestyles.scss */
form .form-row > .col,
form .form-row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
/* line 1322, ../sass/_sitestyles.scss */
form .form-control {
  height: 53px;
  background-color: #ededed;
  border-radius: 0px;
  border: 1px solid #ededed;
  padding: 15px 25px;
  font-size: 14px;
}
/* line 1330, ../sass/_sitestyles.scss */
form .form-control:focus {
  color: #495057;
  background-color: #ededed;
  border-color: #ededed;
  outline: 0;
  box-shadow: none;
}
/* line 1337, ../sass/_sitestyles.scss */
form textarea.form-control {
  height: auto;
  resize: none;
}
/* line 1341, ../sass/_sitestyles.scss */
form ::-webkit-input-placeholder {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #000;
}
/* line 1347, ../sass/_sitestyles.scss */
form :-ms-input-placeholder {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #000;
}
/* line 1353, ../sass/_sitestyles.scss */
form ::placeholder {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #000;
}
/* line 1358, ../sass/_sitestyles.scss */
form span.wpcf7-not-valid-tip {
  font-size: 13px;
}
/* line 1361, ../sass/_sitestyles.scss */
form .submit-btn-wrap {
  position: relative;
  display: inline-block;
  width: auto;
}
/* line 1366, ../sass/_sitestyles.scss */
form .ajax-loader {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  margin: 0 !important;
  background-repeat: no-repeat !important;
  background-image: url(../images/ajax-loader.gif) !important;
  background-position: 50%;
  cursor: not-allowed !important;
  background-color: #575757;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 50px;
  z-index: 999 !important;
  border-radius: 3px;
}

/* line 1388, ../sass/_sitestyles.scss */
.footer {
  position: relative;
  background-color: #fff;
  background-image: url("../images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  color: #5a5b5e;
  padding: 80px 0 0 0;
  border-top: 1px solid #dededf;
  overflow: hidden;
}
.footer-wrapper .the-container {
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 100%;
    flex-wrap: wrap;
}
.footer-logo-wrap{
    position: relative;
    z-index: 1;
}
.footer-col{
  position: relative;
  z-index: 1;
}
/* line 1399, ../sass/_sitestyles.scss */
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer a {
  color: #7c0a4b;
}
/* line 1402, ../sass/_sitestyles.scss */
.footer h3 {
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 20px;
}
/* line 1409, ../sass/_sitestyles.scss */
.footer .footer-logo-wrap img {
  margin-bottom: 25px;
}
/* line 1412, ../sass/_sitestyles.scss */
.footer .footer-logo-wrap p {
  font-size: 14px;
  line-height: 20px;
}
/* line 1417, ../sass/_sitestyles.scss */
.footer .footer-links-wrap {
  padding: 0 0 80px 0;
}
/* line 1421, ../sass/_sitestyles.scss */
.footer .footer-links a {
  display: block;
  margin-bottom: 10px;
  color: #7b7f86;
  font-size: 15px;
}
/* line 1426, ../sass/_sitestyles.scss */
.footer .footer-links a:hover {
  color: #7c0a4b;
}
/* line 1432, ../sass/_sitestyles.scss */
.footer .social-links a {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  background-color: #575757;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-right: 10px;
  -webkit-box-shadow: 0 0 5px 1px #c7c7c7;
  -moz-box-shadow: 0 0 5px 1px #c7c7c7;
  -ms-box-shadow: 0 0 5px 1px #c7c7c7;
  -o-box-shadow: 0 0 5px 1px #c7c7c7;
  box-shadow: 0 0 5px 1px #c7c7c7;
}
/* line 1444, ../sass/_sitestyles.scss */
.footer .social-links a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 1450, ../sass/_sitestyles.scss */
.footer .social-links a.facebook {
  background-color: #3b5999;
}
/* line 1453, ../sass/_sitestyles.scss */
.footer .social-links a.skype {
  background-color: #fff;
  font-size: 21px;
  line-height: 27px;
}
/* line 1457, ../sass/_sitestyles.scss */
.footer .social-links a.skype i {
  color: #00AFF0;
}
/* line 1461, ../sass/_sitestyles.scss */
.footer .social-links a.instagram {
  background-color: #1f4a6f;
}
/* line 1464, ../sass/_sitestyles.scss */
.footer .social-links a.linkedin {
  font-size: 18px;
  line-height: 24px;
  background-color: #0077B5;
}
/* line 1469, ../sass/_sitestyles.scss */
.footer .social-links a:hover {
  transform: scale(1.2);
}
/* line 1474, ../sass/_sitestyles.scss */
.footer .footer-image-1 {
  position: absolute;
    left: 23%;
    bottom: 0;
}
/* line 1479, ../sass/_sitestyles.scss */
.footer .footer-image-2 {
  position: absolute;
    right: 5%;
    top: 60%;
    animation-duration: 4s;
}

/* line 1488, ../sass/_sitestyles.scss */
.animatiion-speed-2s {
  animation-duration: 2s;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-5%, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(5%, 0, 0);
  }
}
@keyframes diagonally {
  from {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(30px) translateY(30px);
  }
  to {
    transform: translateX(0px) translateY(0px);
  }
}
/* line 1530, ../sass/_sitestyles.scss */
.diagonally {
  animation-name: diagonally;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-duration: 20s;
}

/* line 1537, ../sass/_sitestyles.scss */
.delay-2s {
  animation-delay: 2s;
}

/* line 1540, ../sass/_sitestyles.scss */
.delay-3s {
  animation-delay: 3s;
}

/* line 1543, ../sass/_sitestyles.scss */
.delay-4s {
  animation-delay: 4s;
}

/* line 1546, ../sass/_sitestyles.scss */
.delay-5s {
  animation-delay: 5s;
}

/* line 1549, ../sass/_sitestyles.scss */
.delay-6s {
  animation-delay: 6s;
}

/* line 1552, ../sass/_sitestyles.scss */
.delay-7s {
  animation-delay: 7s;
}

/* line 1555, ../sass/_sitestyles.scss */
.delay-8s {
  animation-delay: 8s;
}

/* line 1560, ../sass/_sitestyles.scss */
.page-intro-block h1 {
  text-transform: uppercase;
}

@media (min-width: 1501px) {
  /* line 3, ../sass/_responsive.scss */
  .page-banner img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1500px) {
  /* line 11, ../sass/_responsive.scss */
  .the-container {
    width: 95%;
    margin: 0 auto;
  }

  /* line 16, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap {
    padding-bottom: 600px;
  }
  /* line 18, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .progress-block {
    top: -300px;
  }
}
@media (max-width: 1400px) {
  /* line 26, ../sass/_responsive.scss */
  .page-banner {
    background-position: 125% top;
  }

  /* line 31, ../sass/_responsive.scss */
  .footer .social-links a {
    margin-right: 3px;
  }
}
@media (max-width: 1300px) {
  /* line 40, ../sass/_responsive.scss */
  .success-stories-block .success-story-card {
    padding: 70px 30px;
  }
}
@media (max-width: 1260px) {
  /* line 47, ../sass/_responsive.scss */
  .page-banner {
    background-position: 420px top;
  }
}
@media (max-width: 1285px) {
  /* line 54, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-1 {
    padding-right: 500px;
  }
}
@media (max-width: 1250px) {
  /* line 63, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-2 {
    padding-right: 110px;
  }
  /* line 66, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-1 {
    padding-right: 475px;
  }
}
@media (max-width: 1215px) {
  /* line 75, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .progress-levels {
    padding-right: 5%;
  }
}
@media (max-width: 1200px) {
  /* line 82, ../sass/_responsive.scss */
  h1, h2 {
    font-size: 30px;
    line-height: 36px;
  }

  /* line 86, ../sass/_responsive.scss */
  h3 {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 90, ../sass/_responsive.scss */
  h4 {
    font-size: 22px;
    line-height: 32px;
  }

  /* line 94, ../sass/_responsive.scss */
  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  /* line 98, ../sass/_responsive.scss */
  h6 {
    font-size: 16px;
    line-height: 22px;
  }

  /* line 102, ../sass/_responsive.scss */
  .block-padding-top {
    padding-top: 40px;
  }

  /* line 105, ../sass/_responsive.scss */
  .block-padding-bottom {
    padding-bottom: 40px;
  }

  /* line 108, ../sass/_responsive.scss */
  .inner-side-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* line 114, ../sass/_responsive.scss */
  .services-block .services-thumbnails .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }

  /* line 123, ../sass/_responsive.scss */
  .global-presence-block .our-presence-thumbnails {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* line 129, ../sass/_responsive.scss */
  .footer .footer-links-wrap {
    padding-bottom: 120px;
  }
  /* line 131, ../sass/_responsive.scss */
  .footer .footer-links-wrap .col-md-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 136, ../sass/_responsive.scss */
  .footer .footer-links-wrap .col-md-8 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 142, ../sass/_responsive.scss */
  .footer .footer-image-1 {
    left: 0;
  }
  /* line 144, ../sass/_responsive.scss */
  .footer .footer-image-1 img {
    max-width: 275px;
  }
}
@media (max-width: 1180px) {
  /* line 153, ../sass/_responsive.scss */
  .header .menu-wrap {
    display: none;
  }
  /* line 156, ../sass/_responsive.scss */
  .header .hamberger-menu-wrap {
    display: block;
  }
  /* line 158, ../sass/_responsive.scss */
  .header .hamberger-menu-wrap .hamburger {
    display: block;
  }
  /* line 163, ../sass/_responsive.scss */
  .header .logo-wrapper img {
    max-width: 70px;
  }
  /* line 167, ../sass/_responsive.scss */
  .header .header-wrapper {
    padding: 1px 30px;
  }

  /* line 174, ../sass/_responsive.scss */
  .fixed-header .header .logo-wrapper img {
    max-width: 70px;
  }

  /* line 182, ../sass/_responsive.scss */
  .footer .footer-links-wrap .col-md-3 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  /* line 187, ../sass/_responsive.scss */
  .footer .footer-links-wrap .col-md-3:last-child {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* line 195, ../sass/_responsive.scss */
  h1, h2 {
    font-size: 28px;
    line-height: 32px;
  }

  /* line 199, ../sass/_responsive.scss */
  h3 {
    font-size: 23px;
    line-height: 29px;
  }

  /* line 203, ../sass/_responsive.scss */
  h4 {
    font-size: 20px;
    line-height: 26px;
  }

  /* line 207, ../sass/_responsive.scss */
  h5 {
    font-size: 17px;
    line-height: 23px;
  }

  /* line 211, ../sass/_responsive.scss */
  h6 {
    font-size: 15px;
    line-height: 21px;
  }

  /* line 215, ../sass/_responsive.scss */
  .maroon-btn {
    font-size: 13px;
    line-height: 19px;
    margin-top: 5px;
    padding: 13px;
  }

  /* line 223, ../sass/_responsive.scss */
  .page-banner .banner-content h3 {
    font-size: 24px;
    line-height: 30px;
  }
  /* line 227, ../sass/_responsive.scss */
  .page-banner .banner-content h1 {
    font-size: 30px;
    line-height: 38px;
  }
  /* line 231, ../sass/_responsive.scss */
  .page-banner .banner-content p {
    font-size: 15px;
    line-height: 21px;
  }

  /* line 239, ../sass/_responsive.scss */
  .block-title h2 {
    font-size: 26px;
    line-height: 32px;
  }
  /* line 242, ../sass/_responsive.scss */
  .block-title h2 strong {
    font-size: 30px;
    line-height: 36px;
  }
  /* line 247, ../sass/_responsive.scss */
  .block-title p {
    font-size: 15px;
  }

  /* line 253, ../sass/_responsive.scss */
  .success-stories-block .success-story-card {
    width: 95%;
  }
  /* line 255, ../sass/_responsive.scss */
  .success-stories-block .success-story-card h3 {
    font-size: 16px;
    line-height: 22px;
  }
  /* line 259, ../sass/_responsive.scss */
  .success-stories-block .success-story-card h2 {
    font-size: 30px;
    line-height: 36px;
  }
  /* line 263, ../sass/_responsive.scss */
  .success-stories-block .success-story-card p {
    font-size: 15px;
    line-height: 21px;
  }
  /* line 267, ../sass/_responsive.scss */
  .success-stories-block .success-story-card .technologies .tech-logo {
    padding: 0 10px;
  }

  /* line 275, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .progress-levels {
    padding-right: 0px;
  }
  /* line 144, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-3 .year-circle.orange .year-wrap {
    -webkit-box-shadow: 8px 6px 15px 1px #969696;
    -moz-box-shadow: 8px 6px 15px 1px #969696;
    -ms-box-shadow: 8px 6px 15px 1px #969696;
    -o-box-shadow: 8px 6px 15px 1px #969696;
    box-shadow: 8px 6px 15px 1px #969696;
  }
  /* line 147, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-3 .year-circle.orange .year-wrap-2 {
    width: 170px;
    height: 170px;
    background-color: #e13a2a;
  }
  /* line 152, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-3 .year-circle.orange .year-wrap-1 {
    width: 145px;
    height: 145px;
    background-color: #fafafa;
  }
  /* line 157, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-3 .year-circle.orange span.year {
    width: 125px;
    height: 125px;
  }
  /* line 144, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-2 .year-circle.blue .year-wrap {
    -webkit-box-shadow: 8px 6px 15px 1px #969696;
    -moz-box-shadow: 8px 6px 15px 1px #969696;
    -ms-box-shadow: 8px 6px 15px 1px #969696;
    -o-box-shadow: 8px 6px 15px 1px #969696;
    box-shadow: 8px 6px 15px 1px #969696;
  }
  /* line 147, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-2 .year-circle.blue .year-wrap-2 {
    width: 155px;
    height: 155px;
    background-color: #10427a;
  }
  /* line 152, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-2 .year-circle.blue .year-wrap-1 {
    width: 130px;
    height: 130px;
    background-color: #fafafa;
  }
  /* line 157, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-2 .year-circle.blue span.year {
    width: 110px;
    height: 110px;
  }
  /* line 144, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-2 .year-circle.light-blue .year-wrap {
    -webkit-box-shadow: 8px 6px 15px 1px #969696;
    -moz-box-shadow: 8px 6px 15px 1px #969696;
    -ms-box-shadow: 8px 6px 15px 1px #969696;
    -o-box-shadow: 8px 6px 15px 1px #969696;
    box-shadow: 8px 6px 15px 1px #969696;
  }
  /* line 147, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-2 .year-circle.light-blue .year-wrap-2 {
    width: 155px;
    height: 155px;
    background-color: #1c98e2;
  }
  /* line 152, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-2 .year-circle.light-blue .year-wrap-1 {
    width: 130px;
    height: 130px;
    background-color: #fafafa;
  }
  /* line 157, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-2 .year-circle.light-blue span.year {
    width: 110px;
    height: 110px;
  }
  /* line 144, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-1 .year-circle.green .year-wrap {
    -webkit-box-shadow: 8px 6px 15px 1px #969696;
    -moz-box-shadow: 8px 6px 15px 1px #969696;
    -ms-box-shadow: 8px 6px 15px 1px #969696;
    -o-box-shadow: 8px 6px 15px 1px #969696;
    box-shadow: 8px 6px 15px 1px #969696;
  }
  /* line 147, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-1 .year-circle.green .year-wrap-2 {
    width: 125px;
    height: 125px;
    background-color: #59cdb8;
  }
  /* line 152, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-1 .year-circle.green .year-wrap-1 {
    width: 110px;
    height: 110px;
    background-color: #fafafa;
  }
  /* line 157, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-1 .year-circle.green span.year {
    width: 95px;
    height: 95px;
  }
  /* line 144, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-1 .year-circle.yellow .year-wrap {
    -webkit-box-shadow: 8px 6px 15px 1px #969696;
    -moz-box-shadow: 8px 6px 15px 1px #969696;
    -ms-box-shadow: 8px 6px 15px 1px #969696;
    -o-box-shadow: 8px 6px 15px 1px #969696;
    box-shadow: 8px 6px 15px 1px #969696;
  }
  /* line 147, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-1 .year-circle.yellow .year-wrap-2 {
    width: 125px;
    height: 125px;
    background-color: #fed324;
  }
  /* line 152, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-1 .year-circle.yellow .year-wrap-1 {
    width: 105px;
    height: 105px;
    background-color: #fafafa;
  }
  /* line 157, ../sass/_mixins.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-1 .year-circle.yellow span.year {
    width: 95px;
    height: 95px;
  }

  /* line 307, ../sass/_responsive.scss */
  .development-process-block .process-steps .line-1,
  .development-process-block .process-steps .line-2 {
    right: -45px;
  }
  /* line 310, ../sass/_responsive.scss */
  .development-process-block .process-steps .line-1 img,
  .development-process-block .process-steps .line-2 img {
    max-width: 100px;
  }
  /* line 314, ../sass/_responsive.scss */
  .development-process-block .process-steps .line-4,
  .development-process-block .process-steps .line-5 {
    left: -65px;
  }
  /* line 317, ../sass/_responsive.scss */
  .development-process-block .process-steps .line-4 img,
  .development-process-block .process-steps .line-5 img {
    max-width: 115px;
  }
  /* line 321, ../sass/_responsive.scss */
  .development-process-block .process-steps .line-3 {
    top: 140px;
  }
  /* line 323, ../sass/_responsive.scss */
  .development-process-block .process-steps .line-3 img {
    max-width: 75px;
  }
  /* line 327, ../sass/_responsive.scss */
  .development-process-block .process-steps .line-6 {
    top: 125px;
  }
  /* line 329, ../sass/_responsive.scss */
  .development-process-block .process-steps .line-6 img {
    max-width: 75px;
  }

  /* line 338, ../sass/_responsive.scss */
  .ecommerce-block .technology-block-wrap .technology-icon {
    height: 200px;
    padding: 15px;
  }
  .custom-play-pause {
   
    left: 38% !important;   
}
}
@media (max-width: 992px) {
  /* line 347, ../sass/_responsive.scss */
  .block-padding-top {
    padding-top: 30px;
  }

  /* line 350, ../sass/_responsive.scss */
  .block-padding-bottom {
    padding-bottom: 30px;
  }

  /* line 355, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap {
    padding-bottom: 680px;
  }
  /* line 357, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row span.year {
    font-size: 28px;
    line-height: 36px;
  }
  /* line 362, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .progress-level-row .level-1 span.year {
    font-size: 28px;
    line-height: 36px;
  }
  /* line 370, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-3 .year-circle.orange::before {
    left: -12px;
  }
  /* line 374, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-2 {
    padding-right: 55px;
  }
  /* line 376, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-2 .year-circle.blue::before {
    left: -8px;
    -webkit-transform: rotate(-60deg) translate(-21px, 23px);
    -moz-transform: rotate(-60deg) translate(-21px, 23px);
    -ms-transform: rotate(-60deg) translate(-21px, 23px);
    -o-transform: rotate(-60deg) translate(-21px, 23px);
    transform: rotate(-60deg) translate(-21px, 23px);
  }
  /* line 385, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-1 {
    padding-right: 340px;
  }

  /* line 392, ../sass/_responsive.scss */
  .footer .footer-logo-wrap {
    text-align: center;
    margin-bottom: 40px;
  }
  /* line 397, ../sass/_responsive.scss */
  .footer .footer-links-wrap {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 200px;
  }
  /* line 401, ../sass/_responsive.scss */
  .footer .footer-links-wrap .col-md-4 {
    display: none;
  }
  /* line 404, ../sass/_responsive.scss */
  .footer .footer-links-wrap .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-play-pause {
    
    left: 42% !important;
  }
}
@media (max-width: 900px) {
  /* line 415, ../sass/_responsive.scss */
  .main-menu li {
    margin: 0 5px;
  }
  /* line 417, ../sass/_responsive.scss */
  .main-menu li a {
    padding: 15px 1px;
    font-size: 13px;
  }

  /* line 423, ../sass/_responsive.scss */
  .page-banner {
    background-position: 395px top;
  }
  .custom-play-pause {
    
    left: 46% !important;
  }
}
@media (max-width: 800px) {
  /* line 429, ../sass/_responsive.scss */
  .page-banner {
    background-position: 325px top;
  }
  .custom-play-pause {
    
    left: 50% !important;
  }
}
@media (max-width: 767px) {
  /* line 435, ../sass/_responsive.scss */
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  /* line 439, ../sass/_responsive.scss */
  .block-padding-top {
    padding-top: 30px;
  }

  /* line 442, ../sass/_responsive.scss */
  .block-padding-bottom {
    padding-bottom: 30px;
  }

  /* line 445, ../sass/_responsive.scss */
  .display-mobile {
    display: block;
  }

  /* line 449, ../sass/_responsive.scss */
  .header .header-wrapper {
    padding: 1px 25px;
  }
  /* line 451, ../sass/_responsive.scss */
  .header .header-wrapper .display-table {
    height: 80px;
  }
  /* line 455, ../sass/_responsive.scss */
  .header .logo-wrapper img {
    max-width: 65px;
  }

  /* line 459, ../sass/_responsive.scss */
  .menu-title {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    border-bottom: 1px solid #610037;
  }
  /* line 466, ../sass/_responsive.scss */
  .menu-title a {
    color: #fff;
    font-size: 35px;
  }

  /* line 471, ../sass/_responsive.scss */
  .menu-icon {
    display: inline-block;
    position: absolute;
    right: 0;
    height: 100%;
    background-color: #790b4b;
    color: #fff;
    padding: 0 18px;
    line-height: 80px;
    font-size: 18px;
    z-index: 1;
  }

  /* line 483, ../sass/_responsive.scss */
  .menu-wrapper {
    position: fixed;
    right: -250px;
    top: 0;
    width: 250px;
    height: 100%;
    background: #441b5b;
    background: -moz-linear-gradient(90deg, #441b5b 0%, #641458 35%, #7a0b4b 100%);
    background: -webkit-linear-gradient(90deg, #441b5b 0%, #641458 35%, #7a0b4b 100%);
    background: linear-gradient(90deg, #441b5b 0%, #641458 35%, #7a0b4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#441b5b",endColorstr="#7a0b4b",GradientType=1);
    margin: 0;
    padding: 0;
    z-index: 2;
  }
  /* line 497, ../sass/_responsive.scss */
  .menu-wrapper .main-menu {
    display: block;
    width: 100%;
    padding: 0;
  }
  /* line 501, ../sass/_responsive.scss */
  .menu-wrapper .main-menu li {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 0 10px;
  }
  /* line 507, ../sass/_responsive.scss */
  .menu-wrapper .main-menu li a {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 15px 5px;
  }
  /* line 512, ../sass/_responsive.scss */
  .menu-wrapper .main-menu li a.get-in-touch {
    background-color: #fff;
    color: #7c0a4b;
    text-align: center;
    padding: 8px 25px;
    margin-top: 10px;
  }

  /* line 524, ../sass/_responsive.scss */
  .menu-open .menu-wrapper {
    right: 0px;
  }

  /* line 531, ../sass/_responsive.scss */
  .main-menu li:hover ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 546, ../sass/_responsive.scss */
  .main-menu li ul {
    height: 0px;
    -webkit-transition: height .4s ease, -webkit-transform .4s ease;
    -moz-transition: height .4s ease, -moz-transform .4s ease;
    -ms-transition: height .4s ease, -ms-transform .4s ease;
    -o-transition: height .4s ease, -o-transform .4s ease;
    transition: height .4s ease, transform .4s ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* line 561, ../sass/_responsive.scss */
  .main-menu li.has-submenu.open ul {
    display: block;
    position: relative;
    left: -10px;
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: height .4s ease, -webkit-transform .4s ease;
    -moz-transition: height .4s ease, -moz-transform .4s ease;
    -ms-transition: height .4s ease, -ms-transform .4s ease;
    -o-transition: height .4s ease, -o-transform .4s ease;
    transition: height .4s ease, transform .4s ease;
  }

  /* line 579, ../sass/_responsive.scss */
  .fixed-header .header .header-wrapper {
    padding: 1px 25px;
  }
  /* line 584, ../sass/_responsive.scss */
  .fixed-header .main-menu li a {
    color: #fff;
    padding: 15px 5px;
  }
  /* line 589, ../sass/_responsive.scss */
  .fixed-header .main-menu li ul li a {
    color: #7c0a4b;
    padding: 15px 5px;
  }

  /* line 597, ../sass/_responsive.scss */
  .page-banner {
    background-image: none;
  }
  /* line 599, ../sass/_responsive.scss */
  .page-banner .banner-content {
    padding-top: 60px;
  }
  /* line 601, ../sass/_responsive.scss */
  .page-banner .banner-content .display-table,
  .page-banner .banner-content .table-row,
  .page-banner .banner-content .table-cell {
    display: block;
    width: 100%;
    text-align: center;
  }
  /* line 608, ../sass/_responsive.scss */
  .page-banner .banner-content .left-cell {
    padding-right: 0px;
  }
  /* line 611, ../sass/_responsive.scss */
  .page-banner .banner-content .right-cell img {
    max-width: 360px;
  }

  /* line 616, ../sass/_responsive.scss */
  .clients-block {
    text-align: center;
  }

  /* line 621, ../sass/_responsive.scss */
  .services-block .services-thumbnails .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 628, ../sass/_responsive.scss */
  .service-thumb {
    text-align: center;
  }

  /* line 632, ../sass/_responsive.scss */
  .success-stories-block .success-story-table-wrap {
    padding: 5px 0px;
  }
  /* line 634, ../sass/_responsive.scss */
  .success-stories-block .success-story-table-wrap .display-table,
  .success-stories-block .success-story-table-wrap .table-row,
  .success-stories-block .success-story-table-wrap .table-cell {
    display: block;
    width: 100%;
  }
  /* line 640, ../sass/_responsive.scss */
  .success-stories-block .success-story-table-wrap .left-cell {
    margin-bottom: 25px;
  }
  /* line 643, ../sass/_responsive.scss */
  .success-stories-block .success-story-table-wrap .right-cell {
    text-align: center;
  }
  /* line 649, ../sass/_responsive.scss */
  .success-stories-block .technologies .display-table {
    display: table;
  }
  /* line 652, ../sass/_responsive.scss */
  .success-stories-block .technologies .table-row {
    display: table-row;
  }
  /* line 655, ../sass/_responsive.scss */
  .success-stories-block .technologies .table-cell {
    display: table-cell;
  }

  /* line 662, ../sass/_responsive.scss */
  .plan-your-project-block .block-form-wrap form {
    width: 100%;
  }

  /* line 669, ../sass/_responsive.scss */
  .our-process-block .list-grid-row .list-grid-col {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 674, ../sass/_responsive.scss */
  .our-process-block .mobile {
    display: block;
  }
  /* line 677, ../sass/_responsive.scss */
  .our-process-block .desktop {
    display: none;
  }
  /* line 681, ../sass/_responsive.scss */
  .our-process-block .process-image img {
    max-width: 150px;
  }
  /* line 685, ../sass/_responsive.scss */
  .our-process-block .list-grid-col:nth-child(odd) {
    margin-top: 0px;
  }

  /* line 691, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap {
    padding-bottom: 40px;
  }
  /* line 693, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .desktop {
    display: none !important;
  }
  /* line 696, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .mobile {
    display: inline-block !important;
  }
  /* line 699, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .progress-block {
    position: static;
    top: inherit;
  }
  /* line 703, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .progress-levels {
    text-align: center;
  }
  /* line 707, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .year-circle .description {
    position: static;
    display: block;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-top: -50px;
    padding: 50px 25px 25px 25px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 722, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .year-circle .description:after {
    display: none;
  }
  /* line 726, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-1,
  .who-we-are-block .progress-block-wrap .level-2,
  .who-we-are-block .progress-block-wrap .level-3 {
    margin-bottom: 100px;
  }
  /* line 731, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .year-circle.light-blue,
  .who-we-are-block .progress-block-wrap .year-circle.yellow {
    margin-bottom: 100px;
  }
  /* line 737, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-3 .year-wrap {
    display: block;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 30px;
  }
  /* line 745, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-3 .year-circle.orange::before {
    display: none;
  }
  /* line 749, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-2 {
    padding-right: 0px;
  }
  /* line 751, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-2 .year-circle.blue {
    margin-right: 0px;
  }
  /* line 754, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-2 .year-circle.blue .year-wrap,
  .who-we-are-block .progress-block-wrap .level-2 .year-circle.light-blue .year-wrap {
    display: block;
    width: 155px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 30px;
  }
  /* line 764, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-1 {
    padding-right: 0px;
  }
  /* line 766, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-1 .year-circle.green {
    margin-right: 0px;
  }
  /* line 769, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-1 .year-circle.green .year-wrap,
  .who-we-are-block .progress-block-wrap .level-1 .year-circle.yellow .year-wrap {
    display: block;
    width: 125px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 30px;
  }
  /* line 779, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-2 .year-circle.light-blue::before,
  .who-we-are-block .progress-block-wrap .level-2 .year-circle.blue::before,
  .who-we-are-block .progress-block-wrap .level-1 .year-circle.yellow::before,
  .who-we-are-block .progress-block-wrap .level-1 .year-circle.green::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 110px;
    position: absolute;
    left: 50%;
    top: -100px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 792, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-2 .year-circle.light-blue::before {
    background-color: #1c98e2;
  }
  /* line 795, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-2 .year-circle.blue::before {
    background-color: #10427a;
  }
  /* line 798, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-1 .year-circle.yellow::before {
    background-color: #fed324;
  }
  /* line 801, ../sass/_responsive.scss */
  .who-we-are-block .progress-block-wrap .level-1 .year-circle.green::before {
    background-color: #59cdb8;
  }
  /* line 805, ../sass/_responsive.scss */
  .who-we-are-block .circular-progress-bar-block {
    position: static;
    bottom: inherit;
    right: inherit;
    text-align: center;
  }
  /* line 810, ../sass/_responsive.scss */
  .who-we-are-block .circular-progress-bar-block .circular-progress-bars .year {
    margin-bottom: 35px;
  }

  /* line 817, ../sass/_responsive.scss */
  .service-block .block-title {
    text-align: center;
  }
  /* line 820, ../sass/_responsive.scss */
  .service-block .technologies-block {
    text-align: center;
  }
  /* line 824, ../sass/_responsive.scss */
  .service-block .technology-block-wrap .technology-icon {
    height: 165px;
  }

  /* line 832, ../sass/_responsive.scss */
  .development-process-block .process-steps .line {
    display: none;
  }

  /* line 840, ../sass/_responsive.scss */
  .global-presence-block .our-presence-thumbnails .presence-col {
    margin-bottom: 30px;
  }

  /* line 847, ../sass/_responsive.scss */
  .footer .footer-links-wrap .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .custom-video {
    border: 5px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    height: auto !important;
    display: block;
    width: 100%;
}
}
@media (max-width: 600px) {
  /* line 860, ../sass/_responsive.scss */
  .clients-carousel .image {
    padding-top: 0px;
  }
  /* line 862, ../sass/_responsive.scss */
  .clients-carousel .image img {
    display: inline-block;
    position: static;
    top: inherit;
    left: inherit;
  }

  /* line 872, ../sass/_responsive.scss */
  .service-block .technology-block-wrap .technology-icon {
    height: 100px;
  }

  /* line 879, ../sass/_responsive.scss */
  .footer .footer-image-1 img {
    max-width: 160px;
  }
  /* line 884, ../sass/_responsive.scss */
  .footer .footer-image-2 img {
    max-width: 100px;
  }
  /* line 888, ../sass/_responsive.scss */
  .footer .footer-links-wrap {
    padding-bottom: 135px;
  }
  .footer .footer-image-2 {
        display: none;
    }
}
@media (max-width: 400px) {
  /* line 898, ../sass/_responsive.scss */
  .page-banner .banner-content .right-cell img {
    max-width: 100%;
  }
}
