.topbar,
.page-wrap {
  opacity: 1 !important;
}
* {
  margin: 0;
}
.ux-header {
  padding: 100px 0 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ux-header-left {
  width: 35%;
}
.ux-header-right {
  width: 63%;
}
.ux-header img {
  max-width: 223px;
  height: auto;
}
.ux-header-wrap {
  padding-bottom: 30px;
}
.mainwrap .ux-header h1 {
  margin-bottom: 20px;
  font-size: 45px;
}
.ux-formatting .mainwrap h3 {
  font-weight: 300;
  margin-bottom: 50px;
}
.ux-formatting .mainwrap h3 span {
  font-weight: 600;
  color: #fa771a;
}
.ux-formatting .mainwrap p {
  font-size: 21px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  margin-bottom: 25px;
}
.ux-formatting .mainwrap p:last-of-type {
    margin-bottom: 0;
}
.ux-formatting .mainwrap p span {
  font-weight: 600;
  color: #fa771a;
}
.ux-header h3 span {
  font-weight: 600;
  color: #fa771a;
}
.ux-heading-spacer {
  width: 100%;
  height: 6px;
  background: #f1f1f1;
  margin: 0 0 60px 0;
}
.ux.whitestrip.aligncenter.ux-formatting {
  padding: 60px 0;
}
.quote-icon img {
  max-width: 78px;
  height: auto;
  margin-right: 30px;
  margin-bottom: 0;
  float: left;
  margin-top: -13px;
}
.ux.greystrip {
  padding: 62px 0;
}
.ux.whitestrip.large,
.ux.greystrip.large {
  padding: 70px 0 70px 0;
}
.ux-formatting .mainwrap h2 {
  font-size: 44px;
  font-weight: 700;
  margin: 0 0 25px 0;
}
.ux.bluestrip.large.ux-formatting .mainwrap h2 {
  margin: 0 0 25px 0;
  color: #f1f1f1;
}
.ux-formatting .mainwrap h2 span {
  color: #fa771a;
}
.ux-formatting .mainwrap .fas {
  color: #fa771a;
}
.mainwrap.quote-icon h3 {
  margin: 0 0 20px 0;
}
.mainwrap.quote-icon p {
  margin: 0 0 0 0;
}
.mainwrap.quote-icon p:nth-of-type(2) {
  margin: 0;
  font-weight: 400;
  line-height: 20px;
  font-size: 16px;
}
.ux.bluestrip.large.ux-formatting {
  padding: 70px 0 70px 0;
}
.ux.greystrip.bluestrip.ux-formatting,
.ux.bluestrip.large.ux-formatting {
  background: #1C102E;
  color: #fff;
}
.mainwrap h1 {
  color: #fa771a;
  color: #333333;
}
.mainwrap.contactpage h1 {
  color: #fff;
}
.bluestrip .mainwrap h3,
.bluestrip .mainwrap h1,
.bluestrip .mainwrap p {
  color: #fff !important;
}
.ux-logo-large img {
  max-width: 590px;
  height: auto;
  padding-bottom: 60px;
}
.quote-2 img {
  margin-bottom: 40px;
}
.ux.bluestrip.large.ux-formatting a {
  background: #fa771a;
  color: #fff;
  padding: 30px 25px;
  font-size: 25px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  margin-top: 30px;
}
#sdrn_menu {
  z-index: 9999;
}
.mobile-slider {
  background: #222;
  height: calc(100vh - 56px);
  margin-bottom: 40px;
  padding: 25px;
}
.mobile-slider h2,
.mobile-slider h1 {
  color: #fff;
  padding-top: 20vh;
  padding-bottom: 12px;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 5px;
  margin-top: 0;
}
.mobile-slider .blueline {
  height: 7px;
  width: 78%;
  background: #fa771a;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
}
.mobile-slider h4 {
  color: #fff;
  font-weight: 700;
  font-size: 22px !important;
  width: 80%;
}
.mobile-slider .link {
  display: inline-block;
  margin-top: 25px;
  padding: 10px 20px;
  background: #fa771a;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.recent-project-box {
  position: relative;
  margin-top: 5px;
  margin-bottom: 20px;
}
.recent-project-box-link {
  position: relative;
  display: block;
}
.recent-project-box .overlay {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(73, 189, 240, 0.25);
}
.recent-project-box .overlay-dark {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
.recent-project-box-link img {
  opacity: 0.75;
}
.recent-project-box-link span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 22px !important;
}
.hidden1 {
  opacity: 0;
}
.visible1 {
  opacity: 1 !important;
}
html,
body {
  height: 100%;
}
.page-wrap {
  min-height: 60%;
  margin-bottom: -224px;
}
.page-wrap:after {
  content: "";
  display: block;
}
h2,
h1 {
  font-weight: 800;
}
.t1,
.t2,
.t3 {
  border-left: 5px solid #fa771a;
  margin: 20px 0;
  padding: 0 0 0 20px;
}
.t1 p,
.t2 p,
.t3 p {
  margin: 0;
  padding: 0;
}
.tjl_content {
  padding: 70px 0 70px 0;
}
.tjl_content .tjl_line {
  height: 5px;
  width: 90%;
  width: 75%;
}
.tjl_content .tjl_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tjl_content .tjl_content_title {
  width: 32%;
}
.tjl_content .tjl_content_col {
  width: 32%;
}
.tjl_content .tjl_content_col a {
  text-decoration: underline;
}
.tjl_content .tjl_content_col a:hover {
  text-decoration: none;
}
.tjl_content #tjl_content_testimonials_feed {
  width: 100%;
  padding-top: 30px;
}
.review{width: 100% !important;}
.review h2{width: 85% !important;}
.review .tjl_line{width: 25% !important;margin-bottom: 25px;}


.tjl_content_testimonials_feed_button {
  margin: 0;
  padding: 20px 0 20px 0;
  font-size: 13px;
}
.tjl_content_testimonials_feed_button a {
  background: #fa771a;
  padding: 5px 10px 3px 10px;
  color: #f7f7f7;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.tjl_content_testimonials_feed_button a:hover {
  background: #d15a06;
}
.tjl_content_ux_animation {
  width: 95%;
  padding: 0;
}
.tjl_content h2
{
    font-size: 30px;
    line-height: 1;
    color: #fa771a;
    font-weight: 600; 
    padding-bottom: 10px !important;
}
.tjl_content h2,
.tjl_content h3,
.tjl_content h4,
.tjl_content p {
  margin: 0;
  padding: 0 0 20px 0;
}
.tjl_content p:last-of-type {padding: 0;}
.tjl_content .tjl_content_title h2,
#tjl_home_additional h3 {
  font-size: 36px;
  line-height: 1;
  color: #fa771a;
}
.tjl_content h3 {
  padding: 0 0 5px 0;
  color: #fa771a;
}
#tjl_home_additional h3 {
  padding: 0 0 20px 0;
}
.tjl_container {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.tjl_line {
  width: 100%;
  height: 9px;
  margin-bottom: 20px;
  background: rgb(250, 119, 26);
  background: -moz-linear-gradient(
    90deg,
    rgba(250, 119, 26, 1) 50%,
    rgba(209, 90, 6, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(250, 119, 26, 1) 50%,
    rgba(209, 90, 6, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(250, 119, 26, 1) 50%,
    rgba(209, 90, 6, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#48bdf0",endColorstr="#475df7",GradientType=1);
}


.rplg .rplg-box,
.rplg-slider .rplg-box:before {
  border-radius: 0 !important;
  background: #f7f7f7 !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.rplg .rplg-box,
.rplg-slider .rplg-box:before {
  background: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.rplg .rplg-slider-review .rplg-stars svg * {
  fill: #fa771a !important;
}
.rplg .rplg-dark .rplg-review-name {
  color: #fa771a !important;
}
.rplg-slider .rplg-stars {
  display: block !important;
  margin-bottom: 7px;
}
.rplg .rplg-review-text {
  color: #222 !important;
}
.rplg .rplg-review-name {
  color: #222 !important;
}
.rplg-slider .rplg-slider-review {
  margin: 0 !important;
}
.rplg-slider .rplg-box .rplg-box-content {
  height: 160px !important;
  padding-right: 10px !important;
}
.rplg-row .rplg-row-right {
  font-size: 14px !important;
}
.rplg .rplg-review-time {
  font-size: 11px !important;
}
.rplg-slider .rplg-slider-prev,
.rplg-slider .rplg-slider-next {
  background: transparent !important;
}
.rplg-slider .rplg-slider-prev span,
.rplg-slider .rplg-slider-next span {
  font-size: 40px !important;
  font-weight: bold !important;
}
.rplg .rplg-badge2 {
  margin-right: 0 !important;
  max-width: 100% !important;
}
.rplg .rplg-badge2:nth-of-type(2) {
  margin-top: 20px !important;
}
.reviews-more {
  padding: 30px 0 0 0;
}
.reviews-more .button-tr {
  width: 218px;
}
.tjl_container_capped {
  max-width: 1366px;
}

a.revealer:hover {
  color: #fa771a;
  text-decoration: none;
}
ul.lister {
  margin: -10px 0 0 0;
  padding: 0;
}
ul.lister li {
  display: inline-block;
  white-space: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.lister li a,
ul.lister li a:hover {
  color: #333333;
  text-decoration: none;
}
ul.lister li:after {
  content: "//";
  margin: 0 2px;
}
.mainwrap h4 {
  margin: 0;
  font-size: 18px;
}
.mainwrap a {
  color: #fa771a;
}
.aboutus h1 {
  line-height: 52px !important;
}
.aboutus h3 {
  margin-bottom: 20px;
}
.whatwedo h3,
.mainwrap h3 {
  font-size: 26px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
}
.site-footer,
.page-wrap:after {
  height: 224px;
}
.site-footer {
  height: auto;
}
.home_col_l a,
home_col_r a,
.home_col_l a:hover,
home_col_r a:hover {
  color: #333;
  text-decoration: none;
}
.topbar {
  width: 100%;
  height: 75px;
  background: #1C102E;
  position: fixed;
  top: 0;
  z-index: 99999999;
}
.bluebar {
  width: 177px;
  height: 75px;
  background: #fa771a;
  position: relative;
  float: right;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 75px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  z-index: 3;
}
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.hamburger-box {
  width: 5px;
  display: inline-block;
  position: relative;top: -3px;border-radius: 100px;
    height: 5px;
}

.hamburger.menu_toggle.is-active .hamburger-box {
  width: 18px;
  display: inline-block;
  position: relative;
    top: 5px;
   border-radius: 0%;
    height: 20px;
    left: -2px;
}
.hamburger.menu_toggle.is-active .hamburger-inner, .hamburger.menu_toggle.is-active .hamburger-inner::before, .hamburger.menu_toggle.is-active .hamburger-inner::after {
    width: 22px;
    height: 3px;
    background-color: #1C102E;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    border-radius: 100px;
}
.logos-n {
width: 100%;
float: left;
}
.logos-n ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0px;
}

.logos-n ul li {
  flex: 0 0 calc(12.5% - 20px); /* 8 logos per row with spacing */
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos-n ul li img{
max-width: 80%;
    height: auto;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 5px;
  height: 5px;
  background-color: #1C102E;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;    border-radius: 100px;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
  width: 5px;
}
.hamburger-inner::after {
  bottom: -8px;
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0 !important;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0 !important;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-header {
  background:#1C102E /*rgba(50, 54, 58, 1)*/;
  height: 56px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
}
.mobile-header-logo {
  line-height: 9px;
  display: block;
}
.menu_toggle {
  position: absolute;
  top: 12px;
  left: 20px;
}
.mobile-header-logo img {
  width: 55px;
  height: 56px;
}
.mobile-menu {
  opacity: 0;
  position: fixed;
  top: -1000px;
  z-index: 100;
  left: 0;
  right: 0;
  padding: 10px 20px 130px 20px;
  background: #1C102E /*rgba(50, 54, 58, 1)*/;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.mobile-menu.open {
  opacity: 1;
  top: 55px;
  max-height: calc(100vh - 55px);
  min-height: calc(100vh - 55px);
  overflow: auto;
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.mobile-menu ul li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 140%;
}
.mobile-menu ul li a {
  display: block;
  color: #fff;
  padding: 8px 0;
  font-weight: 700;
}
.mobile-menu ul .menu-item-has-children > a {
  background: url(../images/arrow-mob-menu.png) left
    no-repeat;
  padding-left: 20px;
  background-size: 8px auto;
}
.mobile-menu ul li .sub-menu {
  display: none;
  padding: 0 0 0 20px;
}
.mobile-menu ul li .sub-menu li a {
  padding: 6px 0;
  font-weight: 400;
}
.bluebar a {
  color: #f9f9f9;
}
.show {
  visibility: visible !important;
  opacity: 100 !important;
}
.projects_menu {
  transition: all 0.25s linear;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: absolute;
  height: auto;
  padding: 30px 0 10px 0;
  background: #fff;
  top: 75px;
  z-index: 999999999999;
  background: #efeff1;
  border-bottom: 3px solid #32363a;
}
.projects_menu.projects-show {
  visibility: visible;
  opacity: 100;
}
.projects_menu .mainwrap {
  background: #efeff1;
}
.project_menubox {
  width: 32%;
  float: left;
  height: 260px;
  overflow: hidden;
  margin: 0 2% 0 0;
}
.mainwrap .project_menubox p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.mainwrap .project_menubox p a {
  color: #32363a;
  font-weight: 700;
}
.project_menubox:nth-child(3n) {
  margin: 0;
}
.project_menubox .imagebox {
  max-height: 200px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 7px;
  position: relative;
  background: #282828;
}
.project_menubox .imagebox:hover .blueline {
  display: block;
}
.project_menubox .imagebox:hover img {
  opacity: 0.75;
  -webkit-opacity: 0.75;
}
.project_menubox .imagebox img {
  transition: opactiy 0.25s linear;
}
.blueline {
  position: relative;
  width: 100%;
  height: 6px;
  bottom: 0;
  background: #fa771a;
}
.topbar .bluebar:hover + .bluenav,
.topbar .bluenav:hover {
  opacity: 100;
  visibility: visible;
}
.topbar .bluenav {
  transition: all 0.25s linear;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: absolute;
  height: auto;
  padding: 90px 0;
  background: #fa771a;
  top: 75px;
  z-index: 999999999999;
}
.bluenav a {
  color: #ffffff;
  text-decoration: underline;
}
.bluenav h2,
.contactpage h2 {
  font-size: 52px;
  line-height: 58px;
  margin: 0;
}
.menubar > ul li:hover .portnav,
.menubar .portnav:hover {
  opacity: 100;
  visibility: visible;
}
.menubar .portnav {
  transition: all 0.25s linear;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: absolute;
  height: auto;
  padding: 90px 0;
  background: #fff;
  top: 75px;
  left: 0px !important;
}
.socialbar {
  float: right;
  padding: 23px 20px 23px 0;
}
.sn_c {
  float: left;
  background: url(../../../../../../themes/webheads/img/sn.png);
  width: 22px;
  height: 17px;
  margin-left: 15px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.sn_c:first-of-type{margin-left: 0;}
.sn_c1,
.sn_c2 {
  position: absolute;
  left: 0;
  width: 22px;
  height: 17px;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  transition: all ease-in-out 0.4s;
}
.sn_c1 {
  top: 0;
}
.sn_c2 {
  top: 30px;
  color: #fa771a;
}
.sn_c:hover .sn_c1 {
  top: -30px;
}
.sn_c:hover .sn_c2 {
  top: 0;
}
.boxlink {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 17px;
  z-index: 9999;
  text-indent: -99999px;
}
.menubar {
  width: 100%;
  float: right;
  line-height: 75px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.menubar ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.menubar ul li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 30px 0 0;
  font-size: 16px;
  font-weight: 500;
}
.menubar ul li.menu-item-95 ul {
  width: 600px;
}
.menubar ul li.menu-item-95 ul li {
  float: left;
  width: 50%;
  margin: 0;
}
a.recent-projects {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}
.arrow {
  background: url(../../../../../../themes/webheads/img/arrow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.blankback {
  position: absolute;
  top: 0;
  left: -5000px;
  width: 9999px;
  height: 100%;
  background: #efeff1;
  z-index: -1;
  display: none;
}
.menubar ul li a {
  color: #f9f9f9;
  padding: 27px 0;
  text-decoration: none;
}
.menubar ul ul {
  display: none;
  position: absolute;
  top: 75px;
  line-height: 40px;
  margin-left: -23px;
  background: #efeff1;
  padding: 12px;
}
.menubar ul ul li {
  float: none;
  width: 150px;
  background: #efeff1;
  height: 32px;
  line-height: 32px;
}
.menubar ul ul li a {
  padding: 0 12px;
  color: #333333;
  text-decoration: none;
}
.menubar ul ul li a:hover,
.menubar ul li a:hover {
  color: #fa771a;
}
.menubar ul li.menu-item-95:hover,
.menubar ul li.menu-item-4741:hover {
  background: url(../../../../../../themes/webheads/img/arrow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.menubar ul li:hover > ul {
  display: block;
}
.secondfeat {
  padding-top: 30px;
}
.secondfeat img {
  height: auto;
}
.logobar {
  padding-top: 6px;
  float: left;
  margin-left: 30px;
  position: relative;
  z-index: 3;
}
img.sn {
  margin-right: 4px;
}
.slider {
  margin-top: 75px;
  width: 100%;
  height: auto;
  background: grey;
  overflow: hidden;
}
.desktop-slider {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 1000px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.trans {
  opacity: 0;
}
.anchorLink {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.compress {
  max-height: 620px;
}
.aligncenter {
  text-align: center;
}
.mainwrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
  text-align: left;
  padding: 0 30px;
}
/*.mainwrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1450px;
  text-align: left;
  padding: 0 100px;
}*/
.mainwrap h1,
.mainwrap h2 {
  font-size: 58px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.mainwrap h2 {
  font-size: 36px;
  color: #333333;
}
.mainwrap h3,
.mainwrap p {
  margin: 0 0 30px 0;
}
.mainwrap p strong{
  color: #fa771a !important;
}
.greystrip {
  padding: 82px 0;
}
.whitestrip {
  padding: 25px 0 35px 0;
}
.clientstrip {
  padding: 80px 0 70px 0px !important;
}
.greystrip.singlepage {
  padding: 0 0 40px 0;
}
.crumbs {
  padding: 15px 0px !important;
  font-size: 14px;
}
/* .crumbs .mainwrap {
  margin: 0 0 0 30px;
} */
.crumbs {
  font-weight: 300;
  color: #686868;
}
.crumbs a {
  color: #686868;
  font-weight: 800;
}
.crumbs strong {
  font-weight: 300;
}
.doublespacer {
  height: 125px !important;
}
.fixedbar {
  width: 100%;
  position: fixed;
  top: 75px;
  z-index: 99;
  background: #ffffff !important;
  border-bottom: solid 1px #999;
}
.greystrip {
  background: #f1f1f1;
}
.whitestrip {
  background: #fff;
  position: relative;
}
.wider {
  width: 100%;
  margin-left: 0%;
  margin-top: -22px;
}
.rsUni.rsHor .rsArrowRight {
  right: 10px !important;
}
.rsUni.rsHor .rsArrowLeft {
  left: 10px !important;
}
.wider .rsUni .rsArrowIcn {
  top: 49.5% !important;
}
.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
  background: white !important;
}
.wider .rsUni .rsBullets {
  margin-top: -8px;
}
.wider .rsUni .rsBullet {
  padding: 7px;
}
.projectslider:hover > .hoverbox,
.projectslider:hover > .hoverboxlink {
  display: block;
}
.wider .hoverbox {
  background: #fa771a;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.wider .hoverbox,
.wider .hoverboxlink {
  display: none;
  width: 329px;
  height: 236px;
  position: absolute;
  top: 42px;
  left: 14px;
  line-height: 236px;
  text-align: center;
}
.wider .hoverboxlink a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.wider .rsUni .rsBullet span {
  width: 12px;
  height: 12px;
  background-color: #ccc;
}
.wider .rsUni .rsBullet.rsNavSelected span {
  background-color: #fa771a;
}
.greystrip .rsUni,
.greystrip .rsUni .rsOverflow,
.greystrip .rsUni .rsSlide,
.greystrip .rsUni .rsVideoFrameHolder,
.greystrip .rsUni .rsThumbs {
  background: #f1f1f1 !important;
}
.projectbox {
  width: 33%;
  float: left;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 20px;
}
.projectbox h3 {
  margin: 12px 0 0 0;
}
.projectbox p {
  margin: 0;
}
.projectbox:nth-child(odd) {
  margin: 0 3% !important;
}
.projectbox img,
.projectslider img {
  width: 100%;
}
.projectslider {
  width: 100%;
}
.projectslider h3 {
  text-align: left !important;
  padding-left: 0%;
  color: #333333;
  margin-bottom: 0;
  margin-top: 12px;
}
.projectslider p {
  text-align: left !important;
  padding-left: 4%;
  color: #333333;
  margin-bottom: 0;
  margin-top: 0;
}
.rsContent .box {
  position: absolute;
  top: 10%;
  width: 63%;
  left: 7.5%;
  padding-top: 10px;
  font-weight: 700;
}
.box h4 {
  font-weight: 700;
  font-size: 22px !important;
  width: 80%;
}
.rsContent .box h2 {
  padding-bottom: 10px;
  font-size: 85px;
  line-height: 90px;
  margin-bottom: 0;
}
.rsContent .box .blueline {
  height: 10px;
  width: 78%;
  background: #fa771a;
  margin-top: 0;
  margin-bottom: 20px;
}
.rsContent .link {
  display: inline-block;
  margin-top: 45px;
  padding: 15px 28px;
  background: #fa771a;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.rsContent .link:hover {
  background: #fff;
  color: #fa771a;
  text-decoration: none;
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink,
.rsWebkit3d .rsContent,
.rsWebkit3d .rsBtnCenterer {
  -webkit-backface-visibility: visible !important;
}
.down {
  width: 55px;
  height: auto;
  background: none;
  display: block;
  position: absolute;
  top: -40%;
  left: 50%;
  margin-left: -27.5px;
  text-align: center;
}
.down a {
  color: #fa771a;
}
.bigtitle {
  width: 100%;
  text-align: left;
}
.bigtitle h1,
.bigtitle h2 {
  display: inline-block;
  line-height: 57px;
}
.col_r {
  width: 49%;
  float: left;
  text-align: left;
}
.col_l {
  width: 49%;
  float: right;
  text-align: left;
}
.col_r p,
.col_l p {
  margin-bottom: 20px;
}
.aboutus .col_r h3,
.aboutus .col_l h3 {
  color: #fa771a;
  border-top: 1px solid #e1e1e1;
  padding-top: 10px;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
}
.plus {
  width: 55px;
  height: 55px;
  line-height: 45px;
  color: #fa771a;
  font-size: 45px;
  font-weight: 700;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff;
  display: block;
  margin: 0 auto 20px auto;
  text-align: center;
  padding-top: 8px;
}
.plus a {
  color: #fa771a;
}
.clientbox {
  width: 25%;
  float: left;
  margin-bottom: 10px;
}
.clientbox img {
  width: 100%;
}
.newsbox {
  width: 31.5%;
  float: left;
  text-align: left;
  margin-bottom: 0;
  height: auto;
  background: #fff;
  line-height: 28px;
}
.newsbox h3 {
  margin: 12px 20px 0 20px;
  font-weight: 700;
}
.newsbox p {
  margin: 5px 20px;
}
.newsbox p a {
  color: #aaa;
}
.newsbox img {
  width: 100%;
  height: auto;
}
.clients .clientboxsub {
  height: auto !important;
}
.clientboxsub {
  width: 19% !important;
  margin: 0 0 10px 1% !important;
}
.clientboxsub:nth-child(3n-2) {
  margin: 0 0 10px 1% !important;
}
.news .newsbox {
  width: 100%;
  clear: both;
  float: left;
  text-align: left;
  margin-top: 70px; 
  height: auto; 
  background: #fff;
  line-height: inherit;
}
.news .newsbox:first-of-type {
  margin-top: 40px; 
}
.news .newsbox h3 {
  margin: 0 0 20px 0;
  font-size: 36px;
  line-height: 1;
  width: 100%;
}
.news .newsbox h3 a,
.news .newsbox h3 a:hover {
  color: #333333;
  text-decoration: none;
}
.news .newsbox p {
  margin: 0 0 20px 0;
  width: 94%;
  float: left;
}
.news .newsbox p a {
  color: #fa771a;
}
/* .news .newsbox:nth-child(3n-2) {
  margin: 0;
} */
.newsbox img {
  width: 100%;
}
.news .newsimage {
  width: 48%;
  float: left; 
}
.news .newstext {
  width: 48%;
  float: right; 
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.news .newsbox:nth-child(odd) .newsimage{ 
  float: right; 
}
.news .newsbox:nth-child(odd) .newstext{ 
  float: left;
  right: auto;
  left: 0; 
}
.newsheader h1 {
  margin-bottom: 30px;
}
.newsheader h3 {
  width: 100%;
  font-size: 28px;
  line-height: 32px;
  color: #787878;
}
.clients .newsbox {
  height: 201px;
  border-bottom: 0;
}
#new-royalslider-4 img {
  border-bottom: 8px solid #fa771a;
}
.newsbox {
  position: relative;
}
.newsbox:hover > .subbluebox {
  display: block;
}
.newsbox:hover > .subblueboxlink {
  display: block;
}
.subbluebox {
  background: #fa771a;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.subbluebox,
.subblueboxlink {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: inherit;
  padding-top: 27%;
}
a.subblueboxlink,
a.subblueboxlink:hover {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.widget_reallysimpletwitterwidget h3 {
  display: none;
}
.widget_reallysimpletwitterwidget ul {
  padding: 0;
  margin: 0;
}
.widget_reallysimpletwitterwidget ul li {
  width: 31.5%;
  float: left;
  text-align: left;
  margin-bottom: 30px;
  height: auto;
  background: #fff;
  line-height: 28px;
  font-size: 20px;
  list-style: none;
  font-style: italic;
  font-weight: 700;
}
.widget_reallysimpletwitterwidget ul li:nth-child(even) {
  margin: 0 2.75% !important;
}
.widget_reallysimpletwitterwidget ul li:nth-child(4) {
  display: none;
  clear: both;
}
.widget_reallysimpletwitterwidget ul li a.twitter-link {
  color: #fa771a;
  display: inline;
  width: auto;
  margin: 10px 0 0 0;
}
.widget_reallysimpletwitterwidget ul li span.rstw_comma {
  display: none;
}
.widget_reallysimpletwitterwidget ul li span.twitter-timestamp {
  color: #888;
  margin: 10px 0 0 0;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
}
.widget_reallysimpletwitterwidget ul li span.twitter-timestamp:before {
  content: "Posted: ";
}
.widget_reallysimpletwitterwidget ul li a.twitter-link {
  display: none;
}
.widget_reallysimpletwitterwidget ul li:before {
  content: "\f099";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: #fa771a;
  padding-right: 4px;
}
.f_right {
  width: 14%;
  float: right;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
}
.f_right h3{
  width: 100%;
  float: left;
  text-align: left;
  font-size: 16px;
  line-height: 1;
  font-weight: 600; 
  color: #fa771a;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.f_right p{
  width: 100%;
  float: left;
  text-align: left;
  font-size: 14px;
  font-weight: 400; 
  color: #efebf6;
  margin: 0 0 25px 0;
}
.f_right p:last-of-type{
  margin: 0;
}
.f_right.q-links {
    width: 32%;
    float: left;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    margin-left: 14%;
}
.f_right.q-links ul {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 20px;
}
.f_right.q-links ul li {
   width: 100%;
   float: left;
   margin-bottom: 6px;
}
.f_right.q-links ul li a {
   color: #efebf6; 
   font-size: 14px;
   line-height: 1;
}
.f_right.q-links ul li a:hover {
   color: #fa771a; 
}
.socialicons {
    width: 100%;
    float: left;
    border-top: solid 1px #3b2d50;
    padding-top:13px;
    margin-top: 25px;
}
.socialicons .copyright{
    width: auto;float: left;color:#524b5d;padding:0;margin: 0;
}
.socialicons .link-a{
    width: auto;float: right;list-style: none;padding: 0;margin: 0;
} 
.socialicons .link-a li {
   width: auto;
   float: left;
   margin-left: 15px;
}
.socialicons .link-a li a {
   color: #524b5d; 
   font-size: 14px;
   line-height: 1;
}
.socialicons .link-a li a:hover {
   color: #fa771a; 
}
/* .mainwrap .f_right.q-links h3, .mainwrap .f_right.q-links p {
    margin: 0 0 10px 0;
} */
.f_left {
  width: 40%;
  float: left;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
.f_left p {
  color: #efebf6;
}
.f_left a {
  color: #efebf6;
}
.f_left a:hover {
  color: #efebf6;
  text-decoration: none;
}
.f_left .socialicons {
  float: left;
}
.f_left .socialicons .sn_c {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
.f_right span.fl {
  width: 45%;
  display: inline-block;
  border-bottom: 1px solid #888;
  padding: 3px 0;
}
.f_right span.fr {
  width: 55%;
  display: inline-block;
  color: #fa771a;
  padding: 3px 0;
  border-bottom: 1px solid #888;
}
.footer {
  background: #1C102E;
  color: #efebf6;
  padding: 40px 0 15px 0;
}
.singlespacer {
  height: 75px;
  width: 100%;
}
.plus50 {
  height: 125px !important;
}
.projectimage {
  width: 100%;
  height: auto;
  margin-top: 25px;
}
.overflowbox {
  max-height: 220px;
}
#new-royalslider-3 {
  max-width: 926px;
  margin: 0 auto 34px auto;
}
.portfolioheader .rsUni .rsBullets {
  padding-top: 5px;
}
.portfolioheader .rsUni .rsBullet span {
  width: 12px;
  height: 12px;
  background-color: #ccc;
}
.portfolioheader .rsUni .rsBullet.rsNavSelected span {
  background-color: #fa771a;
}
.portfolioheader .rsUni .rsBullet {
  padding: 8px;
}
.portfolio h2,
.whatwedo h2 {
  color: #787878;
  font-weight: 400;
  margin-bottom: 30px;
}
.portfolio .newsbox {
  border-bottom: none;
}
.portfolio .col_r,
.portfolio .col_l {
  margin-bottom: 40px;
}
.portfolio .newsbox p {
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
}
.portfolio .newsbox h3 {
  margin: 0 0 0 0;
  padding: 12px 0 0 0;
}
.portfolioimage {
  width: 100%;
}
.portfolioheader h3 {
  font-size: 30px;
  line-height: 33px;
  color: #333333;
  font-weight: 400;
  margin-top: 0;
}
.portfolioheader h1 {
  padding-top: 2px;
  line-height: 36px;
}
a.projectlink {
  padding: 10px 20px;
  background: #fa771a;
  float: left;
  color: #fff;
  margin-top: 30px;
  font-weight: 600;
}
.portfoliosingle h1 {
  font-size: 33px;
  font-weight: 600;
}
.portfoliosingle h2 {
  color: #fa771a;
  font-weight: 600;
}
.portfolioheader ul,
.whatwedo ul {
  width: 100%;
  overflow: auto;
  padding: 30px 0 0 0px !important;
  -webkit-padding-start: 0;
}
.portfolioheader ul li,
.whatwedo ul li {
  display: inline-block;
  border-top: 1px solid #e1e1e1;
  width: 48%;
  margin: 0;
  padding: 13px 0;
  list-style: none;
  color: #fa771a;
  font-weight: 600;
  font-size: 27px;
}
.portfolioheader ul li::last,
.whatwedo ul li::last {
  clear: both;
}
.portfolioheader ul li:nth-child(even),
.whatwedo ul li:nth-child(even) {
  float: right;
}
.portfolioheader ul li:nth-child(odd),
.whatwedo ul li:nth-child(odd) {
  float: left;
}
.portfolioheader ul li:before,
.whatwedo ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  margin: 0 10px 0 0;
  color: #ccc;
}
.mob-only {
  display: none;
}
/* @media only screen and (max-width: 1280px) {
  .menubar ul li {
    margin: 0 20px 0 0;
  }
} */
@media only screen and (max-width: 1160px) {
  .socialbar {
    display: none;
  }
}
@media only screen and (max-width: 1040px) {
  .mobile-header-logo  {
    float: left;
    position: relative;
    left: 0;
    display: block;
    width: 100%;margin-left: 25px;
}
  .mobile-header-logo img {
    width: 55px;
    height: 56px;
    float: left;
    position: relative;
    left: 0;
    right: 0;
}
.menu_toggle {
    position: absolute;
    top: 12px;
    right: 25px;left: auto;width: 35px;
        height: 35px;
        background-color: #fff;
        border-radius: 100px;
}
.mobile-menu ul li {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 145%;text-align: center;
}
.mobile-menu ul li .sub-menu {
    display: none;
    padding: 0 0 0 0px;
    width:100%;
}
.mobile-menu ul li .sub-menu li {
    font-size: 18px;
    font-weight: 400;text-align: center;
}
.mobile-menu.open {
    padding-top: 35px;
}
.mobile-menu ul {
    width: 270px;
    margin: 0 auto;
}
.mobile-menu ul .menu-item-has-children > a {
    background: url(../images/arrow-mob-menu.png) right no-repeat;
    padding-left: 0px;
    background-size: 8px auto;
}
  .mob-only {
    display: block;
  }
  .slider {
    margin-top: 0;
  }
  .menubar,
  .singlespacer,
  .whitestrip .down {
    display: none;
  }
  .fixedbar {
    position: relative;
    top: 0;
  }
  .whitestrip {
    padding: 82px 0 52px 0;
  }
}
#sdrn_bar {
  padding: 13px 18px;
  height: 56px !important;
}
#sdrn_bar .sdrn_ic {
  position: absolute !important;
  left: 16px !important;
  top: 17px !important;
  width: 28px !important;
  height: 28px !important;
}
#sdrn_bar .menu_title {
  width: 100%;
  text-align: center;
  display: block;
}
#sdrn_bar .bar_logo {
  border: none !important;
  border: none !important;
  margin: none !important;
  padding: none !important;
  margin-top: none !important;
  padding-left: none !important;
  padding-right: none !important;
  width: none !important;
  height: none !important;
  position: relative !important;
  left: none !important;
  right: none !important;
  top: 10px !important;
}
#sdrn_bar .sdrn_ic_2 {
  top: 9px !important;
}
#sdrn_bar .sdrn_ic_3 {
  top: 18px !important;
}
#sdrn_bar .sdrn_ic span {
  width: 28px !important;
  height: 3px !important;
}
@media only screen and (max-width: 600px) {
  .blueline {
    display: none;
  }
  .slider {
    margin-bottom: -40px;
  }
  .rsContent .box h4,
  .rsContent .box a.link,
  .rsContent .box h2 {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .ux-header {
    padding: 0 0 30px 0;
  }
  .ux-header img {
    padding-bottom: 30px;
    width: 100%;
    max-width: 100%;
  }
  .mainwrap .ux-header h1 {
    line-height: 1;
    font-size: 44px;
  }
  .ux-formatting .mainwrap h2 {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 20px 0;
  }
  .ux-formatting .mainwrap h3 {
    margin-bottom: 25px;
  }
  .ux-logo-large img {
    max-width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
  .ux-heading-spacer {
    margin: 0 0 30px 0;
  }

.logos-n {
margin-top: -30px;
}

#ux_animation {
    height: 360px !important;
    margin-bottom: 25px !important; 
}
  .ux-formatting .mainwrap p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
}
  .ux.greystrip {
    padding: 30px 0;
  }
  .ux.whitestrip.large,
  .ux.greystrip.large {
    padding: 40px 0 40px 0;
  }
  .ux.bluestrip.large.ux-formatting a {
    padding: 10px 25px;
    font-size: 18px;  
    font-weight: 500;
    margin-bottom: 0;
  }
  .ux-formatting.greystrip,
  .ux-formatting.whitestrip {
    padding: 40px 0 40px 0;
  }
   .ux-formatting.greystrip{
    padding-bottom: 40px;
  }
  .ux.bluestrip.large.ux-formatting {
    padding: 40px 0 40px 0;
    /* margin-bottom: -20px; */
  }
  .ux.whitestrip.aligncenter.ux-formatting {
    padding: 30px 0;
  }
  .mainwrap.quote-icon {
    text-align: center;
  }
  .quote-icon img {
    padding: 0;
    margin: 0 0 20px 0;
    float: none;
  }
  .portfolioheader h3,
  .portfolio h2 {
    font-size: 25px;
    line-height: 25px;
    margin: 0;
  }
  .portfolioheader ul li,
  .whatwedo ul li {
    padding: 10px 0;
    font-size: 18px;
  }
  .whatwedo h3,
  .mainwrap h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .tjl_container { 
    padding: 0 25px; 
}
.review{width: 100% !important;}
.review h2{width: 85% !important;}
.review .tjl_line{width: 35% !important;margin-bottom: 20px;}

  .mainwrap h3, .mainwrap p {
    margin: 0 0 20px 0;
}
.f_right p {
    margin: 0 0 30px 0;
}
  .f_right h3 { 
    font-size: 18px; 
    margin: 0 0 10px 0;
}
.f_right.q-links ul li {
    margin-bottom: 4px;
}
  .news .newsbox h3 {
    font-size: 25px;
    line-height: 25px;
    line-height: 30px;
  }
  .news .newsimage {
    width: calc(100% + 25px);
    margin-left: -25px;
    margin-bottom: 20px;
  }
  .news .newstext {
  width: 100%;
  float: left; 
  position: relative;
  right: auto;
  top: auto;
  height: auto;
  display: initial;
  align-items: initial;
}
.news .newsbox:nth-child(odd) .newsimage{ 
  float: right; 
  margin-left: 0;
  margin-right: -25px;
}
.news .newsbox:nth-child(odd) .newstext{ 
  float: left;
  right: auto;
  left: auto; 
}

  .news .newsbox p {
    margin: 0 0 0 0;
    width: 100%;
    float: none;
  }
  .bluenav h2,
  .contactpage h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0;
  }
  .widget_reallysimpletwitterwidget ul li {
    line-height: 20px;
    line-height: 21px;
    font-size: 17px;
  }
  .wider {
    display: none;
  }
  .clientstrip {
    padding: 35px 0 30px 0px !important;
  }
  .recents,
  .tweetsbox {
    display: none;
  }
  .rsContent .box {
    width: 90%;
    top: 5%;
  }
  .rsContent .box h2 {
    font-size: 70px;
    line-height: 75px;
  }
  .mainwrap h1,
  h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .newsbox.clientboxsub {
    width: 100% !important;
    margin: 0 0 10px 0px !important;
  }
  .page-wrap {
    min-height: 100%;
    margin-bottom: 0;
  }
  /*
.mainwrap {
    padding: 0 25px;
}*/

  #tjl_projects,
  .tjl_content {
    padding-top: 40px;
  }
  .tjl_content {
    padding-bottom: 40px;
  }
.tjl_content .tjl_content_title {
    width: 100%;
    padding-bottom: 30px;
  }
  .tjl_content .tjl_content_col {
    width: 46%;
  }
  .tjl_content #tjl_content_testimonials_feed {
    width: 100%;
    padding: 0 20px;
  }

  .footer {
    position: relative;
    height: auto;padding: 30px 0 45px 0;
  }
  .portfolioheader h1 {
    line-height: 50px;
  }
  .portfolioheader ul li,
  .whatwedo ul li {
    width: 100%;
  }
  .page-wrap:after {
    height: 20px;
  }
  .col_r,
  .col_l,
  .f_left,
  .f_right,
  .newsbox,
  .widget_reallysimpletwitterwidget ul li,
  .projectbox {
    width: 100%;
  }
  .f_left {
    margin-bottom: 30px;
  }
  .f_right.q-links {
    width: 100%;
    margin-left: 0;margin-bottom: 20px;
}
.socialicons {
    width: 100%;
    float: left;
    margin-top: 20px;padding-top: 7px;
}
  h1 {
    font-size: 58px;
    font-size: 50px;
    line-height: 66px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .widget_reallysimpletwitterwidget ul li:nth-child(even),
  .projectbox:nth-child(odd) {
    margin: 0 0 30px 0px !important;
  }
  .newsbox_wrapper_new .newsbox {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .clientbox {
    width: 50%;
  }
  .greystrip,
  .whitestrip {
    padding: 29px 0;
  }
  .mainwrap h1,
  .mainwrap h2 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .newsbox {
    margin-top: 40px;
  }
  .news .newsbox {
    margin-top: 40px;
}
 .news .newsbox:first-of-type {
    margin-top: 0;
}
    .flex-grid .newsbox {
        margin: 0;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .subbluebox, .subblueboxlink {
    padding-top: 32%;
}
.logos-n ul {
    gap: 6%;
    justify-content: start;
}
.logos-n ul li {
    flex: 0 0 calc(29%);
    margin-bottom: 3%;
  }
}
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 100%;
}
body {
  font-weight: 400;
  line-height: 20px;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  color: #333;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #333333;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}
h2.four {
  font-size: 200px;
  line-height: 220px;
  margin: 20px auto;
}
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.logo-img {
  width: 149px;
  height: auto;
  object-fit:contain;
margin-top:8px;
}
@font-face {
  font-display: swap;
  font-family: "Font-Name";
  src: url(../../../../../../themes/webheads/fonts/font-name.eot);
  src: url("../../../../../../themes/webheads/fonts/font-name.eot?#iefix")
      format("embedded-opentype"),
    url(../../../../../../themes/webheads/fonts/font-name.woff) format("woff"),
    url(../../../../../../themes/webheads/fonts/font-name.ttf)
      format("truetype"),
    url("../../../../../../themes/webheads/fonts/font-name.svg#font-name")
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 1240px) {
  .bluebar {
    width: 130px;
  }
  .menubar ul li {
    font-size: 14px;
  }
}
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 0 auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.navigation {
  padding-top: 30px;
}
.navigation ul {
  margin: 0 0 0 0;
  display: block;
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
.navigation li.active a {
  color: #fff !important;
  text-decoration: none;
}
.navigation li {
  display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #f1f1f1;
  border-radius: 0;
  cursor: pointer;
  padding: 5px 15px;
  padding: 0.75rem;
  color: #333333;
}
.navigation li a:hover,
.navigation li.active a {
  background-color: #fa771a;
}
.blockquote-wrapper {
  display: flex;
  padding: 0 20px;
}
.blockquote {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  padding: 30px 0;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  margin: 80px auto;
  align-self: center;
  border-top: solid 1px;
  border-bottom: solid 1px;
}
.blockquote h1 {
  position: relative;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  margin: 0;
  padding-bottom: 30px;
}
.blockquote:after {
  position: absolute;
  content: "â€";
  color: rgba(0, 0, 0, 1);
  font-size: 10rem;
  line-height: 0;
  bottom: -38px;
  right: 30px;
}
@media only screen and (max-width: 768px) {
  .blockquote h1 {
    position: relative;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    margin: 0;
    padding-bottom: 30px;
  }
  .greystrip,
  .whitestrip {
    padding: 29px 0;
  }
}
.blockquote-wrapper {
  display: flex;
  padding: 0 20px;
}
.blockquote {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  padding: 30px 0;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 70px;
  align-self: center;
  border-top: solid 1px;
  border-bottom: solid 1px;
}
.blockquote h3 {
  position: relative;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  margin: 0;
  padding-bottom: 30px;
  color: #333;
}
.blockquote:after {
  position: absolute;
  content: "â€";
  color: rgba(0, 0, 0, 1);
  font-size: 10rem;
  line-height: 0;
  bottom: -38px;
  right: 30px;
}
@media only screen and (max-width: 768px) {
  .blockquote h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .mainwrap h4 {
    font-size: 15px;
  }
  
.socialicons .link-a {
    float: left;
}
}
.insta-box {
  padding: 10px;
  padding-bottom: 0;
}
ul.zoom-instagram-widget__items {
  padding-left: 0;
}
@media only screen and (max-width: 680px) {
  .mainwrap {
    padding: 0 25px;
}

.mainwrap .socialicons h3, .mainwrap .socialicons p {
        margin: 0 0 0px 0;
        font-size: 12px;
        float: none;
        position: absolute;
        bottom: 15px;}
  .insta-box {
    display: none;
  }
  .mainwrap.portfolio {
    padding: 0;
}
.mainwrap.portfolio #tjl_faq_holder_inner{margin-left: -25px !important;margin-right: -25px !important;width: calc(100% + 25px + 25px) !important;}
}

.socialicons .link-a li:first-of-type {
    margin-left: 0;
}
.socialicons .link-a li a {
    font-size: 13px;
}
.image-news-box {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  min-height: 220px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
a.fancybox.image {
  display: block;
  width: 100%;
  min-height: 220px;
}
.image-bloc-grid-new {
  height: 500px;
  display: block;
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 44px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: "â€¢";
  text-align: center;
  opacity: 1;
  color: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 12px;
  height: 12px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fa771a;
}
.image-news-box {
  position: relative;
}
.image-news-box {
  width: 31.5%;
  float: left;
  text-align: left;
  margin-bottom: 30px;
  height: auto;
  background: #fff;
  line-height: 28px;
}
.image-padding {
  margin: 0 2.75% 30px;
}
.image-news-box a:hover > .subbluebox {
  display: block;
}
.blue-background,
.whitestrip.aligncenter.new-blue-section {
  background: #fa771a;
}
.white-link {
  color: #fff !important;
}
.white-link:hover {
  color: #333333 !important;
}
img.rsImg {
  max-width: none;
  width: 100% !important;
  height: auto !important;
}
.desktop-slider img.rsImg {
  width: 117% !important;
}
.wider .hoverbox,
.wider .hoverboxlink {
  display: none;
  width: 100%;
  height: 80.5%;
  position: absolute;
  top: 42px;
  left: 14px;
  line-height: 236px;
  text-align: center;
}
.wider .hoverboxlink {
  padding: 70px !important;
  padding-top: 10px !important;
}
.wider img.rsImg.rsMainSlideImage.lazyloaded {
  margin-top: 43px !important;
}
.new-royalslider-4 img.rsImg.rsMainSlideImage.lazyloaded {
  margin-top: 43px !important;
}
.widget_reallysimpletwitterwidget ul li:before {
  font-family: "Font Awesome 5 Brands";
}
.subbluebox,
.subblueboxlink {
  padding-top: 33%;
}

@media only screen and (max-width: 580px) {
  body {
    font-size: 18px;
    line-height: 25px;
  }
}
.newsbox.clientboxsub img {
  width: 100%;
  height: auto;
  min-height: 111px;
}
.contact-button-cta {
  background: #fa771a;
  color: #fff !important;
  padding: 30px 25px;
  font-size: 25px;
  margin-bottom: 60px;
  display: inline-block;
  font-weight: 600;
}
.contact-call-link {
  color: #fff !important;
  text-decoration: none !important;
} 
#ux_animation {
  position: relative;
  line-height: 9px;
  max-width: 440px;
  overflow: hidden;
  height: 440px;
  margin: 0;
  margin-bottom: 0;
  float: left; 
}
#ux_animation img {
  padding: 0 !important;
  max-width: 100% !important;
}
#ux_animation #ux_animation_base {
  display: block;
  width: 100%;
  height: auto;
}
#ux_animation #ux_animation_arrows {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#ux_animation .ux_animation_sphere {
  position: absolute;
  width: 21%;
  transform: scale(1);
  animation: pulse 2s infinite;
}
#ux_animation #ux_animation_measure.ux_animation_sphere {
  top: 59.5%;
  left: 4%;
}
#ux_animation #ux_animation_learn.ux_animation_sphere {
  top: 0%;
  left: 39.5%;
}
#ux_animation #ux_animation_build.ux_animation_sphere {
  top: 59.5%;
  right: 4.5%;
}
@keyframes pulse {
  0% {
    transform: scale(0.85);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
.rotate {
  animation: rotation 16s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#slidein_newsletter,
#slidein_newsletter * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#slidein_newsletter {
  background: #333333;
  max-width: 380px;
  width: 100%;
  padding: 15px 20px;
  position: fixed;
  bottom: 0;
  bottom: -500px;
  right: 0;
  z-index: 99999;
  -webkit-box-shadow: -1px -1px 18px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px -1px 18px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -1px -1px 18px 0 rgba(0, 0, 0, 0.3);
}
#slidein_newsletter_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 29px;
  height: 29px;
  cursor: pointer;
  text-indent: -9999px;
  display: block;
  background: url(/wp-content/themes/webheads/img/icon-close-slidin.png) center
    no-repeat;
  background-size: 29px auto;
}
#slidein_newsletter form {
  background: none;
}
#slidein_newsletter h2 {
  color: #fff !important;
  margin: 0 !important;
  padding: 0 40px 8px 0;
  font-size: 24px !important;
  line-height: 120% !important;
  text-transform: none !important;
  font-weight: 700 !important;
}
#slidein_newsletter h2 strong {
  color: #fa771a !important;
}
#slidein_newsletter p {
  color: #fff;
  padding: 0 0 12px 0;
  margin: 0 !important;
  font-size: 14px;
  line-height: 18px;
}
#slidein_newsletter_email,
#slidein_newsletter_name,
#slidein_newsletter_surname,
#slidein_newsletter_company {
  float: none;
  padding: 10px 10px;
  padding: 6px 10px;
  height: auto !important;
  background: #fff;
  color: #333333;
  width: 100%;
  display: block;
  border: none;
  margin: 0 0 7px 0;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#slidein_newsletter_button {
  float: none;
  border: none;
  cursor: pointer;
  background: #fa771a;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  padding: 11px 15px;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#slidein_newsletter_button:hover {
  background: #475ef7;
}
#slidein_newsletter .wpcf7-form {
  padding: 0;
}
#slidein_newsletter form {
  margin: 0;
}
#slidein_newsletter span.wpcf7-not-valid-tip {
  display: none !important;
}
#slidein_newsletter_error {
  display: block;
  color: red;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  padding: 0 0 10px 0;
}
#slidein_newsletter_thanks {
  color: #fff;
  padding: 20px 0 15px 0 !important;
  font-weight: 700;
  text-align: center;
}
#slidein_newsletter p.slidein_newsletter_smallprint {
  font-size: 10px;
  line-height: 16px;
  padding: 0 !important;
  opacity: 0.7;
}
#slidein_newsletter p.slidein_newsletter_smallprint a {
  color: #fff;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 20px 0 0 0;
  border: none !important;
  font-weight: 700;
  color: #dc3232 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #fa771a !important;
}
.wpcf7-not-valid-tip {
  font-size: 11px;
  padding: 5px 0 0 0;
}
#popup_quote_cta {
  position: fixed;
  right: -50px;
  bottom: 20vh;
  width: 150px;
  height: 50px;
  transform: rotate(-90deg);
  background: #fa771a;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#popup_quote_cta:hover {
  background: #475ef7;
}
#popup_quote {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  position: fixed;
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#popup_quote.open {
  opacity: 1;
  z-index: 99999999;
  visibility: visible;
}
#popup_quote_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 29px;
  height: 29px;
  cursor: pointer;
  text-indent: -9999px;
  display: block;
  background: url(/wp-content/themes/webheads/img/icon-close-g.png) center
    no-repeat;
  background-size: 20px auto;
}
#popup_quote h2,
.tjl_form_porfolio_h2 {
  margin: 0;
  padding: 0;
}
#popup_quote p,
#tjl_form_porfolio {
  margin: 0;
  padding: 5px 0 20px 0;
}
#popup_quote_form {
  padding: 30px;
  background: #fff;
  max-width: 500px;
  position: relative;
}
#popup_quote_form ul,
#tjl_form_porfolio ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
#popup_quote_form ul li,
#tjl_form_porfolio ul li {
  margin: 0;
  padding: 0 0 10px 0;
  display: block;
}
#popup_quote_form ul li input,
#tjl_form_porfolio ul li input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#popup_quote_form ul li .text,
#tjl_form_porfolio ul li .text {
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
}
#popup_quote_form ul li #quote-submit,
#tjl_form_porfolio ul li .quote-submit {
  display: block;
  width: 100%;
  border: none;
  cursor: pointer;
  background: #fa771a;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  padding: 15px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#popup_quote_form ul li #quote-submit:hover,
#tjl_form_porfolio ul li .quote-submit:hover {
  background: #475ef7;
}
#popup_quote_form ul li:last-child,
#tjl_form_porfolio ul li:last-child {
  padding: 10px 0 0 0;
}
#popup_quote_smallprint,
.popup_quote_smallprint {
  font-size: 12px;
  line-height: 17px;
  padding: 15px 0 0 0 !important;
  opacity: 0.7;
  margin: 0 !important;
}
.wpcf7-spinner {
  display: none !important;
}
#tjl_form_porfolio {
  padding: 50px;
  background: #f1f1f1;
  margin: 30px 0 70px 0;
}
.tjl_form_porfolio_h2 {
  font-size: 30px;
  color: #fa771a;
  font-weight: 700;
}
#tjl_form_porfolio p {
  font-size: 18px;
  line-height: 150%;
}
#blog_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#blog_flex #blog_flex_left {
  width: 60%;
}
#blog_flex #blog_flex_right {
  width: 35%;
}
#blog_quotes .blockquote-wrapper {
  padding: 0;
}
#blog_quotes .blockquote {
  border-top: none;
  padding-top: 10px;
}
#blog_quotes .blockquote h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
}
#blog_quotes .blockquote h3 strong {
  font-size: 26px;
  line-height: 30px;
  display: block;
  padding: 0 0 20px 0;
  color: #333333;
}
#blog_base {
  padding: 0 0 10px 0;
  font-size: 24px;
  line-height: 130%;
  color: #333333;
}
#blog_quotes h2 {
  color: #fa771a;
  border-top: 1px solid #333;
  padding-top: 40px;
}
.blog_list {
  padding: 13px 0 20px 0;
  margin: 0 0 0 25px;
  list-style-image: url(/wp-content/themes/webheads/img/bullet-sml.png);
}
.blog_list li {
  margin: 0;
  padding: 0 0 20px 7px;
  font-size: 24px;
  line-height: 28px;
  color: #787878;
  font-weight: 700;
}
.postid-4832 #tjl_form_porfolio {
  margin-top: -20px;
}
@media all and (min-width: 801px) {
  .portfoliosingle #tjl_form_porfolio h1 {
    font-size: 36px;
  }
}
#tjl_form_porfolio ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#tjl_form_porfolio ul li {
  width: 49%;
  padding: 0 0 20px 0;
}
#tjl_form_porfolio ul li .text {
  border: none;
}
@media all and (min-width: 0) and (max-width: 800px) {
  #tjl_form_porfolio {
    padding: 30px;
  }
  #tjl_form_porfolio ul li {
    width: 100%;
  }
  #blog_flex #blog_flex_left {
    width: 100%;
  }
  #blog_flex #blog_flex_right {
    width: 100%;
    padding-top: 40px;
  }
  .ux-header-left,
  .ux-header-right {
    width: 100%;
  }
}
@media all and (min-width: 0) and (max-width: 550px) {
  #tjl_form_porfolio {
    padding: 20px;
  }
}
#sdrn_menu .sdrn_icon_par {
  background: url(/wp-content/themes/webheads/img/arrow-mob-menu.png) 30px 73%
    no-repeat;
  background-size: 11px auto;
}
#sdrn_menu .icon_default.sdrn_icon_par:before {
  content: "";
  display: block;
  height: 20px;
  visibility: hidden;
}
#tjl_portfolio_cols_toggle_p {
  display: none;
  margin-top: -20px !important;
  font-weight: bold !important;
  font-size: 22px !important;
}
#tjl_portfolio_cols_toggle_p a {
  color: #fa771a;
}
@media all and (min-width: 0) and (max-width: 800px) {
  #tjl_portfolio_cols_toggle_p {
    display: block;
  }
  #tjl_portfolio_cols_reveal {
    display: none;
  }
}
.ux_svg_holder {
  max-width: 223px;
  max-width: 300px;
  margin: -45px 0 0 0;
}
@media all and (min-width: 0) and (max-width: 992px) {
  .ux_svg_holder {
    max-width: 500px;
    margin: 0 auto 0 auto;
    padding: 0;
  }
}
.flex-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-grid .newsbox {
  flex: 0 32%;
  height: 100px;
  margin-bottom: 2%;
}
.flex-grid .newsbox {
  width: auto;
  float: none;
  text-align: left;
  margin-bottom: 30px;
  height: auto;
  background: #fff;
  line-height: 28px;
}
@media only screen and (max-width: 992px) {
  .flex-grid .newsbox {
    flex: 0 100%;
    height: 100px;
    margin-bottom: 2%;
  }
  .flex-grid .newsbox {
    display: inline-table;
    margin-bottom: 30px !important;
  }
}
