.ctools-locked {
  color: red;
  border: 1px solid red;
  padding: 1em;
}

.ctools-owns-lock {
  background: #ffd none repeat scroll 0 0;
  border: 1px solid #f0c020;
  padding: 1em;
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
  padding-right: 18px !important;
  background: url(../images/status-active.gif) right center no-repeat;
}

div.ctools-ajaxing {
  float: left;
  width: 18px;
  background: url(../images/status-active.gif) center center no-repeat;
}

#lightbox {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#lightbox a img {
  border: 0;
}

#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  min-width: 240px;
  overflow: hidden;
}

#imageContainer,
#frameContainer,
#modalContainer {
  padding: 10px;
}

#modalContainer {
  line-height: 1em;
  overflow: auto;
}

#loading {
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  position: absolute;
  top: 40%;
  left: 45%;
}

#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#imageContainer>#hoverNav {
  left: 0;
}

#frameHoverNav {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  position: absolute;
  bottom: 0;
  height: 45px;
}

#imageData>#frameHoverNav {
  left: 0;
}

#hoverNav a,
#frameHoverNav a {
  outline: 0;
}

#prevLink,
#nextLink {
  width: 49%;
  height: 100%;
  background: transparent url(../images/blank.gif) no-repeat;
  display: block;
}

#prevLink,
#framePrevLink {
  left: 0;
  float: left;
}

#nextLink,
#frameNextLink {
  right: 0;
  float: right;
}

#prevLink:hover,
#prevLink:visited:hover,
#prevLink.force_show_nav,
#framePrevLink {
  background: url(../images/prev.gif) left 15% no-repeat;
}

#nextLink:hover,
#nextLink:visited:hover,
#nextLink.force_show_nav,
#frameNextLink {
  background: url(../images/next.gif) right 15% no-repeat;
}

#prevLink:hover.force_show_nav,
#prevLink:visited:hover.force_show_nav,
#framePrevLink:hover,
#framePrevLink:visited:hover {
  background: url(../images/prev_hover.gif) left 15% no-repeat;
}

#nextLink:hover.force_show_nav,
#nextLink:visited:hover.force_show_nav,
#frameNextLink:hover,
#frameNextLink:visited:hover {
  background: url(../images/next_hover.gif) right 15% no-repeat;
}

#framePrevLink,
#frameNextLink {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  bottom: 0;
}

#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  min-width: 240px;
}

#imageData {
  padding: 0 10px;
}

#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left;
}

#imageData #caption {
  font-weight: bold;
}

#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1em;
}

#imageData #lightbox2-node-link-text {
  display: block;
  padding-bottom: 1em;
}

#imageData #bottomNav {
  height: 66px;
}

.lightbox2-alt-layout #imageData #bottomNav,
.lightbox2-alt-layout-data #bottomNav {
  margin-bottom: 60px;
}

#lightbox2-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
}

#overlay_default {
  opacity: 0.6;
}

#overlay_macff2 {
  background: transparent url(../images/overlay.png) repeat;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html>body .clearfix {
  display: inline;
  width: 100%;
}

* html .clearfix {
  height: 1%;
}

#bottomNavClose {
  display: block;
  background: url(../images/close.gif) left no-repeat;
  margin-top: 33px;
  float: right;
  padding-top: 0.7em;
  height: 26px;
  width: 26px;
}

#bottomNavClose:hover {
  background-position: right;
}

#loadingLink {
  display: block;
  background: url(../images/loading.gif) no-repeat;
  width: 32px;
  height: 32px;
}

#bottomNavZoom {
  display: none;
  background: url(../images/expand.gif) no-repeat;
  width: 34px;
  height: 34px;
  position: relative;
  left: 30px;
  float: right;
}

#bottomNavZoomOut {
  display: none;
  background: url(../images/contract.gif) no-repeat;
  width: 34px;
  height: 34px;
  position: relative;
  left: 30px;
  float: right;
}

#lightshowPlay {
  margin-top: 42px;
  float: right;
  margin-right: 5px;
  margin-bottom: 1px;
  height: 20px;
  width: 20px;
  background: url(../images/play.png) no-repeat;
}

#lightshowPause {
  margin-top: 42px;
  float: right;
  margin-right: 5px;
  margin-bottom: 1px;
  height: 20px;
  width: 20px;
  background: url(../images/pause.png) no-repeat;
}

.lightbox2-alt-layout-data #bottomNavClose,
.lightbox2-alt-layout #bottomNavClose {
  margin-top: 93px;
}

.lightbox2-alt-layout-data #bottomNavZoom,
.lightbox2-alt-layout-data #bottomNavZoomOut,
.lightbox2-alt-layout #bottomNavZoom,
.lightbox2-alt-layout #bottomNavZoomOut {
  margin-top: 93px;
}

.lightbox2-alt-layout-data #lightshowPlay,
.lightbox2-alt-layout-data #lightshowPause,
.lightbox2-alt-layout #lightshowPlay,
.lightbox2-alt-layout #lightshowPause {
  margin-top: 102px;
}

.lightbox_hide_image {
  display: none;
}

#lightboxImage {
  -ms-interpolation-mode: bicubic;
}

input.custom-search-default-value {
  color: #999;
}

#elements tr.region-message {
  font-weight: normal;
  color: #999;
}

#elements tr.region-populated {
  display: none;
}

fieldset.custom_search-popup {
  display: none;
  position: absolute;
  top: auto;
  margin: 0;
  z-index: 1;
  background-color: #fff;
}

input.webform-calendar {
  display: none;
  padding: 3px;
  vertical-align: top;
}

html.js input.webform-calendar {
  display: inline;
}

.webform-container-inline label {
  display: inline;
  margin-right: 1em;
}

.webform-container-inline div,
.webform-container-inline div.form-item {
  display: inline;
}

.webform-container-inline div.description {
  display: block;
}

.webform-container-inline div.messages {
  display: block;
  float: left;
}

.webform-container-inline div.ajax-progress-bar div {
  display: inherit;
}

.webform-container-inline.webform-component-textarea label {
  vertical-align: top;
}

.webform-container-inline.webform-component-textarea .form-textarea-wrapper {
  display: inline-block;
}

.webform-component-textarea .grippie {
  display: block;
}

.webform-progressbar {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.webform-progressbar-inner {
  height: 1em;
  background-color: #74c421;
  height: 3px;
}

.webform-progressbar-outer {
  position: relative;
  border: 1px solid #356900;
  width: 100%;
  height: 3px;
  margin: 0.35em -1px 2em;
  background-color: white;
}

.webform-progressbar-page {
  position: absolute;
  width: 7px;
  height: 7px;
  margin: -6px -4px;
  border: 1px solid #356900;
  background-color: white;
  border-radius: 5px;
}

.webform-progressbar-page.completed {
  background-color: #74c421;
}

.webform-progressbar-page.current {
  background-color: #74c421;
}

.webform-progressbar-page .webform-progressbar-page-number {
  display: none;
}

.webform-progressbar-page .webform-progressbar-page-label {
  position: relative;
  top: 10px;
  margin: 0 -10em;
}

a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #0c1923;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #c98e0e;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #da9b0c;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #0c1923;
  margin-top: 44px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  background: #642506;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  background-position: 29px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 7px 42px !important;
  text-shadow: none !important;
  visibility: visible;
  width: 100%;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 3px;
  width: 26px;
  height: 9px;
  padding: 6px 12px 18px 10px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: #4e1c05;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #c98e0e;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #4e1c05;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.mean-container .mean-nav ul li li li a {
  background-position: 51px 12px;
  padding: 7px 65px !important;
  width: 100%;
}

div.hide-submit-processing {
  height: 16px;
  padding: 4px 4px 4px 24px;
  background: url(../images/processing.gif) no-repeat 4px 6px;
}

.centered-btns_nav,
a {
  text-decoration: none;
}

*,
body {
  padding: 0;
  margin: 0;
}

a,
body {
  color: #000;
}

.menu,
span.arr,
span.arr::after {
  transition: all ease 0.4s;
}

.menu,
.search-header,
.slide-button,
span.arr {
  cursor: pointer;
}

.centered-btns_nav:focus,
.large-btns_nav:focus,
.slick-list:focus,
.transparent-btns_nav:focus,
a,
img {
  outline: 0;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.cover-all,
body {
  overflow-x: hidden;
}

li {
  list-style: none;
}

a {
  font-family: PMNCaeciliaW01-45Light;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #000;
}

.emp-img,
.rac .racc p,
span.arr,
span.arr::after {
  font-weight: 700;
}

img {
  border: 0;
}

body {
  line-height: 28px;
  font-size: 14px;
  font-family: PMNCaeciliaW01-55Roman, PMNCaeciliaW01-55Roman, Arial, Helvetica, sans-serif;
  max-width: 100%;
  position: relative;
}

@font-face {
  font-family: PMNCaeciliaW01-45Light;
  src: url(fonts/PMNCaeciliaW01-45Light.eot);
  src: url(fonts/PMNCaeciliaW01-45Light.eot?#iefix) format("embedded-opentype"), url(fonts/PMNCaeciliaW01-45Light.woff) format("woff"),
    url(fonts/PMNCaeciliaW01-45Light.ttf) format("truetype"),
    url(fonts/PMNCaeciliaW01-45Light.svg#PMNCaeciliaW01-45Light) format("svg");
}

@font-face {
  font-family: PMNCaeciliaW01-55Roman;
  src: url(fonts/PMNCaeciliaW01-55Roman.eot);
  src: url(fonts/PMNCaeciliaW01-55Roman.eot?#iefix) format("embedded-opentype"), url(fonts/PMNCaeciliaW01-55Roman.woff) format("woff"),
    url(fonts/PMNCaeciliaW01-55Roman.ttf) format("truetype"),
    url(fonts/PMNCaeciliaW01-55Roman.svg#PMNCaeciliaW01-55Roman) format("svg");
}

.header {
  background: #fff none repeat scroll 0 0;
  left: 0;
  margin: 0 auto;
  padding: 20px 0 0 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 999;
}

.header.sticky {
  box-shadow: 0 1px 3px #ccc;
}

.banner {
  position: relative;
  width: 100%;
  background: #ffd000;
  overflow: hidden;
}

.desk-banner {
  margin-left: -156px;
  margin-top: -216px;
  overflow: hidden;
  transform: rotate(-16deg);
  -webkit-transform: rotate(-16deg);
  -moz-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  -o-transform: rotate(-16deg);
  width: 120%;
}

.desk-banner-ul li {
  box-sizing: border-box;
  float: left;
  height: 625px !important;
  margin-bottom: 35px;
  margin-right: 35px;
  opacity: 0;
  position: relative;
  width: 48.7%;
}

.banner-text {
  width: 360px;
  position: absolute;
}

.banner-text h2 {
  font-size: 36px;
  color: #212121;
  font-family: PMNCaeciliaW01-45Light;
  margin-bottom: 10px;
  line-height: 36px;
}

.desk-banner-ul-li-3 .banner-text h2 {
  color: #fff;
}

.banner-text h3 {
  font-size: 22px;
  color: #000;
  font-family: PMNCaeciliaW01-55Roman;
  margin-bottom: 10px;
}

.banner-text p {
  font-size: 13px;
  color: #000;
  font-family: PMNCaeciliaW01-45Light;
  line-height: 20px;
}

.desk-banner-ul-li-1 .banner-text {
  bottom: 35px;
  right: 35px;
  text-align: right;
}

.desk-banner-ul-li-2 .banner-text {
  bottom: 35px;
  left: 35px;
  text-align: left;
}

.desk-banner-ul-li-3 .banner-text {
  right: 35px;
  text-align: right;
  top: 35px;
}

.desk-banner-ul-li-4 .banner-text {
  top: 35px;
  left: 35px;
  text-align: left;
  width: 500px;
}

.desk-banner-ul-li-1 {
  background: #fff;
}

.desk-banner-ul-li-2 {
  background: #000;
}

.desk-banner-ul-li-3 {
  background: #000;
}

.desk-banner-ul-li-4 {
  background: #fdcd33
}

.desk-banner-ul li.desk-banner-ul-li-2,
.desk-banner-ul li.desk-banner-ul-li-4 {
  margin-right: 0;
}

.desk-banner-ul li.desk-banner-ul-li-3,
.desk-banner-ul li.desk-banner-ul-li-4 {
  margin-bottom: 0;
}

.desk-banner-ul-li-4 .banner-text h2 {
  font-size: 27px;
  line-height: 36px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.desk-banner-ul-li-3 .banner-text h3,
.desk-banner-ul-li-3 .banner-text p {
  color: #fff;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .desk-banner-ul li {
    opacity: 1 !important;
  }
}

.desk-banner-ul-li-1:hover {
  background: #fff;
}

/*.desk-banner-ul-li-2:hover {
  background: #ffc50c;
}*/
/*.desk-banner-ul-li-3:hover {
  background: #e53f25;
}*/
/*.desk-banner-ul-li-4:hover {
  background: #0099b8;
}*/
.desk-banner-ul-li-4:hover h2 {
  color: #000;
}

.desk-banner-ul-li-3:hover h2 {
  color: #fff;
}

.logo {
  float: left;
  left: 0;
  position: absolute;
  top: 0;
  width: 130px;
  transition: all ease 0.4s;
}

.logo img {
  width: 100%;
  height: auto;
  transition: all ease 0.4s;
}

.sticky .logo {
  width: 130px;
  top: -18px;
}

.hader-right {
  float: right;
  text-align: right;
  width: 710px;
}

.menu {
  float: right;
  z-index: 99999;
  position: relative;
  margin-left: 208;
}

.search-header {
  float: left;
  margin-right: 1px;
}

.nav-desk {
  background: #000;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 252px;
  z-index: 999;
  margin-right: -252px;
}

.innovative-img-up {
  height: 183px;
  position: absolute;
  right: 400px;
  top: -90px;
  transform: rotate(21deg);
  -moz-transform: rotate(21deg);
  -ms-transform: rotate(21deg);
  -o-transform: rotate(21deg);
  -webkit-transform: rotate(21deg);
  width: 167px;
}

.wiz1 {
  bottom: -22px;
  height: 260px;
  position: absolute;
  right: 90px;
  width: 240px;
  z-index: 99;
  opacity: 0;
}

.wiz-left-eye,
.wiz-right-eye {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  z-index: 999;
  position: absolute;
  display: none;
}

.wiz1 img {
  width: auto !important;
  height: auto !important;
}

.wiz-left-eye {
  height: 21px;
  left: 88px;
  top: 116px;
  transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  width: 20px;
}

.wiz-left-eye-inside {
  background: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wiz-right-eye {
  height: 21px;
  left: 134px;
  top: 113px;
  transform: rotate(-1deg);
  width: 20px;
}

.wiz-right-eye-inside {
  background: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-up {
  width: 100%;
  position: relative;
  background: url(../images/nav-bottom-shadow.png) no-repeat rgba(0, 0, 0, 0);
}

.left-hair {
  height: 55px;
  width: 75px;
  position: absolute;
  top: 6px;
  left: 12px;
}

.right-hair {
  height: 52px;
  position: absolute;
  right: 12px;
  top: 4px;
  width: 77px;
}

.main-nav {
  width: 250px;
  padding-top: 40px;
}

.main-nav ul li,
.main-nav ul li ul,
.main-nav ul li ul li {
  width: 100%;
  position: relative;
}

.main-nav ul li {
  background: #343434;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 0;
  border-bottom: 1px solid #000;
  font-family: PMNCaeciliaW01-55Roman;
}

.main-nav ul li ul {
  top: 0;
  left: 0;
  background: #000;
  display: none;
}

.main-nav ul li ul li ul {
  left: 0;
  top: 0;
}

span.arr {
  background: #535353;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  color: #000;
}

span.arr::after {
  content: "+";
  text-align: center;
  width: 40px;
  position: absolute;
  vertical-align: baseline;
  top: 11px;
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

.creating-studio-link li::after,
.creating-studio-link li::before {
  bottom: 0;
  content: "";
  box-sizing: border-box;
}

span.arr.active:after {
  transform: rotate(45deg);
  transition: all ease 0.4s;
  font-weight: 700;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

.main-nav li a {
  color: #e3e3e3;
  display: block;
  padding: 11px 10px;
}

.slide-button {
  background: url(css/slide-icon.jpg) no-repeat rgba(0, 0, 0, 0);
  height: 40px;
  position: absolute;
  right: -45px;
  top: 19px;
  width: 45px;
  display: none;
}

.social-icon {
  position: fixed;
  right: 0;
  top: 202px;
  width: 30px;
  z-index: 99;
}

.social-icon ul li {
  margin-bottom: 0;
  position: relative;
  right: 0;
  transition: all 0.9s ease 0s;
}

.social-icon ul li a,
.social-icon ul li img {
  display: block;
}

.search-box,
.sticky .menu img {
  display: none;
}

.social-icon ul li:hover {
  right: 84px;
  transition: all 0.9s ease 0s;
}

.search-box {
  background: #fff none repeat scroll 0 0;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 3px 5px #ccc;
  box-sizing: border-box;
  padding: 18px;
  position: absolute;
  right: 0;
  top: 35px;
  width: 300px;
  z-index: 9999999;
}

.form-item-custom-search-blocks-form-1 {
  background: #f5f5f5;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  color: #858585;
  font-family: Roboto-Regular;
  font-size: 13px;
  float: left;
  width: 80%;
  margin: 0;
}

.heading,
.sub-heading {
  font-family: PMNCaeciliaW01-45Light;
  text-align: center;
}

.search-form {
  margin: 0 !important;
}

#edit-custom-search-blocks-form-1--2,
.search-box input.text {
  width: 100%;
  border: 0;
  padding: 7px;
  background: 0 0;
}

#block-custom-search-blocks-1 .form-wrapper {
  float: right;
  width: 40px;
  margin: 0;
}

#block-custom-search-blocks-1 .form-wrapper input,
#edit-submit,
.searh-button {
  background: #f17d1f;
  color: #fff;
  font-size: 14px;
  margin-left: 4px;
  padding: 6px;
  cursor: pointer;
}

#block-custom-search-blocks-1 .form-wrapper input {
  border: 0;
  border-radius: 3px;
  float: right;
  width: 40px !important;
}

#edit-submit,
.searh-button {
  border-radius: 3px;
  border: 0;
  width: 100%;
}

.menu-bee-wrap {
  opacity: 0;
  position: fixed;
  right: 39px;
  top: -8px;
}

.menu-bee {
  background: url(../images/menu-bee-w.png) no-repeat rgba(0, 0, 0, 0);
  height: 126px;
  width: 85px;
  z-index: 999;
  position: relative;
}

.menu-left-wing,
.menu-right-wing {
  animation: 2s ease 0s normal none infinite running swing;
  transition: all 0.6s ease 0s;
  z-index: 9;
}

.menu-left-wing {
  background: url(../images/left-wings.png) no-repeat rgba(0, 0, 0, 0);
  height: 17px;
  left: 10px;
  position: absolute;
  top: 54px;
  width: 19px;
  transform-origin: right center;
}

.menu-right-wing {
  background: url(../images/right-wings.png) no-repeat rgba(0, 0, 0, 0);
  height: 18px;
  position: absolute;
  right: 23px;
  top: 44px;
  transform-origin: center top 0;
  width: 15px;
}

.menu-cover {
  position: relative;
}

.left-wiz-hover {
  height: 331px;
  left: -151px;
  position: absolute;
  top: 155px;
  width: 236px;
  z-index: 999999999;
  transition: all ease 0.9s;
  transform: rotate(-22deg);
  -moz-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  -o-transform: rotate(-22deg);
  -webkit-transform: rotate(-22deg);
  transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
}

.menu-bee-left-eye,
.menu-bee-right-eye {
  border-radius: 4px 4px 0 0;
  height: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 6px;
  z-index: 9999;
}

a.wn-readmore {
  color: #000;
  text-decoration: underline;
  font-size: 12px;
  margin-top: 3px;
  display: inline-block;
}

.desk-banner-ul-li-1:hover .left-hover-active {
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transition: all ease 0.9s;
  transform-origin: left bottom;
  left: 60px;
}

.menu-bee-left-eye {
  left: 21px;
  top: 26px;
  transform: rotate(-6deg);
}

.menu-bee-right-eye {
  left: 34px;
  top: 26px;
  transform: rotate(0);
}

.wiz-left-eye-left,
.wiz-right-eye-right {
  border-radius: 10px 10px 0 0;
  z-index: 999;
  position: absolute;
  overflow: hidden;
  display: none;
}

.menu-left-eye-inside,
.menu-right-eye-inside {
  background: #f9b000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sticky .menu-bee-wrap {
  animation: 10s ease 0s normal forwards 1 running fadeInDownnew;
  -webkit-animation: 10s ease 0s normal forwards 1 running fadeInDownnew;
  transition: all 2.3s ease;
}

.animation-bottom,
.animation-height,
.animation-height-new,
.animation-height-news,
.animation-left,
.animation-right,
.emi-cal-left-hair {
  transition: all 0.3s ease 0s;
}

.emi-cal-left-hair {
  animation: 12s ease 0s normal none infinite running swingn;
  -webkit-animation: 12s ease 0s normal none infinite running swingn;
}

.animation-height {
  animation: 3s ease 5s normal forwards infinite running height;
  -webkit-animation: 3s ease 5s normal forwards infinite running height;
}

.animation-height-new {
  animation: 3s ease 1s normal forwards infinite running height;
  -webkit-animation: 3s ease 1s normal forwards infinite running height;
}

.animation-height-news {
  animation: 2s ease 0s normal forwards infinite running height;
  -webkit-animation: 2s ease 0s normal forwards infinite running height;
}

.animation-left {
  animation: 2s ease 3s normal forwards 1 running fadeInLeft;
  -webkit-animation: 2s ease 3s normal forwards 1 running fadeInLeft;
}

.animation-right {
  animation: 2s ease 1s normal forwards 1 running fadeInRight;
  -webkit-animation: 2s ease 1s normal forwards 1 running fadeInRight;
}

.animation-bottom {
  animation: 2s ease 0s normal forwards 1 running fadeInDown;
  -webkit-animation: 2s ease 0s normal forwards 1 running fadeInDown;
}

.sticky .menu11 {
  animation: 1s ease 0s normal forwards 1 running fadeInDown;
  -webkit-animation: 1s ease 0s normal forwards 1 running fadeInDown;
  transition: all 0.3s ease;
}

.animation-up {
  animation: 2s ease 4s normal forwards 1 running fadeInUp;
  -webkit-animation: 2s ease 4s normal forwards 1 running fadeInUp;
  transition: all 0.3s ease 0s;
}

.animation-up-n {
  animation: 2s ease 6s normal forwards 1 running fadeInUp;
  -webkit-animation: 2s ease 4s normal forwards 1 running fadeInUp;
  transition: all 0.3s ease 0s;
}

.animation-left-fast {
  -webkit-animation: fadeInLeftLarge 2s;
  animation: fadeInLeftLarge 2s;
  transition: all 0.3s ease;
}

.animation-show {
  -webkit-animation: fadeIn 4s;
  animation: fadeIn 4s;
  transition: all 0.3s ease;
}

.hover-wiz2 {
  height: 231px;
  left: 411px;
  position: absolute;
  top: 0;
  width: 168px;
  transition: all 0.9s ease;
}

.desk-banner-ul-li-2:hover .hover-wiz2 {
  top: 319px;
  transition: all 0.9s ease;
}

.wiz-left-eye-left {
  height: 28px;
  left: 96px;
  top: 93px;
  transform: rotate(8deg);
  width: 22px;
}

.wiz-left-eye-inside-left {
  background: #f9b000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wiz-right-eye-right {
  height: 28px;
  left: 134px;
  top: 102px;
  transform: rotate(14deg);
  width: 24px;
}

.wiz-right-eye-inside-right {
  background: #f9b000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  clear: both;
}

.creative-studio {
  background: url(../images/creative-studio-bg.jpg) top right no-repeat rgba(0, 0, 0, 0);
  padding: 80px 0;
}

.heading {
  color: #000;
  font-size: 58px;
  line-height: 68px;
}

.sub-heading {
  color: #060205;
  font-size: 16px;
}

.creating-studio-link li,
.service-top-left p,
.service-top-left-heading,
.text p {
  font-family: PMNCaeciliaW01-45Light;
}

.text {
  margin: 45px auto 0;
  width: 73%;
}

.text p {
  color: #535353;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 34px;
  text-align: center;
}

.creating-studio-link,
.creating-studio-link ul {
  text-align: center;
}

.creating-studio-link li {
  border-bottom: 1px solid #ffc50c;
  display: inline-block;
  font-size: 13px;
  margin-left: 3px;
  padding: 5px 17px;
  position: relative;
  text-transform: uppercase;
  box-sizing: border-box;
  margin-bottom: 7px;
}

.creating-studio-link li a {
  color: #000;
  transition: all ease 0.6s;
  display: block;
}

.creating-studio-link li::before {
  background: #ffc50c;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 100% 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-right: 2px solid #ffc50c;
  width: 100%;
}

.creating-studio-link li::after {
  border-left: 1px solid #ffc50c;
  border-right: 1px solid #ffc50c;
  height: 23%;
  left: 0;
  position: absolute;
  width: 100%;
}

.creating-studio-link li:hover::before {
  transform: scaleY(1);
}

.creating-studio-link li:hover a {
  color: #fff;
}

.seven-year {
  position: absolute;
  right: 89px;
  top: 40px;
}

.thresixtytwo {
  bottom: 17px;
  left: 0;
  position: absolute;
}

.service {
  background: url(../images/service-bg.jpg) center top repeat-y fixed rgba(0, 0, 0, 0);
  width: 100%;
  background-size: 100% 100%;
}

.service-inside {
  width: 1050px;
  margin: 0 auto;
  padding: 80px 0;
}

.clear {
  clear: both;
  height: 1px;
}

.service-top-left {
  background: rgba(0, 0, 0, 0.6);
  float: left;
  height: 100%;
  width: 788px;
  padding: 70px 48px;
  box-sizing: border-box;
}

.service-top-right {
  width: 262px;
  float: right;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.service-top-left-heading {
  color: #fff;
  font-size: 36px;
  margin-bottom: 22px;
}

.service-top-left p {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.service-bottom,
.service-top {
  height: 223px;
}

.hover-text,
.service-div {
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  transition: all ease 0.6s;
}

.service-bottom .service-top-right {
  float: left;
  width: 262.5px;
}

.service-div {
  left: 0;
  padding: 40px 29px;
  top: 0;
  width: 100%;
}

.desgin-devloment,
.offline-branding,
.online-brading {
  background: rgba(237, 199, 7, 0.9);
}

.smo-seo,
.solution-hosting {
  background: rgba(16, 153, 179, 0.9);
}

.plus-icon {
  bottom: 111px;
  position: absolute;
  right: 29px;
}

.ser-heading {
  font-family: PMNCaeciliaW01-55Roman;
  font-size: 26px;
  color: #000;
}

.hover-text p,
.ser-heading span {
  color: #000;
  font-family: PMNCaeciliaW01-45Light;
}

.ser-heading span {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.hover-text {
  width: 100%;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 29px;
}

.hover-text p {
  font-size: 13px;
  margin-top: 12px;
  min-height: 105px;
}

.seeportfolio {
  font-size: 13px;
  color: #ffc50c;
  font-family: PMNCaeciliaW01-55Roman;
}

.desgin-devloment .hover-text {
  top: 100%;
}

.desgin-devloment:hover .hover-text {
  top: 0;
  transition: all ease 0.6s;
}

.desgin-devloment:hover .service-div,
.online-brading .hover-text {
  top: -100%;
}

.online-brading:hover .hover-text {
  top: 0;
  transition: all ease 0.6s;
}

.online-brading:hover .service-div,
.solution-hosting .hover-text {
  top: -100%;
}

.smo-seo .hover-text {
  left: -100%;
}

.smo-seo:hover .hover-text {
  left: 0;
  transition: all ease 0.6s;
}

.smo-seo:hover .service-div {
  left: 100%;
}

.offline-branding .hover-text {
  right: -100%;
}

.offline-branding:hover .hover-text {
  right: 0;
  transition: all ease 0.6s;
}

.offline-branding:hover .service-div {
  left: -100%;
}

.solution-hosting:hover .hover-text {
  top: 0;
  transition: all ease 0.6s;
}

.solution-hosting:hover .service-div {
  top: 100%;
}

.creation .container {
  padding: 60px 0 30px;
}

.creation-data {
  width: 100%;
  position: relative;
}

.partner {
  padding: 20px 0;
  height: 70px;
  overflow: hidden;
}

.nbs-flexisel-item,
.nbs-flexisel-ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.nbs-flexisel-item {
  cursor: pointer;
  float: left;
}

.nbs-flexisel-ul {
  list-style-type: none;
  text-align: center;
  width: 250000px;
}

.nbs-flexisel-container {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.what-new {
  width: 100%;
  background: #ffd502;
}

.what-new-div {
  background: #ffd502 none repeat scroll 0 0;
  box-sizing: border-box;
  float: left;
  padding: 36px 30px 36px 0;
  width: 440px;
}

.what-new-div-heading {
  color: #000;
  font-family: PMNCaeciliaW01-45Light;
  font-size: 30px;
  margin-bottom: 24px;
}

.cration-product-hover-subheading,
.ibees-wiz p,
.what-new-div-right p {
  font-family: PMNCaeciliaW01-55Roman;
}

.what-new-div-heading span {
  font-size: 16px;
  text-transform: uppercase;
}

.what-new-div-left {
  float: left;
  width: 100px;
  padding-top: 10px;
}

.what-new-div-right {
  float: right;
  width: 275px;
}

.what-new-div-right p {
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 20px;
}

.ibees-wiz {
  background: #0099b8 none repeat scroll 0 0;
  box-sizing: border-box;
  float: left;
  padding: 0;
  text-align: center;
  width: 250px;
}

.ibees-wiz img {
  display: block;
}

.ibees-wiz p {
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}

.blog-heading,
.blog-slider li,
a.get-touch-mail {
  font-family: PMNCaeciliaW01-45Light;
}

.footer-gallery {
  width: 509px;
  float: right;
  border-left: 1px solid #fff;
  position: relative;
}

.footer-gallery img {
  display: block;
}

.newsletter {
  box-sizing: border-box;
  float: left;
  padding-right: 30px;
  width: 385px;
  padding-top: 20px;
}

.news-blog {
  padding: 0;
}

.blog {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  float: left;
  padding: 0 10px;
  width: 502px;
  min-height: 200px;
}

.blog-left {
  width: 100px;
  float: left;
}

.blog-right {
  float: left;
  padding-bottom: 9px;
  padding-top: 30px;
  width: 373px;
}

.bx-controls {
  display: none;
}

.blog-slider li {
  background: url(../images/blog-arrow.jpg) 0 4px no-repeat rgba(0, 0, 0, 0);
  color: #000;
  font-size: 13px;
  padding-left: 15px;
  line-height: 18px;
}

.blog-slider li a {
  color: #000;
}

.blog-heading {
  color: #13140d;
  font-size: 25px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.footer-top-left {
  float: left;
  width: 1005px;
}

.footer-top-right {
  width: 190px;
  float: right;
}

.footer-top {
  width: 100%;
  background: #212121;
  padding: 20px 0;
}

a.get-touch-mail {
  color: #ffd502;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

.footer-toggle {
  height: 37px;
  left: 0;
  margin: auto;
  max-width: 1200px;
  position: absolute;
  right: 0;
  text-align: right;
  top: -22px;
  z-index: 99;
}

.footer-toggle img {
  cursor: pointer;
}

.footer-last {
  width: 100%;
  background: #020202;
  padding: 30px 0;
  position: relative;
}

.footer-last-left,
.footer-last-right {
  width: 500px;
  font-family: PMNCaeciliaW01-45Light;
  font-size: 12px;
}

.footer-last-left {
  color: #fff;
  float: left;
}

.footer-last-right {
  text-align: right;
  float: right;
  color: #fff;
}

.footer-last-right a {
  color: #fff;
}

.resp-slider {
  display: none;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.resp-slider-li-1 {
  background: url(../images/hover-left-wiz.png) 92% bottom no-repeat #ffd000;
}

.resp-slider-li-2 {
  background: url(../images/up-wiz-hover.png) 85% top no-repeat #ffc50c;
}

.resp-slider-li-3 {
  background: url(../images/innovative-up-img.png) 95% bottom no-repeat #e53f25;
}

.resp-slider-li-4 {
  background: url(../images/wiz-1.png) 94% bottom no-repeat #0099b8;
}

.footer-gallery h3 {
  background: #fff;
  color: #3498db;
  font-size: 36px;
  line-height: 100px;
  margin: 0;
  position: relative;
  text-align: center;
}

.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.cration-link li:before,
.rac .racc::after,
.rac .racc::before {
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  cursor: grab;
  filter: grayscale(100%);
  transition: all ease 0.6s;
}

.slick-slide.slick-active img {
  filter: grayscale(00%);
  transition: all ease 0.6s;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow,
.slick-dots {
  display: none !important;
}

.gallery-button {
  position: absolute;
  width: 367px;
  bottom: 11px;
  left: 73px;
  z-index: 9999;
}

.creation-slider li {
  width: 100%;
}

.cration-product {
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: inline-block;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 33.3%;
  margin-bottom: 0;
}

.cration-product img {
  border: 1px solid #fff;
  box-sizing: border-box;
  display: block;
  height: auto;
  width: 100%;
}

.cration-product:hover .cration-product-hover {
  bottom: 0;
}

.cration-product-hover {
  background: #ea0c6d;
  bottom: -50%;
  box-sizing: border-box;
  height: 40%;
  left: 0;
  padding: 26px 0;
  position: absolute;
  text-align: center;
  transition: all 0.6s ease 0s;
  width: 100%;
}

.cration-product-hover-heading {
  color: #fff;
  font-family: PMNCaeciliaW01-55Roman;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.cration-product-hover-subheading {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  display: none;
}

.cration-link li,
.cration-live-view {
  font-family: PMNCaeciliaW01-55Roman;
  font-size: 13px;
  position: relative;
  text-transform: uppercase;
}

.cration-link {
  margin-top: 2px;
}

.cration-link li {
  color: #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 3px;
  padding: 5px 17px;
  cursor: pointer;
  width: auto;
}

.iframe-data,
.popup-img {
  display: none;
}

.cration-link li a,
.cration-live-view {
  color: #fff;
}

.inside-banner-heading,
.inside-banner-sub-heading,
.inside-banner-text-text p,
.new-small-heading {
  font-family: PMNCaeciliaW01-45Light;
}

.cration-link li:before {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 0;
  box-sizing: border-box;
  height: 23%;
  left: 0;
  position: absolute;
  width: 100%;
}

.cration-link li:hover,
.cration-link li:hover:before {
  border-color: #000;
}

.cration-link li:hover a {
  color: #000;
}

.cover-all {
  background: url(../images/fancybox_overlay.png) rgba(0, 0, 0, 0);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999999;
}

.video-come {
  border: 4px solid #fff;
  border-radius: 2px;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 1%;
  transition: all 0.6s ease 0s;
}

.video-come-div {
  background: url(../images/loading-x.gif) center center no-repeat #fff;
  border: 10px solid #fff;
  border-radius: 6px;
  bottom: 0;
  height: 355px;
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  top: 20%;
  width: 600px;
}

.video-come-div iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.fancybox-close {
  cursor: pointer;
  height: 36px;
  position: absolute;
  right: -18px;
  top: -9px;
  width: 36px;
  z-index: 8040;
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(../images/fancybox_sprite.png);
}

.videopart .cration-product-hover {
  background: #ea0c6d;
  bottom: -30%;
  box-sizing: border-box;
  height: 4%;
  left: 0;
  padding: 32px 0 40px;
  position: absolute;
  text-align: center;
  transition: all 0.6s ease 0s;
  width: 100%;
}

.corporate-vedeo,
.inside-banner {
  position: relative;
}

.videopart {
  cursor: pointer;
}

.download-home,
.region-ibees-brochure {
  background: #fff none repeat scroll 0 0;
  float: right;
  margin-top: 25px;
  padding-left: 5px;
  padding-top: 5px;
  width: 270px;
}

.download-home {
  margin-top: 0;
}

.creation-data .bx-controls,
.download-home img {
  display: block;
}

.creation-data .bx-controls .bx-default-pager {
  display: none;
}

.creation {
  background: url(../images/creation-img.jpg) no-repeat;
}

.inside-banner-text {
  bottom: 53px;
  left: 0;
  margin: auto;
  max-width: 1200px;
  position: absolute;
  right: 0;
}

.inside-banner-text-text {
  margin-top: -172px;
  padding-left: 217px;
  text-align: right;
  transform: rotate(-22deg);
  width: 394px;
}

.inside-banner-heading {
  color: #000;
  font-size: 41px;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.inside-banner-sub-heading {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.inside-banner-text-text p {
  color: #000;
  font-size: 13px;
  line-height: 18px;
}

.inside-banner-text-image {
  height: 293px;
  overflow: hidden;
  width: auto;
}

.inside-banner img.banner-bg {
  width: 100%;
  display: block;
}

.inside-container {
  padding: 50px 0 0;
}

.new-small-heading {
  color: #535353;
  font-size: 23px;
  line-height: 30px;
  margin: 22px auto 0;
  text-align: center;
  width: 90%;
}

.corporate-heading,
.quick-inquiry-heading {
  font-size: 33px;
  font-family: PMNCaeciliaW01-45Light;
  text-transform: uppercase;
}

.new-small-heading span {
  color: #0189a4;
  text-transform: uppercase;
}

.inside-container .text {
  width: 100%;
  margin-bottom: 50px;
}

.inside-container .text p {
  text-align: justify;
  margin-bottom: 16px;
  margin-top: 20px;
}

.inside-container .text img {
  float: right;
  margin-left: 25px;
}

.corporate-profile {
  background: url(../images/yel-blu-bg.jpg) left top/100% 100% repeat-y rgba(0, 0, 0, 0);
  width: 100%;
}

.corporate-presention {
  float: left;
  width: 50%;
  padding: 35px 28px 60px 0;
  box-sizing: BORDER-BOX;
}

.corporate-brochure {
  width: 50%;
  float: right;
  padding: 35px 0 60px 28px;
  box-sizing: border-box;
}

.corporate-brochure .corporate-heading,
.corporate-brochure p {
  color: #fff;
}

.corporate-heading {
  color: #000;
  line-height: 31px;
}

.corporate-heading img {
  float: left;
  margin-right: 10px;
}

.corporate-profile p {
  margin: 20px 0 24px;
  line-height: 20px;
  clear: both;
}

.corporate-vedeo {
  width: 572px;
  height: 361px;
  background: url(../images/corporate-v-img.jpg) no-repeat;
  cursor: pointer;
}

.corporate-vedeo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.download-bro {
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 16px;
  transition: all ease 0.6s;
}

.download-bro:hover {
  background: #ffdb28;
  color: #000;
  border-color: #000;
}

.quick-inquiry-form {
  background: url(../images/banner/form-banner.jpg) center top/100% 100% repeat-y fixed rgba(0, 0, 0, 0);
  padding: 40px 0;
  width: 100%;
}

.quick-inquiry-heading {
  background: url(../images/quick-enquery-icon.png) no-repeat rgba(0, 0, 0, 0);
  color: #fff;
  padding: 45px 0 32px 95px;
}

.quick-inquiry-heading span {
  display: block;
  font-size: 15px;
  margin-top: 18px;
}

.rac {
  margin-bottom: 45px;
  margin-left: 70px;
  margin-top: 0;
  padding: 359px 0 526px;
  text-align: center;
  width: 100%;
}

.team-wrap {
  margin-left: 0;
  margin-top: -55px;
  width: 100%;
}

.rac .racc {
  display: inline-block;
  height: 200px;
  margin-right: 105px;
  transform: rotate(45deg);
  width: 200px;
  margin-left: -18px;
  overflow: hidden;
  position: relative;
}

.emp-img,
.rac .racc p,
.rac .racc::after,
.rslides li {
  position: absolute;
}

.rac .racc::after {
  background: #fcd200;
  color: #fff;
  font-size: 21px;
  height: 50px;
  right: 0;
  top: 0;
  width: 50px;
  transition: all ease 0.6s;
  display: none;
}

.rac .racc:nth-child(3n + 1):after {
  background: #98ca3c;
}

.rac .racc:nth-child(2n + 7):after {
  background: #fcd200;
}

.rac .racc:nth-child(4n + 3):after {
  background: #ee0c6e;
}

.rac .racc::before {
  background: url(../images/black-plus-icon.png) center center no-repeat rgba(0, 0, 0, 0);
  height: 13px;
  position: absolute;
  right: 15px;
  top: 15px;
  transform: rotate(45deg);
  width: 13px;
  z-index: 99;
  transition: all ease 0.6s;
  display: none;
}

.rac .racc p {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #fff;
  height: 354px;
  left: 300px;
  margin: auto;
  right: 0;
  text-transform: uppercase;
  top: -83px;
  transform: rotate(-45deg);
  width: 320px;
  transition: all ease 0.6s;
  display: none;
}

.racc:hover p {
  left: -87px;
}

.racc:hover:after,
.racc:hover:before {
  right: -59px;
}

.rac .racc p span {
  display: block;
  font-family: PMNCaeciliaW01-45Light;
  font-size: 17px;
  line-height: 23px;
  padding-left: 33px;
  padding-top: 193px;
}

.rac .racc p span b {
  display: block;
  color: #00c4df;
}

.emp-img {
  bottom: 0;
  color: #fff;
  height: 281px;
  left: -40px;
  margin: auto;
  right: 0;
  text-transform: uppercase;
  top: -40px;
  transform: rotate(-44deg);
  width: 281px;
}

.page-node-28 .emp-img {
  top: 0;
}

.rslides li {
  display: none;
  left: 71px;
  padding: 142px 0 0;
  top: 0;
  width: 100%;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides_container {
  position: relative;
  width: 100%;
}

.centered-btns_nav {
  background: url(../images/slider-left-arrow.jpg) left top no-repeat;
  height: 12px;
  right: 144px;
  margin-top: 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 180px;
  width: 38px;
  z-index: 3;
}

.large-btns_nav,
.transparent-btns_nav {
  z-index: 3;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
}

.centered-btns_nav:active {
  opacity: 1;
}

.centered-btns_nav.next {
  background: url(../images/slider-right-arrow.jpg) left top no-repeat;
  left: auto;
  right: 98px;
}

.transparent-btns_nav {
  left: 0;
  display: block;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  height: 91%;
}

.transparent-btns_nav.next {
  left: auto;
  right: 0;
}

.large-btns_nav {
  opacity: 0.6;
  bottom: 0;
  left: 0;
  background: url(../images/themes.gif) left 50% no-repeat #000;
  width: 38px;
}

.large-btns_nav:active {
  opacity: 1;
}

.core-value-full ul li:hover .core-value-icon img,
.hover-data {
  opacity: 0;
}

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
}

.centered-btns_tabs,
.large-btns_tabs,
.transparent-btns_tabs {
  margin-top: -187px;
  position: absolute;
  right: 621px;
  text-align: center;
}

.centered-btns_tabs li,
.large-btns_tabs li,
.transparent-btns_tabs li {
  display: inline;
  float: none;
  margin-right: 5px;
}

.centered-btns_tabs a,
.large-btns_tabs a,
.transparent-btns_tabs a {
  background: url(../images/banner-icon.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.centered-btns_here a,
.large-btns_here a,
.transparent-btns_here a {
  background: url(../images/banner-icon-active.png) no-repeat;
}

.teamslider {
  position: relative;
}

.team-slider-wiz {
  position: absolute;
  right: 0;
  top: -300px;
  transition: all ease 1.9s;
}

.team-slider-wiz.add {
  top: 0;
}

.team-brief ul li {
  box-sizing: border-box;
  float: left;
  min-height: 290px;
  position: relative;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 30px;
}

.team-brief ul li.team-brief-ul-li-even:after,
.team-brief ul li.team-brief-ul-li-odd:after {
  border-bottom: 1px solid #ccc;
  width: 97%;
  height: 1px;
  position: absolute;
  bottom: 0;
  content: "";
}

.team-brief ul li.team-brief-ul-li-odd:after {
  left: 0;
}

.team-brief ul li.team-brief-ul-li-even:after {
  left: 3%;
}

.team-brief ul li.team-brief-ul-li-even::before {
  border-left: 1px solid #ccc;
  content: "";
  height: 89%;
  left: 0;
  position: absolute;
  width: 1px;
  top: 14px;
}

.heading-team-brief {
  color: #000;
  font-family: PMNCaeciliaW01-55Roman;
  font-size: 25px;
  padding-left: 80px;
  padding-top: 11px;
  text-transform: uppercase;
}

.heading-team-brief span {
  display: block;
  font-family: PMNCaeciliaW01-45Light;
  font-size: 22px;
  padding: 15px 0;
}

.port-des p,
.port-des-hed {
  font-family: PMNCaeciliaW01-55Roman;
}

.team-brief ul li p {
  color: #535353;
  font-size: 14px;
  line-height: 20px;
}

.team-brief ul li.team-brief-ul-li-odd {
  padding-right: 60px;
}

.team-brief ul li.team-brief-ul-li-even {
  padding-left: 60px;
}

.team-brief ul li.team-brief-ul-li-1 .heading-team-brief {
  background: url(../images/project-manager-icon.jpg) no-repeat;
}

.team-brief ul li.team-brief-ul-li-2 .heading-team-brief {
  background: url(../images/web-designers.jpg) no-repeat;
}

.team-brief ul li.team-brief-ul-li-3 .heading-team-brief {
  background: url(../images/developers.jpg) no-repeat;
}

.team-brief ul li.team-brief-ul-li-4 .heading-team-brief {
  background: url(../images/graphic-designing.jpg) no-repeat;
}

.team-brief ul li.team-brief-ul-li-5 .heading-team-brief {
  background: url(../images/content-copywriters.jpg) no-repeat;
}

.team-brief ul li.team-brief-ul-li-6 .heading-team-brief {
  background: url(../images/motion-graphics.jpg) no-repeat;
}

.team-brief ul li.team-brief-ul-li-7 .heading-team-brief {
  background: url(../images/web-promotions-team-seo-smo.jpg) no-repeat;
}

.team-brief ul li.team-brief-ul-li-8 .heading-team-brief {
  background: url(../images/Accounts.jpg) no-repeat;
}

.team-brief ul li.team-brief-ul-li-9 .heading-team-brief {
  background: url(../images/marketing.jpg) no-repeat;
}

.team-brief ul li.team-brief-ul-li-10 .heading-team-brief {
  background: url(../images/support-staff.jpg) no-repeat;
}

.team-brief ul li.team-brief-ul-li-1 .heading-team-brief span {
  color: #ee0c6e;
}

.team-brief ul li.team-brief-ul-li-2 .heading-team-brief span {
  color: #0188a3;
}

.team-brief ul li.team-brief-ul-li-3 .heading-team-brief span {
  color: #c1a100;
}

.team-brief ul li.team-brief-ul-li-4 .heading-team-brief span {
  color: #639802;
}

.team-brief ul li.team-brief-ul-li-5 .heading-team-brief span {
  color: #ffc50c;
}

.team-brief ul li.team-brief-ul-li-6 .heading-team-brief span {
  color: #ffc50c;
}

.team-brief ul li.team-brief-ul-li-7 .heading-team-brief span {
  color: #0188a3;
}

.team-brief ul li.team-brief-ul-li-8 .heading-team-brief span {
  color: #c1a100;
}

.team-brief ul li.team-brief-ul-li-9 .heading-team-brief span {
  color: #639802;
}

.team-brief ul li.team-brief-ul-li-10 .heading-team-brief span {
  color: #ffc50c;
}

.team-brief ul li.team-brief-ul-li-10::after,
.team-brief ul li.team-brief-ul-li-9::after {
  border-bottom: 0;
}

.res-slider-team {
  display: none;
  width: 100%;
}

.res-slider-team li img {
  position: relative;
  transform: rotate(0);
  width: 84% !important;
  height: auto;
  margin-top: 25px;
  margin-bottom: 29px;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  height: 20px;
  top: 0 !important;
  width: 44px;
  z-index: 9;
  position: absolute;
  cursor: pointer;
}

.res-slider-team p {
  display: none;
}

.nbs-flexisel-nav-left {
  background: url(../images/slider-left-arrow.jpg) left top no-repeat;
  left: 0;
}

.nbs-flexisel-nav-right {
  background: url(../images/slider-right-arrow.jpg) left top no-repeat;
  right: 0;
}

footer {
  border-top: 4px solid #ffd502;
}

.portfolio-tab {
  margin: 42px 0 50px;
}

.portfolio-tab ul,
ul.quicktabs-tabs {
  width: 100%;
  text-align: center;
  margin: 0 0 50px;
}

.portfolio-tab ul li,
.quicktabs-tabs li {
  background: rgba(0, 0, 0, 0) !important;
  border-bottom: 0 none !important;
  display: inline !important;
  float: none !important;
  list-style-type: none !important;
  padding: 2px !important;
  white-space: nowrap !important;
  width: auto !important;
}

.portfolio-tab ul li a,
.quicktabs-tabs li a {
  color: #000;
  padding: 4px 9px;
  display: inline-block;
}

.portfolio-tab ul li.active a,
.quicktabs-tabs li.active a {
  background: #000;
  color: #fff;
}

.portfolio-product-div ul li {
  border-bottom: 3px solid #ffd502;
  float: left;
  margin-bottom: 20px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  width: 393px;
}

.portfolio-product-div ul li img {
  display: block;
}

.port-des {
  background: #e6e6e6;
  bottom: 0;
  height: 110px;
  left: 0;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 26px 20px 10px 25px;
  display: none;
}

.port-des-hed {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.port-des p {
  font-size: 13px;
  color: #5d5d5d;
}

.portfolio-product-div ul li:hover .cration-product-hover {
  bottom: 0;
}

.portfolio-product-div .cration-link li {
  float: none;
  border-bottom: 1px solid #fff;
  width: auto;
}

.go-live-icon {
  display: inline-block;
  vertical-align: text-top;
}

#custom-subscription label,
.region-partner-logo .nbs-flexisel-nav-left,
.region-partner-logo .nbs-flexisel-nav-right {
  display: none;
}

.portfolio-product-div ul li.mar-right-none {
  margin-right: 0;
}

.loadmore-folio {
  background: #ffd502;
  box-sizing: border-box;
  padding: 9px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-size: 20px;
}

.loadmore-folio a {
  color: #000;
}

.newletter-heading {
  background: url(../images/newsletter-footer-icon.jpg) no-repeat rgba(0, 0, 0, 0);
  color: #000;
  font-family: PMNCaeciliaW01-45Light;
  font-size: 25px;
  padding: 10px 0 24px 61px;
  text-transform: uppercase;
}

.wahts-new-all-inside p,
.what-new-inside-title {
  color: #fff;
  font-family: PMNCaeciliaW01-55Roman;
}

#custom-subscription input.form-text,
#webform-client-form-588 .form-email {
  width: 260px;
  float: left;
  padding: 7.4px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

#custom-subscription input.form-submit,
#webform-client-form-588 .form-submit {
  background: #ffc50c;
  border: 0;
  color: #fff;
  float: right;
  padding: 7px;
  width: 80px;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
}

.wahts-new-all-inside {
  margin-top: 75px;
  position: relative;
}

.what-new-inside-left {
  width: 650px;
  float: left;
  position: relative;
}

.what-new-inside-right {
  width: 540px;
  float: right;
}

.what-new-inside-logo {
  left: 0;
  position: absolute;
  top: -69px;
}

.what-new-inside-title {
  font-size: 22px;
  margin: 15px 0 10px 167px;
  text-transform: uppercase;
  line-height: 24px;
}

.what-new-inside-title span {
  display: block;
  font-size: 15px;
  margin-top: 11px;
}

.wahts-new-all-inside p {
  font-size: 13px;
  line-height: 18px;
  padding: 6px 50px;
}

.wahts-new-all-inside p a {
  display: block;
  text-decoration: underline;
  color: #000;
}

.core-value-heading,
.value-ibees-heading {
  color: #ffc50c;
  font-family: PMNCaeciliaW01-45Light;
}

.wahts-new-all-inside:nth-child(1n) {
  background: #80b322;
}

.wahts-new-all-inside:nth-child(2n) {
  background: #ffc50c;
}

.wahts-new-all-inside:nth-child(3n) {
  background: #ffc50c;
}

.wahts-new-all-inside:nth-child(4n) {
  background: #ffc50c;
}

.value-ibees {
  width: 560px;
  float: left;
  margin-top: 30px;
}

.value-ibees-right {
  width: 580px;
  float: right;
}

.inner-full-width {
  width: 100%;
}

.value-ibees-heading {
  font-size: 33px;
  text-transform: uppercase;
  margin: 25px 0;
}

.value-ibees p {
  text-align: justify !important;
}

.core-value-full {
  margin-bottom: 20px;
}

.core-value-full ul li {
  background: url(../images/core-values-pattern-bg.jpg) rgba(0, 0, 0, 0);
  border-right: 1px solid #fff;
  box-sizing: border-box;
  float: left;
  min-height: 422px;
  padding: 30px;
  width: 25%;
  transition: all ease 0.6s;
}

.core-value-icon {
  text-align: center;
  margin-bottom: 30px;
}

.core-value-icon img {
  transition: all ease 0.6s;
}

.core-value-heading {
  font-size: 30px;
  margin-bottom: 30px;
  transition: all ease 0.6s;
}

.core-value-full ul li p {
  font-family: PMNCaeciliaW01-45Light;
  font-size: 13px;
  line-height: 18px;
  transition: all ease 0.6s;
}

.core-value-full ul li:hover {
  background: #ffc50c;
  transition: all ease 0.6s;
}

.core-value-full ul li:hover .core-value-heading,
.core-value-full ul li:hover p {
  color: #fff;
  transition: all ease 0.6s;
}

.core-value-full ul li.core-value-full-ul-li-1:hover .core-value-icon {
  background: url(../images/dedicated-icon-hover.png) center 0 no-repeat;
}

.core-value-full ul li.core-value-full-ul-li-2:hover .core-value-icon {
  background: url(../images/innovative-icon-hover.png) center 0 no-repeat;
}

.core-value-full ul li.core-value-full-ul-li-3:hover .core-value-icon {
  background: url(../images/integrity-icon-hover.png) center 0 no-repeat;
}

.core-value-full ul li.core-value-full-ul-li-4:hover .core-value-icon {
  background: url(../images/team-icon-hover.png) center 0 no-repeat;
}

.new-cover-four-div {
  float: left;
  width: 48%;
}

.new-cover-four-div .webform-component label {
  color: #fff;
  float: left;
  width: 125px;
  font-size: 14px;
  font-family: PMNCaeciliaW01-55Roman;
}

.new-cover-four-div label {
  color: #fff;
  float: left;
  width: 125px;
}

.new-cover-four-div .webform-component input {
  border: 1px solid #ccc;
  padding: 8px;
  width: 300px;
}

.new-cover-four-div .form-textarea-wrapper {
  float: left;
  width: 300px;
}

.new-cover-four-div .webform-component--comments {
  color: #fff;
  float: left;
  width: 125px;
  font-size: 14px;
  font-family: PMNCaeciliaW01-55Roman;
}

.captcha .new-cover-four-div {
  float: none;
  position: relative;
  width: 100%;
}

.new-cover-four-div .captcha {
  margin-left: 125px;
  margin-top: 17px;
  float: left;
  position: relative;
}

.new-cover-four-div .form-item-captcha-response {
  position: absolute;
  bottom: 55px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  .emp-img,
  .rac .racc p {
    top: 0;
  }

  .new-cover-four-div .form-item-captcha-response {
    bottom: 63px;
  }
}

.new-cover-four-div .form-item-captcha-response input {
  border: 0;
  margin-left: 90px;
  padding: 8px;
  width: 193px;
}

.new-cover-four-div .reload-captcha {
  color: #fff;
}

.new-cover-four-div .webform-submit {
  background: #ffd502;
  border: 0;
  color: #000;
  float: right;
  padding: 7px;
  text-transform: uppercase;
  cursor: pointer;
}

.new-cover-four-div .form-select {
  border: 1px solid #ccc;
  padding: 8px;
  width: 318px;
}

.clearfix::after {
  overflow: hidden;
}

.inner-testimonial-body {
  width: 100%;
  margin-top: 19px;
}

.inner-testimonial-body .viewport {
  height: 89px;
  overflow: hidden;
  position: relative;
  width: 90%;
  line-height: 18px;
  text-align: justify;
}

.inner-testimonial-body .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}

.inner-testimonial-body .scrollbar {
  background: url(../images/bg-scrollbar-track-y.png) no-repeat;
  position: relative;
  float: right;
  width: 15px;
}

.inner-testimonial-body .track {
  background: #0b0b0b;
  height: 96%;
  padding: 0 1px;
  position: relative;
  width: 0;
}

.inner-testimonial-body .thumb {
  background: #ffd94a;
  cursor: pointer;
  height: 20px;
  left: -1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 4px;
}

.inner-testimonial-body .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 25px;
}

.inner-testimonial-body .disable {
  display: none;
}

.rslides11 li {
  background: #f8f8f8;
  box-sizing: border-box;
  float: left;
  margin: 11px 12px;
  min-height: 215px;
  padding: 20px 10px;
  width: 572px;
}

.inner-testimonial-logo {
  width: 170px;
  float: left;
}

.inner-testimonial-desc {
  float: right;
  width: 345px;
  margin-top: 5px;
}

.inner-testimonial-title {
  font-size: 25px;
  font-family: PMNCaeciliaW01-55Roman;
  color: #000;
}

.inner-testimonial-desg {
  color: #000;
  font-family: PMNCaeciliaW01-55Roman;
  font-size: 14px;
  margin: 8px 0;
}

.director-heading,
.download-heading,
.join-hive-wraper .join-hive,
.vac-title {
  font-family: PMNCaeciliaW01-45Light;
}

.pager-show-more li {
  width: 100% !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  border-bottom: 0 !important;
}

.pager-show-more a {
  text-transform: uppercase;
  background: #ffd502;
  box-sizing: border-box;
  clear: both;
  color: #000;
  float: left;
  margin-bottom: 10px;
  margin-top: 11px;
  padding: 10px;
  text-align: center;
  width: 100%;
  display: block;
}

.download-heading {
  background: url(../images/download-icon.jpg) no-repeat rgba(0, 0, 0, 0);
  color: #000;
  font-size: 25px;
  padding: 15px 0 14px 53px;
  text-transform: uppercase;
  margin-top: 10px;
}

.download-home img {
  width: 144px;
  float: left;
}

.download-home a {
  color: #000;
  text-decoration: underline;
  padding: 11px 0 0 7px;
  display: inline-block;
  width: 116px;
}

.front footer {
  border-top: 0;
}

.director {
  clear: both;
}

.director-heading {
  color: #000;
  font-size: 35px;
  line-height: 47px;
  padding-bottom: 9px;
  padding-top: 206px;
  text-transform: uppercase;
}

.dir-1 {
  float: left !important;
  margin-right: 47px;
}

.dir-2 {
  float: right !important;
  margin-left: 50px;
  margin-bottom: 14px;
}

.director-top {
  background: url(../images/dir-bg.jpg) right top no-repeat rgba(0, 0, 0, 0);
  margin-bottom: 70px;
}

.page-search-node ol.search-results li:nth-child(2n + 1) {
  background: #fcfad4;
  border-bottom: 1px solid #ede6b8;
}

.page-search-node ol.search-results li {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 1.7%;
  padding: 15px;
}

.page-search-node ol.search-results li:nth-child(2n) {
  background: #f5f5f5;
}

.page-search-node ol.search-results .title {
  margin: 8px 0;
}

.page-search-node ol.search-results .search-snippet-info {
  padding-bottom: 2px;
  padding-top: 2px;
}

.page-search-node ol.search-results .title a {
  color: #535353;
  font-size: 20px;
  font-weight: 100;
  font-weight: 700;
}

.page-search-node ol.search-results .search-snippet-info .search-snippet {
  color: #535353;
  font-family: PMNCaeciliaW01-45Light;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 2px;
}

.page-search-node ol.search-results .search-info {
  color: #565ba9;
  font-size: 13px;
  margin: 5px 0;
}

.item-list ul.pager {
  float: right;
}

.item-list .pager.pager-show-more {
  float: none;
}

.item-list ul.pager li.pager-current {
  font-weight: 700;
  text-decoration: underline;
}

.item-list ul.pager li {
  float: left;
  padding: 10px 8px;
  margin: 0 !important;
}

#search-form,
.page-search-node h2 {
  display: none;
}

.creation-data .centered-btns_nav {
  top: -40px;
}

.footer-top-left .footer-menu li {
  box-sizing: border-box;
  float: left;
  margin-right: 0;
  padding-right: 15px;
  width: 200px;
}

.footer-top-left .footer-menu li a,
.footer-top-left .footer-menu li li a.orphan-parent {
  box-sizing: border-box;
  color: #ffc50c;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 10px;
  margin-bottom: 4px;
}

.img2,
.offline-brand-sep li .readmore {
  display: none;
}

.footer-top-left .footer-menu li li a {
  background: rgba(0, 0, 0, 0);
  font-size: 12px;
  padding: 3px;
  font-weight: 400;
  margin-bottom: 0;
}

.main-nav ul li.active1 {
  background: #d7af00;
}

span.arr.active {
  background: #ffd000;
}

.main-nav ul li.active2 {
  background: #8a8a8a;
}

.main-nav ul li.active1 span.arr.active {
  background: #ffd000;
}

.main-nav ul li.active2 span.arr.active {
  background: #b9b9b9;
}

.join-hive-wraper .join-hive {
  background: #ffc50c none repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  float: left;
  margin: 0 5px 10px;
  min-height: 500px;
  padding: 50px 25px;
  position: relative;
  width: 590px;
}

.join-hive-wraper>.join-hive-wraper-ul-li-1,
.join-hive-wraper>.join-hive-wraper-ul-li-6 {
  background: #ffc50c;
}

.join-hive-wraper>.join-hive-wraper-ul-li-2,
.join-hive-wraper>.join-hive-wraper-ul-li-7 {
  background: #ffc50c;
}

.join-hive-wraper>.join-hive-wraper-ul-li-3,
.join-hive-wraper>.join-hive-wraper-ul-li-8 {
  background: #98ca3c;
  color: #000;
}

.join-hive-wraper>.join-hive-wraper-ul-li-4,
.join-hive-wraper>.join-hive-wraper-ul-li-9 {
  background: #00c4df;
  color: #000;
}

.join-hive-wraper>.join-hive-wraper-ul-li-5,
.join-hive-wraper>.join-hive-wraper-ul-li-10 {
  background: #cac83c;
  color: #000;
}

.vac-title {
  font-size: 42px;
  line-height: 39px;
}

.vac-sub-title {
  font-size: 15px;
  margin: 22px 0;
}

.vac-body li {
  margin-bottom: 8px;
  padding-left: 17px;
  padding-right: 25px;
  font-family: PMNCaeciliaW01-55Roman;
  background: url(../images/apply.png) 0 3px no-repeat;
}

.join-hive-apply {
  bottom: 15px;
  color: #000;
  left: 52px;
  position: absolute;
  border: 1px solid #fff;
  padding: 9px;
}

.join-hive-apply a {
  color: #fff;
}

.branding-div-right-hed-sep a,
.join-hive-wraper>.join-hive-wraper-ul-li-3 .join-hive-apply a,
.join-hive-wraper>.join-hive-wraper-ul-li-4 .join-hive-apply a,
.join-hive-wraper>.join-hive-wraper-ul-li-5 .join-hive-apply a,
.online-brand-sep li .branding-div-right-hed-sep,
.online-brand-sep li:hover p {
  color: #000;
}

.join-hive-wraper>.join-hive-wraper-ul-li-3 .join-hive-apply,
.join-hive-wraper>.join-hive-wraper-ul-li-4 .join-hive-apply,
.join-hive-wraper>.join-hive-wraper-ul-li-5 .join-hive-apply {
  border: 1px solid #000;
}

.online-brand-sep {
  clear: both;
  margin-top: 50px;
  margin-bottom: 50px;
  float: left;
}

.online-brand-sep li {
  border: 3px solid #000;
  box-sizing: border-box;
  float: left;
  width: 300px;
  padding: 14px;
  min-height: 260px;
  background: url(../images/core-values-pattern-bg.jpg) rgba(0, 0, 0, 0);
  position: relative;
}

.branding-div-right-sep {
  clear: both;
}

.branding-div-left-sep {
  float: left;
  height: 75px;
  margin-bottom: 11px;
  overflow: hidden;
  width: 80px;
  position: relative;
}

.img1,
.img2 {
  left: 0;
  margin: 0 !important;
  transition: all ease 0.6s;
  top: 0;
  position: absolute;
}

.branding-div-right-hed-sep {
  font-family: PMNCaeciliaW01-55Roman;
  font-size: 20px;
  line-height: 25px;
  margin-top: 8px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.al-cent,
.branding-div-right-sep p {
  font-family: PMNCaeciliaW01-45Light;
}

.branding-div-right-sep p {
  font-size: 14px;
  line-height: 18px;
}

.branding-div-right-sep .readmore {
  background: url(../images/plus-icon-oc.png) center no-repeat #000;
  bottom: 0;
  height: 40px;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 40px;
  text-indent: -99999px;
}

.online-brand-sep li.online-brand-sep-ul-li-1 {
  border-color: #80b71d;
}

.online-brand-sep li.online-brand-sep-ul-li-2 {
  border-color: #ffc50c;
}

.online-brand-sep li.online-brand-sep-ul-li-3 {
  border-color: #ee0c6e;
}

.online-brand-sep li.online-brand-sep-ul-li-4 {
  border-color: #ffd000;
}

.online-brand-sep li.online-brand-sep-ul-li-5 {
  border-color: #ee0c6e;
}

.online-brand-sep li.online-brand-sep-ul-li-6 {
  border-color: #ffd000;
}

.online-brand-sep li.online-brand-sep-ul-li-7 {
  border-color: #80b71d;
}

.online-brand-sep li.online-brand-sep-ul-li-8 {
  border-color: #ffc50c;
}

.online-brand-sep li.online-brand-sep-ul-li-9 {
  border-color: #ffd000;
}

.online-brand-sep li.online-brand-sep-ul-li-10 {
  border-color: #ffc50c;
}

.online-brand-sep li.online-brand-sep-ul-li-11 {
  border-color: #ee0c6e;
}

.online-brand-sep li.online-brand-sep-ul-li-12 {
  border-color: #ffd000;
}

.online-brand-sep li.online-brand-sep-ul-li-13 {
  border-color: #ee0c6e;
}

.online-brand-sep li.online-brand-sep-ul-li-14 {
  border-color: #80b71d;
}

.online-brand-sep li.online-brand-sep-ul-li-15 {
  border-color: #ffd000;
}

.online-brand-sep li.online-brand-sep-ul-li-1 .branding-div-right-sep .readmore {
  background-color: #669d03;
}

.online-brand-sep li.online-brand-sep-ul-li-2 .branding-div-right-sep .readmore {
  background-color: #007593;
}

.online-brand-sep li.online-brand-sep-ul-li-3 .branding-div-right-sep .readmore {
  background-color: #ca004a;
}

.online-brand-sep li.online-brand-sep-ul-li-4 .branding-div-right-sep .readmore {
  background-color: #ddae02;
}

.online-brand-sep li.online-brand-sep-ul-li-5 .branding-div-right-sep .readmore {
  background-color: #d0005e;
}

.online-brand-sep li.online-brand-sep-ul-li-6 .branding-div-right-sep .readmore {
  background-color: #ddae02;
}

.online-brand-sep li.online-brand-sep-ul-li-7 .branding-div-right-sep .readmore {
  background-color: #669d03;
}

.online-brand-sep li.online-brand-sep-ul-li-8 .branding-div-right-sep .readmore {
  background-color: #007a98;
}

.online-brand-sep li.online-brand-sep-ul-li-9 .branding-div-right-sep .readmore {
  background-color: #deaf00;
}

.online-brand-sep li.online-brand-sep-ul-li-10 .branding-div-right-sep .readmore {
  background-color: #007997;
}

.online-brand-sep li.online-brand-sep-ul-li-11 .branding-div-right-sep .readmore {
  background-color: #c90049;
}

.online-brand-sep li.online-brand-sep-ul-li-12 .branding-div-right-sep .readmore {
  background-color: #d9ab00;
}

.online-brand-sep li.online-brand-sep-ul-li-13 .branding-div-right-sep .readmore {
  background-color: #d20052;
}

.online-brand-sep li.online-brand-sep-ul-li-14 .branding-div-right-sep .readmore {
  background-color: #5d9400;
}

.online-brand-sep li.online-brand-sep-ul-li-15 .branding-div-right-sep .readmore {
  background-color: #ddae00;
}

.online-brand-sep li.online-brand-sep-ul-li-1:hover {
  background: #80b71d;
}

.online-brand-sep li.online-brand-sep-ul-li-2:hover {
  background: #ffc50c;
}

.online-brand-sep li.online-brand-sep-ul-li-3:hover {
  background: #ee0c6e;
}

.online-brand-sep li.online-brand-sep-ul-li-4:hover {
  background: #ffd000;
}

.online-brand-sep li.online-brand-sep-ul-li-5:hover {
  background: #ee0c6e;
}

.online-brand-sep li.online-brand-sep-ul-li-6:hover {
  background: #ffd000;
}

.online-brand-sep li.online-brand-sep-ul-li-7:hover {
  background: #80b71d;
}

.online-brand-sep li.online-brand-sep-ul-li-8:hover {
  background: #ffc50c;
}

.online-brand-sep li.online-brand-sep-ul-li-9:hover {
  background: #ffd000;
}

.online-brand-sep li.online-brand-sep-ul-li-10:hover {
  background: #ffc50c;
}

.online-brand-sep li.online-brand-sep-ul-li-11:hover {
  background: #ee0c6e;
}

.online-brand-sep li.online-brand-sep-ul-li-12:hover {
  background: #ffd000;
}

.online-brand-sep li.online-brand-sep-ul-li-13:hover {
  background: #ee0c6e;
}

.online-brand-sep li.online-brand-sep-ul-li-14:hover {
  background: #80b71d;
}

.online-brand-sep li.online-brand-sep-ul-li-15:hover {
  background: #ffd000;
}

.offline-cover {
  background: url(../images/offline-bg.jpg) center top/100% 100% repeat-y fixed rgba(0, 0, 0, 0);
  overflow: hidden;
  max-width: 100%;
  padding: 44px;
  position: relative;
  clear: both;
}

.offline-brand-sep {
  position: relative;
  width: 780px;
}

.offline-brand-sep li {
  background: url(../images/core-values-pattern-bg.jpg) rgba(0, 0, 0, 0);
  border: 3px solid #000;
  box-sizing: border-box;
  float: left;
  height: 169px;
  overflow: hidden;
  padding: 14px;
  position: relative;
  width: 265px;
}

.hover-data-come-offline .hover-data {
  font-size: 15px;
  line-height: 24px;
  opacity: 1;
}

.offline-brand-sep li.offline-brand-sep-ul-li-1 {
  border-color: #80b71d;
  color: #80b71d;
}

.offline-brand-sep li.offline-brand-sep-ul-li-2 {
  border-color: #1ca3bd;
  color: #1ca3bd;
}

.offline-brand-sep li.offline-brand-sep-ul-li-3 {
  border-color: #fb80ab;
  color: #fb80ab;
}

.offline-brand-sep li.offline-brand-sep-ul-li-4 {
  border-color: #ffc50c;
  color: #ffc50c;
}

.offline-brand-sep li.offline-brand-sep-ul-li-5 {
  border-color: #fbe055;
  color: #fbe055;
}

.offline-brand-sep li.offline-brand-sep-ul-li-6 {
  border-color: #e53f25;
  color: #e53f25;
}

.offline-brand-sep li.offline-brand-sep-ul-li-7 {
  border-color: #9ec850;
  color: #9ec850;
  position: absolute;
  right: -16px;
  top: 0;
}

.offline-brand-sep li.offline-brand-sep-ul-li-1:hover {
  color: #000;
  background: #80b71d;
}

.offline-brand-sep li.offline-brand-sep-ul-li-2:hover {
  color: #000;
  background: #ffc50c;
}

.offline-brand-sep li.offline-brand-sep-ul-li-3:hover {
  color: #000;
  background: #fb80ab;
}

.offline-brand-sep li.offline-brand-sep-ul-li-4:hover {
  color: #000;
  background: #ffc50c;
}

.offline-brand-sep li.offline-brand-sep-ul-li-5:hover {
  color: #000;
  background: #fbe055;
}

.offline-brand-sep li.offline-brand-sep-ul-li-6:hover {
  color: #000;
  background: #e53f25;
}

.offline-brand-sep li.offline-brand-sep-ul-li-7:hover {
  color: #000;
  background: #9ec850;
}

.offline-brand-sep li.offline-brand-sep-ul-li-1 .branding-div-right-hed-sep a {
  color: #80b71d;
}

.offline-brand-sep li.offline-brand-sep-ul-li-2 .branding-div-right-hed-sep a {
  color: #1ca3bd;
}

.offline-brand-sep li.offline-brand-sep-ul-li-3 .branding-div-right-hed-sep a {
  color: #fb80ab;
}

.offline-brand-sep li.offline-brand-sep-ul-li-4 .branding-div-right-hed-sep a {
  color: #ffc50c;
}

.offline-brand-sep li.offline-brand-sep-ul-li-5 .branding-div-right-hed-sep a {
  color: #ada318;
}

.offline-brand-sep li.offline-brand-sep-ul-li-6 .branding-div-right-hed-sep a {
  color: #e53f25;
}

.offline-brand-sep li.offline-brand-sep-ul-li-7 .branding-div-right-hed-sep a {
  color: #9ec850;
}

.offline-brand-sep li.act .branding-div-right-hed-sep a {
  color: #000;
}

.hover-data-come-offline {
  border: 0 solid #000;
  bottom: 45px;
  height: 331px;
  position: absolute;
  right: 34px;
  width: 585px;
}

.inde-offline-brand-sep-ul-li-1,
.inde-offline-brand-sep-ul-li-2,
.inde-offline-brand-sep-ul-li-3,
.inde-offline-brand-sep-ul-li-4,
.inde-offline-brand-sep-ul-li-5,
.inde-offline-brand-sep-ul-li-6,
.inde-offline-brand-sep-ul-li-7 {
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.online-brand-sep li:hover .img2 {
  display: block;
}

.online-brand-sep li:hover .img1 {
  display: none;
}

.inde-offline-brand-sep-ul-li-1 {
  background: rgba(123, 189, 3, 0.74);
}

.inde-offline-brand-sep-ul-li-2 {
  background: rgba(0, 153, 183, 0.79);
}

.inde-offline-brand-sep-ul-li-3 {
  background: rgba(238, 12, 110, 0.7);
}

.inde-offline-brand-sep-ul-li-4 {
  background: rgba(0, 153, 183, 0.79);
}

.inde-offline-brand-sep-ul-li-5 {
  background: rgba(255, 214, 2, 0.67);
}

.inde-offline-brand-sep-ul-li-6 {
  background: rgba(229, 63, 37, 0.81);
}

.inde-offline-brand-sep-ul-li-7 {
  background: rgba(111, 171, 2, 0.76);
}

.hover-data-come-offline .branding-div-right-hed-sep {
  margin-top: 32px;
  font-size: 27px;
  margin-bottom: 25px;
}

.al-cent,
.al-cent img {
  margin-top: 15px;
}

.hover-data-come-offline .readmore {
  background: url(../images/plus-icon-oc.png) center center no-repeat #000;
  bottom: 0;
  height: 40px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -99999px;
  width: 40px;
}

.offline-brand-sep li.offline-brand-sep-ul-li-1.act {
  color: #000;
  background: #80b71d;
}

.offline-brand-sep li.offline-brand-sep-ul-li-2.act {
  color: #000;
  background: #1ca3bd;
}

.offline-brand-sep li.offline-brand-sep-ul-li-3.act {
  color: #000;
  background: #ee0c6e;
}

.offline-brand-sep li.offline-brand-sep-ul-li-4.act {
  color: #000;
  background: #ffc50c;
}

.offline-brand-sep li.offline-brand-sep-ul-li-5.act {
  color: #000;
  background: #fbe055;
}

.offline-brand-sep li.offline-brand-sep-ul-li-6.act {
  color: #000;
  background: #e53f25;
}

.offline-brand-sep li.offline-brand-sep-ul-li-7.act {
  color: #000;
  background: #9ec850;
}

.offline-brand-sep li.act .img2 {
  display: block;
}

.offline-brand-sep li.act .img1 {
  display: none;
}

.al-cent {
  font-size: 18px;
  color: #000;
}

.cover-enq-form {
  float: left;
  margin-right: 82px;
  width: 475px;
  margin-left: 41px;
}

#webform-client-form-1 .form-type-checkbox {
  margin-bottom: 9px;
}

#webform-client-form-1 {
  position: relative;
}

#webform-client-form-1 .webform-component label {
  float: left;
  padding-top: 8px;
  width: 25%;
}

#webform-client-form-1 .webform-component .form-textarea-wrapper,
#webform-client-form-1 .webform-component input {
  background: url(../images/input-repeat-x.jpg) repeat-x #f7f7f7;
  border: 1px solid #dedede;
  padding: 9px;
  float: right;
  width: 70%;
  font-size: 15px;
  color: #000;
  box-shadow: 2px 2px 0 #eee inset;
  font-family: PMNCaeciliaW01-45Light;
}

#webform-client-form-1 .webform-component .form-textarea-wrapper {
  height: 64px;
  float: left;
}

#webform-client-form-1 .webform-component .form-textarea-wrapper textarea {
  background: 0 0;
  border: 0;
  font-family: PMNCaeciliaW01-45Light;
  height: 100%;
}

#webform-client-form-1 .webform-component:first-of-type {
  display: block;
  width: 100%;
}

#webform-client-form-1 .webform-component {
  width: 45%;
  display: inline-block;
}

#webform-client-form-1 .webform-component:nth-of-type(2n) {
  margin-right: 9.5%;
}

#webform-client-form-1 .webform-component-checkboxes {
  width: 100%;
}

#webform-client-form-1 .webform-component-checkboxes label {
  width: 100% !important;
  float: none !important;
  margin: 15px 0;
}

#webform-client-form-1 .webform-component-checkboxes input {
  float: none;
  padding: 0;
  width: auto !important;
  margin-right: 5px;
}

#webform-client-form-1 #edit-submitted-services-required {
  background: #f7f7f7;
  border: 1px solid #b7b7b7;
  padding: 5px 20px;
  width: 100%;
  margin-right: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#webform-client-form-1 #edit-submitted-services-required .form-item {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}

#webform-client-form-1 .captcha {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  margin-left: 9.5%;
  position: relative;
}

#webform-client-form-1 .captcha label {
  float: left;
  padding-top: 8px;
  width: 125px;
}

#webform-client-form-1 .captcha input {
  background: url(../images/input-repeat-x.jpg) repeat-x #f7f7f7;
  border: 1px solid #dedede;
  box-shadow: 2px 2px 0 #eee inset;
  color: #000;
  float: left;
  font-family: PMNCaeciliaW01-45Light;
  font-size: 15px;
  padding: 9px;
  width: 330px;
}

#webform-client-form-1 .captcha img {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 1em;
  height: 38px;
}

#webform-client-form-1 .captcha .form-item-captcha-response {
  display: inline-block;
  width: 100%;
}

#webform-client-form-1 .reload-captcha {
  box-sizing: border-box;
  color: #000;
  display: block;
  float: left;
  margin-left: 124px;
  padding-top: 4px;
}

#webform-client-form-1 .form-actions {
  clear: both;
  text-align: center;
  width: 100%;
  padding-top: 31px;
  padding-bottom: 20px;
}

#webform-client-form-1 .webform-submit {
  background: #ed0c6f;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 8px 30px;
  text-transform: uppercase;
}

.cost-div {
  clear: both;
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: 30px;
}

.cost-div li {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding: 23px;
  min-height: 370px;
  border-right: 1px solid #fff;
  position: relative;
}

.cost-div li.cost-li-1 {
  background: #ffd000;
}

.cost-div li.cost-li-2 {
  background: #ffc50c;
}

.cost-div li.cost-li-3 {
  background: #dd0c82;
}

.cost-heading {
  clear: both;
  color: #fff;
  font-family: PMNCaeciliaW01-45Light;
  font-size: 33px;
  margin: 17px 0;
  text-transform: uppercase;
  line-height: 32px;
}

.cost-div p {
  font-family: PMNCaeciliaW01-45Light;
  font-size: 13px;
  color: #fff;
}

.cost-img {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.cost-img img {
  float: left !important;
  margin-left: 0 !important;
}

.cost-div li.cost-li-1 .cost-heading,
.cost-div li.cost-li-1 p {
  color: #000;
}

.ibees-map-wrapper2 {
  height: 400px;
  position: relative;
  width: 100%;
}

.blue-heading {
  color: #ffc50c;
  font-family: PMNCaeciliaW01-45Light;
  font-size: 33px;
  margin: 35px 0;
}

.online-brand-sep-new {
  overflow: hidden;
}

.online-brand-sep-new li {
  background: url(../images/core-values-pattern-bg.jpg) rgba(0, 0, 0, 0);
  border: 3px solid #000;
  box-sizing: border-box;
  float: left;
  min-height: 255px;
  padding: 14px;
  position: relative;
  width: 300px;
}

.online-brand-sep-new li:hover .img1 {
  display: none;
}

.online-brand-sep-new li:hover .img2 {
  display: block;
}

.online-brand-sep-new li.online-brand-sep-new-ul-li-1 {
  border-color: #80b71d;
}

.online-brand-sep-new li.online-brand-sep-new-ul-li-2 {
  border-color: #66c1d3;
}

.online-brand-sep-new li.online-brand-sep-new-ul-li-3 {
  border-color: #ec77af;
}

.online-brand-sep-new li.online-brand-sep-new-ul-li-4 {
  border-color: #ffda38;
}

.online-brand-sep-new li.online-brand-sep-new-ul-li-1:hover {
  background: #80b71d;
}

.online-brand-sep-new li.online-brand-sep-new-ul-li-2:hover {
  background: #66c2d4;
}

.online-brand-sep-new li.online-brand-sep-new-ul-li-3:hover {
  background: #ec77b0;
}

.online-brand-sep-new li.online-brand-sep-new-ul-li-4:hover {
  background: #ffda38;
}

.branding-list li {
  background: url(../images/li-icon.png) 0 5.5px no-repeat rgba(0, 0, 0, 0);
  color: #535353;
  font-family: PMNCaeciliaW01-45Light;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 4px;
  padding-left: 17px;
}

.press-realse li {
  background: #e3e3e3;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.press-realse-left {
  background: #0099b8;
  float: left;
  width: 600px;
  padding: 50px 31px 10px 31px;
  box-sizing: border-box;
  line-height: 50px;
}

.press-realse-heading {
  font-size: 53px;
  color: #fff;
  text-transform: uppercase;
  font-family: PMNCaeciliaW01-45Light;
}

.press-realse-small-heading {
  color: #fff;
  font-family: PMNCaeciliaW01-45Light;
  font-size: 20px;
  line-height: 25px;
  margin: 10px 0;
}

.addres {
  line-height: 23px;
  margin-bottom: 20px;
  margin-top: 5px;
}

.press-realse li p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.press-realse li a.readmore {
  border: 1px solid #fff;
  padding: 7px;
  margin-top: 17px;
  display: inline-block;
  color: #fff;
}

.webd-top-left,
.webd-top-right {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}

.press-realse-right {
  overflow: hidden;
}

.inside-container .text .racc img {
  margin-left: 0;
}

.webd-top ul li {
  background: #e2e2e2;
  box-sizing: border-box;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}

.webd-top ul li p {
  font-size: 13px;
  line-height: 18px;
  font-family: PMNCaeciliaW01-45Light;
  color: #fff;
  margin-bottom: 12px !important;
}

.webd-top-left {
  float: left;
}

.webd-top-right {
  float: right;
}

.webd-top ul li.webd-top-ul-li-odd .webd-top-left {
  width: 335px;
  font-size: 33px;
  color: #777;
  text-align: left;
  line-height: 38px;
  font-family: PMNCaeciliaW01-45Light;
  padding-left: 48px;
}

.webd-top ul li.webd-top-ul-li-odd .webd-top-right {
  width: 865px;
}

.webd-top ul li.webd-top-ul-li-odd .webd-top-right::before {
  background: url(../images/web-top-arrow-right.png) no-repeat rgba(0, 0, 0, 0);
  content: "";
  height: 14px;
  width: 7px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.webd-top ul li.webd-top-ul-li-even .webd-top-left {
  width: 865px;
}

.webd-top ul li.webd-top-ul-li-even .webd-top-left:after {
  background: url(../images/web-top-arrow-left.png) no-repeat;
  content: "";
  height: 14px;
  width: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.webd-top ul li.webd-top-ul-li-even .webd-top-right {
  width: 335px;
  font-size: 33px;
  color: #777;
  text-align: right;
  line-height: 38px;
  font-family: PMNCaeciliaW01-45Light;
  padding-right: 48px;
}

.webd-top-wraper-ul-li-1 .webd-top-right,
.webd-top-wraper-ul-li-1 span {
  background: #e53f25;
}

.webd-top-wraper-ul-li-2 .webd-top-left,
.webd-top-wraper-ul-li-2 span {
  background: #07a0c0;
}

.webd-top-wraper-ul-li-3 .webd-top-right,
.webd-top-wraper-ul-li-3 span {
  background: #7fb322;
}

.webd-top-wraper-ul-li-4 .webd-top-left,
.webd-top-wraper-ul-li-4 span {
  background: #ee0c6e;
}

.webd-top-wraper-ul-li-5 .webd-top-right,
.webd-top-wraper-ul-li-5 span {
  background: #e53f25;
  padding-top: 30px;
}

.webd-top-wraper-ul-li-6 .webd-top-left,
.webd-top-wraper-ul-li-6 span {
  background: #07a0c0;
  padding-top: 30px;
}

.webd-top ul li span {
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  height: 30px;
  padding-top: 0;
  position: absolute;
  text-align: center;
  top: 22px;
  width: 30px;
  font-family: PMNCaeciliaW01-45Light;
}

.webd-top ul li.webd-top-ul-li-odd .webd-top-left span {
  left: 12px;
}

.webd-top ul li.webd-top-ul-li-even .webd-top-right span {
  right: 12px;
}

p.webtop-text {
  clear: both;
  font-family: PMNCaeciliaW01-45Light;
  font-size: 15px;
  text-align: center !important;
  width: 100%;
}

.eight-span {
  margin-bottom: 25px;
}

.some-other-heading {
  color: #000;
  font-family: PMNCaeciliaW01-45Light;
  font-size: 58px;
  line-height: 68px;
  text-align: center;
}

.some-other-heading span {
  display: block;
  font-size: 16px;
  line-height: 19px;
}

.smow ul {
  width: 100%;
  text-align: center;
}

.smow li {
  display: inline-block;
  margin: 45px 40px 42px;
}

.smow li span {
  color: #787878;
  display: block;
  font-size: 21px;
  line-height: 25px;
  margin-top: 17px;
  min-height: 25px;
  text-transform: uppercase;
  /* vertical-align: top; */
}

.eight-span span {
  display: inline-block;
  height: 3px;
  width: 12%;
}

.eight-span span.eight-span-1 {
  background: #ffc50c;
  width: 13%;
}

.eight-span span.eight-span-2 {
  background: #480f6e;
}

.eight-span span.eight-span-3 {
  background: #ec0c6d;
  width: 13%;
}

.eight-span span.eight-span-4 {
  background: #efc801;
}

.eight-span span.eight-span-5 {
  background: #e06d00;
}

.eight-span span.eight-span-6 {
  background: #97ca3d;
  width: 13%;
}

.eight-span span.eight-span-7 {
  background: #ed0b6d;
}

.eight-span span.eight-span-8 {
  background: #efc801;
  width: 13%;
}

#webform-client-form-72 .form-item.webform-component--apply-for-job-heading {
  width: 100%;
}

#webform-client-form-72 .form-item {
  float: left;
  width: 50%;
}

#webform-client-form-72 .captcha .form-item {
  margin-top: 0;
}

#webform-client-form-72 .form-item label {
  float: left;
  padding-top: 8px;
  width: 140px;
  margin-right: 10px;
}

#webform-client-form-72 .form-item input {
  background: url(../images/input-repeat-x.jpg) repeat-x #f7f7f7;
  border: 1px solid #dedede;
  box-shadow: 2px 2px 0 #eee inset;
  color: #000;
  float: left;
  font-family: PMNCaeciliaW01-45Light;
  font-size: 15px;
  padding: 9px;
  width: 329px;
}

#webform-client-form-72 .form-item input.form-file {
  width: 244px;
}

#webform-client-form-72 .form-item input.form-submit {
  background: #ccc;
  border: 0;
  box-shadow: none;
  padding: 14px;
  width: 91px;
}

#webform-client-form-72 .captcha {
  clear: both;
  overflow: hidden;
  padding-bottom: 26px;
  position: relative;
}

#webform-client-form-72 .captcha img {
  position: absolute;
  left: 408px;
  top: 0;
}

.what-new-inside-right img {
  display: block;
}

#webform-client-form-72 .captcha .reload-captcha-wrapper {
  left: 148px;
  position: absolute;
  top: 58px;
}

#webform-client-form-72 .form-actions {
  clear: both;
  padding-bottom: 20px;
  padding-top: 31px;
  text-align: center;
  width: 100%;
}

#webform-client-form-72 .webform-submit {
  background: #ed0c6f;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 8px 30px;
  text-transform: uppercase;
}

#webform-client-form-72 .form-item .description {
  clear: both;
  font-size: 0.85em;
  margin-left: 151px;
  padding-top: 11px;
  width: 100%;
}

#webform-client-form-72 .form-item select {
  background: url(../images/input-repeat-x.jpg) repeat-x #f7f7f7;
  border: 1px solid #dedede;
  color: #000;
  float: left;
  font-family: PMNCaeciliaW01-45Light;
  font-size: 15px;
  padding: 9px;
  width: 350px;
  box-shadow: 2px 2px 0 #eee inset;
}

.print-logo {
  overflow: hidden;
  margin-top: 53px;
  clear: both;
}

.print-logo li {
  background: url(../images/core-values-pattern-bg.jpg) rgba(0, 0, 0, 0);
  border: 2px solid #d5d5d5;
  box-sizing: border-box;
  float: left;
  margin: 1px;
  min-height: 189px;
  padding: 8px;
  position: relative;
  width: 198px;
}

.print-logo li:hover {
  border-color: #ffd000;
}

.print-logo li .branding-div-right-hed-sep {
  bottom: 0;
  font-size: 17px;
  left: 9px;
  line-height: 22px;
  position: absolute;
}

.con-add {
  margin-top: 20px;
}

.con-add ul {
  float: left;
  margin-top: 52px;
}

.cont-map {
  width: 100%;
  height: 390px;
  overflow: hidden;
}

.con-add li {
  border-bottom: 1px solid #ccc;
  width: 314px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.con-add li:last-child {
  border-bottom: 0;
}

.con-add li img {
  float: none !important;
  margin-left: 0 !important;
  width: auto !important;
}

.flash-logo li,
.video-logo li {
  background: url(../images/core-values-pattern-bg.jpg) rgba(0, 0, 0, 0);
  min-height: 181px;
  padding: 8px;
  width: 298px;
}

.con-add li span {
  display: block;
  font-family: PMNCaeciliaW01-45Light;
  font-size: 19px;
  line-height: 25px;
  margin-top: 9px;
}

.flash-logo {
  clear: both;
  margin-top: 53px;
  overflow: hidden;
}

.flash-logo li {
  border: 2px solid #d5d5d5;
  box-sizing: border-box;
  float: left;
  margin: 1px;
  position: relative;
}

.flash-logo li .branding-div-right-hed-sep {
  top: 80px;
  font-size: 17px;
  left: 20px;
  line-height: 22px;
  position: absolute;
}

.online-bc li,
.video-logo li {
  box-sizing: border-box;
  position: relative;
  float: left;
}

.flash-logo li:hover {
  border-color: #ffd000;
}

.video-logo {
  clear: both;
  margin-top: 53px;
  overflow: hidden;
}

.video-logo li {
  border: 2px solid #d5d5d5;
  margin: 1px;
}

.video-logo li .branding-div-right-hed-sep {
  font-size: 17px;
  line-height: 22px;
  min-height: 45px;
  padding-top: 8px;
}

.video-logo li:hover {
  border-color: #ffd000;
}

.achievment-li {
  width: 100%;
  text-align: center;
}

.achievment-li li {
  display: inline-block;
}

.inside-container .text .cllogos li img {
  width: auto;
}

ul.site-map-menu li.site-map-li-4 ul li,
ul.site-map-menu li.site-map-li-5 ul li {
  float: left;
  width: 100%;
}

ul.site-map-menu li ul li,
ul.site-map-menu li.site-map-li-4 ul li li,
ul.site-map-menu li.site-map-li-5 ul li li {
  background: url(../images/arrow.png) 0 6px no-repeat rgba(0, 0, 0, 0);
  border-bottom: medium none;
  color: #000;
  float: left;
  font-size: 15px;
  font-weight: 400;
  margin: 10px 0;
  padding-bottom: 0;
  padding-left: 16px;
  width: 260px;
}

ul.site-map-menu li a {
  color: #535353;
  display: block;
  font-size: 14px;
}

div.error,
table tr.error {
  background-color: #fef5f1;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}

.t-center,
.webtop-img {
  text-align: center !important;
}

.online-bc {
  clear: both;
  margin-top: 53px;
  overflow: hidden;
}

.online-bc li {
  background: url(../images/core-values-pattern-bg.jpg) rgba(0, 0, 0, 0);
  border: 2px solid #d5d5d5;
  margin: 1px;
  min-height: 181px;
  padding: 8px;
  width: 298px;
}

.for-bg {
  background: url(../images/inside-bg.jpg) right 0 no-repeat rgba(0, 0, 0, 0);
  padding: 0;
}

.online-bc li .branding-div-right-hed-sep {
  font-size: 17px;
  margin-top: 15px;
}

.online-bc li .branding-div-left-sep {
  height: 95px;
}

.webtop-img {
  clear: both;
  float: left;
  width: 100%;
}

.webtop-img img {
  display: inline;
  float: none !important;
}

.t-center {
  font-size: 16px !important;
  font-weight: 700;
}

.soc-icon {
  text-align: center;
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 28px 0;
}

.soc-icon li {
  display: inline-block;
  margin-bottom: 12px;
  overflow: hidden;
}

.soc-icon li img {
  float: none !important;
  display: inline-block;
  width: auto !important;
  margin-left: 25px !important;
}

.metamor-heading {
  font-family: PMNCaeciliaW01-45Light;
  font-size: 33px;
  color: #fff;
  text-transform: uppercase;
}

.and-now-left p,
.back-than-right p,
.transition-story-left p {
  font-family: PMNCaeciliaW01-45Light;
  font-size: 17px;
  line-height: 26px;
}

.transition-story-right {
  float: right;
  width: auto;
}

.and-now-left,
.back-than-right,
.transition-story-left {
  box-sizing: border-box;
  min-height: 331px;
  width: 661px;
}

.back-than {
  clear: both;
  margin: 50px 0;
}

.back-than-left {
  float: left;
}

.transition-story-left {
  background: url(../images/transition-story-bg.jpg) right top no-repeat #7daf20;
  color: #fff;
  float: left;
  padding: 50px 154px 50px 40px;
}

.transition-story-left p {
  color: #fff;
}

.back-than-right {
  background: url(../images/back-than-bg.jpg) left -1px no-repeat #ffc50c;
  color: #fff;
  float: right;
  padding: 50px 40px 25px 140px;
}

.back-than-right p {
  color: #fff;
}

.and-now-left {
  background: url(../images/and-now-bg.jpg) right top no-repeat #ee0c6e;
  color: #fff;
  float: left;
  padding: 50px 154px 50px 40px;
}

.and-now-right {
  float: right;
  width: auto;
}

.and-now-left p {
  color: #fff;
}

.error {
  background: #f8f8f8 !important;
  border: 0 !important;
  box-shadow: 0 0 5px #ea4949 inset !important;
}

.messages--error.messages.error,
.search-info {
  display: none;
}

.messages--status {
  margin: 0 auto !important;
  position: relative !important;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 15px 0 !important;
  border-color: #3c5a11;
  background-color: #6ea225 !important;
  color: #fff !important;
  font-weight: normal;
  background-position: 20% 50%;
  text-transform: uppercase;
  margin: 10px 0 !important;
  background-image: none !important;
}

.wiz-left-eye {
  height: 33px;
  left: 85px;
  top: 106px;
  transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  width: 26px;
}

.wiz-left-eye-inside {
  background: #f9b000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wiz-right-eye {
  height: 33px;
  left: 131px;
  top: 103px;
  transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  width: 26px;
}

.wiz-right-eye-inside {
  background: #f8b001;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.safari .desk-banner-ul li,
.safari5 .desk-banner-ul li {
  opacity: 1;
}

.view-id-download_wallpapers .item-list ul {
  margin: 0 0 0.75em;
  padding: 0;
  text-align: center;
}

.portfolio-product-div .view-id-download_wallpapers ul li {
  border-bottom: 0 solid #ffd502;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  float: none;
}

.views-field-field-wallpaper-download-images {
  background: rgba(0, 0, 0, 0) url(../images/download-icon-pic.png) no-repeat scroll 0 0;
  bottom: 10px;
  height: 30px;
  position: absolute;
  right: 15px;
  text-indent: -99999px;
  width: 33px;
}

.views-field-field-wallpaper-download-images a {
  display: block;
}

.press-realse li:nth-child(1n + 1) .press-realse-left {
  background: #0099b8;
}

.press-realse li:nth-child(2n + 1) .press-realse-left {
  background: #ee0c6e;
}

.press-realse li:nth-child(3n + 1) .press-realse-left {
  background: #e53f25;
}

.press-realse li:nth-child(4n + 1) .press-realse-left {
  background: #7fb322;
}

.press-realse li:nth-child(5n + 1) .press-realse-left {
  background: #4e3090;
}

#edit-submit {
  width: 120px !important;
}

a.link-facebook {
  background: rgba(0, 0, 0, 0) url(../images/facelink.jpg) no-repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin-bottom: 1px;
  margin-top: 14px;
  padding-left: 22px;
  position: relative;
  text-decoration: underline;
}

.deskmenu-cover {
  background: #fff none repeat scroll 0 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

.deskmenu {
  width: 1200px;
  margin: 0 auto;
}

.deskmenu ul li {
  float: left;
  position: relative;
}

.deskmenu ul li ul {
  position: absolute;
}

.new-desk-menu {
  float: left;
}

.new-desk-menu li {
  float: left;
  margin-right: 22px;
  position: relative;
  padding-bottom: 18px;
}

.new-desk-menu li ul {
  box-shadow: -1px 2px 4px #d6d6d6;
  left: 0;
  position: absolute;
  text-align: left;
  top: 34px;
  width: 100%;
  display: none;
}

.new-desk-menu li:hover>ul {
  display: block;
}

.new-desk-menu li ul ul {
  box-shadow: none;
  left: 10px;
  position: relative;
  top: 6px;
  display: block;
}

.new-desk-menu li ul li {
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
  width: 260px;
  padding-bottom: 0;
}

.new-desk-menu li ul li a {
  padding: 8px 0 8px 23px;
  background: rgba(0, 0, 0, 0) url(../images/menu-hover-icon-small.png) no-repeat scroll 10px -10px;
  display: block;
}

.new-desk-menu li ul li.submenu-yes>a {
  font-weight: bold;
}

.new-desk-menu li.new-desk-menu-ul-li-1 ul li:hover {
  background: #ffc50c url(../images/menu-hover-icon-small.png) no-repeat scroll 10px 12px;
}

.new-desk-menu li ul li:hover>a {
  color: #fff;
}

.new-desk-menu span.arr {
  display: none;
}

.container-new {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.new-desk-menu li.new-desk-menu-ul-li-1>ul {
  background: #fff url(../images/menu-bg1.jpg) no-repeat scroll 98% center;
  border-bottom: 3px solid #ffc50c;
  border-top: 2px solid #ffc50c;
  box-sizing: border-box;
  padding: 10px 18px;
  width: 489px;
  z-index: 9999;
}

.new-desk-menu li.new-desk-menu-ul-li-1:hover>a {
  color: #ffc50c;
}

.new-desk-menu li.new-desk-menu-ul-li-2:hover>a {
  color: #ffc50c;
}

.new-desk-menu li.new-desk-menu-ul-li-3:hover>a {
  color: #ffc50c;
}

.new-desk-menu li.new-desk-menu-ul-li-4:hover>a {
  color: #ffc50c;
}

.new-desk-menu li.new-desk-menu-ul-li-5:hover>a {
  color: #c4a001;
}

.new-desk-menu li.new-desk-menu-ul-li-6:hover>a {
  color: #ffc50c;
}

.new-desk-menu li.new-desk-menu-ul-li-7:hover>a {
  color: #ffc50c;
}

.new-desk-menu li.new-desk-menu-ul-li-8:hover>a {
  color: #d9005f;
}

.new-desk-menu li:hover::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.new-desk-menu li.new-desk-menu-ul-li-1:hover::after {
  border-bottom: 5px solid #ffc50c;
}

.new-desk-menu li.new-desk-menu-ul-li-3:hover::after {
  border-bottom: 5px solid #ffc50c;
}

.new-desk-menu li.new-desk-menu-ul-li-4:hover::after {
  border-bottom: 5px solid #ffc50c;
}

.new-desk-menu li.new-desk-menu-ul-li-5:hover::after {
  border-bottom: 5px solid #ebc000;
}

.new-desk-menu li.new-desk-menu-ul-li-6:hover::after {
  border-bottom: 5px solid #ffc50c;
}

.new-desk-menu li.new-desk-menu-ul-li-7:hover::after {
  border-bottom: 5px solid #ffc50c;
}

.new-desk-menu li.new-desk-menu-ul-li-8:hover::after {
  border-bottom: 5px solid #ffc50c;
}

.new-desk-menu li.new-desk-menu-ul-li-3>ul {
  background: #fff
    /*url(../images/menu-bg2.jpg)*/
    no-repeat scroll 98% bottom;
  border-bottom: 3px solid #ffc50c;
  border-top: 2px solid #ffc50c;
  box-sizing: border-box;
  padding: 10px 6px;
  width: 580px;
  z-index: 9999;
  left: -184px;
}

.new-desk-menu li.new-desk-menu-ul-li-3 ul li:hover a {
  background: #ffc50c url(../images/menu-hover-icon-small.png) no-repeat scroll 10px 12px;
}

.new-desk-menu li.new-desk-menu-ul-li-3 ul li:hover li a {
  background: rgba(0, 0, 0, 0) url(../images/menu-hover-icon-small.png) no-repeat scroll 10px -10px;
}

.new-desk-menu li.new-desk-menu-ul-li-3 ul li li:hover a {
  background: #ffc50c url(../images/menu-hover-icon-small.png) no-repeat scroll 10px 12px !important;
}

.new-desk-menu li ul li.menuparent {
  border-bottom: 0;
}

.new-desk-menu li.new-desk-menu-ul-li-4>ul {
  background: #fff none repeat scroll 0 0;
  border-bottom: 3px solid #ffc50c;
  border-top: 2px solid #ffc50c;
  box-sizing: border-box;
  left: -110px;
  padding: 10px 6px;
  width: 291px;
  z-index: 9999;
}

.new-desk-menu li.new-desk-menu-ul-li-4 ul li:hover a {
  background: #ffc50c url(../images/menu-hover-icon-small.png) no-repeat scroll 10px 12px;
}

.new-desk-menu li.new-desk-menu-ul-li-4 ul li:hover li a {
  background: rgba(0, 0, 0, 0) url(../images/menu-hover-icon-small.png) no-repeat scroll 10px -10px;
}

.new-desk-menu li.new-desk-menu-ul-li-4 ul li li:hover a {
  background: #ffc50c url(../images/menu-hover-icon-small.png) no-repeat scroll 10px 12px !important;
}

.new-desk-menu li.new-desk-menu-ul-li-5>ul {
  background: #fff url(../images/menu-bg3.jpg) no-repeat scroll 98% center;
  border-bottom: 3px solid #ebc000;
  border-top: 2px solid #ebc000;
  box-sizing: border-box;
  left: -100px;
  padding: 10px 18px 100px;
  width: 489px;
  z-index: 9999;
}

.new-desk-menu li.new-desk-menu-ul-li-5 ul li:hover a {
  background: #ebc000 url(../images/menu-hover-icon-small.png) no-repeat scroll 10px 12px;
}

.new-desk-menu li.new-desk-menu-ul-li-6>ul {
  background: #fff
    /*url(../images/menu-bg4.jpg)*/
    no-repeat scroll 98% center;
  border-bottom: 3px solid #ffc50c;
  border-top: 2px solid #ffc50c;
  box-sizing: border-box;
  left: -110px;
  padding: 10px 18px 100px;
  width: 300px;
  z-index: 9999;
}

.new-desk-menu li.new-desk-menu-ul-li-6 ul li:hover a {
  background: #ffc50c url(../images/menu-hover-icon-small.png) no-repeat scroll 10px 12px;
}

.new-desk-menu li.new-desk-menu-ul-li-7>ul {
  background: #fff url(../images/menu-bg5.jpg) no-repeat scroll 98% center;
  border-bottom: 3px solid #ffc50c;
  border-top: 2px solid #ffc50c;
  box-sizing: border-box;
  left: -291px;
  padding: 10px 18px 80px;
  width: 440px;
  z-index: 9999;
}

.new-desk-menu li.new-desk-menu-ul-li-7 ul li:hover a {
  background: #ffc50c url(../images/menu-hover-icon-small.png) no-repeat scroll 10px 12px;
}

.new-desk-menu li.new-desk-menu-ul-li-8>ul {
  background: #fff url(../images/menu-bg6.jpg) no-repeat scroll 98% center;
  border-bottom: 3px solid #ffc50c;
  border-top: 2px solid #ffc50c;
  box-sizing: border-box;
  left: -375px;
  padding: 10px 18px 80px;
  width: 440px;
  z-index: 9999;
}

.new-desk-menu li.new-desk-menu-ul-li-8 ul li:hover a {
  background: #ffc50c url(../images/menu-hover-icon-small.png) no-repeat scroll 10px 12px;
}

.googer-search {
  float: right;
  position: absolute;
  right: 58px;
  top: -14px;
}

.red-herring {
  position: absolute;
  right: 0;
  top: -14px;
}

.banner-bottom-shdow {
  position: absolute;
  text-align: right;
  top: 55px;
  width: 100%;
  z-index: 99;
}

.menu1 {
  display: none;
}

.inside-banner {
  padding-top: 40px;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../images/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/blank.gif);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 999999999;
  background: url(../images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(../images/fancybox_sprite%402x.png);
    background-size: 44px 152px;
  }

  #fancybox-loading div {
    background-image: url(../images/fancybox_loading%402x.gif);
    background-size: 24px 24px;
  }
}

.twiter-wrap {
  background: #3ebce5 none repeat scroll 0 0;
  padding: 13px 0 25px 0;
  position: relative;
  width: 100%;
}

.twiter-wrap::before {
  background: #2b7bb9;
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
}

.tweet>a {
  color: #fff;
  font-weight: bold;
}

#tweeter li {
  line-height: 22px;
  position: relative;
  vertical-align: top;
}

#tweeter li::after {
  background: rgba(0, 0, 0, 0) url(../images/border-img-twitter.jpg) repeat-x scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  display: none;
}

.twiter-wrap h2 {
  background: rgba(0, 0, 0, 0) url(../images/twiter-icon-yellow.png) no-repeat scroll 1px 5px;
  color: #fff002;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  padding-bottom: 25px;
  padding-left: 45px;
  position: relative;
  vertical-align: top;
}

.twiter-wrap h2:after {
  background: rgba(0, 0, 0, 0) url(../images/border-img-twitter.jpg) repeat-x scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.tweet {
  display: inline-block;
  width: 50%;
  position: relative;
}

.twiter-wrap .tweet:last-child {
  margin-left: 5%;
  margin-right: 0;
  padding-right: 0;
  vertical-align: top;
}

.twiter-wrap .bx-wrapper {
  position: relative;
}

.twiter-wrap .bx-wrapper::after {
  background: rgba(0, 0, 0, 0) url(../images/border-img-twitter-top.jpg) repeat-y scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -2px;
  width: 2px;
}

.twiter-wrap .bx-wrapper:before {
  background: rgba(0, 0, 0, 0) url(../images/border-img-twitter.jpg) repeat-x scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.tweet>strong {
  color: #000;
  display: inline-block;
  margin-bottom: 6px;
  width: 100%;
}

.tw-link {
  display: block;
  text-align: right;
}

.tweet {
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  line-height: 21px;
  margin-right: 2%;
}

.tweet a {
  color: #000;
  text-decoration: underline;
}

.blog-right h2 {
  display: none;
}

.custom-blog-new {
  width: 289px;
  float: right;
  margin-top: 30px;
  padding-right: 3px;
}

.dw {
  display: none;
}

.inside-container .ab-ul img {
  width: 100%;
  margin: 0;
}

.ab-list li {
  display: inline-block;
  width: 24%;
  margin-right: 12px;
  vertical-align: top;
}

.ab-list li:last-child {
  margin-right: 0;
}

.ab-ul {
  position: relative;
  overflow: hidden;
}

.ab-list li {
  position: relative;
}

.ab-list .director-hover {
  opacity: 0;
  position: absolute;
  bottom: -121px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.ab-list li:hover .director-hover {
  opacity: 1;
  bottom: 0;
  height: 100%;
  padding: 0 15px;
  text-align: center;
  color: #fff;
}

.ab-list .director-hover.clor1 {
  background: #0099b8;
}

.ab-list .director-hover.clor2 {
  background: #e53f25;
}

.ab-list .director-hover.clor3 {
  background: #2c9107;
}

.ab-list .director-hover.clor4 {
  background: #ed0d6e;
}

.ab-list li .director-hover .ab-heading {
  padding: 106px 0 0;
}

.ab-list li .gallery-view-all {
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-top: 7px;
  padding: 5px 10px;
  position: relative;
}

.ab-list li .gallery-view-all a {
  color: #fff;
}

.ab-list li .gallery-view-all a:hover {
  color: #000;
}

.ab-list li .gallery-view-all a::before {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 23%;
  left: 0;
  position: absolute;
  width: 100%;
}

.ab-list li .ab-ul .director-hover .ab-heading {
  color: #fff;
  font-family: PMNCaeciliaW01-55Roman;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 23px;
  text-transform: uppercase;
}

.director-hover span {
  display: block;
}

.service::after {
  background: rgba(0, 0, 0, 0) url(../images/side-overview.png) no-repeat scroll 0 0;
  width: 296px;
  height: 296px;
  position: absolute;
  top: -295px;
  right: 0;
  content: "";
  display: none;
}

.service {
  position: relative;
}

.creation::after {
  background: rgba(0, 0, 0, 0) url(../images/new-year.png) no-repeat scroll 0 0;
  content: "";
  height: 178px;
  position: absolute;
  right: 51px;
  top: 0;
  width: 240px;
  z-index: 999;
  display: none;
}

.creation {
  position: relative;
}

.footer-top {
  position: relative;
}

.footer-top::after {
  background: rgba(0, 0, 0, 0) url(../images/footer.png) no-repeat scroll 0 0;
  width: 458px;
  height: 236px;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.popup-quick-enquiry {
  position: fixed;
  top: 370px;
  right: 0;
  z-index: 9999;
  width: 30px;
  height: 160px;
  z-index: 999999999;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.popup-quick-enquiry.open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.popup-quick-enquiry .heading {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
  width: 160px;
  height: 30px;
  line-height: 30px;
  background: #019aba;
  text-align: center;
  -webkit-transform: rotate(90deg) translate(65px, 65px);
  -moz-transform: rotate(90deg) translate(65px, 65px);
  transform: rotate(90deg) translate(65px, 65px);
}

.popup-quick-enquiry .heading:before {
  background: url(../images/quick-bees.png) no-repeat 0 0;
  width: 18px;
  height: 17px;
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 5px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.popup-quick-enquiry .block-webform {
  position: absolute;
  right: -400px;
  top: -200%;
  width: 335px;
  background: #019aba;
  padding: 20px 30px 25px 50px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.popup-quick-enquiry .block-webform:after {
  content: "";
  display: block;
  width: 84px;
  height: 171px;
  background: url(../images/wiz-form.png) no-repeat 0 0;
  position: absolute;
  bottom: 0;
  left: -42px;
}

.popup-quick-enquiry .block-webform.open {
  right: 0;
}

.popup-quick-enquiry .block-webform .block-title {
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
}

.popup-quick-enquiry .block-webform .block-title:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 19px;
  background: url(../images/sprite.png) no-repeat 0 0;
  margin-right: 9px;
}

.popup-quick-enquiry #webform-ajax-wrapper-589,
.ibees-popup-form-inner {
  margin-top: 25px;
}

.popup-quick-enquiry .form-text,
.popup-quick-enquiry .form-select,
.popup-quick-enquiry .form-textarea {
  border: 0 none;
  height: 40px;
  width: 100%;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: none;
  color: #fff;
  border-bottom: 1px solid rgba(215, 223, 230, 0.2);
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-quick-enquiry .form-select option {
  color: #000;
}

.popup-quick-enquiry .form-text::-webkit-input-placeholder,
.popup-quick-enquiry .form-select::-webkit-input-placeholder,
.popup-quick-enquiry .form-textarea::-webkit-input-placeholder,
.popup-quick-enquiry .popup-captch .captcha::-webkit-input-placeholder {
  color: #fff;
}

.popup-quick-enquiry .form-text::-moz-placeholder,
.popup-quick-enquiry .form-select::-moz-placeholder,
.popup-quick-enquiry .form-textarea::-moz-placeholder,
.popup-quick-enquiry .popup-captch .captcha::-moz-placeholder {
  color: #fff;
}

.popup-quick-enquiry .form-text:-ms-input-placeholder,
.popup-quick-enquiry .form-select:-ms-input-placeholder,
.popup-quick-enquiry .form-textarea:-ms-input-placeholder,
.popup-quick-enquiry .popup-captch .captcha:-ms-input-placeholder {
  color: #fff;
}

.popup-quick-enquiry .form-text:-moz-placeholder,
.popup-quick-enquiry .form-select:-moz-placeholder,
.popup-quick-enquiry .form-textarea:-moz-placeholder,
.popup-quick-enquiry .popup-captch .captcha:-moz-placeholder {
  color: #fff;
}

.popup-quick-enquiry .form-select {
  padding: 10px 5px;
}

.popup-quick-enquiry .form-textarea {
  height: 70px;
  resize: none;
}

.popup-quick-enquiry .form-item {
  margin: 0 0 10px;
  position: relative;
}

.popup-quick-enquiry .popup-captch {
  margin-top: 20px;
}

.popup-quick-enquiry .popup-captch .captcha {
  margin-top: 0;
  width: 170px;
  background: none;
  border: 1px solid rgba(215, 223, 230, 0.2);
  color: #fff;
  text-align: center;
  height: 25px;
  vertical-align: top;
}

.popup-quick-enquiry .webform-component--name:after {
  content: "";
  display: block;
  width: 30px;
  height: 35px;
  background: url(../images/sprite.png) no-repeat 4px -55px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 1px solid rgba(215, 223, 230, 0.2);
}

.popup-quick-enquiry .webform-component--mobile:after {
  content: "";
  display: block;
  width: 30px;
  height: 35px;
  background: url(../images/sprite.png) no-repeat 5px -110px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 1px solid rgba(215, 223, 230, 0.2);
}

.popup-quick-enquiry .webform-component--email:after {
  content: "";
  display: block;
  width: 30px;
  height: 35px;
  background: url(../images/sprite.png) no-repeat 7px -172px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 1px solid rgba(215, 223, 230, 0.2);
}

.popup-quick-enquiry .webform-component--company:after {
  content: "";
  display: block;
  width: 30px;
  height: 35px;
  background: url(../images/sprite.png) no-repeat 7px -220px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 1px solid rgba(215, 223, 230, 0.2);
}

.popup-quick-enquiry .webform-component--services {
  border-bottom: 1px solid rgba(215, 223, 230, 0.2);
}

.popup-quick-enquiry .webform-component--services .form-select {
  width: 300px;
  border-bottom: 0;
  outline: 0;
  padding-left: 0;
}

.popup-quick-enquiry .webform-component--services:after {
  content: "";
  display: block;
  width: 30px;
  height: 35px;
  background: url(../images/sprite.png) no-repeat 7px -266px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 1px solid rgba(215, 223, 230, 0.2);
}

.popup-quick-enquiry .webform-component--comments:after {
  content: "";
  display: block;
  width: 30px;
  height: 35px;
  background: url(../images/sprite.png) no-repeat 4px -331px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(215, 223, 230, 0.2);
  border-bottom: 1px solid rgba(215, 223, 230, 0.2);
}

.popup-quick-enquiry .webform-component--comments .grippie {
  display: none;
}

.popup-quick-enquiry .form-actions {
  margin: 15px 0 0;
}

.popup-quick-enquiry .form-actions input {
  display: inline-block;
  border: 0;
  background-color: #e53f25;
  text-transform: uppercase;
  color: #fff;
  line-height: 0.8;
  padding: 12px 20px;
  cursor: pointer;
  transition: all ease 0.5s;
}

.popup-quick-enquiry .form-actions input:hover {
  background-color: #05778f;
}

.popup-quick-enquiry .close-fome {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  text-transform: lowercase;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.popup-quick-enquiry .close-fome:hover {
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
}

.vac-body.privacy-policy-list li {
  background: url(../images/menu-hover-icon-small.png) no-repeat scroll 2px -17px !important;
}

.sp-image-container,
.sp-mask,
.sp-slide1,
.sp-slide2,
.sp-slide3,
.sp-slide4,
.sp-thumbnail-container,
li.gallery-catagory {
  overflow: hidden;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  bottom: 6px;
  position: absolute;
  right: 0;
  width: 1162px;
  z-index: 99999;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #e5e4e3;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #ed1b2f;
}

.bx-wrapper .bx-prev {
  background: url(../images/slider-left-arrow.jpg) no-repeat rgba(0, 0, 0, 0);
  right: 90px;
}

.bx-wrapper .bx-next {
  right: 50px;
  background: url(../images/slider-right-arrow.jpg) no-repeat;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a {
  height: 22px;
  margin-top: 0;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  top: -18px;
  width: 42px;
  z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(css/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(css/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

ul.cllogos {
  float: left;
  width: 100%;
}

ul.cllogos li {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  float: left;
  height: 80px;
  padding-top: 15px;
  text-align: center;
  width: 170px;
}

ul.cllogos li img {
  float: none !important;
  margin-left: 0 !important;
}

li.gallery-catagory {
  float: left;
  margin: 0.2% -2px;
  position: relative;
  width: 33%;
}

li.gallery-catagory .gallery-cate-img-wrapper img {
  height: 100%;
  width: 97%;
}

li.gallery-catagory .content-wrapper-hr {
  background: #ea0c6d;
  bottom: -400px;
  left: 0;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 97%;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  z-index: 99;
}

li.gallery-catagory:hover .content-wrapper-hr {
  bottom: 0;
  height: 100%;
}

li.gallery-catagory .content-wrapper-hr span {
  margin: 138px auto 0;
  width: 90%;
  color: #fff;
  display: block;
  line-height: 21px;
}

li.gallery-catagory .content-wrapper-hr h1.gallery-category-title {
  line-height: normal;
  color: #fff;
  font-family: PMNCaeciliaW01-55Roman;
  font-size: 30px;
  margin-bottom: 23px;
  text-transform: uppercase;
}

li.gallery-catagory .content-wrapper-hr .gallery-view-all {
  position: relative;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 10px;
}

li.gallery-catagory .content-wrapper-hr .gallery-view-all a {
  color: #fff;
}

li.gallery-catagory .content-wrapper-hr .gallery-view-all a:hover {
  color: #000;
}

li.gallery-catagory .content-wrapper-hr .gallery-view-all a:before {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 23%;
  left: 0;
  position: absolute;
  width: 100%;
}

.slider-pro,
.sp-mask,
.sp-slides {
  position: relative;
}

.ib-gallery-wrap a img {
  height: 100%;
  margin: 0.1%;
  width: 24%;
}

.ib-gallery-wrap a {
  margin: 2px;
}

ul.site-map-menu li {
  border-bottom: 1px solid #eee;
  color: #000;
  float: left;
  font-family: DIN-RegularAlternate;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.sp-image,
.sp-thumbnail {
  border: 0;
}

ul.site-map-menu li a {
  color: #535353;
  display: block;
}

.slider-pro {
  margin: 0 auto;
}

.sp-slides-container {
  position: relative;
  background: url(image/pattern.jpg);
}

.sp-slides {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  width: 1200px !important;
  margin: 0 auto;
  height: 435px !important;
}

.sp-image {
  position: relative;
  display: block;
  width: 100% !important;
  margin: 0 auto;
  z-index: 99999;
}

.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
}

.sp-bottom-thumbnails,
.sp-top-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-left-thumbnails,
.sp-right-thumbnails,
.sp-top-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
}

.sp-left-thumbnails {
  left: 0;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 0 solid#fff;
}

#example2 .sp-thumbnail-title,
.vid-left-girl {
  display: none;
}

.sp-bottom-thumbnails .sp-thumbnail-container,
.sp-top-thumbnails .sp-thumbnail-container {
  margin-left: 0;
  margin-right: 0;
}

.sp-bottom-thumbnails .sp-thumbnail-container:first-child,
.sp-top-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-bottom-thumbnails .sp-thumbnail-container:last-child,
.sp-top-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-selected-thumbnail {
  background: #f36c40;
  border-top: 0 solid #f36c40;
}

#example1 .sp-selected-thumbnail .sp-thumbnail,
#example1 .sp-thumbnail:hover {
  background: #722908;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "\25c0";
  position: absolute;
  font-family: Arial;
  font-size: 16px;
  line-height: 1;
  color: red;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.ie10 .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
.ie11 .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
.ie9 .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "\25bc";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "\25ba";
  position: absolute;
  font-family: Arial;
  font-size: 16px;
  line-height: 1;
  color: red;
  right: 0;
  top: 50%;
  margin-top: -6px;
}

.ie10 .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
.ie11 .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
.ie9 .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "\25b2";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-bottom-thumbnails.sp-has-pointer {
  border-top-color: #fff;
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
  left: 0;
  margin-top: -136px;
  position: relative;
  z-index: 999999;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 0;
  margin-top: 0 !important;
  cursor: pointer;
}

#example1 .sp-thumbnail {
  width: 100%;
  padding: 10px 8px 10px 13px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#example1 .sp-thumbnail-title {
  color: #fff;
  font-family: DIN-Medium;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 5px;
  text-shadow: 1px 0 rgba(0, 0, 0, 0.21);
}

#example1 .sp-thumbnail-description {
  color: #fff;
  font-family: DIN-Medium;
  font-size: 15px;
  line-height: 17px;
  margin: 7px 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.21);
}

.bannen1-tooltip {
  background: url(image/tooptip.png) no-repeat;
  height: 100%;
  left: 78px;
  position: absolute;
  top: 8px;
  width: 100%;
  z-index: 99999;
}

#example2 .sp-thumbnail-container-inside {
  background: rgba(0, 0, 0, 0.62);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
}

#example2 .sp-thumbnail-arrows {
  bottom: 105px;
  position: absolute;
  width: 100%;
  z-index: 9999999;
}

#example2 .sp-previous-thumbnail-arrow {
  background: url(../images/video-left-arrow.png);
  height: 80px;
  left: -35px;
  position: absolute;
  width: 20px;
}

#example2 .sp-next-thumbnail-arrow {
  background: url(../images/video-right-arrow.png);
  height: 80px;
  position: absolute;
  right: -35px;
  width: 20px;
}

.interactivebees_video .vid-right-girl {
  bottom: 0;
  display: none;
  height: 228px;
  position: absolute;
  right: 15px;
  width: 111px;
}

#example2 .sp-slides-container {
  background: #000;
}

#example2 .sp-bottom-thumbnails.sp-has-pointer {
  margin-top: 10px;
}

#example2 .sp-thumbnail-container {
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}

#example2 .sp-selected-thumbnail .sp-thumbnail-container-inside {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #e89019;
  box-sizing: border-box;
  padding: 2px;
}

#example2 .sp-thumbnail img {
  margin: 0;
  float: none;
}

@media screen and (max-width: 1100px) {
  li.gallery-catagory .content-wrapper-hr span {
    margin: 70px auto 0;
  }

  li.gallery-catagory .content-wrapper-hr h1.gallery-category-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  li.gallery-catagory .content-wrapper-hr h1.gallery-category-title {
    font-size: 18px;
  }

  li.gallery-catagory .content-wrapper-hr span {
    margin: 53px auto 0;
  }
}

@media screen and (max-width: 700px) {
  .gallery-category-desc {
    display: none;
  }

  li.gallery-catagory .content-wrapper-hr span {
    margin: 81px auto 0;
  }
}

@media screen and (max-width: 500px) {
  li.gallery-catagory {
    width: 49%;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(+200px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(+200px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@-webkit-keyframes fadeInUpLarge {
  0% {
    opacity: 0;
    transform: translateY(1000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadeInUpLarge {
  0% {
    opacity: 0;
    transform: translateY(1000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadeInDownLarge {
  0% {
    opacity: 0;
    transform: translateY(-1000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadeInDownLarge {
  0% {
    opacity: 0;
    transform: translateY(-1000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadeInLeftLarge {
  0% {
    opacity: 0;
    transform: translateX(-1000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes fadeInLeftLarge {
  0% {
    opacity: 0;
    transform: translateX(-1000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@-webkit-keyframes fadeInRightLarge {
  0% {
    opacity: 0;
    transform: translateX(1000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes fadeInRightLarge {
  0% {
    opacity: 0;
    transform: translateX(1000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@-webkit-keyframes height {
  0% {
    height: 0;
  }

  20% {
    height: 100%;
  }

  50% {
    height: 0;
  }

  100% {
    height: 0;
  }
}

@keyframes height {
  0% {
    height: 0;
  }

  20% {
    height: 100%;
  }

  50% {
    height: 0;
  }

  100% {
    height: 0;
  }
}

@-webkit-keyframes swingn {
  0% {
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }

  50% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

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

@keyframes swingn {
  0% {
    -webkit-transform: rotate(-0deg);
    -ms-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }

  50% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

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

@-webkit-keyframes fadeInDownnew {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  10% {
    opacity: 1;
    transform: translateY(0px);
  }

  20% {
    opacity: 1;
    transform: translateY(0px);
  }

  50% {
    opacity: 1;
    transform: translateY(0px);
  }

  70% {
    opacity: 1;
    transform: translateY(0px);
  }

  90% {
    opacity: 1;
    transform: translateY(0px);
  }

  100% {
    opacity: 1;
    transform: translateY(-150px);
  }
}

@keyframes fadeInDownnew {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  10% {
    opacity: 1;
    transform: translateY(0px);
  }

  20% {
    opacity: 1;
    transform: translateY(0px);
  }

  50% {
    opacity: 1;
    transform: translateY(0px);
  }

  70% {
    opacity: 1;
    transform: translateY(0px);
  }

  90% {
    opacity: 1;
    transform: translateY(0px);
  }

  100% {
    opacity: 1;
    transform: translateY(-150px);
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

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

@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }

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

@-webkit-keyframes swingd {
  0% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
}

@keyframes swingd {
  0% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
}

@media screen and (max-width: 1100px) {
  .blog-left {
    display: none;
  }

  .red-herring,
  .googer-search {
    display: none;
  }

  .menu1 {
    cursor: pointer;
    display: block;
    float: right;
    margin-left: 17px;
  }

  .hader-right {
    float: right;
    margin-right: 56px;
    text-align: right;
  }

  .new-desk-menu {
    display: none;
  }

  .banner,
  .banner-up,
  .inside-banner img.banner-bg,
  .seven-year,
  .team-slider-wiz,
  .thresixtytwo {
    display: none;
  }

  .blog,
  .newsletter,
  .service {
    overflow: hidden;
  }

  .heading-team-brief {
    line-height: 26px;
  }

  .team-brief ul li {
    min-height: 320px;
  }

  .transition-story-left {
    background: right top no-repeat #7daf20;
    min-height: 314px;
    padding: 50px 32px 50px 40px;
    width: 47%;
  }

  .back-than-right {
    background: left -1px no-repeat #ffc50c;
    min-height: 331px;
    padding: 50px 40px 25px 24px;
    width: 49%;
  }

  .and-now-left {
    min-height: 320px;
    padding: 50px 20px 50px 40px;
    width: 48%;
    background-image: none;
  }

  .flash-logo li .branding-div-right-hed-sep {
    position: relative;
  }

  .for-bg {
    background: 0 0;
  }

  .cration-product-hover-heading {
    margin-bottom: 10px;
  }

  .achievment-li li {
    width: 33%;
  }

  ul.cllogos li {
    width: 16.5%;
  }

  .webd-top ul li.webd-top-ul-li-even .webd-top-right,
  .webd-top ul li.webd-top-ul-li-odd .webd-top-left {
    width: 25%;
  }

  .webd-top ul li.webd-top-ul-li-even .webd-top-left,
  .webd-top ul li.webd-top-ul-li-odd .webd-top-right {
    width: 75%;
  }

  .press-realse-left,
  .press-realse-right {
    width: 48%;
  }

  .inside-container .text .press-realse-right img {
    width: 86% !important;
    margin-top: 120px;
  }

  .online-brand-sep-new li {
    min-height: 254px;
    width: 25%;
  }

  .cost-heading {
    font-size: 22px;
  }

  .cover-enq-form {
    float: left;
    margin-left: 8px;
    margin-right: 14px;
    width: 475px;
  }

  .hover-data-come-offline,
  .offline-brand-sep {
    width: 100%;
    position: relative;
  }

  #webform-client-form-1 .captcha {
    bottom: 104px;
    left: 6px;
    position: absolute;
  }

  .offline-brand-sep li.offline-brand-sep-ul-li-7 {
    position: relative;
    right: 0;
  }

  .hover-data-come-offline {
    border: 0 solid #000;
    bottom: 0;
    clear: both;
    height: 331px;
    margin-top: 10px;
    right: 0;
    top: 20px;
  }

  .offline-cover {
    padding: 5px;
  }

  .offline-brand-sep li {
    width: 246px;
    height: 195px;
  }

  .branding-div-right-hed-sep {
    margin-top: 20px;
  }

  .online-brand-sep li {
    min-height: 280px;
    width: 25%;
  }

  .inside-container .text .branding-div-left-sep img {
    width: auto !important;
  }

  .join-hive-wraper .join-hive {
    min-height: inherit;
    padding: 50px 25px;
    width: 100%;
  }

  .vac-body li {
    font-family: PMNCaeciliaW01-55Roman;
    margin-bottom: 8px;
    padding-left: 8px;
    padding-right: 0;
  }

  .footer-top-left .footer-menu li {
    box-sizing: border-box;
    clear: both;
    float: left;
    margin-bottom: 4px;
    margin-right: 0;
    padding-right: 15px;
    width: auto;
  }

  .footer-top-left .footer-menu li li {
    clear: none;
  }

  .creation-data .centered-btns_nav {
    top: -19px;
  }

  #custom-subscription input.form-text {
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
    padding: 8px;
    width: 265px;
  }

  .footer-top-left {
    float: left;
    width: 100%;
  }

  .footer-top-right {
    float: right;
    text-align: center;
    width: 100%;
  }

  .director-heading {
    padding-top: 185px;
  }

  .rslides11 li {
    margin: 11px 3px;
    width: 49%;
  }

  .inner-testimonial-logo {
    float: left;
    width: 100px;
  }

  .inner-testimonial-logo img {
    width: 100%;
    height: auto;
  }

  .value-ibees {
    width: 70%;
  }

  .core-value-full ul li {
    min-height: 398px;
    padding: 30px;
    transition: all 0.6s ease 0;
    width: 50%;
    border-bottom: 1px solid #fff;
  }

  .new-cover-four-div .form-item-captcha-response {
    bottom: 70px;
  }

  .what-new-inside-left {
    width: 70%;
  }

  .value-ibees-right {
    float: right;
    margin-top: 76px;
    width: 28%;
  }

  .what-new-inside-logo img {
    width: 100px;
    height: 100px;
  }

  .what-new-inside-logo {
    left: 0;
    position: absolute;
    top: -52px;
  }

  .corporate-vedeo,
  .inside-banner-text,
  .video-come {
    position: relative;
  }

  .what-new-inside-title {
    margin: 35px 0 10px 91px;
  }

  .what-new-inside-right {
    width: 28%;
  }

  .what-new-inside-right img {
    width: 100%;
    height: auto;
  }

  .portfolio-product-div ul li {
    width: 32.6%;
    margin-right: 6px;
  }

  .port-des {
    height: 74px;
    padding: 11px 10px 8px;
  }

  .portfolio-product-div ul li img {
    width: 100%;
    height: auto;
  }

  .rac .racc {
    height: 150px;
    margin-left: -20px;
    width: 150px;
  }

  .rac .racc p span {
    font-size: 16px;
    padding-top: 135px;
  }

  .rac {
    padding: 359px 0 289px;
  }

  .corporate-presention,
  .inside-banner {
    padding-bottom: 0;
  }

  .team-brief ul li {
    padding-top: 25px;
  }

  .inside-banner {
    background: #ffdb28;
    padding-top: 190px;
  }

  .inside-banner-text-text {
    box-sizing: border-box;
    margin-top: -172px;
    padding-left: 300px;
    padding-right: 45px;
    text-align: right;
    transform: rotate(0);
    width: 100%;
  }

  .new-small-heading {
    width: 95%;
  }

  .corporate-vedeo {
    background: url(../images/corporate-v-img.jpg) no-repeat rgba(0, 0, 0, 0);
    cursor: pointer;
    width: 96%;
    background-size: 100%;
    height: 200px;
  }

  .corporate-brochure img {
    height: auto;
    width: 100%;
  }

  .quick-inquiry-form {
    background-repeat: repeat-y;
  }

  .corporate-heading img {
    width: auto;
  }

  .inside-banner-text-image {
    width: 200px;
  }

  .inside-banner-text-image img {
    width: 100%;
    height: auto;
  }

  .slick-slide img {
    height: 247px;
  }

  .resp-slider {
    display: block;
  }

  .desk-banner {
    display: none;
  }

  .banner,
  .banner-up {
    height: 400px !important;
  }

  .header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: absolute;
    width: 98%;
  }

  .banner-bottom-shdow {
    display: none;
  }

  .container {
    width: 98%;
    margin: 0 auto;
  }

  .what-new-div {
    width: 38%;
    padding: 22px 10px;
  }

  .ibees-wiz {
    width: 20%;
    padding: 48px 10px;
  }

  .ibees-wiz img {
    width: 80%;
    height: auto;
  }

  .what-new-div-left {
    width: 80px;
  }

  .what-new-div-left img {
    width: 100%;
    height: auto;
  }

  .what-new-div-right {
    float: right;
    width: 70%;
  }

  .footer-gallery {
    width: 41.8%;
  }

  .newsletter {
    box-sizing: border-box;
    width: 27%;
  }

  .blog-left {
    float: left;
    width: 98px;
  }

  .blog {
    box-sizing: border-box;
    padding: 0 10px;
    width: 41%;
  }

  .resp-slider li {
    box-sizing: border-box;
    height: 400px;
    line-height: 25px;
    padding: 200px 357px 50px 42px;
    width: 100% !important;
  }

  .resp-slider .bx-controls {
    display: block;
  }

  .wiz1 {
    display: none;
  }

  .bx-wrapper .bx-controls-auto .bx-controls-auto-item,
  .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    /* float: left; */
  }

  .bx-wrapper .bx-controls-auto,
  .bx-wrapper .bx-pager {
    width: 96%;
    padding-bottom: 20px;
  }

  .service {
    background: url(../images/service-bg.jpg) center top repeat-y fixed rgba(0, 0, 0, 0);
    width: 100%;
  }

  .video-come {
    width: 80% !important;
    height: auto !important;
  }

  .video-come img {
    width: 100%;
    height: auto;
    display: block;
  }

  .videopart .cration-product-hover {
    padding: 13px 0 27px;
  }

  .cration-product-hover {
    padding: 38px 0;
  }

  .cration-link {
    margin-top: 0;
  }

  .creative-studio {
    padding: 15px 0;
  }

  #webform-client-form-72 .form-item input.form-file {
    width: 241px;
  }

  .print-logo li {
    margin: 0;
    width: 25%;
  }

  .flash-logo li,
  .online-bc li,
  .video-logo li {
    margin: 0;
    width: 33%;
    min-height: 254px;
  }

  .hover-data-come-offline .readmore {
    bottom: 14px;
  }

  .cration-product-hover-heading {
    font-size: 17px;
  }

  .search-header {
    float: right;
    margin-right: 1px;
  }
}

@media screen and (max-width: 800px) {
  .googer-search {
    display: none;
  }

  .hader-right {
    margin-right: 0;
  }

  .blog,
  .newsletter {
    box-sizing: border-box;
  }

  #webform-client-form-72 .form-item label {
    width: 100%;
  }

  .inside-container .text .webtop-text img {
    float: none;
    height: auto;
    width: 100%;
  }

  .transition-story-left {
    min-height: inherit;
    padding: 50px 32px 19px 40px;
    width: 62%;
  }

  .and-now-right,
  .back-than-left,
  .transition-story-right {
    width: 37%;
  }

  .inside-container .text .and-now-right img,
  .inside-container .text .back-than-left img,
  .inside-container .text .transition-story-right img {
    float: right;
    height: auto;
    width: 100%;
  }

  .and-now-left,
  .back-than-right {
    width: 62%;
  }

  .cost-div li p {
    width: 80%;
  }

  .inside-container .text .cost-div li img {
    margin-top: 74px;
    width: 100px !important;
  }

  ul.cllogos li {
    width: 19.5%;
  }

  ul.cllogos li img {
    width: 100% !important;
    height: auto;
  }

  .achievment-li li {
    width: 31%;
  }

  .inside-container .text img {
    float: right;
    height: auto;
    width: 250px;
  }

  .webd-top ul li.webd-top-ul-li-even .webd-top-right,
  .webd-top ul li.webd-top-ul-li-odd .webd-top-left {
    font-size: 27px;
    padding-left: 12px;
    padding-top: 62px;
  }

  #webform-client-form-72 .captcha img {
    left: 260px;
    position: absolute;
    top: 25px;
  }

  #webform-client-form-72 .captcha .reload-captcha-wrapper {
    left: 0;
    position: absolute;
    top: 87px;
  }

  .blog,
  .cost-img {
    top: 0;
    overflow: hidden;
  }

  .press-realse-right {
    width: 100%;
    text-align: center;
  }

  .inside-container .text .press-realse-right img {
    margin: 0 auto;
    width: 54% !important;
    position: relative;
    display: inline-block;
    float: none;
  }

  .press-realse-left {
    width: 100%;
  }

  .online-brand-sep-new li {
    min-height: 238px;
    width: 50%;
  }

  .cost-div li {
    min-height: inherit;
    width: 100%;
  }

  .cost-img {
    float: none;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    text-align: right !important;
    width: 100px;
  }

  .cost-heading {
    margin: 17px 0 30px;
  }

  .cover-enq-form {
    width: 47%;
  }

  #webform-client-form-1 .webform-component label {
    float: left;
    padding-bottom: 4px;
    padding-top: 0;
    width: 87px;
  }

  #webform-client-form-1 .webform-component .form-textarea-wrapper,
  #webform-client-form-1 .webform-component input {
    width: 235px;
  }

  #webform-client-form-1 .captcha input {
    background: #f7f7f7;
    border-width: 1px;
    color: #000;
    float: left;
    font-family: PMNCaeciliaW01-45Light;
    font-size: 15px;
    padding: 9px;
    width: 213px;
  }

  .blog,
  .team-brief ul li.team-brief-ul-li-even::before {
    border-left: 0;
  }

  .captcha img {
    position: absolute;
    right: 20px;
  }

  .webform-client-form-394 .captcha img {
    right: auto;
  }

  .webform-client-form-394 .reload-captcha-wrapper {
    margin-top: 50px;
  }

  #webform-client-form-1 .captcha label {
    float: left;
    padding-top: 8px;
    width: 109px;
  }

  .align-center {
    width: 80%;
    height: auto;
  }

  .online-brand-sep li {
    width: 33%;
  }

  .creation {
    background: 0 0;
  }

  .director-heading {
    font-size: 26px;
    line-height: 35px;
    padding-bottom: 9px;
    padding-top: 150px;
    text-transform: uppercase;
  }

  .inner-testimonial-logo {
    float: right;
  }

  .rslides11 li {
    min-height: 315px;
  }

  .core-value-full ul li {
    min-height: 455px;
  }

  .new-cover-four-div .form-item-captcha-response input {
    border: 0;
    margin-left: 91px;
    padding: 8px;
    width: 64px;
  }

  .new-cover-four-div .form-item-captcha-response {
    bottom: 90px;
  }

  .team-brief ul li {
    min-height: inherit;
    padding-bottom: 30px;
    padding-top: 20px;
    width: 100%;
  }

  .team-brief ul li.team-brief-ul-li-even {
    padding-left: 0;
  }

  .team-brief ul li.team-brief-ul-li-odd {
    padding-right: 0;
  }

  .res-slider-team {
    display: block;
  }

  .teamslider {
    display: none;
  }

  .blog {
    border-bottom: 1px solid #ccc;
    border-right: 0 none;
    box-sizing: border-box;
    left: 0;
    padding: 0 10px;
    position: relative;
    width: 100%;
  }

  .custom-blog-new {
    border-left: 0;
    box-sizing: border-box;
    float: right;
    margin-top: 20px;
    padding-left: 4px;
    padding-right: 3px;
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-left {
    width: 10%;
  }

  .cration-product-hover {
    padding: 18px 0;
  }

  .text {
    margin: 19px auto 0;
    width: 90%;
  }

  .seven-year {
    width: 60px;
    position: absolute;
    right: 0;
    top: 31px;
  }

  .seven-year img {
    width: 100%;
    height: auto;
  }

  .thresixtytwo {
    width: 150px;
    bottom: auto;
    left: 0;
    position: absolute;
  }

  .thresixtytwo img {
    width: 100%;
    height: auto;
  }

  .service-inside {
    width: 100%;
  }

  .service-top-left {
    width: 65.8%;
  }

  .service-bottom .service-top-right {
    float: left;
    width: 33%;
  }

  .what-new-div {
    padding: 38px 10px;
    width: 70%;
  }

  .ibees-wiz {
    padding: 0;
    width: 30%;
  }

  .footer-gallery {
    float: none;
    margin: 0 auto;
    position: relative;
    width: 80%;
    clear: both;
  }

  .slick-slide img {
    height: auto;
  }

  .newsletter img {
    width: 100%;
    height: auto;
  }

  .newsletter {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
  }

  .news-blog {
    padding: 0;
  }

  .blog-left img {
    width: 100%;
    height: auto;
  }

  .blog-right {
    float: right;
    width: 100%;
    padding-top: 25px;
  }

  #custom-subscription input.form-submit {
    float: left;
  }

  .footer-last-left,
  .footer-last-right {
    width: 49%;
  }

  .res-slider-team {
    height: 200px;
    overflow: hidden;
  }
}

@media screen and (max-width: 650px) {

  .and-now-left,
  .back-than-right,
  .transition-story-left {
    width: 100%;
    min-height: inherit;
  }

  .and-now-right,
  .back-than-left,
  .cost-img,
  .transition-story-right {
    display: none;
  }

  .cost-div li p {
    width: 100%;
  }

  .achievment-li li {
    width: 48%;
  }

  .flash-logo li,
  .online-bc li,
  .video-logo li {
    margin: 0;
    min-height: 253px;
    width: 50%;
  }

  .smow li {
    display: inline-block;
    margin: 5%;
  }

  #webform-client-form-1 .reload-captcha,
  #webform-client-form-72 .form-item .description {
    margin-left: 0;
  }

  #webform-client-form-72 .form-item input {
    width: 85%;
    margin-top: 7px;
  }

  #webform-client-form-72 .form-item select {
    width: 91%;
  }

  .cover-enq-form {
    width: 46%;
    margin-left: 0;
  }

  #webform-client-form-1 .webform-component label {
    float: left;
    padding-bottom: 6px;
    padding-top: 0;
    width: 100%;
  }

  #webform-client-form-72 .form-item {
    margin-top: 0;
    min-height: 78px;
  }

  #webform-client-form-72 .form-item label {
    float: left;
    margin-bottom: 7px;
    margin-right: 10px;
    padding-top: 8px;
    width: 100%;
  }

  #webform-client-form-72 .form-item input.form-file {
    width: 179px;
  }

  #webform-client-form-1 .webform-component .form-textarea-wrapper,
  #webform-client-form-1 .webform-component input {
    margin-bottom: 7px;
    width: 100%;
    box-sizing: border-box;
  }

  #webform-client-form-1 .captcha label {
    box-sizing: border-box;
    float: left;
    padding-top: 8px;
    width: 77%;
  }

  #webform-client-form-1 .captcha {
    bottom: 111px;
    left: 0;
    position: absolute;
    width: 49%;
  }

  .captcha img {
    position: absolute;
    right: 20px;
    top: 39px;
  }

  .webform-client-form-394 .captcha img {
    position: absolute;
    top: 0;
  }

  .offline-brand-sep li {
    height: 185px;
    width: 50%;
  }

  .hover-data-come-offline {
    height: inherit;
  }

  .online-brand-sep li {
    width: 50%;
    min-height: 255px;
  }

  .vac-title {
    font-family: PMNCaeciliaW01-45Light;
    font-size: 26px;
  }

  .dir-1 {
    float: left !important;
    margin-right: 47px;
    width: 162px !important;
  }

  .director-heading {
    font-size: 23px;
    line-height: 35px;
    padding-top: 90px;
  }

  .inner-testimonial-desc {
    float: right;
    margin-top: 5px;
    width: 96%;
  }

  .inner-testimonial-title {
    font-size: 19px;
  }

  .inside-banner-heading {
    font-size: 30px;
  }

  .value-ibees {
    width: 55%;
  }

  .core-value-full ul li {
    padding: 15px;
  }

  .new-cover-four-div .webform-component input {
    border: 1px solid #ccc;
    padding: 8px;
    width: 237px;
  }

  .new-cover-four-div .form-select {
    border: 1px solid #ccc;
    padding: 8px;
    width: 255px;
  }

  #custom-subscription input.form-text {
    width: 202px;
  }

  .what-new-inside-right {
    width: 100%;
    margin-top: 5px;
  }

  .what-new-inside-left {
    width: 100%;
  }

  .wahts-new-all-inside p {
    padding: 6px 20px;
  }

  .what-new-inside-logo {
    top: 16px;
  }

  .what-new-inside-title {
    margin: 35px 0 10px 117px;
  }

  .wahts-new-all-inside {
    margin-top: 9px;
    position: relative;
  }

  .portfolio-product-div ul li {
    margin-right: 6px;
    width: 48.5%;
  }

  .portfolio-product-div ul li.mar-right-none {
    margin-right: 6px;
  }

  .inside-banner-text-text {
    padding-left: 185px;
  }

  .new-small-heading {
    font-size: 18px;
    line-height: 27px;
  }

  .inside-container .text p {
    font-size: 13px;
  }

  .corporate-presention {
    width: 100%;
    background: #ffdb28;
    padding-left: 22px;
  }

  .corporate-profile {
    background: 0 0;
  }

  .corporate-brochure {
    box-sizing: border-box;
    float: right;
    padding: 35px 30px 60px 28px;
    width: 100%;
    background: #ffc50c;
  }

  .corporate-vedeo {
    height: 360px;
  }

  .seven-year,
  .thresixtytwo {
    display: none;
  }

  .creative-studio {
    background: 0 0;
  }

  .footer-gallery {
    width: 90%;
  }

  .banner,
  .banner-up {
    height: 344px !important;
  }

  .resp-slider li {
    background-size: 23% auto;
    box-sizing: border-box;
    height: 343px;
    line-height: 25px;
    padding: 147px 240px 48px 24px;
    width: 100% !important;
  }

  .service-top-right {
    width: 34%;
  }

  .service-top-left {
    padding: 30px 7px;
    width: 65.8%;
  }

  .social-icon {
    top: 51px;
  }

  .cration-product-hover-subheading {
    font-size: 11px;
  }

  .cration-product-hover-heading {
    font-size: 22px;
  }

  .video-come-div {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {

  .cration-product,
  .download-home img {
    display: inline-block;
  }

  .metamor-heading {
    font-size: 25px;
  }

  ul.cllogos li {
    width: 19.5%;
    height: 55px;
  }

  .achievment-li li img {
    width: 98%;
  }

  .webform-client-form-394 .captcha img {
    position: absolute;
    top: 11px;
  }

  .webd-top ul li.webd-top-ul-li-even .webd-top-left,
  .webd-top ul li.webd-top-ul-li-even .webd-top-right,
  .webd-top ul li.webd-top-ul-li-odd .webd-top-left,
  .webd-top ul li.webd-top-ul-li-odd .webd-top-right {
    width: 100%;
  }

  .webd-top ul li.webd-top-ul-li-even .webd-top-right,
  .webd-top ul li.webd-top-ul-li-odd .webd-top-left {
    font-size: 20px;
    padding-left: 56px;
    padding-top: 20px;
  }

  #webform-client-form-72 .captcha img {
    left: 209px;
  }

  #webform-client-form-72 .form-item {
    float: left;
    width: 100%;
  }

  #webform-client-form-72 .form-item input,
  #webform-client-form-72 .form-item select {
    width: 100%;
  }

  .blue-heading {
    font-size: 24px;
    margin: 35px 0;
    line-height: 31px;
  }

  .online-brand-sep-new li {
    min-height: inherit;
    width: 100%;
  }

  .cost-heading {
    margin: 17px 0 30px;
    width: 80%;
  }

  .cover-enq-form {
    width: 100%;
    margin: 0;
  }

  #webform-client-form-1 .captcha {
    bottom: 0;
    left: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .offline-brand-sep li {
    height: 185px;
    width: 100%;
  }

  .captcha img {
    position: absolute;
    right: 0;
    top: 39px;
  }

  #webform-client-form-1 .captcha input {
    width: 100%;
  }

  #webform-client-form-1 .cover-enq-form .webform-component-checkboxes {
    padding: 5px 7px;
  }

  #webform-client-form-1 .webform-component label {
    font-size: 13px;
  }

  .hover-data-come-offline .branding-div-right-hed-sep {
    font-size: 18px;
    margin-bottom: 11px;
    margin-top: 0;
  }

  .online-brand-sep li {
    width: 100%;
    min-height: inherit;
  }

  .dir-1 {
    margin-right: 30px;
    width: 100px !important;
  }

  .director-heading {
    font-size: 16px;
    line-height: 30px;
    padding-top: 1px;
  }

  .director-top {
    background: 0 0;
    margin-bottom: 50px;
  }

  .dir-2 {
    width: 160px !important;
    margin-left: 30px;
  }

  .rslides11 li {
    min-height: inherit;
    width: 100%;
  }

  .inner-testimonial-logo {
    float: none;
    margin: 0 auto;
  }

  .inside-banner-text-text {
    margin-top: -96px;
  }

  .value-ibees {
    width: 100%;
  }

  .value-ibees-right {
    float: none;
    margin-top: 0;
    text-align: center;
    width: 100%;
  }

  .core-value-full ul li {
    padding: 15px;
    width: 100%;
    min-height: inherit;
  }

  .new-cover-four-div {
    float: left;
    width: 100%;
  }

  .new-cover-four-div .captcha {
    float: left;
    margin-left: 123px;
    margin-top: 16px;
  }

  .new-cover-four-div .form-item-captcha-response {
    bottom: 54px;
  }

  .new-cover-four-div .form-item-captcha-response input {
    width: 111px;
  }

  .new-cover-four-div .webform-component input {
    width: 64%;
  }

  .new-cover-four-div .form-select {
    width: 68%;
  }

  footer {
    border-top: 4px solid #ffd502;
    padding-top: 25px;
  }

  .value-ibees-right img {
    width: 250px !important;
  }

  .corporate-vedeo {
    height: 228px;
    margin-bottom: 26px;
  }

  .inside-banner-text-image {
    height: auto;
    width: 151px;
  }

  .inside-banner-text-text {
    padding-left: 148px;
    padding-right: 12px;
  }

  .corporate-presention {
    padding-right: 20px;
  }

  .cration-product {
    box-sizing: border-box;
    float: none;
    width: 49%;
  }

  .bx-wrapper img {
    border: 0;
  }

  .newsletter {
    padding-top: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 22px;
  }

  .download-home {
    text-align: center;
  }

  .seven-year,
  .social-icon,
  .thresixtytwo {
    display: none;
  }

  .footer-gallery {
    width: 100%;
  }

  .resp-slider li {
    padding: 147px 36px 48px 24px;
  }

  .service-top-left {
    padding: 16px 7px;
    width: 50%;
  }

  .service-top-left-heading {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .service-top-left p {
    font-size: 12px;
    line-height: 20px;
  }

  .service-top-right {
    width: 50%;
  }

  .service-bottom .service-top-right {
    float: left;
    width: 50%;
  }

  .blog,
  .ibees-wiz,
  .newsletter,
  .what-new-div {
    width: 100%;
  }

  .creation .container {
    padding: 24px 0 30px;
  }

  .heading {
    font-size: 34px;
    line-height: 40px;
  }

  .blog {
    margin-top: 0;
    padding-bottom: 21px;
    position: relative;
  }

  .footer-last-left,
  .footer-last-right {
    width: 100%;
    text-align: center;
  }

  .footer-last {
    padding: 10px 0;
  }

  .ibees-wiz img {
    height: auto;
    width: auto;
  }

  .news-blog {
    padding: 0;
  }

  .heading-team-brief {
    font-size: 18px;
  }

  .heading-team-brief span {
    display: block;
    font-family: PMNCaeciliaW01-45Light;
    font-size: 17px;
    padding: 9px 0;
  }

  .download-home,
  .region-ibees-brochure {
    clear: both;
    float: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    width: 270px;
  }

  .smow li span {
    font-size: 12px;
  }

  .print-logo li {
    width: 33%;
  }

  .flash-logo li,
  .online-bc li,
  .video-logo li {
    margin: 0;
    min-height: inherit;
    width: 100%;
  }

  .video-logo li .branding-div-right-hed-sep {
    min-height: inherit;
  }

  .centered-btns_nav {
    right: 229px;
  }
}

@media screen and (max-width: 400px) {
  .what-new-div-heading {
    font-size: 20px;
  }

  ul.cllogos li {
    height: 55px;
    width: 24%;
  }

  .achievment-li li {
    width: 100%;
  }

  .print-logo li {
    width: 50%;
  }

  .flash-logo li,
  .online-bc li,
  .video-logo li {
    width: 100%;
  }

  .search-box {
    right: 0;
    top: 49px;
  }

  .director-heading {
    font-size: 15px;
    line-height: 22px;
    padding-top: 1px;
  }

  .dir-1 {
    margin-right: 20px;
  }

  .portfolio-tab ul li {
    display: inline-block;
    margin: 10px 15px;
  }

  .portfolio-product-div ul li {
    width: 100%;
    margin-right: 0;
  }

  .inside-banner-text-image {
    display: none;
  }

  .cration-product {
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  .inside-banner-text-text {
    margin-top: 0;
    padding-left: 0;
    padding-right: 12px;
    width: 100%;
  }

  .inside-container .text img {
    display: block;
    float: none;
    margin: 0 auto;
    position: relative;
  }

  .corporate-heading,
  .quick-inquiry-heading {
    font-size: 20px;
  }

  .quick-inquiry-heading span {
    display: block;
    font-size: 11px;
    margin-top: 18px;
  }

  .heading,
  .some-other-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .inside-banner-heading {
    font-size: 32px;
  }

  .inside-banner-sub-heading {
    font-size: 16px;
  }

  .inside-banner-text {
    position: relative;
    bottom: 10px;
  }

  .inside-banner {
    padding-top: 152px;
  }

  .resp-slider li {
    padding: 117px 10px 48px 24px;
  }

  .gallery-button {
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .gallery-button img {
    width: 100%;
    height: auto;
  }

  .logo {
    float: left;
    width: 40%;
  }

  .logo img,
  .new-cover-four-div .form-select,
  .new-cover-four-div .webform-component input,
  .service-bottom .service-top-right,
  .service-top-left,
  .service-top-right {
    width: 100%;
  }

  .logo img {
    height: auto;
  }

  .resp-slider-li-2 {
    background-image: none;
  }

  .text p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 13px;
  }

  .new-cover-four-div .form-item-captcha-response {
    bottom: 70px;
  }

  .new-cover-four-div .form-textarea-wrapper {
    float: left;
    width: 100%;
  }

  .what-new-div-left {
    width: 60px;
  }
}

@media screen and (max-width: 350px) {
  .dir-2 {
    margin: 0 1% 15px;
    text-align: center;
    width: 98% !important;
  }

  .new-cover-four-div .form-item-captcha-response input {
    width: 70px;
    margin-left: 213px;
  }
}