@import url('https://fonts.googleapis.com/css?family=Open+Sans:300, 400,600');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500');

/* Reset the box-sizing */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  height: 100%;
}
body {
  font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  position: relative;
  min-height: 100%;
}
a {
  color: #0a7dcf;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover, a:focus {
  color: #e80d02;
  text-decoration: none;
}
p {
  margin: 0 0 15px;
}
.lead {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
}
p:last-child {
  margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.1;
  color: #333333;
}
h1, h2, h3 {
  margin: 0 0 20px;
}
h4, h5, h6 {
  margin: 0 0 15px;
}
h1 {
  font-size: 45px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 23px;
}
h6 {
  font-size: 16px;
}
@media screen and (max-width:767px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
blockquote {
  border-left: 3px solid #0a7dcf;
  width: 100%;
  padding-left: 1.5em;
  margin: 2em 0;
  font-family: Georgia,sans-serif;
  font-size: 23px;
  line-height: 1.5em;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
.read-more {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.04em;
  transition: all .5s ease;
}
.link-block {
  position: static;
  display: block;
  transition: all .5s ease;
}
.link-block::before {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  transition: all .5s ease;
}
.arrow {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  text-indent: -999px;
  overflow: hidden;
  width: 22px;
}
.arrow.right {
  background-image: url("../images/right-arrow.svg");
}
.box {
  border: 1px solid #e4e7f0;
  background-color: #fff;
  padding: 20px;
  height: 100%;
  position: relative;
}
.shadow-hover {
  transition: all .5s ease;
}
.shadow-hover:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.flip-top:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #0a7dcf #0a7dcf;
  background: #0a7dcf;
  display: block;
  width: 0;
}
.bluebg {
  background-color: #0a7dcf;
  border-color: #0a7dcf;
}
.bluebg.gradient {
  background: linear-gradient(to right, #0a7dcf 0%, #25afed 100%);
}
.magentobg {
  background-color: #79257b;
  border-color: #79257b;
}
.redbg {
  background-color: #e80d02;
}
.greybg {
  background-color: #fafafa;
}
.darkbg {
  background-color: #222222;
}
.rbgradientbg {
  background-color: #0a7dcf;
  background: linear-gradient(60deg, #e80d02 0%, #0a7dcf 100%);
}
.whitetext, .whitetext a, .whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6 {
  color: #ffffff;
}
.bluebg .btn, .bluebg input[type="submit"] {
  background-color: #fff;
  color: #0a7dcf;
}
.drupal-banner {
  position: relative;
}
.drupal-banner .container {
  position: relative;
  z-index: 10;
}
.drupal-banner:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  background-image: url("../images/drupal-banner.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  background-attachment: fixed;
}
.multilinebg {
  background: url("../images/multi-line.svg") no-repeat scroll center center/cover border-box, linear-gradient(60deg, #17b9e6 0%, #17e67e 100%);
}
.btn, input[type="submit"] {
  display: inline-block;
  padding: 14px 20px;
  margin: 0;
  font-size: 16px;
  font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  -webkit-transition: all .3s ease;
  -moz-transition:all .3s ease;
  transition:all .3s ease;
  border: 1px solid #0a7dcf;
  border-radius: 3px;
  color: #fff;
  background-color: #0a7dcf;
  min-width: 150px;
}
.btn-sm {
  padding: 10px 15px;
  font-size: 14px;
  min-width: 100px;
}
.btn-xs {
  padding: 6px 10px;
  font-size: 13px;
  min-width: 80px;
}
.btn:hover, input[type="submit"]:hover,
.btn:focus, input[type="submit"]:focus {
  background-color: #25afed;
  color: #fff;
  border-color: #25afed;
}
.btn-white, a.btn-white {
  background: #fff;
  color: #0a7dcf;
  border-color: #fff;
}
.btn-border, a.btn-border {
  background-color: transparent;
  color: #0a7dcf;
}
.btn-white.btn-border {
  color: #fff;
}
.btn.block, input[type="submit"].block {
  width: 100%;
  display: block;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.container, .container-fluid {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 480px) {
  .container {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.width-xs {
  max-width: 450px;
}
.width-sm {
  max-width: 750px;
}
.width-md {
  max-width: 970px;
}
.width-xl {
  max-width: 1140px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col {
  padding: 0 15px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-2 {
    width: 50%;
  }
  .col-3 {
    width: 33.33333333%;
  }
  .col-4 {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .col:not(.col-last) {
    margin-bottom: 30px;
  }
  .col-last {
	margin-bottom: 0;
  }
}
.row.padding1px {
  margin-left: -1px;
  margin-right: -1px;
}
.row.padding1px .col {
  padding: 1px;
}

/* height */
.height-xs {
  height: 200px;
}
.height-sm {
  height: 300px;
}
.height-md {
  height: 400px;
}
.height-lg {
  height: 550px;
}
.height-xl {
  height: 650px;
}

/* overlay */
.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 2;
}

/* caption-holder */
.caption-holder {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* background holder and background video holder */
.bg-holder, .bg-video-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #0a7dcf;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 0;
  overflow: hidden;
}
.bg-holder.blackshadow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
.bg-holder.redblueshadow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  background: linear-gradient(to right, #0a7dcf 0%, #e80d02 100%);
  transition: opacity 0.5s cubic-bezier(0.32, 0.01, 0, 1);
}
.bg-holder img {
  display: none;
}
.bg-video-holder video,
.bg-video-holder iframe {
  background-attachment: fixed;
  vertical-align: top;
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: inherit;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}
.bg-holder.fadeIn,
.bg-video-holder.fadeIn {
  opacity: 1;
}
.bg-holder.fadeout,
.bg-video-holder.fadeout {
  opacity: 0 !important;
  z-index: 0;
}
.bg-holder.fixed-bg,
.bg-video-holder.fixed-bg {
  background-attachment: fixed;
}
.bg-holder.parallax,
.bg-video-holder.parallax {
  transition: all 0s ease !important;
}
.youtube-video-bg,
.vide-video-bg {
  height: 100%;
  width: 100%;
}

/* parallax */
.parallax {
  background-size: cover;
  transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}

input[type=text],
input[type=email],
input[type=number],
input[type=url],
input[type=password],
input[type=search],
textarea {
  color: #666;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 10px 16px;
  -webkit-appearance: none;
  max-width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: #333;
  border-color: #0a7dcf;
  outline: 0;
}
.form-item {
  margin: 1.5em 0;
}
.form-item label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #b1b7bc;
  margin-top: 0;
  display: block;
}
.form-item label.option {
  display: inline;
  margin-left: 5px;
  color: inherit;
  font: inherit;
  text-transform: inherit;
}
.form-item label, .form-item .description {
  margin: 5px 0;
}
.form-item .description {
  font-size: 12px;
}
button:focus {
  outline: 0;
}

/* header */
.page-header {
  background-color: #0066cc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-header-inner {
  padding: 0;
  position: relative;
}
.drupal-services .page-header {
  background-color: #02027c;
}
.psd-to-html .page-header {
  background-color: #001f49;
}
.psd-to-html .page-header-inner::after {
  content: '';
  position: absolute;
  width: 60%;
  height: 100%;
  background-color: #e80d02;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width:767px) {
  .psd-to-html .page-header-inner::after {
    width: 95%;
  }
}
.ecommerce-development .page-header {
  background-image: url("../images/cart-bg.svg");
  background-size: auto;
  background-position: 90% center;
}

.site-header {
  position: relative;
  z-index: 10;
}
.front .site-header {
  padding-top: 10px;
}
.brand {
  width: 100px;
  float: left;
  position: relative;
  z-index: 10;
}
.brand a {
  padding: 20px 0;
  display: block;
}
.brand img {
  vertical-align: bottom;
}
.site-header .navbar {
  display: none;
}
.navbar-toggle {
  float: right;
  padding: 5px;
  margin: 10px 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 1001;
  transition: -webkit-transform .8s cubic-bezier(.6,0,.41,1);
  transition: transform .8s cubic-bezier(.6,0,.41,1);
  transition: transform .8s cubic-bezier(.6,0,.41,1),
  -webkit-transform .8s cubic-bezier(.6,0,.41,1);
}
.navbar-toggle span.icon-bar {
  height: 3px;
  left: 10px;
  width: 30px;
  display: block;
  border-radius: 20px;
  background-color: #fff;
}
.navbar-toggle span.icon-bar {
  position: absolute;
  top: calc(50% - 1px);
  transition: -webkit-transform .3s .5s cubic-bezier(.6,0,.41,1);
  transition: transform .3s .5s cubic-bezier(.6,0,.41,1);
  transition: transform .3s .5s cubic-bezier(.6,0,.41,1),
  -webkit-transform .3s .5s cubic-bezier(.6,0,.41,1);
}
.navbar-toggle span.icon-bar:first-child {
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
}
.navbar-toggle span.icon-bar:last-child {
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
}
.navbar-toggle.active {
  transition-delay: 0s;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.navbar-toggle.active span.icon-bar {
  transition-delay: 0s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.navbar-toggle.active span.icon-bar:last-child {
  transition-delay: .4s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width:768px) {
  .site-header .navbar {
	display: block;
  }
  .navbar-toggle {
    display: none;
  }
}
.navbar {
  text-align: right;
  margin: 10px 0;
}
.navbar ul.menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.navbar ul.menu li {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.navbar ul.menu li a {
  font-size: 14px;
  opacity: 1;
  padding: 0 .7em;
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}
.navbar ul.menu li .btn {
  padding: 10px 15px;
  margin-left: 0.7em;
}
.navbar ul.menu li .btn:hover {
  background-color: #fff;
  color: #0a7dcf;
  border-color: #fff;
}
.navbar li.dropdown {
  position: relative;
}
.navbar li.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 1px solid #f3f3f3;
  display: none;
  background-color: #fff;
  box-shadow: 1px 3px 3px rgba(0,0,0,.2);
  padding: 25px 0;
  width: 25rem;
  border-radius: 3px;
}
.navbar li.dropdown .dropdown-menu::before {
  background: #fff;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 35px;
  position: absolute;
  z-index: 0;
  top: -8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar li.dropdown .dropdown-menu li {
  padding: 0;
  margin: 0;
  height: auto;
  line-height: 1.5;
  display: block;
  text-align: left;
}
.navbar li.dropdown .dropdown-menu li a {
  display: block;
  padding: 10px 35px;
  color: #333;
}
.navbar li.dropdown .dropdown-menu li a:hover {
  color: #2b9af3;
  background-color: #f4f4f4;
}
.navbar li.dropdown:hover .dropdown-menu {
  display: block;
  pointer-events: auto;
  -webkit-animation: dropDown .75s ease-out;
  animation: dropDown .75s ease-out;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
@-webkit-keyframes dropDown {
  0% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
            transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(0.98);
            transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
            transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
            transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
            transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes dropDown {
  0% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
            transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(0.98);
            transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
            transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
            transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
            transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@media screen and (max-width:767px) {
  .site-header .navbar {
    display: block;
    margin: 0;
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    right: auto;
    left: -100%;
    height: 100% !important;
    width: 100%;
    max-width: 265px;
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-overflow-scrolling: touch;
  }
  .menu-active .site-header .navbar {
	left: 0;
	right: auto;
  }
  .site-header .navbar ul.menu, .site-header .navbar ul.menu li {
	display: block;
	text-align: left;
	height: auto;
	line-height: normal;
  }
  .site-header .navbar ul.menu li a {
	display: block;
	padding: 15px 20px;
    color: #333;
    border-bottom: 1px solid #f4f4f4;
  }
  .site-header .navbar ul.menu li a:hover {
    color: #fff;
    background-color: #2b9af3;
  }
  .site-header .navbar ul.menu .dropdown-menu {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	border: none;
	box-shadow: none;
	background-color: #f4f4f4;
	-webkit-animation: none;
    animation: none;
  }
  .navbar li.dropdown .dropdown-menu::before {
    background-color: #f4f4f4;
  }
  .navbar ul.menu li .btn {
	margin: 0;
	border-radius: 0;
  }
}

.hero {
  padding: 80px 0px;
  color: #fff;
}
@media screen and (min-width:768px) {
  .hero {
    padding: 160px 0px;
    background-image: url("../images/cms-banner.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .drupal-services .hero {
    background-image: url("../images/drupal-bg.svg");
    background-position: right center;
  }
  .psd-to-html .hero {
    background-image: url("../images/cms-banner-psd-to-html.svg");
  }
  .ecommerce-development .hero {
    background-image: none;
  }
}
.hero h1, .hero h2, .hero h3 {
  color: inherit;
}
.hero .caption-holder {
  max-width: 650px;
}
.msg-box {
  background-color: #f1f5f7;
  color: #0a7dcf;
  padding: 30px 0;
  text-align: center;
}
.msg-box.blue {
  background-color: #0c94f5;
  color: #fff;
}
.msg-box.dark {
  background-color: #0935cc;
  color: #fff;
}
.msg-box .btn {
  margin-left: 10px;
}
@media screen and (max-width:767px) {
  .msg-box .btn {
    display: block;
    margin: 10px auto 0 auto;
    max-width: 200px;
  }
}
.page-title-wrapper {
  padding: 60px 0;
  position: relative;
}
.page-title-wrapper h1 {
  margin-bottom: 5px;
  font-size: 5rem
}
.page-banner {
  padding: 60px 0;
  position: relative;
}
.page-banner .container {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
.page-banner .caption-holder {
  max-width: 650px;
  width: 100%;
  height: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.page-banner .caption-holder.top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.page-banner .caption-holder.bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.main-container {
  padding: 100px 0;
}
.page-content {
  line-height: 1.8em;
}
.page-content p {
  margin-bottom: 30px;
}
.page-content h2 {
  color: #0a7dcf;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.block-content:before, .block-content:after {
  content: " ";
  display: table;
}
.block-content:after {
  clear: both;
}
.block .block-header {
  margin-bottom: 30px;
}
.block .block-footer {
  margin-top: 30px;
  text-align: center;
}
.sidebar .block {
  margin-bottom: 30px;
}
.sidebar h2 {
  color: #0a7dcf;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.content-bottom section {
  padding: 100px 0;
}
.content-bottom section.nopadding {
  padding: 0;
}
.content-bottom section.nopaddingtop {
  padding-top: 0;
}
.content-bottom section.nopaddingbottom {
  padding-bottom: 0;
}

/* expertise */
.our-expertise .block-header {
  text-align: center;
}
.our-expertise .image {
  text-align: center;
  height: 140px;
}
.our-expertise .image img {
  max-height: 110px;
  width: auto;
}
.our-expertise .content {
  min-height: 150px;
}

/* recommended */
.hsk-recommended {
  text-align: center;
}
.hsk-recommended .image {
  margin-bottom: 20px;
}
.hsk-recommended .image img {
  height: 80px;
  width: auto;
}

/* projects-served */
.projects-served .block-header {
  text-align: center;
}
.projects-served .row {
  box-shadow: 0px 0px 20px #ccc;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 10;
  margin: 0;
}
.projects-served .col {
  margin: 0;
  padding: 0;
}
.projects-served .projects-served-base {
  padding: 40px;
}
.projects-served .projects-number {
  font-size: 45px;
  margin-bottom: 20px;
}

/* testimonials */
.testimonials .block-header {
  text-align: center;
}
ul.quotes, ul.quotes li {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.quotes .quote {
  position: relative;
  display: none;
  font-family: Georgia,sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  margin: 20px;
  padding: 0 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
ul.quotes .quote:before {
  content: '';
  color: #0a7dcf;
  border-left: 3px solid #0a7dcf;
  position: absolute;
  left: 20px;
  top: 0px;
  height: 100%;
}
ul.quotes .quote.active {
  display: block;
}
.quotes-author {
  list-style: none;
  padding: 40px 0 0 0;
}
.quotes-author li {
  list-style: none;
  float: left;
  position: relative;
  padding-left: 75px;
  vertical-align: top;
  display: block;
  width: 25%;
  min-height: 50px;
  opacity: .3;
  transition: .3s opacity;
  cursor: pointer;
}
.quotes-author img {
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.quotes-author strong {
  display: block;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1em;
}
.quotes-author li span {
  color: #727a87;
  font-size: 12px;
}
.quotes-author li.active {
  opacity: 1;
}
.testimonials-block .col {
  margin-bottom: 2px;
}
.testimonials-block .box {
  font-size: 18px;
  padding: 30px;
}
.testimonials-block .col:hover .box {
  background: linear-gradient(to right, #0a7dcf 0%, #e80d02 100%);
}
.testimonials-block blockquote {
  font-size: 18px;
}
.testimonials-block .col:hover blockquote {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 768px) {
  .quotes-author li .name, .quotes-author li .designation {
    display: none;
  }
}

/* clients */
.our-clients {
  text-align: center;
}
.client {
  text-align: center;
  background-color: #fafafa;
  padding: 15px;
  min-height: 150px;
  position: relative;
  display: block;
}
.client img {
  max-width: 150px;
  max-height: 50px;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* blog */
.our-blog  {
  text-align: center;
}
.our-blog .image {
  margin-bottom: 10px;
  overflow: hidden;
}
.our-blog .image img {
  width: 100%;
  height: auto;
}
.our-blog .box {
  text-align: left;
}
.blog-grid .col {
  margin-bottom: 30px;
}

/* dropus-line */
.dropus-line .container {
  text-align: center;
  max-width: 500px;
}

/* our-work */
.our-work .box {
  position: relative;
  overflow: hidden;
  border: none;
}
.our-work .box::before {
  content: '' !important;
  display: block;
  padding-top: 100%;
}
.our-work .box:hover .bg-holder {
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.our-work .box .bg-holder::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.32, 0.01, 0, 1);
}
.our-work .box:hover .bg-holder::after {
  opacity: 0.4;
  transition: opacity 0.5s 0s cubic-bezier(0.32, 0.01, 0, 1);
}
.our-work .box .caption-holder {
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.our-work .col:nth-child(2n) .box .caption-holder {
  top: auto;
  bottom: 0;
}
.our-work .box .caption-holder a {
  color: #fff;
}
.our-work .box .tag {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.our-work .box .arrow {
  opacity: 0;
  animation: 0.2s cubic-bezier(0.32, 0.01, 0, 1) 0s forwards arrow-slideout;
}
.our-work .box:hover .arrow {
  opacity: 1;
  animation: 0.2s cubic-bezier(0.32, 0.01, 0, 1) 0s forwards arrow-slidein;
}
@keyframes arrow-slidein {
  0% {
    opacity:0;
    transform:translateX(-200%)
  }
  100% {
    opacity:1;
    transform:translateX(0%)
  }
}
@keyframes arrow-slideout {
  0% {
    opacity:1;
    transform:translateX(0%)
  }
  100% {
    opacity:0;
    transform:translateX(200%)
  }
}

/*-- related-works --*/
.related-works .col {
  position: relative;
}
.related-works .image {
  margin-bottom: 10px;
}

/* work-details */
.client-details h2 {
  margin: 30px 0 5px 0;
}
.client-logo {
  margin-bottom: 20px;
}
.client-logo img {
  max-width: 100px;
  height: auto;
}
.work-images {
  position: relative;
}

/* our-services */
.our-services .box {
  position: relative;
  min-height: 300px;
  color: #fff;
  border: none;
}
.our-services .title {
  color: #fff;
}
.our-services .box .bg-holder::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  transition: opacity 0.5s cubic-bezier(0.32, 0.01, 0, 1);
}
.our-services .box:hover .bg-holder::after {
  opacity: 0.5;
}

/* why-hsk */
.why-hsk .box {
  text-align: center;
  border-radius: 3px;
  padding: 40px 15px;
}
.why-hsk .icon {
  height: 80px;
  margin: 0 auto 30px auto;
}
.why-hsk .icon img {
  height: 80px;
}
.why-hsk .title {
  margin-bottom: 20px;
}

/*-- contact --*/
.contact-address {
  margin: 20px 0;
}
.contact-address .title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact-address address {
  font-style: normal;
}

/*-- user-authentication -*/
.user-authentication {
  text-align: center;
}
.user-authentication .logo {
  width: 120px;
  margin: 30px auto;
}
.user-authentication .box {
  border-radius: 5px;
  border-width: 2px;
}

/*-- faq --*/
.faq .page-header {
  background-color: #3fc6d9;
  background-image: url("../images/faq-bg.jpg");
}
.faq .hero {
  background: none;
  padding: 60px 0;
}
.faq .box {
  height: auto;
  margin-bottom: 30px;
  border-radius: 3px;
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.03);
  border-left: 2px solid #3fc6d9;
}
.faq .box .title {
  font-size: 18px;
  color: #3fc6d9;
}


/* bg cut */
.bgcut {
  position: relative;
}
.bgcut:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: #fafafa;
  z-index: 0;
}
.bgcut .container {
  position: relative;
  z-index: 10;
}
.bgcut.style2:after {
  background: url("../images/multi-line.svg") no-repeat scroll center/cover border-box, linear-gradient(60deg, #17b9e6 0%, #17e67e 100%);
  height: auto;
  top: 100px;
}

/*-- bookmarks --*/
ul.bookmarks {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.bookmarks li {
  position: relative;
  margin: 15px 0;
}
ul.bookmarks li:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  right: 30px;
  width: 20px;
  height: 30px;
  background-color: #fff;
  background-image: url("../images/bookmark.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
ul.bookmarks .title {
  font-size: 18px;
  margin-bottom: 10px;
}
ul.bookmarks li .box {
  border-radius: 3px;
  border-left-color: #0a7dcf;
}

/*-- drupaldots --*/
ul.drupaldots {
  list-style: none;
}
ul.drupaldots li {
  background-image: url("../images/drupal8.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
}

/*--go aero --*/
ul.go-aero {
  padding: 0;
  margin: 20px;
  list-style: none;
  text-align: left;
  font-size: 14px;
}
ul.go-aero li a {
  display: block;
  background-image: url("../images/right-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 12px;
  padding: 0 0 0 20px;
}

/* grid border */
.grid-border .row {
  margin: 0;
}
.grid-border .col {
  padding: 25px 0;
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.grid-border h5 {
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,.4);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .grid-border .col {
    border: 1px solid rgba(255,255,255,.2);
    border-right: none;
    padding: 25px;
    min-height: 160px;
  }
  .grid-border .col:nth-child(3n+1) {
    border-left: none;
    padding-left: 0;
  }
  .grid-border .col:nth-child(3n+3) {
    padding-right: 0;
  }
  .grid-border .col-2:nth-child(2n+2) {
    padding-right: 0;
  }
  .grid-border .row:nth-child(n+2) .col {
    border-top: none;
  }
}

/* hero grid */
.hero-grid {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
  transition: height 200ms ease-out;
  max-width: 1600px;
  margin: 0 auto;
}
.hero-grid .container, .hero-grid .container-fluid,
.hero-grid .row {
  height: 100%;
  padding: 0;
}
.hero-grid .row {
  margin-left: -5px;
  margin-right: -5px;
}
.hero-grid div.col {
  height: 100%;
  margin: 0;
  padding: 0 5px;
  overflow: hidden;
}
.hero-grid div.col.one {
  width: 50%;
}
.hero-grid div.col.two {
  width: 25%;
  left: 50%;
}
.hero-grid div.col.three {
  width: 25%;
  left: 75%;
}
.hero-grid div.col .col-col {
  width: 100%;
  height: 50%;
}
.hero-grid div.col.two .one {
  height: 55%;
  padding-bottom: 10px;
}
.hero-grid div.col.two .two {
  height: 45%;
}
.hero-grid div.col.three .one {
  height: 45%;
  padding-bottom: 10px;
}
.hero-grid div.col.three .two {
  height: 55%;
}
.hero-grid div.col .box {
  border: none;
  height: 100%;
  overflow: hidden;
}
.hero-grid div.col .box:hover .bg-holder {
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.hero-grid .caption-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: #222222;
  background: rgba(34,34,34,0.8);
  color: #fff;
}
.hero-grid .caption-holder a {
  color: #fff;
}
.hero-grid .tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hero-grid div.col.one .caption-holder {
  font-size: 25px;
  background: transparent;
  padding: 30px;
  bottom: 5%;
}

.page-footer {
  background-color: #222222;
  color: #fff;
}
.page-footer a {
  color: #fff;
}
.footerlinks .block-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #747474;
  margin: 0 0 20px 0;
  letter-spacing: 0.05em;
}
.footerlinks {
  padding: 100px 0;
}
.footerlinks ul.links, .footerlinks ul.links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footerlinks ul.links li {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 30px;
}
/* Social links */
 ul.social-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-links li {
  float: left;
  margin: 0 7px 7px 0;
  overflow: hidden;
}
.social-links li a {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-indent: -100em;
  color: #222;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.social-links li a:hover {
  background-color: #747474;
}
.facebook {
  background-image: url("../images/facebook.svg");
}
.twitter {
  background-image: url("../images/twitter.svg");
}
.linkedin {
  background-image: url("../images/linkedin.svg");
}
.share li {
  margin: 0 2px 2px 0;
}
.share li a {
  width: 40px;
  height: 40px;
  background-color: #efefef;
  border-radius: 0px;
  background-size: 15px;
}


