.banner-pic .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner-pic .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.fancybox-active.compensate-for-scrollbar {
  margin: 0px;
}

.banner-pic .hover-effect-bann .row,
.banner-pic .hover-effect-bann .column,
.banner-pic .hover-effect-bann .ItemCard,
.banner-pic .hover-effect-bann .ItemCard__thumb {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.banner-pic .hover-effect-bann .row {
  position: absolute;
  top: -190px;
  left: 104vh;
  width: 960px;
  -webkit-transform: rotateX(70deg) rotateZ(25deg) scale(1.2);
  transform: rotateX(70deg) rotateZ(25deg) scale(1.2);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.banner-pic .hover-effect-bann.web-hov-change .row {
  -webkit-transform: rotateX(40deg) rotateZ(15deg) scale(1);
  transform: rotateX(40deg) rotateZ(15deg) scale(1);
}

.banner-pic .hover-effect-bann.web-hov-change .row .column {
  max-width: 32%;
}

.banner-pic .hover-effect-bann .column {
  width: 50%;
  max-width: 22%;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.banner-pic .hover-effect-bann .shadow {
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) shadow 2;
  animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) shadow 2;
}

.banner-pic .hover-effect-bann .ItemCard__thumb img {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, 0, 20px);
  transform: translate3d(0, 0, 20px);
  -webkit-animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) levitate 2;
  animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) levitate 2;
}

.banner-pic .hover-effect-bann .column:hover .ItemCard__dest {
  z-index: 10;
}

.banner-pic .hover-effect-bann .column:hover .ItemCard__dest,
.banner-pic .hover-effect-bann .column:hover .ItemCard__thumb img {
  -webkit-transform: translate3d(0, 0, 45px) rotateX(-12deg) rotateY(20deg);
  transform: translate3d(0, 0, 45px) rotateX(-12deg) rotateY(20deg);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.banner-pic .hover-effect-bann.web-hov-change .column:hover .ItemCard__dest,
.banner-pic
  .hover-effect-bann.web-hov-change
  .column:hover
  .ItemCard__thumb
  img {
  -webkit-transform: translate3d(0, 0, 50px) rotateX(0deg);
  transform: translate3d(0, 0, 50px) rotateX(0);
}

.banner-pic .hover-effect-bann .column:hover .ItemCard__thumb .shadow {
  opacity: 0.6;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}

.banner-pic .section--list .row {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 160px 0;
}

.banner-pic .section--list .column {
  padding: 20px;
}

.banner-pic .hero {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  padding: 160px 40px 0 40px;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.banner-pic .ItemCard {
  position: relative;
  max-width: 510px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-pic .ItemCard__thumb {
  position: relative;
  padding: 0;
}

.banner-pic .ItemCard__thumb img {
  display: block;
  cursor: pointer;
}

.banner-pic .ItemCard__summary {
  width: 100%;
  padding: 20px;
  background-color: #fff;
}

.banner-pic .ItemCard__title {
  margin: 6px 0;
  font-size: 1.2em;
}

.banner-pic .ItemCard__meta {
  font-size: 0.8em;
  color: #aaa;
}

.banner-pic .ItemCard__meta.category {
  font-weight: 800;
  text-transform: uppercase;
  color: #ec3e3a;
}

@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translate3d(0, 0, 20px);
    transform: translate3d(0, 0, 20px);
  }

  50% {
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 20px);
    transform: translate3d(0, 0, 20px);
  }
}

@keyframes levitate {
  0% {
    -webkit-transform: translate3d(0, 0, 20px);
    transform: translate3d(0, 0, 20px);
  }

  50% {
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 20px);
    transform: translate3d(0, 0, 20px);
  }
}

@-webkit-keyframes shadow {
  0% {
    opacity: 0.9;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  }

  50% {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.18);
  }

  100% {
    opacity: 0.9;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  }
}

@keyframes shadow {
  0% {
    opacity: 0.9;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  }

  50% {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.18);
  }

  100% {
    opacity: 0.9;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  }
}

ul.techno-ul li:hover i {
  filter: grayscale(0);
}

ul.techno-ul li i.techno1 {
  background-position: -19px -1179px;
  width: 140px;
  height: 50px;
}

ul.techno-ul li i.techno2 {
  background-position: -198px -1179px;
  width: 148px;
  height: 49px;
}

ul.techno-ul li i.techno3 {
  background-position: -377px -1170px;
  width: 195px;
  height: 67px;
}

ul.techno-ul li i.techno4 {
  background-position: -19px -1253px;
  width: 178px;
  height: 39px;
}

ul.techno-ul li i.techno5 {
  background-position: -236px -1251px;
  width: 200px;
  height: 52px;
}

ul.techno-ul li i.techno6 {
  background-position: -467px -1262px;
  width: 156px;
  height: 38px;
}

ul.techno-ul li i.techno7 {
  background-position: -19px -1322px;
  width: 122px;
  height: 35px;
}

ul.techno-ul li i.techno8 {
  background-position: -199px -1323px;
  width: 147px;
  height: 46px;
}

ul.techno-ul li i.techno9 {
  background-position: -379px -1329px;
  width: 144px;
  height: 33px;
}

ul.techno-ul li i.techno10 {
  background-position: -558px -1315px;
  width: 108px;
  height: 61px;
}

ul.techno-ul li i.techno11 {
  background-position: -20px -1388px;
  width: 138px;
  height: 52px;
}

ul.techno-ul li i.techno12 {
  background-position: -218px -1395px;
  width: 179px;
  height: 71px;
}

ul.techno-ul li i.techno13 {
  background-position: -451px -1404px;
  width: 138px;
  height: 49px;
}

ul.techno-ul li i.techno14 {
  background-position: -22px -1489px;
  width: 153px;
  height: 36px;
}

ul.techno-ul li i.techno15 {
  background-position: -199px -1484px;
  width: 148px;
  height: 38px;
}

ul.techno-ul li i.techno16 {
  background-position: -364px -1478px;
  width: 113px;
  height: 50px;
}

ul.techno-ul li i.techno17 {
  background-position: -509px -1479px;
  width: 132px;
  height: 48px;
}

.slidefrm-bdy .frmicon-box {
  border-bottom: 2px solid #c8c8c8;
  margin: 0 0 26px;
  overflow: hidden;
}

.slidefrm-bdy .frmicon-box span {
  left: 0px;
  top: inherit;
  bottom: 8px;
}

.slidefrm-bdy .frmicon-box select#popupformcountry {
  padding-left: 22px;
}

ul.slide-cta {
  float: left;
  text-align: left;
  margin: 0px;
}

ul.slide-cta li a {
  color: #31b86c;
  font-size: 13px;
  font-weight: 600;
}

ul.slide-cta li {
  line-height: 20px;
}

.ds-block {
  display: block !important;
}

ul.slide-cta li a i {
  margin-right: 4px;
}

.slidefrm-bdy ul.features-ul {
  margin: 40px 0 0;
}

.slidefrm-bdy ul.features-ul li {
  padding: 0 4px;
}

.slidefrm-bdy ul.features-ul li h5 {
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
}

.slideform:after {
  content: "";
  background: #0000007a;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  display: none;
}

.slidefrm-inner1 {
  position: absolute;
  right: 450px;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
  display: none;
}

.slideform.activeslide .slidefrm-inner1 {
  display: block;
}

.slideform.activeslide:after {
  display: block;
}

.slidefrm-close {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  background: #00000040;
}

.award-hd {
  font-size: 14px;
  color: #000;
  text-align: center;
  font-weight: 600;
}

body.ovr-hddn {
  overflow-y: hidden !important;
}

body {
  overflow-y: visible !important;
}

.slidefrm-bdy .popup-btn {
    float: right;
    margin: 0px;
    padding: 8px 50px;
    border: 0px;
    background: #56cbf1;
    /* Fix the data URL by enclosing it in single quotes */
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgIHZpZXdCb3g9IjAgMCAxMCAxMCI+PHBhdGggZD0iTTEuNSAyTDAgM0w0LjUgOkwxMCAyTDkuNyAwLjVsLTEtMEw0LjUgNS41TDEuNSAwLjUiLz48L3N2Zz4=');
    background: -moz-linear-gradient(left, #56cbf1 0%, #3891ee 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #56cbf1), color-stop(100%, #3891ee));
    background: -webkit-linear-gradient(left, #56cbf1 0%, #3891ee 100%);
    background: -o-linear-gradient(left, #56cbf1 0%, #3891ee 100%);
    background: -ms-linear-gradient(left, #56cbf1 0%, #3891ee 100%);
    background: linear-gradient(to right, #56cbf1 0%, #3891ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56cbf1', endColorstr='#3891ee', GradientType=1);
}


.hdr-top-links {
  padding: 18px 0 18px;
}

.hdr-top-links,
.top-nav {
  float: right;
  line-height: 1.2em;
}

.hdr-top-links ul {
  float: right;
  text-align: right;
  margin-bottom: 0;
}

.hdr-top-links ul li {
  display: inline-block;
  margin-left: 8px;
}

.hdr-top-links ul li a {
  color: #666666;
  font-weight: 300;
  font-size: 13px;
}

.top-general-links {
  border-right: 1px solid #ccc;
  padding-right: 12px;
  margin-right: 6px;
}

.top-general-links li {
  margin-left: 12px !important;
}

.hdr-top-links ul li a {
  position: relative;
}

.top-info-links a {
  padding-left: 23px;
}

.hdr-top-links ul li a i {
  color: #fff;
  background: #78c036;
  background: -moz-linear-gradient(left, #78c036 34%, #67b636 100%);
  background: -webkit-linear-gradient(left, #78c036 34%, #67b636 100%);
  background: linear-gradient(to right, #78c036 34%, #67b636 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c036', endColorstr='#67b636', GradientType=1);
  width: 18px;
  height: 18px;
  border-radius: 27px;
  font-size: 10px;
  display: block;
  text-align: center;
  padding-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #004445;
}

.top-nav li.sticky-call {
  display: none;
  padding-left: 24px;
}

li.sticky-call a i {
  color: #fff;
  background: #78c036;
  background: -moz-linear-gradient(left, #78c036 34%, #67b636 100%);
  background: -webkit-linear-gradient(left, #78c036 34%, #67b636 100%);
  background: linear-gradient(to right, #78c036 34%, #67b636 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c036', endColorstr='#67b636', GradientType=1);
  width: 18px;
  height: 18px;
  border-radius: 27px;
  font-size: 10px;
  display: block;
  text-align: center;
  padding-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #004445;
}

.banner-sec + section + section {
  margin-top: 0px;
  border: 0px;
}

img.stick-img {
  display: none;
}

.slick-arrow {
  width: 34px;
  height: 66px;
  background: transparent;
  border: 0px;
  position: absolute;
  left: -50px;
  font-size: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.concept-sldr-img {
  position: initial;
}

.concept-sec .container {
  position: relative;
}

.slick-next.slick-arrow {
  left: inherit;
  right: 0;
}

section.concept-sec .col-lg-6 {
  position: inherit;
}

.slick-arrow:before {
  content: "";
  background: url("../images/sprite.html") no-repeat -527px -598px;
  width: 34px;
  height: 66px;
  display: block;
  filter: hue-rotate(125deg);
}

.slick-next.slick-arrow:before {
  background-position: -475px -598px;
}

ul.slick-dots li {
  width: auto;
  display: inline-block;
  margin: 0 7px 0 0;
}

ul.slick-dots li button {
  width: 15px;
  height: 15px;
  background: #cccccc;
  font-size: 0px;
  border: 0px;
  border-radius: 100%;
}

ul.slick-dots li.slick-active button {
  background: #72ba48;
}

.top-nav li {
  display: inline-block;
  position: relative;
}

.top-nav li + li {
  margin-left: 18px;
}

.top-nav li.active_nav a:after {
  content: "\f0d8";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 30px;
  bottom: -23px;
  margin: auto;
  width: 18px;
  color: #004445;
}

.top-nav li.active_nav a {
  color: #004445;
  font-weight: 600;
}

.top-nav li a {
  font-size: 15px;
  color: #1c1c1f;
}

.sub-nav-bg {
  background: #78c036;
  background: -moz-linear-gradient(left, #78c036 34%, #67b636 100%);
  background: -webkit-linear-gradient(left, #78c036 34%, #67b636 100%);
  background: linear-gradient(to right, #78c036 34%, #67b636 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c036', endColorstr='#67b636', GradientType=1);
  text-align: center;
  background: #004445;
}

.sub-nav-bg {
  margin: 0;
}

.sub-nav-bg li {
  display: inline-block;
  position: relative;
  padding-left: 4px;
}

.sub-nav-bg li + li:before {
  width: 1px;
  height: 26px;
  display: block;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
}

.sub-nav-bg li a {
  font-size: 14px;
  color: #ffffff;
  display: block;
  padding: 8px 18px;
  position: relative;
}

.sub-nav-bg li a:hover {
  background: #2c786c;
}

.sub-nav-bg li a:hover:before,
.sub-nav-bg li a:hover:after,
.sub-nav-bg li.active_nav a:before,
.sub-nav-bg li.active_nav a:after {
  width: 2px;
  height: 25px;
  display: block;
  background: #004445;
  content: "";
  position: absolute;
  top: 8px;
}

.sub-nav-bg li a:hover:before {
  left: 0;
}

.sub-nav-bg li a:hover:after {
  right: 0;
}

.banner-sec {
  height: 794px;
  position: relative;
  overflow: hidden;
  /* z-index: 1; */
  padding: 30px 0;
  background-image: url(../images/home-banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
}

.sm-bann {
  height: 554px;
}

.sm-bann .banner-pic {
  height: 554px;
}

.sm-bann .ban-txt h1 {
  font-size: 52px;
  text-transform: capitalize;
}

.sm-bann .ban-txt h4 {
  font-size: 18px;
  line-height: 26px;
}

.ban-lg-subhd {
  font-size: 32px !important;
}

.banner-pic {
  /* width: 100%; */
  /* height: 554px; */
  /* overflow: hidden; */
  position: relative;
  z-index: 1;
}

.banner-pic img {
  width: 100%;
}

.ban-txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.ban-txt h1 {
  font-size: 55px;
  color: #004445;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 0.95em;
  margin-bottom: 14px;
  margin-top: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.ban-txt h4 {
  font-size: 25px;
  color: #2a2a2a;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 0.95em;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 25px;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.ban-txt h4 span {
  font-weight: bold;
  color: #76c137;
  font-size: 35px;
}

.ban-txt li {
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 0.95em;
  margin-top: 12px;
  position: relative;
  padding-left: 23px;
}

.ban-txt li:before {
  width: 12px;
  height: 12px;
  background: #175360;
  display: block;
  content: "";
  border-radius: 15px;
  position: absolute;
  left: 1px;
  top: 3px;
}

.ban-txt li {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.ban-txt li + li {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.ban-txt li + li + li {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.ban-txt li + li + li + li {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

.ban-txt li + li + li + li + li {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
}

.types-sec {
  background: #ebecee;
  padding: 50px 0 60px;
}

.banner-pic video {
  width: 100%;
}

.ban-video .banner-pic video {
  width: 100%;
  height: 100%;
}

.more-btn2 {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 20px;
  color: #313036;
  font-weight: 500;
  text-transform: none;
  line-height: 1.4em;
  padding-top: 8px;
  text-transform: capitalize;
}

.more-btn2 span {
  color: #70bd36;
  font-weight: 700;
}

ul.type-ul li {
  display: inline-block;
  width: 22%;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin: 0 10px 0;
  box-shadow: 0px 0px 3px 2px #0000001c;
}

ul.type-ul {
  text-align: center;
  margin: 80px 0 0;
}

.type-box i {
  width: 96px;
  height: 96px;
  display: inline-block;
  background: #fff;
  border-radius: 100%;
  margin: -70px auto 0;
  box-shadow: 0px 0px 3px 1px #00000026;
}

i.sprite-icn {
  display: flex;
  align-items: center;
  justify-content: center;
}

i.sprite-icn:before {
  content: "";
  width: 67px;
  height: 53px;
  background: url("../images/sprite.html") no-repeat;
  display: inline-block;
}

i.sprite-icn-iconic:before {
  background-position: -169px -79px;
}

i.sprite-icn-typographic:before {
  background-position: -247px -79px;
}

i.sprite-icn-illustrative:before {
  background-position: -328px -82px;
}

i.sprite-icn-animated:before {
  background-position: -420px -78px;
}

i.sprite-icn-static:before {
  background-position: -19px -774px;
}

i.sprite-icn-ecommerce:before {
  background-position: -102px -774px;
}

i.sprite-icn-cms:before {
  background-position: -180px -774px;
}

i.sprite-icn-portal:before {
  background-position: -257px -774px;
}

i.sprite-icn-stationery:before {
  background-position: -331px -774px;
}

i.sprite-icn-advertisement:before {
  background-position: -405px -774px;
}

i.sprite-icn-packaging:before {
  background-position: -473px -774px;
}

i.sprite-icn-social:before {
  background-position: -544px -774px;
}

i.sprite-icn-explainer:before {
  background-position: -17px -919px;
}

i.sprite-icn-motion:before {
  background-position: -97px -918px;
}

i.sprite-icn-typography:before {
  background-position: -174px -919px;
}

i.sprite-icn-whiteboard:before {
  background-position: -266px -920px;
}

i.sprite-icn-apple:before {
  background-position: -346px -920px;
}

i.sprite-icn-game:before {
  background-position: -422px -927px;
}

i.sprite-icn-smartphone:before {
  background-position: -491px -923px;
}

i.sprite-icn-android:before {
  background-position: -562px -922px;
}

i.sprite-icn-poster:before {
  background-position: -12px -1644px;
}

i.sprite-icn-stationery1:before {
  background-position: -106px -1644px;
}

i.sprite-icn-promo:before {
  background-position: -201px -1646px;
}

i.sprite-icn-invitation:before {
  background-position: -294px -1646px;
}

.wd-100 {
  width: 100%;
}

.type-box h5 {
  font-size: 16px;
  margin: 20px 0 10px;
  color: #000;
}

ul.type-ul li.type-li1:hover {
  background: #f7b733;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3YjczMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjYwMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7b733 0%, #fb601f 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f7b733),
    color-stop(100%, #fb601f)
  );
  background: -webkit-linear-gradient(top, #f7b733 0%, #fb601f 100%);
  background: -o-linear-gradient(top, #f7b733 0%, #fb601f 100%);
  background: -ms-linear-gradient(top, #f7b733 0%, #fb601f 100%);
  background: linear-gradient(to bottom, #f7b733 0%, #fb601f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7b733', endColorstr='#fb601f', GradientType=0);
}

ul.type-ul li.type-li1:hover i {
  background: #f7b733;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3YjczMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjYwMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7b733 0%, #fb601f 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f7b733),
    color-stop(100%, #fb601f)
  );
  background: -webkit-linear-gradient(top, #f7b733 0%, #fb601f 100%);
  background: -o-linear-gradient(top, #f7b733 0%, #fb601f 100%);
  background: -ms-linear-gradient(top, #f7b733 0%, #fb601f 100%);
  background: linear-gradient(to bottom, #f7b733 0%, #fb601f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7b733', endColorstr='#fb601f', GradientType=0);
}

ul.type-ul li.type-li2:hover {
  background: #56cbf1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2Y2JmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODkxZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #56cbf1 0%, #3891ee 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #56cbf1),
    color-stop(100%, #3891ee)
  );
  background: -webkit-linear-gradient(top, #56cbf1 0%, #3891ee 100%);
  background: -o-linear-gradient(top, #56cbf1 0%, #3891ee 100%);
  background: -ms-linear-gradient(top, #56cbf1 0%, #3891ee 100%);
  background: linear-gradient(to bottom, #56cbf1 0%, #3891ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56cbf1', endColorstr='#3891ee', GradientType=0);
}

ul.type-ul li.type-li2:hover i {
  background: #56cbf1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2Y2JmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODkxZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #56cbf1 0%, #3891ee 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #56cbf1),
    color-stop(100%, #3891ee)
  );
  background: -webkit-linear-gradient(top, #56cbf1 0%, #3891ee 100%);
  background: -o-linear-gradient(top, #56cbf1 0%, #3891ee 100%);
  background: -ms-linear-gradient(top, #56cbf1 0%, #3891ee 100%);
  background: linear-gradient(to bottom, #56cbf1 0%, #3891ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56cbf1', endColorstr='#3891ee', GradientType=0);
}

ul.type-ul li.type-li3:hover {
  background: #da4453;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhNDQ1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjI5NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #da4453 0%, #9b2966 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #da4453),
    color-stop(100%, #9b2966)
  );
  background: -webkit-linear-gradient(top, #da4453 0%, #9b2966 100%);
  background: -o-linear-gradient(top, #da4453 0%, #9b2966 100%);
  background: -ms-linear-gradient(top, #da4453 0%, #9b2966 100%);
  background: linear-gradient(to bottom, #da4453 0%, #9b2966 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da4453', endColorstr='#9b2966', GradientType=0);
}

ul.type-ul li.type-li3:hover i {
  background: #da4453;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhNDQ1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjI5NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #da4453 0%, #9b2966 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #da4453),
    color-stop(100%, #9b2966)
  );
  background: -webkit-linear-gradient(top, #da4453 0%, #9b2966 100%);
  background: -o-linear-gradient(top, #da4453 0%, #9b2966 100%);
  background: -ms-linear-gradient(top, #da4453 0%, #9b2966 100%);
  background: linear-gradient(to bottom, #da4453 0%, #9b2966 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da4453', endColorstr='#9b2966', GradientType=0);
}

ul.type-ul li.type-li4:hover {
  background: #a8e063;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4ZTA2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NmI2MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #a8e063 0%, #66b639 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #a8e063),
    color-stop(100%, #66b639)
  );
  background: -webkit-linear-gradient(top, #a8e063 0%, #66b639 100%);
  background: -o-linear-gradient(top, #a8e063 0%, #66b639 100%);
  background: -ms-linear-gradient(top, #a8e063 0%, #66b639 100%);
  background: linear-gradient(to bottom, #a8e063 0%, #66b639 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8e063', endColorstr='#66b639', GradientType=0);
}

ul.type-ul li.type-li4:hover i {
  background: #a8e063;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4ZTA2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NmI2MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #a8e063 0%, #66b639 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #a8e063),
    color-stop(100%, #66b639)
  );
  background: -webkit-linear-gradient(top, #a8e063 0%, #66b639 100%);
  background: -o-linear-gradient(top, #a8e063 0%, #66b639 100%);
  background: -ms-linear-gradient(top, #a8e063 0%, #66b639 100%);
  background: linear-gradient(to bottom, #a8e063 0%, #66b639 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8e063', endColorstr='#66b639', GradientType=0);
}

ul.type-ul li:hover .type-box h5 {
  color: #fff;
}

ul.type-ul li:hover .type-box p {
  color: #fff;
}

ul.type-ul li:hover i.sprite-icn-iconic:before {
  background-position: -169px -142px;
}

ul.type-ul li:hover i.sprite-icn-typographic:before {
  background-position: -247px -145px;
}

ul.type-ul li:hover i.sprite-icn-illustrative:before {
  background-position: -327px -143px;
}

ul.type-ul li:hover i.sprite-icn-animated:before {
  background-position: -420px -142px;
}

ul.type-ul li:hover i.sprite-icn-static:before {
  background-position: -19px -839px;
}

ul.type-ul li:hover i.sprite-icn-ecommerce:before {
  background-position: -102px -839px;
}

ul.type-ul li:hover i.sprite-icn-cms:before {
  background-position: -180px -839px;
}

ul.type-ul li:hover i.sprite-icn-portal:before {
  background-position: -257px -839px;
}

ul.type-ul li:hover i.sprite-icn-stationery:before {
  background-position: -331px -839px;
}

ul.type-ul li:hover i.sprite-icn-advertisement:before {
  background-position: -405px -839px;
}

ul.type-ul li:hover i.sprite-icn-packaging:before {
  background-position: -473px -839px;
}

ul.type-ul li:hover i.sprite-icn-social:before {
  background-position: -544px -839px;
}

ul.type-ul li:hover i.sprite-icn-explainer:before {
  background-position: -17px -999px;
}

ul.type-ul li:hover i.sprite-icn-motion:before {
  background-position: -97px -999px;
}

ul.type-ul li:hover i.sprite-icn-typography:before {
  background-position: -174px -999px;
}

ul.type-ul li:hover i.sprite-icn-whiteboard:before {
  background-position: -266px -1001px;
}

ul.type-ul li:hover i.sprite-icn-apple:before {
  background-position: -346px -999px;
}

ul.type-ul li:hover i.sprite-icn-game:before {
  background-position: -422px -1002px;
}

ul.type-ul li:hover i.sprite-icn-smartphone:before {
  background-position: -491px -1001px;
}

ul.type-ul li:hover i.sprite-icn-android:before {
  background-position: -562px -1001px;
}

ul.type-ul li:hover i.sprite-icn-poster:before {
  background-position: -12px -1556px;
}

ul.type-ul li:hover i.sprite-icn-stationery1:before {
  background-position: -106px -1556px;
}

ul.type-ul li:hover i.sprite-icn-promo:before {
  background-position: -201px -1557px;
}

ul.type-ul li:hover i.sprite-icn-invitation:before {
  background-position: -294px -1558px;
}

.special-packg-sec.special-branding p {
  font-size: 16px;
  font-weight: 300;
}

.special-packg-sec.special-branding h2 {
  padding: 0px;
  margin-top: 12px;
}

.special-packg-sec.special-branding h2:before {
  display: none;
}

.request-proposal-sec label {
  display: block;
  font-size: 14px;
  color: #0d0d08;
  margin: 0 0 5px;
  font-weight: 500;
}

.request-proposal-sec input,
.request-proposal-sec select {
  width: 100%;
  padding: 4px 0;
  border: 0;
  background: transparent;
  font-size: 12px;
  color: #a8a8a8;
  height: 33px;
}

.request-proposal-sec .field {
  margin: 0 0 50px;
  border-bottom: 2px solid #c8c8c8;
}

ul.addon-ul li label {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0 0 0 30px;
  position: relative;
}

ul.addon-ul li {
  display: inline-block;
  width: 49%;
  margin: 0 0 15px;
  position: relative;
}

ul.addon-ul {
  margin: 0 0 50px;
}

ul.addon-ul li [type="checkbox"]:not(:checked),
ul.addon-ul li [type="checkbox"]:checked {
  position: absolute;
  z-index: 1;
  opacity: 0;
}

ul.addon-ul [type="checkbox"]:not(:checked) + label:before,
ul.addon-ul li [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

ul.addon-ul [type="checkbox"]:not(:checked) + label:after,
ul.addon-ul li [type="checkbox"]:checked + label:after {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
  position: absolute;
  top: 0.1em;
  left: 0.2em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #34a622;
  transition: all 0.2s;
}

ul.addon-ul [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

ul.addon-ul li [type="checkbox"]:disabled:not(:checked) + label:before,
ul.addon-ul li [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

ul.addon-ul li [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

ul.addon-ul li [type="checkbox"]:disabled + label {
  color: #aaa;
}

ul.addon-ul li [type="checkbox"]:checked:focus + label:before,
ul.addon-ul li [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted #34a622;
}

ul.addon-ul li [type="checkbox"]:not(:checked) + label,
ul.addon-ul li [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

ul.addon-ul li [type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

.bann-price > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px 0 0;
}

.bann-price .new-price {
  font-size: 49px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
}

.bann-price .old-price {
  font-size: 17px;
  font-weight: 400;
}

.bann-price .old-price span {
  text-decoration: line-through;
}

.bann-price a.blue-btn {
  padding: 16px 60px;
}

.all-in-pkg ul.special-pkg-cta li:after {
  right: inherit;
  left: -19px;
}

.all-in-pkg ul.special-pkg-cta li {
  margin: 0 0 0 40px;
}

.all-in-pkg ul.special-pkg-cta li:last-child {
  margin: 0 0 0 20px;
}

section.special-packg-sec.all-in-pkg h2:before {
  display: none;
}

section.special-packg-sec.all-in-pkg h2 {
  padding: 0px;
}

section.all-in-pkg .megapack-title {
  border: 1px solid #444444;
  border-bottom: 0px;
  font-size: 16px;
  color: #71bd36;
  font-weight: 500;
  padding: 6px 20px;
  width: 73%;
  text-transform: uppercase;
  display: inline-block;
}

section.all-in-pkg .megapack-points {
  border: 1px solid #454545;
  z-index: -1;
  padding: 20px;
  background: #4545451f;
  line-height: 1.4em;
}

section.all-in-pkg .megapack-points-left li {
  padding-right: 10px;
}

section.all-in-pkg .megapack-points li {
  color: #c9c9c9;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 18px;
  margin: 0 0 5px;
  font-weight: 200;
}

section.all-in-pkg .megapack-points-left li:after {
  content: "\f054";
  position: absolute;
  font-size: 11px;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-weight: lighter;
}

section.all-in-pkg .megapack-points ul,
section.all-in-pkg .megapack-points ul li:last-child {
  margin: 0px;
}

section.all-in-pkg .megapack-infobox {
  margin: 40px 0;
}

.orng-colr {
  color: #f9a002;
}

.white-colr {
  color: #fff;
}

.all-in-pkg .feature-sec h2 {
  display: none;
}

.all-in-pkg .feature-sec {
  margin: 20px 0 0;
}

.all-in-pkg ul.features-ul li h5 {
  color: #999999;
}

.request-proposal-sec {
  background: url("../images/proposal-bg.html") no-repeat;
  background-size: cover;
  display: none;
}

ul.check-ul li {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: 49%;
  margin: 0 0 9px;
}

ul.check-ul li:before {
  content: "\f058";
  font-family: FontAwesome;
  margin: 0 8px 0 0;
  color: #fff;
}

ul.cstm-li li {
  display: inline-block;
  vertical-align: middle;
}

.price {
  font-size: 70px;
  font-weight: 700;
  color: #fdc024;
  font-family: "Titillium Web", sans-serif;
}

.price span {
  display: inline-block;
  line-height: normal;
  font-size: 17px;
  font-weight: 300;
  margin: 0 30px 0 0;
  vertical-align: middle;
  color: #fff;
}

.price span div {
  display: inline-block;
  text-decoration: line-through;
}

ul.cstm-li {
  margin: 30px 0 0px;
}

.ticker {
  background: url("../images/ticker-img.html") repeat-x;
  z-index: 1;
  position: absolute;
  top: -39px;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 16px 0 4px;
}

.ticker p {
  margin: 0px;
  line-height: 20px;
  color: #fff;
  font-size: 19px;
  cursor: pointer;
  animation-iteration-count: infinite;
  animation-name: pulse-light;
  animation-duration: 0.9s;
  animation-fill-mode: both;
}

@-webkit-keyframes pulse-light {
  0%,
  100% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.04);
  }
}

@keyframes pulse-light {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.04);
  }
}

ul.type-ul li * {
  transition: all 0.4s ease;
}

.type-box p {
  font-size: 12px;
  line-height: normal;
  color: #000;
}

.hdr-cont-box {
  float: right;
  margin-bottom: 0;
}

.hdr-cont-box li {
  display: inline-block;
  margin-right: 25px;
}

.hdr-cont-box li i {
  color: #68c356;
  margin-right: 4px;
}

.req-btn a {
  float: right;
  background: #7dc64d;
  background: -moz-linear-gradient(left, #7dc64d 0%, #34b96b 100%);
  background: -webkit-linear-gradient(left, #7dc64d 0%, #34b96b 100%);
  background: linear-gradient(to right, #7dc64d 0%, #34b96b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dc64d', endColorstr='#34b96b', GradientType=1);
  font-size: 16px;
  color: #fff;
  padding: 26px 15px;
  display: block;
  width: 120px;
  text-align: center;
  font-weight: 500;
  line-height: 1.2em;
}

.contact-hd h1:before,
.contact-hd h4:before {
  display: none !important;
}

ul.double-slidr li.slick-current:before {
  content: "";
  width: 9px;
  height: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
}

ul.double-slidr li h3 {
  margin-top: 0px;
}

ul.double-slidr li p {
  margin-bottom: 0px;
  padding-bottom: 12px;
}

ul.double-slidr li {
  margin-bottom: 40px;
}

.double-slidr-sync ul.slick-dots li button + button {
  display: none;
}

.double-slidr-sync ul.slick-dots li {
  display: inline-block;
}

.double-slidr-sync ul.slick-dots {
  width: 100%;
  text-align: center;
  position: relative;
  top: -22px;
}

.double-slidr-sync ul.slick-dots li button {
  border: 0px;
  background: #9e9e9e;
  font-size: 0px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  padding: 0px;
  margin: 0 0 0 5px;
}

.double-slidr-sync ul.slick-dots li.slick-active button {
  background: #76c137;
}

ul.double-slidr li.slick-current h3,
ul.double-slidr li.slick-current p {
  color: #fff !important;
  transition: all 0.6s ease;
}

.what-makes-sec li {
  position: relative;
}

ul.double-slidr li.slick-current {
  padding-left: 30px;
}

ul.double-slidr li.slick-current:after {
  content: "\f0da";
  font-family: fontAwesome;
  color: #fff;
  position: absolute;
  left: 6px;
  top: 0px;
  bottom: 0px;
  font-size: 40px;
  height: 26px;
  margin: auto;
}

.colr-black {
  color: #000;
}

ul.chk-bullets li:before {
  content: "\f058";
  font-family: FontAwesome;
  width: auto;
  height: auto;
  color: #67b635;
  background: transparent;
}

.ballon-mn-bann {
  position: relative;
  top: 40px;
}

.ban-txt.txt-sm h1 span {
  font-size: 41px;
}

.ballon-mn-bann:before {
  content: "";
  width: 100%;
  height: 340px;
  background: url(../images/ballon-bann.html) no-repeat center;
  display: inline-block;
  position: relative;
  top: 66px;
  left: 24px;
  z-index: -1;
}

.banner-sec.sm-bann a.pack-ordernow {
  padding: 15px 75px;
  margin: 0px;
  overflow: hidden;
  z-index: 2;
}

.ballon-mn-bann-nested {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  font-size: 75px;
  color: #181819;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  line-height: 50px;
}

.ballon-mn-bann-nested span {
  display: block;
  font-size: 27px;
  color: #ffffff8f;
  text-decoration: line-through;
}

table.comapare-box.compare-to-packg .pack-title {
  font-size: 20px;
  color: #000000;
  margin: 0 0 5px;
  padding: 0px;
}

table.comapare-box.compare-to-packg thead th:first-child {
  padding: 0px;
  vertical-align: bottom;
  text-align: left;
}

table.comapare-box.compare-to-packg th {
  text-align: center;
  padding: 9px 0 5px;
}

table.comapare-box.compare-to-packg th,
table.comapare-box.compare-to-packg td {
  width: 19%;
}

table.comapare-box.compare-to-packg th + th,
table.comapare-box.compare-to-packg td + td {
  width: 13.5%;
}

table.comapare-box.compare-to-packg .pack-price h4 {
  font-size: 37px;
  color: #67b635;
}

table.comapare-box.compare-to-packg .pack-price h4 sup {
  font-size: 20px;
  top: -14px;
}

table.comapare-box.compare-to-packg .pack-price p {
  font-size: 8px;
  line-height: 8px;
}

table.comapare-box.compare-to-packg .pack-price {
  padding: 4px 0 0;
}

@media only screen and (min-width: 1600px) {
  .ban-form-box {
    right: 20%;
    top: 28%;
  }
}

.ban-btm-box {
  padding: 15px 0;
  width: 100%;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}

.ban-btm-hd {
  float: left;
  width: 229px;
  border-right: 1px solid #cccccc;
  font-size: 18px;
  color: #313036;
  font-weight: 600;
  margin-right: 20px;
  padding: 18px 19px 18px 0;
  line-height: 1.3em;
  letter-spacing: -1px;
}

.ban-btm-logos {
  float: left;
  width: 100%;
  overflow: hidden;
}

.ban-btm-logos ul {
  margin-bottom: 0;
}

.ban-btm-logos li {
  display: inline-block;
  margin: 0 0 0;
  text-align: center;
}

.ban-btm-logos li img {
  transition-duration: 0.3s;
}

.ban-btm-logos li:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  transition-duration: 0.3s;
}

.sec-pad {
  padding: 30px 0 70px;
}

.nobanner-sec {
  padding-top: 70px;
  margin-top: 89px;
  border-top: 5px solid #68c356;
}

.nobanner-sec .sec-hd {
  margin-bottom: 40px;
}

.hm-ban-sec {
  position: relative;
}

.hm-form-container {
  position: absolute;
  top: 22%;
  right: 0;
  width: 100%;
  z-index: 2;
}

@media only screen and (min-width: 1500px) {
  .hm-form-container {
    top: 27%;
  }
}

.banner-form-sec h3 {
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  background: #feb003;
  background: -moz-linear-gradient(
    45deg,
    #feb003 0%,
    #f38701 51%,
    #f38701 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #feb003 0%,
    #f38701 51%,
    #f38701 100%
  );
  background: linear-gradient(45deg, #feb003 0%, #f38701 51%, #f38701 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb003', endColorstr='#f38701', GradientType=1);
  margin: 0;
  padding: 16px 10px 6px;
  text-transform: uppercase;
  line-height: 1.95em;
  border-radius: 20px 20px 0 0;
}

.banner-form-sec h3 strong {
  font-weight: bold;
  color: #fff;
}

.banner-form-sec h3 span {
  font-family: "Titillium Web", sans-serif;
  display: block;
  font-size: 43px;
  font-weight: 400;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.banner-form-sec {
  background: #f5f5f5;
  border-radius: 21px;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.45);
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.banner-form {
  padding: 30px 27px 27px 27px;
  top: 30px;
}

.banner-form-sec p {
  font-size: 16px;
  color: #313036;
  font-weight: 500;
  text-align: center;
  position: relative;
  line-height: 1.1em;
  margin: 18px 25px 8px;
}

.banner-form-sec p span {
  background: whitesmoke;
  display: inline-block;
  width: 78%;
  z-index: 1;
  position: relative;
  padding: 0 10px;
}

.banner-form-sec p:before {
  width: 100%;
  height: 2px;
  background: #fca803;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 19px;
}

.banner-form select {
  position: absolute;
  right: 6px;
  width: 85%;
  border-radius: 0;
  border: 0;
}

.banner-form input[type="submit"],
.banner-form input[type="button"] {
  background: #1c4f92;
  color: #fff;
  border: none;
  border-radius: 34px;
  font-size: 20px;
  padding-left: 12px;
  padding: 12px;
  margin-top: 10px;
  width: 100%;
}
.ser a.nav-link i {
  position: absolute;
  right: -4px;
  top: 36%;
}
.ser a.nav-link {
  position: relative;
}
.banner-form input[type="submit"]:hover,
.banner-form input[type="button"]:hover {
  background: #fa130d;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  transition-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
  transition-duration: 0.3s;
}

.frmicon-box {
  position: relative;
  margin: 0 0 24px;
}

.popup-bdy label {
  font-size: 13px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 3px;
  line-height: 12px;
  display: block;
}

.field-icon {
  position: absolute;
  top: 13px;
  left: 18px;
}

.name-icon {
  background: url(../images/sprite.html) no-repeat -10px -9px;
  width: 16px;
  height: 18px;
}

.email-icon {
  background: url(../images/sprite.html) no-repeat -45px -11px;
  width: 19px;
  height: 15px;
}

.phone-icon {
  background: url(../images/sprite.html) no-repeat -85px -10px;
  width: 10px;
  height: 17px;
  left: 22px;
}

.services-icon {
  background: url(../images/sprite.html) no-repeat -116px -10px;
  width: 19px;
  height: 16px;
}

.sec-hd {
  color: #222;
  font-size: 38px;
  padding: 0 0 20px;
  font-weight: 600;
}

.sec-hd strong {
  color: #35353b;
}

.sec-hd span {
  color: #777;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 20px 0 0;
}

.lg-hd {
  font-size: 42px;
  color: #004445;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 25px;
}

.lg-hd:after {
  background: #004445;
  display: block;
  width: 18%;
  height: 6px;
  content: "";
  margin-top: 20px;
}

.lg-sub-hd {
  font-size: 30px;
  color: #b10655;
  font-weight: bold;
  margin-bottom: 15px;
}

.only-hd {
  line-height: 1.4em;
}

.sec-hd3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.large-pra {
  font-size: 15px;
  color: #313036;
  line-height: 1.6em;
  margin-bottom: 30px;
}

.more-btn {
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  padding: 15px 48px;
  background: #7bc437;
  background: -moz-linear-gradient(left, #7bc437 0%, #67b735 65%, #67b735 100%);
  background: -webkit-linear-gradient(
    left,
    #7bc437 0%,
    #67b735 65%,
    #67b735 100%
  );
  background: linear-gradient(to right, #7bc437 0%, #67b735 65%, #67b735 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bc437', endColorstr='#67b735', GradientType=1);
  border-radius: 34px;
  font-weight: 400;
  text-transform: capitalize;
}

.more-btn:hover {
  background: #67b735;
  background: -moz-linear-gradient(left, #67b735 0%, #7bc437 99%);
  background: -webkit-linear-gradient(left, #67b735 0%, #7bc437 99%);
  background: linear-gradient(to right, #67b735 0%, #7bc437 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76c137', endColorstr='#7bc437', GradientType=1);
  color: #fff;
  animation-iteration-count: infinite;
  animation-name: pulse;
  animation-duration: 0.9s;
  animation-fill-mode: both;
}

.always-pulse {
  animation-iteration-count: infinite;
  animation-name: pulse;
  animation-duration: 0.9s;
  animation-fill-mode: both;
  font-size: 16px;
}

.inno-con-list li {
  display: inline-block;
  text-align: center;
  padding: 10px 10px 0;
  width: 135px;
  font-size: 13px;
}

.inno-con-list li + li {
  border-left: 1px solid #ccc;
}

.inno-con-list li i {
  display: block;
}

.inno-con-list {
  padding-top: 54px;
}

.inno-con-list li i svg {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  opacity: 0;
}

.get-started-cta {
  background-size: cover;
  position: relative;
  padding: 30px 0;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.get-started-cta h3 {
  font-size: 42px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.15em;
  margin: 0 0 15px;
}

.get-started-cta h3 span {
  font-size: 22px;
  display: block;
  color: #5f5f5f;
  font-weight: 600;
  line-height: normal;
  margin-top: 15px;
}

.get-started-cta h3 strong {
  color: #353535;
}

.get-started-cta li {
  display: inline-block;
}

.get-started-cta li + li {
  margin-left: 15px;
}

.get-started-cta li a {
  border: 2px solid #fff;
  padding: 15px 10px;
  display: block;
  border-radius: 32px;
  font-size: 20px;
  line-height: 0.85em;
  color: #fff;
  width: 263px;
  position: relative;
}

.cta-call {
  width: auto;
  margin: 6px 0 0;
  display: inline-block;
  font-size: 20px;
  padding: 10px;
}

.cta-call,
.cta-call a {
  color: #333333;
}

.blue-cta-btn {
  background: #3ea6e6;
  background: #f8b401;
}

.green-cta-btn {
  background: #73be36;
}

.orange-cta-btn {
  background: #fe5501;
  background: #2d796d;
}

.get-started-cta a:hover {
  animation-iteration-count: infinite;
  animation-name: pulse;
  animation-duration: 0.9s;
  animation-fill-mode: both;
}

.get-started-cta a.white-cta-btn {
  background: #fff;
  color: #76c137;
}

.get-started-cta a.white-cta-btn i {
  font-size: 25px;
}

.get-started-cta a span {
  display: block;
  font-size: 13px;
}

.get-started-cta a i {
  font-size: 27px;
  margin: 0 10px 0 0;
  vertical-align: text-top;
}

.pack-sec {
  background: url(../images/portf-bg.html) bottom right no-repeat;
  background-size: cover;
  background-color: #fafafa;
  overflow: hidden;
}

.pack-list {
  text-align: center;
}

.pack-list > li {
  position: relative;
  width: 28%;
  border: 1px solid transparent;
  text-align: center;
  padding: 30px 0 0px;
  border-radius: 8px;
  display: inline-block;
  margin: 12px 0;
  background: #fff;
  transition-duration: 0.2s;
  transform: scale(1);
  border: 1px solid #ececec;
  vertical-align: top;
}

.pack-list li.pkg-active {
  border: 1px solid #2d2c32;
}

.pack-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 20px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(resources.html#desaturate);
  filter: gray;
  -webkit-filter: grayscale(1);
  opacity: 0.2;
  transition-duration: 0.2s;
}

.pkg-icn:before {
  content: "";
  width: 63px;
  height: 60px;
  display: inline-block;
  background: url("../images/sprite.html") no-repeat;
}

i.pkg-icn.pkg-icn1:before {
  background-position: -16px -239px;
}

i.pkg-icn.pkg-icn2:before {
  background-position: -98px -239px;
  width: 79px;
}

i.pkg-icn.pkg-icn3:before {
  background-position: -196px -239px;
  width: 120px;
}

i.pkg-icn.pkg-icn4:before {
  background-position: -342px -238px;
  width: 87px;
}

i.pkg-icn.pkg-icn5:before {
  background-position: -455px -238px;
  width: 91px;
}

i.pkg-icn.pkg-icn6:before {
  background-position: -565px -238px;
  width: 121px;
}

.pkg-sealed-icn:before {
  content: "";
  background: url("../images/sprite.html") no-repeat -471px -491px;
  width: 120px;
  height: 100px;
  position: absolute;
  right: -18px;
  top: -34px;
}

.hmetabs .pkg-sealed-icn:before {
  right: -24px;
  top: -4px;
}

.special-packg-sec {
  background: url("../images/combo-bg-1.png") no-repeat;
  background-size: cover;
  padding: 30px 0;
}

.spe-pack-best {
  background: url("../images/business-guide/special-brand-bg.html") no-repeat;
  background-size: cover;
}

.special-packg-sec h2 {
  font-size: 51px;
  color: #fff;
  font-weight: 700;
  line-height: 56px;
  margin: 0 0 19px;
  padding: 0 0 0 130px;
  position: relative;
}

.special-packg-sec h2 span {
  color: #fff;
  font-size: 42px;
  display: block;
  font-weight: 400;
}

.special-packg-sec h2:before {
  content: "";
  background: url("../images/sprite.html") no-repeat -14px -590px;
  width: 119px;
  height: 99px;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.special-packg-sec p {
  color: #fff;
  font-size: 18px;
}

.comaparing ul li {
  width: 100%;
  background: #ebecee;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #e3e3e3;
  border-bottom: 0px;
  transition: all 0.4s ease;
}

.special-packg-sec .icn-tooltip .tooltip-innr {
  background: #fff;
  color: #000;
}

.special-packg-sec .icn-tooltip .tooltip-innr:before {
  color: #fff;
}

.comaparing ul li:hover,
.comaparing ul li:nth-child(even):hover {
  background: #00000052;
}

.comaparing ul li:hover i {
  color: #fff;
}

.comaparing .fa-check {
  color: #079613;
  font-size: 15px;
}

.comaparing .fa-times {
  color: #df0003;
  font-size: 15px;
}

.no-pad {
  padding: 0px;
}

.comaparing ul li:nth-child(even) {
  background: #ffffff;
}

.compare-logo {
  text-align: center;
  padding: 20px 20px 0;
  border-bottom: 0px;
}

.comaparing h4 {
  margin: 0 10px 19px;
  font-size: 20px;
  color: #004445;
}

.comaparing ul li:last-child {
  border-bottom: 1px solid #e3e3e3;
}

.comaparing ul.text-left li {
  text-align: left;
  font-weight: 500;
}

.col-md-cstm {
  width: 20%;
  float: left;
}

.comaparing .sec-hd {
  margin: 0 0 40px;
}

table.comapare-box tr td {
  background: #ebecee;
  padding: 10px;
  width: 20%;
  text-align: center;
  font-size: 13px;
  border: 1px solid #e3e3e3;
  border-bottom: 0px;
  transition: all 0.4s ease;
}

table.comapare-box tr:nth-child(even) td {
  background: #fff;
}

table.comapare-box tr td:hover {
  background: #00000052;
}

table.comapare-box tr td:hover i {
  color: #fff;
}

table.comapare-box tr td:first-child {
  text-align: left;
  font-weight: 600;
}

table.comapare-box thead th {
  border: 1px solid #e3e3e3;
}

table.comapare-box thead th:first-child {
  border: 0px;
}

.zindx-4 {
  z-index: 4;
}

.pos-rel {
  position: relative;
}

.pkg-icn {
  display: block;
  transition: all 0.4s ease;
}

.pack-list > li:hover i.pkg-icn,
.pack-list > li.pkg-active i.pkg-icn {
  transform: scale(0.94);
}

ul.special-pkg-cta li {
  display: inline-block;
  margin: 0 40px 0 0;
  position: relative;
}

.special-ordernow {
  background: #56cbf1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2Y2JmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODkxZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #56cbf1 0%, #3891ee 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #56cbf1),
    color-stop(100%, #3891ee)
  );
  background: -webkit-linear-gradient(left, #56cbf1 0%, #3891ee 100%);
  background: -o-linear-gradient(left, #56cbf1 0%, #3891ee 100%);
  background: -ms-linear-gradient(left, #56cbf1 0%, #3891ee 100%);
  background: linear-gradient(to right, #56cbf1 0%, #3891ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56cbf1', endColorstr='#3891ee', GradientType=1);
  display: block;
  padding: 13px 50px;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  background: #fff;
  color: #000;
}

.special-ordernow:hover {
  animation-iteration-count: infinite;
  animation-name: pulse;
  animation-duration: 0.9s;
  animation-fill-mode: both;
}

.orange-btn {
  background: #fdad03;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkYWQwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNThlMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #fdad03 0%, #f58e01 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #fdad03),
    color-stop(100%, #f58e01)
  );
  background: -webkit-linear-gradient(left, #fdad03 0%, #f58e01 100%);
  background: -o-linear-gradient(left, #fdad03 0%, #f58e01 100%);
  background: -ms-linear-gradient(left, #fdad03 0%, #f58e01 100%);
  background: linear-gradient(to right, #fdad03 0%, #f58e01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdad03', endColorstr='#f58e01', GradientType=1);
  display: block;
  padding: 13px 60px;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

ul.special-pkg-cta li a {
  color: #fff;
  font-size: 15px;
}

ul.special-pkg-cta li a i {
  margin: 0 5px 0 0;
}

ul.special-pkg-cta li:after {
  content: "";
  width: 2px;
  height: 15px;
  background: #fff;
  position: absolute;
  right: -19px;
  bottom: 5px;
}

ul.special-pkg-cta li:first-child:after,
ul.special-pkg-cta li:last-child:after {
  display: none;
}

ul.special-pkg-cta li:first-child {
  margin: 0 20px 0 0;
}

ul.special-pkg li {
  background: #ffffff;
  border-radius: 6px;
  padding: 10px;
}

ul.special-pkg li .pack-title {
  font-size: 38px;
  color: #67b635;
  margin: 0px;
  padding: 0px;
  text-transform: capitalize;
}

ul.special-pkg li .pack-price h4 {
  color: #67b635;
}

ul.special-pkg li ul.pack-features li {
  padding: 2px 0;
  border: 0px;
  text-align: left;
  font-size: 13px;
  color: #666666;
  font-weight: 500;
  position: relative;
}

ul.special-pkg li ul.pack-features li:after {
  content: "\f058";
  font-family: FontAwesome;
  color: #67b635;
  position: absolute;
  right: 10px;
  font-size: 13px;
  top: 3px;
}

ul.special-pkg li ul.pack-features {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin: 0 20px;
  padding: 4px 0;
  height: 183px;
}

ul.special-pkg li ul.pack-features div#mCSB_25_container {
  margin: 0 10px;
}

ul.special-pkg {
  margin: 0px;
}

.pack-title {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  padding: 0 18px 0;
  text-transform: capitalize;
  margin-top: 0;
  z-index: 1;
  position: relative;
}

.combo-package .pack-title {
  font-size: 32px;
}

.pack-title span {
  font-size: 16px;
  color: #484848;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: block;
  padding-top: 4px;
  line-height: 1.28em;
  text-transform: none;
}

.pack-price {
  background: #fff;
  padding: 10px 10px;
  position: relative;
  color: #76c137;
  transition-duration: 0.2s;
  border-radius: 0 0 10px 10px;
}

.pack-price h4 {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.8em;
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  color: #000;
  display: inline-block;
  width: auto;
  text-align: right;
}

.pack-price sup {
  top: -0.2em;
  padding-right: 2px;
  font-size: 38px;
}

.pack-price sub {
  font-size: 13px;
  top: -4px;
  padding-left: 1px;
  text-transform: capitalize;
  font-weight: 600;
}

.pack-price p {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 0;
  display: inline-block;
  width: auto;
  text-align: left;
  border-left: 1px solid #b6b6b6;
  padding: 3px 0 3px 5px;
  color: #b6b6b6;
  line-height: 17px;
  vertical-align: super;
}

.pack-price p span {
  text-decoration: line-through;
  display: block;
}

.pack-features {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  margin: 12px 0 5px;
  height: 170px;
  position: relative;
  overflow: hidden;
}

.pack-features li {
  text-transform: capitalize;
  color: #666666;
  font-size: 13px;
  overflow: hidden;
}

.pack-features li:hover {
  overflow: visible;
}

.pack-features li + li {
  border-top: 1px solid #e2e2e2;
  padding: 2px 0;
}

.view-more {
  display: block;
  margin: 3px 0 0 0;
  font-size: 14px;
  color: #333333;
  text-decoration: underline;
  display: none;
}

ul.features-ul li {
  display: inline-block;
  padding: 10px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

ul.features-ul li:hover {
  overflow: initial;
  vertical-align: top;
}

ul.features-ul li:after {
  content: "";
  width: 2px;
  height: 50px;
  background: #d5d3d8;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0;
  margin: auto;
}

ul.features-ul li:last-child:after {
  display: none;
}

ul.features-ul li .feature-icn:before {
  content: "";
  display: inline-block;
  background: url("../images/sprite.html") no-repeat;
  width: 52px;
  height: 52px;
}

i.feature-icn-1:before {
  background-position: -13px -499px !important;
}

i.feature-icn-2:before {
  background-position: -103px -499px !important;
}

i.feature-icn-3:before {
  background-position: -204px -499px !important;
}

i.feature-icn-4:before {
  background-position: -295px -498px !important;
}

i.feature-icn-5:before {
  background-position: -388px -499px !important;
}

ul.features-ul li h5 {
  font-family: "Poppins", sans-serif;
  margin: 10px 0 0;
  font-size: 16px;
  color: #5e5c68;
  font-weight: 400;
  line-height: 22px;
}

ul.pack-detail-feature li {
  padding: 10px 14px;
}

ul.pack-detail-feature li h5 {
  color: #999999;
}

ul.pack-detail-feature {
  margin: 30px 0 0;
}

section.special-packg-sec.pack-detail ul.special-pkg li ul.pack-features {
  height: 350px;
}

section.special-packg-sec.pack-detail ul.special-pkg li ul.pack-features li {
  padding-right: 30px;
}

.special-packg-sec.pack-detail .pack-ordernow {
    margin: 12px 0 0;
    font-weight: 600;
    padding: 15px 75px;
    background: #56cbf1;
    /* Fix the data URL by enclosing it in single quotes */
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgIHZpZXdCb3g9IjAgMCAxMCAxMCI+PHBhdGggZD0iTTEuNSAyTDAgM0w0LjUgOkwxMCAyTDkuNyAwLjVsLTEtMEw0LjUgNS41TDEuNSAwLjUiLz48L3N2Zz4=');
    background: -moz-linear-gradient(left, #56cbf1 0%, #3891ee 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #56cbf1), color-stop(100%, #3891ee));
    background: -webkit-linear-gradient(left, #56cbf1 0%, #3891ee 100%);
    background: -o-linear-gradient(left, #56cbf1 0%, #3891ee 100%);
    background: -ms-linear-gradient(left, #56cbf1 0%, #3891ee 100%);
    background: linear-gradient(to right, #56cbf1 0%, #3891ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56cbf1', endColorstr='#3891ee', GradientType=1);
}

.special-packg-sec.pack-detail .pack-ordernow {
  border-radius: 40px;
}

.topbar-pack h2 {
  padding: 0 0 0 0;
  display: inline-block;
  vertical-align: top;
}

.topbar-pack img {
  padding: 0 20px 0 0;
}

.topbar-pack h2:before {
  display: none;
}

.popular:before {
  content: "";
  background: url("../images/sprite.html") no-repeat -521px -82px;
  width: 71px;
  height: 83px;
  position: absolute;
  right: 0px;
  top: 0px;
}

li.pkg-active .pack-price h4 {
  color: #004445;
}

li.pkg-active .pack-title {
  color: #004445;
}

ul.pkg-cta li {
  display: inline-block;
  padding: 0 12px;
  border-right: 2px solid #dddbe0;
  line-height: 2px;
  font-weight: 600;
}

ul.pkg-cta {
  margin: 10px 0 10px;
}

ul.pkg-cta li a {
  color: #dddbe0;
  font-size: 14px;
}

ul.pkg-cta li:last-child {
  border-right: 0px;
}

.pkg-active ul.pkg-cta li a {
  color: #004445;
}

.icn-tooltip {
  display: inline-block;
  position: relative;
  transition: all 0.4s ease;
}

.icn-tooltip .tooltip-innr {
  position: absolute;
  width: 160px;
  right: -19px;
  top: 24px;
  background: #000000;
  padding: 3px 3px 4px;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  text-transform: capitalize;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
  box-shadow: 0 0 11px 3px #00000042;
  line-height: 1.5em;
}

.icn-tooltip i {
  margin: 0 0 0 4px;
}

.icn-tooltip .tooltip-innr:before {
  content: "\f0d8";
  font-family: FontAwesome;
  right: 17px;
  top: -12px;
  position: absolute;
  color: #000000;
  font-size: 24px;
}

.icn-tooltip:hover .tooltip-innr {
  opacity: 1;
}

.pack-ordernow {
  font-size: 17px;
  display: inline-block;
  padding: 8px 75px;
  margin: 0 18px;
  color: #fff;
  background: #b30808;
  border-radius: 30px;
  font-weight: 500;
  position: relative;
  transition-duration: 0.2s;
  text-transform: uppercase;
}

.pack-ordernow:hover {
  color: #fff;
  animation-iteration-count: infinite;
  animation-name: pulse;
  animation-duration: 0.9s;
  animation-fill-mode: both;
}

.pack-list > li:hover,
.pack-list > li.pkg-active {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  transition-duration: 0.2s;
  transform: scale(1.06);
  z-index: 1;
}

.pack-list > li:hover .pack-features li + li,
.pack-list > li.pkg-active .pack-features li + li {
  border-top: 1px solid #e2e2e2;
}

.pack-list > li:hover .pack-bg,
.pack-list > li.pkg-active .pack-bg {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: url(resources.html#desaturate);
  filter: gray;
  -webkit-filter: grayscale(0);
  opacity: 1;
  transition-duration: 0.2s;
}

.pack-list > li:hover .pack-price,
.pack-list > li.pkg-active .pack-price {
  transition-duration: 0.2s;
  color: #484343;
}

.pack-list > li:hover .pack-ordernow,
.pack-list > li.pkg-active .pack-ordernow {
  transition-duration: 0.2s;
}

.pack-list-tabs {
  border: 1px solid #ccc;
  background: #efefef;
  text-align: center;
  margin: 0 auto 25px;
  border-radius: 50px;
  padding: 6px 1px 5px;
  -moz-box-shadow: inset 0px 2px 8px #0000003d;
  -webkit-box-shadow: inset 0px 2px 8px #0000003d;
  box-shadow: inset 0px 2px 8px #0000003d;
  display: inline-block;
}

.pack-list-tabs li {
  display: inline-block;
  line-height: 1em;
  padding: 0 5px;
}

.pack-list-tabs li a {
  font-size: 15px;
  color: #76c137;
  font-weight: 400;
  padding: 15px 30px 15px 60px;
  border-radius: 27px;
  position: relative;
  display: block;
}

.pack-list-tabs li a i {
  position: absolute;
  top: 10px;
  left: 26px;
}

.pack-list-tabs li a i svg {
  fill: #76c137;
  width: 26px;
  height: 26px;
}

.pack-list-tabs li a:hover,
.pack-list-tabs li a.active {
  color: #fff;
  background: #7ec64d;
  background: -moz-linear-gradient(left, #7ec64d 0%, #76c137 65%, #76c137 100%);
  background: -webkit-linear-gradient(
    left,
    #7ec64d 0%,
    #76c137 65%,
    #76c137 100%
  );
  background: linear-gradient(to right, #7ec64d 0%, #76c137 65%, #76c137 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ec64d', endColorstr='#76c137', GradientType=1);
  text-decoration: none;
}

.pack-list-tabs li a:hover svg,
.pack-list-tabs li a.active svg {
  fill: #fff;
}

.tab-pack-box .tab-pack {
  display: none;
}

.process-ul li {
  display: inline-block;
  width: 16%;
  text-align: center;
}

.process-icn {
  width: 69px;
  height: 69px;
  border: 5px solid #dcdcdc;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.process-icn:before {
  content: "";
  background: url("../images/sprite.html") no-repeat;
  width: 31px;
  height: 30px;
  display: inline-block;
  z-index: 1;
}

.prcss-icn1:before {
  background-position: -152px -594px;
}

.prcss-icn2:before {
  background-position: -205px -596px;
}

.prcss-icn3:before {
  background-position: -258px -594px;
}

.prcss-icn4:before {
  background-position: -365px -594px;
}

.prcss-icn5:before {
  background-position: -312px -594px;
}

.prcss-icn6:before {
  background-position: -418px -597px;
  width: 34px;
}

ul.process-ul:before {
  z-index: -1;
  content: "";
  width: 0%;
  height: 18px;
  background: #ea635f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNjM1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OWNmNzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #ea635f 0%, #99cf70 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ea635f),
    color-stop(100%, #99cf70)
  );
  background: -webkit-linear-gradient(left, #ea635f 0%, #99cf70 100%);
  background: -o-linear-gradient(left, #ea635f 0%, #99cf70 100%);
  background: -ms-linear-gradient(left, #ea635f 0%, #99cf70 100%);
  background: linear-gradient(to right, #ea635f 0%, #99cf70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea635f', endColorstr='#99cf70', GradientType=1);
  position: absolute;
  left: 70px;
  bottom: 27px;
  margin: auto;
  transition: all 0.4s ease;
}

ul.process-ul.process2:before {
  width: 21%;
}

ul.process-ul.process3:before {
  width: 33%;
  background: #ea635f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNjM1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzk5Y2Y3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNzNlYjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #ea635f 0%, #99cf70 52%, #a73eb8 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ea635f),
    color-stop(52%, #99cf70),
    color-stop(100%, #a73eb8)
  );
  background: -webkit-linear-gradient(
    left,
    #ea635f 0%,
    #99cf70 52%,
    #a73eb8 100%
  );
  background: -o-linear-gradient(left, #ea635f 0%, #99cf70 52%, #a73eb8 100%);
  background: -ms-linear-gradient(left, #ea635f 0%, #99cf70 52%, #a73eb8 100%);
  background: linear-gradient(to right, #ea635f 0%, #99cf70 52%, #a73eb8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea635f', endColorstr='#a73eb8', GradientType=1);
}

ul.process-ul.process4:before {
  width: 53%;
  background: #ea635f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNjM1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iIzk5Y2Y3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iI2E3M2ViOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOGExZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    left,
    #ea635f 0%,
    #99cf70 34%,
    #a73eb8 68%,
    #38a1f4 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ea635f),
    color-stop(34%, #99cf70),
    color-stop(68%, #a73eb8),
    color-stop(100%, #38a1f4)
  );
  background: -webkit-linear-gradient(
    left,
    #ea635f 0%,
    #99cf70 34%,
    #a73eb8 68%,
    #38a1f4 100%
  );
  background: -o-linear-gradient(
    left,
    #ea635f 0%,
    #99cf70 34%,
    #a73eb8 68%,
    #38a1f4 100%
  );
  background: -ms-linear-gradient(
    left,
    #ea635f 0%,
    #99cf70 34%,
    #a73eb8 68%,
    #38a1f4 100%
  );
  background: linear-gradient(
    to right,
    #ea635f 0%,
    #99cf70 34%,
    #a73eb8 68%,
    #38a1f4 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea635f', endColorstr='#38a1f4', GradientType=1);
}

ul.process-ul.process5:before {
  width: 66%;
  background: #ea635f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNjM1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzk5Y2Y3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2E3M2ViOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iIzM4YTFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdkNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    left,
    #ea635f 0%,
    #99cf70 25%,
    #a73eb8 52%,
    #38a1f4 77%,
    #ff7d54 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ea635f),
    color-stop(25%, #99cf70),
    color-stop(52%, #a73eb8),
    color-stop(77%, #38a1f4),
    color-stop(100%, #ff7d54)
  );
  background: -webkit-linear-gradient(
    left,
    #ea635f 0%,
    #99cf70 25%,
    #a73eb8 52%,
    #38a1f4 77%,
    #ff7d54 100%
  );
  background: -o-linear-gradient(
    left,
    #ea635f 0%,
    #99cf70 25%,
    #a73eb8 52%,
    #38a1f4 77%,
    #ff7d54 100%
  );
  background: -ms-linear-gradient(
    left,
    #ea635f 0%,
    #99cf70 25%,
    #a73eb8 52%,
    #38a1f4 77%,
    #ff7d54 100%
  );
  background: linear-gradient(
    to right,
    #ea635f 0%,
    #99cf70 25%,
    #a73eb8 52%,
    #38a1f4 77%,
    #ff7d54 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea635f', endColorstr='#ff7d54', GradientType=1);
}

ul.process-ul.process6:before {
  width: 86%;
  background: #ea635f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNjM1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzk5Y2Y3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iI2E3M2ViOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzM4YTFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2ZmN2Q1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MzhkOTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    left,
    #ea635f 0%,
    #99cf70 19%,
    #a73eb8 39%,
    #38a1f4 60%,
    #ff7d54 79%,
    #738d99 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ea635f),
    color-stop(19%, #99cf70),
    color-stop(39%, #a73eb8),
    color-stop(60%, #38a1f4),
    color-stop(79%, #ff7d54),
    color-stop(100%, #738d99)
  );
  background: -webkit-linear-gradient(
    left,
    #ea635f 0%,
    #99cf70 19%,
    #a73eb8 39%,
    #38a1f4 60%,
    #ff7d54 79%,
    #738d99 100%
  );
  background: -o-linear-gradient(
    left,
    #ea635f 0%,
    #99cf70 19%,
    #a73eb8 39%,
    #38a1f4 60%,
    #ff7d54 79%,
    #738d99 100%
  );
  background: -ms-linear-gradient(
    left,
    #ea635f 0%,
    #99cf70 19%,
    #a73eb8 39%,
    #38a1f4 60%,
    #ff7d54 79%,
    #738d99 100%
  );
  background: linear-gradient(
    to right,
    #ea635f 0%,
    #99cf70 19%,
    #a73eb8 39%,
    #38a1f4 60%,
    #ff7d54 79%,
    #738d99 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea635f', endColorstr='#738d99', GradientType=1);
}

ul.process-ul:after {
  z-index: -2;
  content: "";
  width: 83%;
  height: 18px;
  background: #dcdcdc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27px;
  margin: auto;
  box-shadow: 0 0 13px 2px gainsboro;
}

ul.process-ul {
  position: relative;
  margin: 50px 0 20px;
  z-index: 0;
}

ul.process-ul * {
  transition: all 0.4s ease;
}

i.actv-ul {
  width: 69px;
  height: 69px;
  display: inline-block;
  position: absolute;
  background: #ea635f;
  border-radius: 100%;
  border: 3px solid #fff;
  left: 54px;
  bottom: 0px;
  z-index: 1;
}

i.actv-ul:before {
  content: "";
  border-top: 25px solid transparent;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  transition: all 0.3s linear;
  position: absolute;
  bottom: -15px;
  left: 18px;
  border-top-color: #ea635f;
}

.process-ul li.active .prcss-icn1:before {
  background-position: -152px -635px;
}

.process-ul li.active .prcss-icn2:before {
  background-position: -205px -637px;
}

.process-ul li.active .prcss-icn3:before {
  background-position: -258px -635px;
}

.process-ul li.active .prcss-icn4:before {
  background-position: -365px -635px;
}

.process-ul li.active .prcss-icn5:before {
  background-position: -312px -635px;
}

.process-ul li.active .prcss-icn6:before {
  background-position: -418px -638px;
}

.process-ul li .prcss-icn7:before {
  background-position: -17px -1072px;
}

.process-ul li .prcss-icn8:before {
  background-position: -69px -1072px;
}

.process-ul li .prcss-icn9:before {
  background-position: -122px -1072px;
}

.process-ul li .prcss-icn10:before {
  background-position: -173px -1073px;
}

.process-ul li .prcss-icn11:before {
  background-position: -225px -1073px;
}

.process-ul li .prcss-icn12:before {
  background-position: -278px -1074px;
}

.process-ul li.active .prcss-icn7:before {
  background-position: -17px -1123px;
}

.process-ul li.active .prcss-icn8:before {
  background-position: -71px -1124px;
}

.process-ul li.active .prcss-icn9:before {
  background-position: -122px -1123px;
}

.process-ul li.active .prcss-icn10:before {
  background-position: -173px -1123px;
}

.process-ul li.active .prcss-icn11:before {
  background-position: -225px -1123px;
}

.process-ul li.active .prcss-icn12:before {
  background-position: -278px -1123px;
}

ul.process-ul.process2 i.actv-ul {
  left: 229px;
  background-color: #67b636;
}

ul.process-ul.process2 i.actv-ul:before {
  border-top-color: #67b636;
}

ul.process-ul.process3 i.actv-ul {
  left: 405px;
  background-color: #a73eb8;
}

ul.process-ul.process3 i.actv-ul:before {
  border-top-color: #a73eb8;
}

ul.process-ul.process4 i.actv-ul {
  left: 583px;
  background-color: #38a1f4;
}

ul.process-ul.process4 i.actv-ul:before {
  border-top-color: #38a1f4;
}

ul.process-ul.process5 i.actv-ul {
  left: 758px;
  background-color: #ff7d54;
}

ul.process-ul.process5 i.actv-ul:before {
  border-top-color: #ff7d54;
}

ul.process-ul.process6 i.actv-ul {
  left: 935px;
  background-color: #738d99;
}

ul.process-ul.process6 i.actv-ul:before {
  border-top-color: #738d99;
}

ul.process-ul.process-animate i.actv-ul {
  -webkit-animation: anim-cur-step 0.6s;
  animation: anim-cur-step 0.6s;
}

@-webkit-keyframes anim-cur-step {
  20% {
    -webkit-transform: rotate(45deg);
  }

  70% {
    -webkit-transform: rotate(-45deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes anim-cur-step {
  20% {
    transform: rotate(45deg);
  }

  70% {
    transform: rotate(-45deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.process-ul li.active h4 {
  color: #b10655;
}

.process-arrows > div {
  width: 34px;
  height: 66px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.process-arrows > div:before {
  content: "";
  background: url(../images/sprite.html) no-repeat -527px -598px;
  width: 34px;
  height: 66px;
  display: block;
}

.process-arrows .arrow-right:before {
  background-position: -475px -598px;
}

.process-arrows > div.disable {
  opacity: 0.2;
}

.process-content {
  position: relative;
}

.process-arrows .arrow-right {
  left: inherit;
  right: 20px;
}

.process-tabs {
  overflow: hidden;
  padding: 20px 0 0;
  display: none !important;
}

.process-tabs.active {
  display: block !important;
}

ul.idustries-ul {
  text-align: center;
}

ul.idustries-ul li {
  display: inline-block;
  text-align: center;
  padding: 20px 25px;
  margin: 0 11px;
  border-radius: 12px;
  transition: all 0.4s ease;
}

ul.idustries-ul li:hover {
  background: #e6e6e6;
  box-shadow: 0px 0px 10px 4px #3131310d;
}

ul.idustries-ul li h4 {
  margin: 10px 0 0;
}

.icn-ind {
  display: block;
}

.icn-ind:before {
  content: "";
  background: url("../images/sprite.html") no-repeat;
  width: 49px;
  height: 60px;
  display: inline-block;
}

i.icn-ind-1:before {
  background-position: -18px -702px;
}

i.icn-ind-2:before {
  background-position: -93px -703px;
  width: 56px;
}

i.icn-ind-3:before {
  background-position: -175px -699px;
  width: 51px;
}

i.icn-ind-4:before {
  background-position: -252px -703px;
  width: 59px;
}

i.icn-ind-5:before {
  background-position: -337px -705px;
  width: 79px;
}

i.icn-ind-6:before {
  background-position: -442px -706px;
  width: 73px;
}

i.icn-ind-7:before {
  background-position: -541px -706px;
  width: 52px;
}

section.serv-industries {
  background: url("../images/serv-indust.html") no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.dark-grey-bg {
  background: #ffffff91;
}

section.serv-industries .dark-grey-bg {
  padding: 20px;
  border-radius: 12px;
}

ul.idustries-ul-slide-toggle li {
  display: inline-block;
  width: 33%;
  background: #ffffffe0;
  margin: 0 0 4px;
  transition: all 0.4s ease;
}

ul.idustries-ul-slide-toggle li:hover {
  background: #76c137;
}

ul.idustries-ul-slide-toggle li:hover a {
  color: #fff;
}

ul.idustries-ul-slide-toggle li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  margin: 0 -7px 0 0;
  padding: 10px 20px;
}

ul.idustries-ul-slide-toggle li a {
  color: #000;
  display: block;
}

.pack-list > li:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

ul.idustries-ul-slide-toggle {
  display: none;
}

.blue-btn {
    background: #56cbf1;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgIHZpZXdCb3g9IjAgMCAxMCAxMCI+PHBhdGggZD0iTTEuNSAyTDAgM0w0LjUgOkwxMCAyTDkuNyAwLjVsLTEtMEw0LjUgNS41TDEuNSAwLjUiLz48L3N2Zz4=');
    background: -moz-linear-gradient(left, #56cbf1 0%, #3891ee 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #56cbf1), color-stop(100%, #3891ee));
    background: -webkit-linear-gradient(left, #56cbf1 0%, #3891ee 100%);
    background: -o-linear-gradient(left, #56cbf1 0%, #3891ee 100%);
    background: -ms-linear-gradient(left, #56cbf1 0%, #3891ee 100%);
    background: linear-gradient(to right, #56cbf1 0%, #3891ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56cbf1', endColorstr='#3891ee', GradientType=1);
    display: inline-block;
    padding: 13px 30px;
    border-radius: 32px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
  }
  

.blue-btn:hover {
  animation-iteration-count: infinite;
  animation-name: pulse;
  animation-duration: 0.9s;
  animation-fill-mode: both;
}

section.serv-industries .blue-btn {
  margin: 0px 0 -20px;
  position: relative;
  top: 30px;
  width: 238px;
}

.ftr-award-sec h2.sec-hd span {
  font-size: 28px;
}

div#mega-packg {
  width: 100%;
  position: relative;
  z-index: 1;
}

.parallax-layer {
  position: absolute;
  left: 0;
}

.parallax-layer2 {
  z-index: 2 !important;
}

.parallax-layer1 {
  z-index: 3 !important;
}

.parallax-layer3 {
  z-index: 1;
}
.logo-pg .clintwrp {
  margin: -80px 0 0;
}
.logo-bnner .txt-container {
  margin: 50px 0 50px;
}
