.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
@font-face {
  font-family: 'IcoMoon';
  src: url('../fonts/IcoMoon.eot');
  src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: .25em;
  line-height: 14px;
  background-image: none;
}
dd > span[class^="icon-"] + time,
dd > span[class*=" icon-"] + time {
  margin-left: -0.25em;
}
dl.article-info dd.hits span[class^="icon-"],
dl.article-info dd.hits span[class*=" icon-"] {
  margin-right: 0;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}
.icon-joomla:before {
  content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
  content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
  content: "\e008";
}
.icon-arrow-first:before {
  content: "\e003";
}
.icon-arrow-last:before {
  content: "\e004";
}
.icon-arrow-up-2:before {
  content: "\e009";
}
.icon-arrow-right-2:before {
  content: "\e00a";
}
.icon-arrow-down-2:before {
  content: "\e00b";
}
.icon-arrow-left-2:before {
  content: "\e00c";
}
.icon-arrow-up-3:before {
  content: "\e00f";
}
.icon-arrow-right-3:before {
  content: "\e010";
}
.icon-arrow-down-3:before {
  content: "\e011";
}
.icon-arrow-left-3:before {
  content: "\e012";
}
.icon-menu-2:before {
  content: "\e00e";
}
.icon-arrow-up-4:before {
  content: "\e201";
}
.icon-arrow-right-4:before {
  content: "\e202";
}
.icon-arrow-down-4:before {
  content: "\e203";
}
.icon-arrow-left-4:before {
  content: "\e204";
}
.icon-share:before,
.icon-redo:before {
  content: "\27";
}
.icon-undo:before {
  content: "\28";
}
.icon-forward-2:before {
  content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
  content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
  content: "\6c";
}
.icon-undo-2:before {
  content: "\e207";
}
.icon-move:before {
  content: "\7a";
}
.icon-expand:before {
  content: "\66";
}
.icon-contract:before {
  content: "\67";
}
.icon-expand-2:before {
  content: "\68";
}
.icon-contract-2:before {
  content: "\69";
}
.icon-play:before {
  content: "\e208";
}
.icon-pause:before {
  content: "\e209";
}
.icon-stop:before {
  content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
  content: "\7c";
}
.icon-next:before,
.icon-forward:before {
  content: "\7b";
}
.icon-first:before {
  content: "\7d";
}
.icon-last:before {
  content: "\e000";
}
.icon-play-circle:before {
  content: "\e00d";
}
.icon-pause-circle:before {
  content: "\e211";
}
.icon-stop-circle:before {
  content: "\e212";
}
.icon-backward-circle:before {
  content: "\e213";
}
.icon-forward-circle:before {
  content: "\e214";
}
.icon-loop:before {
  content: "\e001";
}
.icon-shuffle:before {
  content: "\e002";
}
.icon-search:before {
  content: "\53";
}
.icon-zoom-in:before {
  content: "\64";
}
.icon-zoom-out:before {
  content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "\2b";
}
.icon-pencil-2:before {
  content: "\2c";
}
.icon-brush:before {
  content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
  content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "\47";
}
.icon-new:before,
.icon-plus:before {
  content: "\2a";
}
.icon-plus-circle:before {
  content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
  content: "\4b";
}
.icon-minus-circle:before {
  content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
  content: "\4a";
}
.icon-cancel-circle:before {
  content: "\e217";
}
.icon-checkmark-2:before {
  content: "\e218";
}
.icon-checkmark-circle:before {
  content: "\e219";
}
.icon-info:before {
  content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
  content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
  content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
  content: "\e222";
}
.icon-notification:before {
  content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
  content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
  content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
  content: "\e225";
}
.icon-checkbox-unchecked:before {
  content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
  content: "\3e";
}
.icon-checkbox-partial:before {
  content: "\3f";
}
.icon-square:before {
  content: "\e226";
}
.icon-radio-unchecked:before {
  content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
  content: "\e228";
}
.icon-circle:before {
  content: "\e229";
}
.icon-signup:before {
  content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
  content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "\59";
}
.icon-menu:before {
  content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
  content: "\31";
}
.icon-list-2:before {
  content: "\e231";
}
.icon-menu-3:before {
  content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
  content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
  content: "\2e";
}
.icon-folder-plus:before {
  content: "\e234";
}
.icon-folder-minus:before {
  content: "\e235";
}
.icon-folder-3:before {
  content: "\e236";
}
.icon-folder-plus-2:before {
  content: "\e237";
}
.icon-folder-remove:before {
  content: "\e238";
}
.icon-file:before {
  content: "\e016";
}
.icon-file-2:before {
  content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
  content: "\29";
}
.icon-file-remove:before,
.icon-file-minus:before {
  content: "\e017";
}
.icon-file-check:before {
  content: "\e240";
}
.icon-file-remove:before {
  content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
  content: "\e018";
}
.icon-stack:before {
  content: "\e242";
}
.icon-tree:before {
  content: "\e243";
}
.icon-tree-2:before {
  content: "\e244";
}
.icon-paragraph-left:before {
  content: "\e246";
}
.icon-paragraph-center:before {
  content: "\e247";
}
.icon-paragraph-right:before {
  content: "\e248";
}
.icon-paragraph-justify:before {
  content: "\e249";
}
.icon-screen:before {
  content: "\e01c";
}
.icon-tablet:before {
  content: "\e01d";
}
.icon-mobile:before {
  content: "\e01e";
}
.icon-box-add:before {
  content: "\51";
}
.icon-box-remove:before {
  content: "\52";
}
.icon-download:before {
  content: "\e021";
}
.icon-upload:before {
  content: "\e022";
}
.icon-home:before {
  content: "\21";
}
.icon-home-2:before {
  content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
  content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
  content: "\e251";
}
.icon-link:before {
  content: "\e252";
}
.icon-picture:before,
.icon-image:before {
  content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
  content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
  content: "\e014";
}
.icon-camera:before {
  content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
  content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
  content: "\56";
}
.icon-music:before {
  content: "\57";
}
.icon-user:before {
  content: "\22";
}
.icon-users:before {
  content: "\e01f";
}
.icon-vcard:before {
  content: "\6d";
}
.icon-address:before {
  content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
  content: "\26";
}
.icon-enter:before {
  content: "\e257";
}
.icon-exit:before {
  content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
  content: "\24";
}
.icon-comments-2:before {
  content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
  content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
  content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
  content: "\e259";
}
.icon-phone:before {
  content: "\e260";
}
.icon-phone-2:before {
  content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
  content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
  content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
  content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
  content: "\50";
}
.icon-briefcase:before {
  content: "\e020";
}
.icon-tag:before {
  content: "\e262";
}
.icon-tag-2:before {
  content: "\e263";
}
.icon-tags:before {
  content: "\e264";
}
.icon-tags-2:before {
  content: "\e265";
}
.icon-options:before,
.icon-cog:before {
  content: "\38";
}
.icon-cogs:before {
  content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
  content: "\36";
}
.icon-wrench:before {
  content: "\3a";
}
.icon-equalizer:before {
  content: "\39";
}
.icon-dashboard:before {
  content: "\78";
}
.icon-switch:before {
  content: "\e266";
}
.icon-filter:before {
  content: "\54";
}
.icon-purge:before,
.icon-trash:before {
  content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "\23";
}
.icon-unlock:before {
  content: "\e267";
}
.icon-key:before {
  content: "\5f";
}
.icon-support:before {
  content: "\46";
}
.icon-database:before {
  content: "\62";
}
.icon-scissors:before {
  content: "\e268";
}
.icon-health:before {
  content: "\6a";
}
.icon-wand:before {
  content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
  content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
  content: "\e269";
}
.icon-clock:before {
  content: "\6e";
}
.icon-compass:before {
  content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
  content: "\e01b";
}
.icon-book:before {
  content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
  content: "\79";
}
.icon-print:before,
.icon-printer:before {
  content: "\e013";
}
.icon-feed:before {
  content: "\71";
}
.icon-calendar:before {
  content: "\43";
}
.icon-calendar-2:before {
  content: "\44";
}
.icon-calendar-3:before {
  content: "\e273";
}
.icon-pie:before {
  content: "\77";
}
.icon-bars:before {
  content: "\76";
}
.icon-chart:before {
  content: "\75";
}
.icon-power-cord:before {
  content: "\32";
}
.icon-cube:before {
  content: "\33";
}
.icon-puzzle:before {
  content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
  content: "\72";
}
.icon-lamp:before {
  content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
  content: "\73";
}
.icon-location:before {
  content: "\63";
}
.icon-shield:before {
  content: "\e274";
}
.icon-flag:before {
  content: "\35";
}
.icon-flag-3:before {
  content: "\e275";
}
.icon-bookmark:before {
  content: "\e023";
}
.icon-bookmark-2:before {
  content: "\e276";
}
.icon-heart:before {
  content: "\e277";
}
.icon-heart-2:before {
  content: "\e278";
}
.icon-thumbs-up:before {
  content: "\5b";
}
.icon-thumbs-down:before {
  content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
  content: "\40";
}
.icon-star-2:before {
  content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
  content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
  content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
  content: "\e280";
}
.icon-smiley-sad:before {
  content: "\e281";
}
.icon-smiley-sad-2:before {
  content: "\e282";
}
.icon-smiley-neutral:before {
  content: "\e283";
}
.icon-smiley-neutral-2:before {
  content: "\e284";
}
.icon-cart:before {
  content: "\e019";
}
.icon-basket:before {
  content: "\e01a";
}
.icon-credit:before {
  content: "\e286";
}
.icon-credit-2:before {
  content: "\e287";
}
.icon-expired:before {
  content: "\4b";
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  float: right;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 0 15px;
  line-height: 90px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  padding: 10px;
  color: #333;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 90px;
}
#offcanvas-toggler >i {
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 18px;
  background: transparent;
  margin: 5px 0 27px 0;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #000;
  border: 2px solid #eee;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.close-offcanvas:hover {
  background: #000;
  color: #fff;
}
.offcanvas-menu {
  width: 280px;
  height: 100%;
  background: #fff;
  color: #999;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 9999;
  overflow-y: scroll;
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  border-bottom: 1px dotted #e8e8e8;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 4px 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
  background: #f5f5f5;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.ltr .offcanvas-menu {
  -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
  transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -280px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.body-innerwrapper:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.8);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 999;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 24px;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
#sp-top-bar {
  padding: 8px 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  background: #ffffff;
  height: 90px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
#sp-header .logo {
  display: inline-block;
  height: 90px;
  display: table;
}
#sp-header .logo h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
  -webkit-transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
  transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 60px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
@media (max-width: 480px) {
  .com-sppagebuilder #sp-main-body {
    padding-top: 60px;
  }
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  background: none;
}
.sp-module ul >li >a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 8px;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info >dd {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
}
#sp-footer {
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2D2D2D;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
#home .btn-contact-me:hover {
  border: 2px solid #ff6500 !important;
  background-color: #ff6500 !important;
}
#home .btn-view-details:hover {
  border: 2px solid #ff6500 !important;
  background-color: #ff6500 !important;
}
#home .tp-bannershadow {
  display: none;
}
#home .tp-bullets.simplebullets {
  display: none;
}
#home .tp-leftarrow {
  background: none;
}
#home .tp-leftarrow:before {
  content: "\f053";
  font-family: FontAwesome;
  font-size: 30px;
  color: #fff;
}
#home .tp-rightarrow {
  background: none;
}
#home .tp-rightarrow:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 30px;
  color: #fff;
}
#home .rev_slider_wrapper {
  cursor: move;
}
#home .rev_slider_wrapper ul.tp-revslider-mainul li .tp-caption .slider-color {
  color: #ff6500 !important;
}
#home .rev_slider_wrapper ul.tp-revslider-mainul li .tp-caption .line-slider {
  height: 2px;
  width: 205px;
  background-color: #ff6500 !important;
}
@media (max-width: 1199px) {
  #home .rev_slider_wrapper ul.tp-revslider-mainul li .tp-caption .line-slider {
    width: 165px;
  }
}
@media (max-width: 1024px) {
  #home .rev_slider_wrapper ul.tp-revslider-mainul li .tp-caption .line-slider {
    width: 120px;
  }
}
@media (max-width: 991px) {
  #home .rev_slider_wrapper ul.tp-revslider-mainul li .tp-caption .line-slider {
    width: 100px;
  }
}
@media (max-width: 600px) {
  #home .rev_slider_wrapper ul.tp-revslider-mainul li .tp-caption .line-slider {
    width: 70px;
  }
}
@media (max-width: 320px) {
  #home .rev_slider_wrapper ul.tp-revslider-mainul li .tp-caption .line-slider {
    width: 40px;
  }
}
#about {
  margin-top: 50px !important;
}
#about .sppb-addon-text-block .sppb-addon-title {
  font-size: 30px;
  font-weight: bold;
  color: #374456;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  margin-top: 50px;
  border-left: 3px solid #ff6500;
  font-family: Roboto, sans-serif;
  line-height: 51px;
}
@media (max-width: 991px) {
  #about .sppb-addon-text-block .sppb-addon-title {
    font-size: 25px;
    line-height: 42px;
  }
}
#about .sppb-addon-text-block .sppb-addon-content {
  width: 50%;
  float: right;
  font-size: 16px !important;
  font-weight: lighter !important;
  color: #333333;
  line-height: 1.7 !important;
  margin-top: 50px;
  margin-right: 150px;
  font-family: Roboto, sans-serif !important;
}
@media (max-width: 992px) {
  #about .sppb-addon-text-block .sppb-addon-content {
    width: 57%;
    margin-top: 42px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #about .sppb-addon-text-block .sppb-addon-content {
    display: none;
  }
}
#portfolio {
  margin-top: 100px !important;
}
#portfolio .sppb-title-heading {
  font-size: 30px !important;
  line-height: 51px !important;
  font-weight: bold;
  color: #374456;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  margin-top: 50px;
  border-left: 3px solid #ff6500 !important;
  font-family: Roboto, sans-serif;
}
@media (max-width: 992px) {
  #portfolio .sppb-title-heading {
    font-size: 25px !important;
    line-height: 42px !important;
  }
}
@media (min-width: 601px) and (max-width: 992px) {
  #portfolio .sppb-title-heading {
    width: 40%;
  }
}
#portfolio .jux-portfolio-all-content {
  margin-top: -65px;
}
#portfolio .jux-portfolio-all-content .juxp-filters {
  margin-right: 50%;
  transform: translate(50%);
  margin-top: -65px;
}
@media (max-width: 1366px) {
  #portfolio .jux-portfolio-all-content .juxp-filters {
    margin-right: 0;
    transform: translate(0);
  }
}
@media (max-width: 1280px) {
  #portfolio .jux-portfolio-all-content .juxp-filters {
    margin-right: 65px;
  }
}
@media (max-width: 1080px) {
  #portfolio .jux-portfolio-all-content .juxp-filters {
    margin-right: 100px;
  }
}
@media (max-width: 992px) {
  #portfolio .jux-portfolio-all-content .juxp-filters {
    width: 95%;
    margin-left: 0;
    margin-top: -75px;
  }
}
@media (max-width: 600px) {
  #portfolio .jux-portfolio-all-content .juxp-filters {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
}
@media (max-width: 320px) {
  #portfolio .jux-portfolio-all-content .juxp-filters {
    width: 75%;
    margin-top: 20px;
    text-align: left;
    margin-left: 15px;
  }
}
#portfolio .jux-portfolio-all-content .juxp-filters ul li {
  background: none;
}
@media (max-width: 320px) {
  #portfolio .jux-portfolio-all-content .juxp-filters ul li {
    margin-top: 10px;
  }
}
#portfolio .jux-portfolio-all-content .juxp-filters ul li a {
  height: 30px;
  display: inline-block;
  width: auto;
  font-size: 14px;
  font-weight: lighter;
  color: #374456;
  border: 0 none;
  background: #f9f9f9;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 3px 17px;
}
#portfolio .jux-portfolio-all-content .juxp-filters ul li a:hover {
  background: #ff6500;
  color: #fff;
}
#portfolio .jux-portfolio-all-content .juxp-filters ul li a:focus {
  background: #ff6500;
  color: #fff;
}
#portfolio .jux-portfolio-all-content .juxp-filters ul li .active {
  background: #ff6500;
  color: #fff;
}
#portfolio .jux-portfolio-all-content .juxp-filters ul .last {
  display: none !important;
}
#portfolio .jux-portfolio-all-content .juxp-main-wrap {
  margin-top: 70px;
}
#portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item {
  padding: 0;
}
#portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content:hover .juxp-img .item-info {
  opacity: 0.9;
}
#portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content:hover .juxp-img .item-info .info-content {
  top: 30%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  width: 100%;
}
@media (max-width: 1280px) {
  #portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content:hover .juxp-img .item-info .info-content {
    top: 15%;
  }
}
@media (max-width: 1200px) {
  #portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content:hover .juxp-img .item-info .info-content {
    top: 20%;
  }
}
#portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content .juxp-img .item-info {
  top: 0;
  opacity: 0;
  background: linear-gradient(#009bfc,#02cdb7) !important;
}
#portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content .juxp-img .item-info .info-content {
  position: absolute;
  top: 100%;
  width: 100%;
}
#portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content .juxp-img .item-info .info-content .cs-title span {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
#portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content .juxp-img .item-info .info-content .cs-title span:hover {
  text-decoration: underline;
}
@media (max-width: 1280px) {
  #portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content .juxp-img .item-info .info-content .cs-title span {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  #portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content .juxp-img .item-info .info-content .cs-title span {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  #portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content .juxp-img .item-info .info-content .cs-title span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content .juxp-img .item-info .info-content .cs-title span {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  #portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content .juxp-img .item-info .info-content .cs-title span {
    font-size: 20px;
  }
}
#portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content .juxp-img .item-info .info-content .jux-tag-item a {
  transition-delay: 4s !important;
  -webkit-transition-delay: 4s !important;
  -moz-transition-delay: 4s !important;
  -o-transition-delay: 4s !important;
}
#portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content .juxp-img .juxp-icon .juxp-link a {
  background-color: transparent;
  background-repeat: none;
  border-radius: 0;
  webkit-border-radius: 0;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 1;
  left: 53%;
}
#portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content .juxp-img .juxp-icon .juxp-link a .fa {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 9px 20px;
}
#portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content .juxp-img .juxp-icon .juxp-link:hover a {
  border: 2px solid #ff6500;
}
#portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content .juxp-img .juxp-icon .juxp-link:hover a .fa {
  color: #ff6500;
}
#portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content .juxp-img .juxp-icon .juxp-zoom a {
  background-color: transparent;
  background-repeat: none;
  border-radius: 0;
  webkit-border-radius: 0;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 1;
  right: 53%;
}
#portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content .juxp-img .juxp-icon .juxp-zoom a .fa {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 15px;
}
#portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content .juxp-img .juxp-icon .juxp-zoom:hover a {
  border: 2px solid #ff6500;
}
#portfolio .jux-portfolio-all-content .juxp-main-wrap .juxp-item .juxp-content .juxp-img .juxp-icon .juxp-zoom:hover a .fa {
  color: #ff6500;
}
#portfolio .jux-portfolio-all-content .jux_loadMore {
  display: none;
}
@media (max-width: 767px) {
  .nivo-lightbox-overlay.nivo-lightbox-theme-default .nivo-lightbox-wrap {
    top: 10%;
  }
}
@media (max-width: 767px) {
  .nivo-lightbox-overlay.nivo-lightbox-theme-default .nivo-lightbox-wrap .nivo-lightbox-content {
    height: auto;
  }
}
@media (min-width: 768px) {
  .nivo-lightbox-overlay.nivo-lightbox-theme-default .nivo-lightbox-wrap .nivo-lightbox-content .nivo-lightbox-inline .jux-media.jux-video img {
    margin-top: 25px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .nivo-lightbox-overlay.nivo-lightbox-theme-default .nivo-lightbox-wrap .nivo-lightbox-content .nivo-lightbox-inline .jux-info {
    display: none;
  }
}
.nivo-lightbox-overlay.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 35%;
}
#pricing {
  margin-top: 50px !important;
}
#pricing .sppb-title-heading {
  font-size: 30px !important;
  line-height: 51px !important;
  font-weight: bold;
  color: #374456;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  border-left: 3px solid #ff6500 !important;
  font-family: Roboto, sans-serif;
}
@media (max-width: 991px) {
  #pricing .sppb-title-heading {
    font-size: 25px !important;
    line-height: 42px !important;
  }
}
#pricing .sppb-title-subheading {
  width: 65%;
  float: right;
  font-size: 16px !important;
  font-weight: lighter !important;
  padding-top: 15px;
  font-family: Roboto, sans-serif !important;
}
@media (max-width: 992px) {
  #pricing .sppb-title-subheading {
    width: 60%;
    padding-top: 0;
    line-height: 24px !important;
  }
}
@media (max-width: 767px) {
  #pricing .sppb-title-subheading {
    display: none;
  }
}
#pricing .sppb-row {
  margin: 0;
}
#pricing .sppb-row .sppb-col-sm-4 {
  padding: 0;
}
@media (max-width: 991px) {
  #pricing .sppb-row .sppb-col-sm-4 {
    width: 100%;
  }
}
#pricing .sppb-row .sppb-col-sm-4 .print-service .sppb-pricing-box {
  border: none;
  padding: 0;
}
#pricing .sppb-row .sppb-col-sm-4 .print-service .sppb-pricing-box .sppb-pricing-header {
  height: 188px;
  position: relative;
  background: #374456;
}
#pricing .sppb-row .sppb-col-sm-4 .print-service .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  position: absolute;
  top: 150px;
  left: 30px;
  bottom: auto;
  right: auto;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
#pricing .sppb-row .sppb-col-sm-4 .print-service .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title:before {
  content: "\f02f";
  font-family: FontAwesome;
  font-size: 50px;
  position: absolute;
  bottom: 70px;
}
#pricing .sppb-row .sppb-col-sm-4 .print-service .sppb-pricing-box .sppb-pricing-header:after {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 100px;
  color: #fff;
  position: absolute;
  top: 121px;
  left: -22px;
  opacity: 0;
}
#pricing .sppb-row .sppb-col-sm-4 .print-service .sppb-pricing-box .sppb-pricing-price {
  position: absolute;
  top: 217px;
  font-size: 50px;
  font-weight: 900;
  color: #374456;
  line-height: 1.7;
  left: 25px;
}
#pricing .sppb-row .sppb-col-sm-4 .print-service .sppb-pricing-box .sppb-pricing-features {
  padding: 115px 0px 0 25px;
}
#pricing .sppb-row .sppb-col-sm-4 .print-service .sppb-pricing-box .sppb-pricing-features ul li {
  font-size: 14px;
  font-weight: normal;
  color: #374456;
  margin-bottom: 7px;
  font-family: 'Roboto', sans-serif;
}
#pricing .sppb-row .sppb-col-sm-4 .print-service .sppb-pricing-box .sppb-pricing-footer {
  padding: 24px 25px 70px;
}
#pricing .sppb-row .sppb-col-sm-4 .print-service .sppb-pricing-box .sppb-pricing-footer a {
  height: 50px;
  display: inline-block;
  width: auto;
  font-size: 18px;
  font-weight: bold;
  color: #374456;
  border: 2px solid #374456;
  background: none transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 11px 46px;
  font-family: 'Roboto', sans-serif;
}
#pricing .sppb-row .sppb-col-sm-4 .print-service .sppb-pricing-box .sppb-pricing-footer a:hover {
  background-color: #cc5100;
  border-color: #cc5100;
}
#pricing .sppb-row .sppb-col-sm-4 .print-service:hover .sppb-pricing-header {
  height: 188px;
  position: relative;
  background: #ff6500;
  overflow: hidden;
}
#pricing .sppb-row .sppb-col-sm-4 .print-service:hover .sppb-pricing-header .sppb-pricing-title {
  position: absolute;
  top: 25px;
  left: 30px;
  bottom: auto;
  right: auto;
  font-family: 'Raleway', sans-serif;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  z-index: 99;
  transition: all .5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  line-height: 31px;
}
#pricing .sppb-row .sppb-col-sm-4 .print-service:hover .sppb-pricing-header .sppb-pricing-title:before {
  content: "\f02f";
  font-family: FontAwesome;
  font-size: 150px;
  position: absolute;
  bottom: -100px;
  color: #ff6500;
  left: 0;
  transition: all .5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#pricing .sppb-row .sppb-col-sm-4 .print-service:hover .sppb-pricing-header:after {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 400px;
  color: #ff6e0f;
  position: absolute;
  top: 121px;
  left: -22px;
  transition: all .5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 1;
}
#pricing .sppb-row .sppb-col-sm-4 .print-service:hover .sppb-pricing-price {
  position: absolute;
  top: 217px;
  font-size: 50px;
  font-weight: 900;
  color: #ff6500;
  line-height: 1.7;
  left: 25px;
}
#pricing .sppb-row .sppb-col-sm-4 .print-service:hover .sppb-pricing-features {
  padding: 115px 0px 0 25px;
}
#pricing .sppb-row .sppb-col-sm-4 .print-service:hover .sppb-pricing-features ul li {
  font-size: 14px;
  font-weight: normal;
  color: #374456;
  margin-bottom: 7px;
  font-family: 'Roboto', sans-serif;
}
#pricing .sppb-row .sppb-col-sm-4 .print-service:hover .sppb-pricing-footer a {
  color: #fff;
  background: #ff6500;
  border: 2px solid #ff6500;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
#pricing .sppb-row .sppb-col-sm-4 .logo-design .sppb-pricing-box {
  border: none;
  padding: 0;
}
#pricing .sppb-row .sppb-col-sm-4 .logo-design .sppb-pricing-box .sppb-pricing-header {
  height: 188px;
  position: relative;
  background: #374456;
}
#pricing .sppb-row .sppb-col-sm-4 .logo-design .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  position: absolute;
  top: 150px;
  left: 30px;
  bottom: auto;
  right: auto;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
#pricing .sppb-row .sppb-col-sm-4 .logo-design .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title:before {
  content: "\f0eb";
  font-family: FontAwesome;
  font-size: 50px;
  position: absolute;
  bottom: 70px;
}
#pricing .sppb-row .sppb-col-sm-4 .logo-design .sppb-pricing-box .sppb-pricing-price {
  position: absolute;
  top: 217px;
  font-size: 50px;
  font-weight: 900;
  color: #374456;
  line-height: 1.7;
  left: 25px;
}
#pricing .sppb-row .sppb-col-sm-4 .logo-design .sppb-pricing-box .sppb-pricing-features {
  padding: 115px 0px 0 25px;
}
#pricing .sppb-row .sppb-col-sm-4 .logo-design .sppb-pricing-box .sppb-pricing-features ul li {
  font-size: 14px;
  font-weight: normal;
  color: #374456;
  margin-bottom: 7px;
  font-family: 'Roboto', sans-serif;
}
#pricing .sppb-row .sppb-col-sm-4 .logo-design .sppb-pricing-box .sppb-pricing-footer {
  padding: 24px 25px 70px;
}
#pricing .sppb-row .sppb-col-sm-4 .logo-design .sppb-pricing-box .sppb-pricing-footer a {
  height: 50px;
  display: inline-block;
  width: auto;
  font-size: 18px;
  font-weight: bold;
  color: #374456;
  border: 2px solid #374456;
  background: none transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 11px 46px;
  font-family: 'Roboto', sans-serif;
}
#pricing .sppb-row .sppb-col-sm-4 .logo-design .sppb-pricing-box .sppb-pricing-footer a:hover {
  background-color: #cc5100;
  border-color: #cc5100;
}
#pricing .sppb-row .sppb-col-sm-4 .logo-design:hover .sppb-pricing-header {
  height: 188px;
  position: relative;
  background: #ff6500;
  overflow: hidden;
}
#pricing .sppb-row .sppb-col-sm-4 .logo-design:hover .sppb-pricing-header .sppb-pricing-title {
  position: absolute;
  top: 25px;
  left: 30px;
  bottom: auto;
  right: auto;
  font-family: 'Raleway', sans-serif;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  z-index: 99;
  transition: all .5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  line-height: 31px;
}
#pricing .sppb-row .sppb-col-sm-4 .logo-design:hover .sppb-pricing-header .sppb-pricing-title:before {
  content: "\f0eb";
  font-family: FontAwesome;
  font-size: 150px;
  position: absolute;
  bottom: -100px;
  color: #ff6500;
  left: 0;
  transition: all .5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#pricing .sppb-row .sppb-col-sm-4 .logo-design:hover .sppb-pricing-header:after {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 400px;
  color: #ff6e0f;
  position: absolute;
  top: 121px;
  left: -22px;
  transition: all .5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 1;
}
#pricing .sppb-row .sppb-col-sm-4 .logo-design:hover .sppb-pricing-price {
  position: absolute;
  top: 217px;
  font-size: 50px;
  font-weight: 900;
  color: #ff6500;
  line-height: 1.7;
  left: 25px;
}
#pricing .sppb-row .sppb-col-sm-4 .logo-design:hover .sppb-pricing-features {
  padding: 115px 0px 0 25px;
}
#pricing .sppb-row .sppb-col-sm-4 .logo-design:hover .sppb-pricing-features ul li {
  font-size: 14px;
  font-weight: normal;
  color: #374456;
  margin-bottom: 7px;
  font-family: 'Roboto', sans-serif;
}
#pricing .sppb-row .sppb-col-sm-4 .logo-design:hover .sppb-pricing-footer a {
  color: #fff;
  background: #ff6500;
  border: 2px solid #ff6500;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
#pricing .sppb-row .sppb-col-sm-4 .website-design .sppb-pricing-box {
  border: none;
  padding: 0;
}
#pricing .sppb-row .sppb-col-sm-4 .website-design .sppb-pricing-box .sppb-pricing-header {
  height: 188px;
  position: relative;
  background: #ff6500;
  overflow: hidden;
}
#pricing .sppb-row .sppb-col-sm-4 .website-design .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  position: absolute;
  top: 25px;
  left: 30px;
  bottom: auto;
  right: auto;
  font-family: 'Raleway', sans-serif;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  z-index: 99;
  line-height: 31px;
}
#pricing .sppb-row .sppb-col-sm-4 .website-design .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title:before {
  content: "\f135";
  font-family: FontAwesome;
  font-size: 150px;
  position: absolute;
  bottom: -100px;
  color: #ff6500;
  left: 0;
}
#pricing .sppb-row .sppb-col-sm-4 .website-design .sppb-pricing-box .sppb-pricing-header:after {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 400px;
  color: #ff6e0f;
  position: absolute;
  top: 121px;
  left: -22px;
  opacity: 1;
}
#pricing .sppb-row .sppb-col-sm-4 .website-design .sppb-pricing-box .sppb-pricing-price {
  position: absolute;
  top: 217px;
  font-size: 50px;
  font-weight: 900;
  color: #ff6500;
  line-height: 1.7;
  left: 25px;
}
#pricing .sppb-row .sppb-col-sm-4 .website-design .sppb-pricing-box .sppb-pricing-features {
  padding: 115px 0px 0 25px;
}
#pricing .sppb-row .sppb-col-sm-4 .website-design .sppb-pricing-box .sppb-pricing-features ul li {
  font-size: 14px;
  font-weight: normal;
  color: #374456;
  margin-bottom: 7px;
  font-family: 'Roboto', sans-serif;
}
#pricing .sppb-row .sppb-col-sm-4 .website-design .sppb-pricing-box .sppb-pricing-footer {
  padding: 24px 25px 70px;
}
#pricing .sppb-row .sppb-col-sm-4 .website-design .sppb-pricing-box .sppb-pricing-footer a {
  height: 50px;
  display: inline-block;
  width: auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #ff6500;
  background: #ff6500;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 11px 46px;
  font-family: 'Roboto', sans-serif;
}
#pricing .sppb-row .sppb-col-sm-4 .website-design .sppb-pricing-box .sppb-pricing-footer a:hover {
  background-color: #cc5100;
  border-color: #cc5100;
}
#pricing .sppb-row:hover .website-design .sppb-pricing-box {
  border: none;
  padding: 0;
}
#pricing .sppb-row:hover .website-design .sppb-pricing-box .sppb-pricing-header {
  height: 188px;
  position: relative;
  background: #374456;
}
#pricing .sppb-row:hover .website-design .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  position: absolute;
  top: 150px;
  left: 30px;
  bottom: auto;
  right: auto;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
#pricing .sppb-row:hover .website-design .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title:before {
  content: "\f135";
  font-family: FontAwesome;
  font-size: 50px;
  position: absolute;
  bottom: 70px;
  color: #fff;
  left: 0;
  transform: translate(0);
}
#pricing .sppb-row:hover .website-design .sppb-pricing-box .sppb-pricing-header:after {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 100px;
  color: #fff;
  position: absolute;
  top: 121px;
  left: -22px;
  opacity: 0;
}
#pricing .sppb-row:hover .website-design .sppb-pricing-box .sppb-pricing-price {
  position: absolute;
  top: 217px;
  font-size: 50px;
  font-weight: 900;
  color: #374456;
  line-height: 1.7;
  left: 25px;
}
#pricing .sppb-row:hover .website-design .sppb-pricing-box .sppb-pricing-features {
  padding: 115px 0px 0 25px;
}
#pricing .sppb-row:hover .website-design .sppb-pricing-box .sppb-pricing-features ul li {
  font-size: 14px;
  font-weight: normal;
  color: #374456;
  margin-bottom: 7px;
  font-family: 'Roboto', sans-serif;
}
#pricing .sppb-row:hover .website-design .sppb-pricing-box .sppb-pricing-footer {
  padding: 24px 25px 70px;
}
#pricing .sppb-row:hover .website-design .sppb-pricing-box .sppb-pricing-footer a {
  height: 50px;
  display: inline-block;
  width: auto;
  font-size: 18px;
  font-weight: bold;
  color: #374456;
  border: 2px solid #374456;
  background: none transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 11px 46px;
  font-family: 'Roboto', sans-serif;
}
#pricing .sppb-row:hover .website-design:hover .sppb-pricing-header {
  height: 188px;
  position: relative;
  background: #ff6500;
  overflow: hidden;
}
#pricing .sppb-row:hover .website-design:hover .sppb-pricing-header .sppb-pricing-title {
  position: absolute;
  top: 25px;
  left: 30px;
  bottom: auto;
  right: auto;
  font-family: 'Raleway', sans-serif;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  z-index: 99;
  transition: all .5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  line-height: 31px;
}
#pricing .sppb-row:hover .website-design:hover .sppb-pricing-header .sppb-pricing-title:before {
  content: "\f135";
  font-family: FontAwesome;
  font-size: 150px;
  position: absolute;
  bottom: -100px;
  color: #ff6500;
  transition: all .5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#pricing .sppb-row:hover .website-design:hover .sppb-pricing-header:after {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 400px;
  color: #ff6e0f;
  position: absolute;
  top: 121px;
  left: -22px;
  transition: all .5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 1;
}
#pricing .sppb-row:hover .website-design:hover .sppb-pricing-price {
  position: absolute;
  top: 217px;
  font-size: 50px;
  font-weight: 900;
  color: #ff6500;
  line-height: 1.7;
  left: 25px;
}
#pricing .sppb-row:hover .website-design:hover .sppb-pricing-features {
  padding: 115px 0px 0 25px;
}
#pricing .sppb-row:hover .website-design:hover .sppb-pricing-features ul li {
  font-size: 14px;
  font-weight: normal;
  color: #374456;
  margin-bottom: 7px;
  font-family: 'Roboto', sans-serif;
}
#pricing .sppb-row:hover .website-design:hover .sppb-pricing-footer a {
  color: #fff;
  background: #ff6500;
  border: 2px solid #ff6500;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
#team {
  margin-top: 0 !important;
  padding-bottom: 200px;
}
@media (max-width: 1200px) {
  #team .sppb-col-sm-3 {
    width: 33.33%;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  #team .sppb-col-sm-3 {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #team .sppb-col-sm-3 {
    width: 100%;
    margin-bottom: 20px;
  }
}
#team .sppb-section-title {
  margin-top: 100px;
}
#team .sppb-section-title .sppb-title-heading {
  font-size: 30px !important;
  font-weight: bold;
  color: #374456;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  border-left: 3px solid #ff6500 !important;
  font-family: Roboto, sans-serif;
  line-height: 51px;
}
@media (max-width: 991px) {
  #team .sppb-section-title .sppb-title-heading {
    font-size: 25px !important;
    line-height: 42px !important;
  }
}
@media (max-width: 1024px) {
  #team .sppb-section-title .sppb-title-heading {
    width: 37%;
  }
}
@media (max-width: 767px) {
  #team .sppb-section-title .sppb-title-heading {
    width: 100%;
  }
}
#team .sppb-section-title .sppb-title-subheading {
  font-size: 16px !important;
  font-weight: lighter !important;
  float: right;
  width: 54%;
  margin-right: 125px;
  line-height: 29px !important;
  font-family: Roboto, sans-serif !important;
}
@media (max-width: 1200px) {
  #team .sppb-section-title .sppb-title-subheading {
    width: 34%;
    margin-top: -20px;
    margin-right: 265px;
  }
}
@media (max-width: 992px) {
  #team .sppb-section-title .sppb-title-subheading {
    width: 55%;
    margin-top: -100px;
    margin-right: 65px;
  }
}
@media (max-width: 767px) {
  #team .sppb-section-title .sppb-title-subheading {
    display: none;
  }
}
.sppb-addon-persion .sppb-person-image .sppb-img-responsive {
  background: rgba(55,68,86,0.1);
  opacity: 1;
  width: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.sppb-addon-persion .sppb-person-image .read-more {
  display: block;
  width: 0;
  height: 0;
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 50px solid #ff6500;
  border-left: 50px solid transparent;
  position: absolute;
  bottom: 35px;
  right: 50px;
  opacity: 0;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sppb-addon-persion .sppb-person-image .read-more:hover {
  border-bottom-color: #b34700;
}
.sppb-addon-persion .sppb-person-image .button:before {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  color: #fff;
  top: 22px;
  right: 10px;
  opacity: 0;
}
.sppb-addon-persion .sppb-person-information {
  opacity: 0;
  position: absolute;
  bottom: 50%;
  transform: translate(0,-50%);
}
.sppb-addon-persion .sppb-person-information .sppb-person-name {
  font-size: 18px !important;
  text-transform: uppercase;
  padding-left: 20px !important;
  color: #fff !important;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
}
.sppb-addon-persion .sppb-person-information .sppb-person-name:hover {
  color: #ff6500 !important;
}
.sppb-addon-persion .sppb-person-information .sppb-person-designation {
  font-size: 14px !important;
  text-transform: uppercase;
  padding-left: 20px !important;
  color: #ff6500 !important;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
}
.sppb-addon-persion .sppb-person-introtext {
  opacity: 0;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  padding-left: 20px !important;
  padding-right: 30px !important;
  padding-top: 50px;
  color: white;
  line-height: 1.7;
  font-family: 'Roboto', sans-serif;
  width: 94%;
}
@media (min-width: 1200px) and (max-width: 1245px) {
  .sppb-addon-persion .sppb-person-introtext {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sppb-addon-persion .sppb-person-introtext {
    width: 92%;
  }
}
.sppb-addon-persion .sppb-person-social-icons {
  opacity: 0;
  position: absolute;
  bottom: 50px;
  padding-left: 25px !important;
  padding-right: 20px !important;
}
@media (min-width: 992px) and (max-width: 1465px) {
  .sppb-addon-persion .sppb-person-social-icons {
    bottom: 20px;
  }
}
@media (max-width: 345px) {
  .sppb-addon-persion .sppb-person-social-icons {
    bottom: 20px;
  }
}
.sppb-addon-persion .sppb-person-social-icons ul li {
  margin-right: 40px;
}
.sppb-addon-persion .sppb-person-social-icons ul li a .fa {
  color: #fff;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
}
.sppb-addon-persion .sppb-person-social-icons ul li a .fa:hover {
  color: #337ab7;
  border-bottom: 2px solid #337ab7;
  padding-bottom: 10px;
}
.sppb-addon-persion .sppb-person-social-icons ul li a span {
  opacity: 0;
  position: absolute;
  bottom: -15px;
  -ms-transform: translate(-50%,0);
  font-size: 12px;
  line-height: 1;
  font-weight: lighter;
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
  margin-left: -25px;
}
.sppb-addon-persion .sppb-person-social-icons ul li:hover .fa {
  border-bottom: 2px solid #337ab7;
}
.sppb-addon-persion .sppb-person-social-icons ul li:hover a span {
  opacity: 1;
}
.sppb-addon-persion:hover {
  cursor: default;
}
.sppb-addon-persion:hover .sppb-person-image {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  background-color: #374456;
}
.sppb-addon-persion:hover .sppb-person-image .sppb-img-responsive {
  background-color: #000000;
  opacity: 0.05;
  transition: all .3s ease;
}
.sppb-addon-persion:hover .sppb-person-image .read-more {
  opacity: 1;
  bottom: 0;
  right: 15px;
  cursor: pointer;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sppb-addon-persion:hover .sppb-person-image .button:before {
  opacity: 1;
}
.sppb-addon-persion:hover .sppb-person-information {
  opacity: 1;
}
.sppb-addon-persion:hover .sppb-person-introtext {
  opacity: 1;
  cursor: auto;
}
.sppb-addon-persion:hover .sppb-person-social-icons {
  opacity: 1;
}
#button-view-all-team a {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%);
  height: 50px;
  display: inline-block;
  width: auto;
  font-size: 18px;
  font-weight: bold;
  color: #374456;
  border: 2px solid #374456;
  background: none transparent;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 46px;
}
#button-view-all-team a:hover {
  color: #fff;
  background: #ff6500;
  border: 2px solid #ff6500;
  text-decoration: none;
}
.white-popup.mfp-hide {
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 100%;
  transform: translate(-50%,-50%);
  width: 0;
  height: 0;
  transition: all 1s ease-in-out;
  background-color: #fff;
  overflow: hidden;
}
.white-popup.mfp-hide .popup-text .sppb-person-introtext,
.white-popup.mfp-hide .popup-text .sppb-person-social-icons {
  height: 0;
  width: 0;
}
.mfp-wrap {
  background: rgba(0,0,0,0.6);
  z-index: 99998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-wrap .mfp-container.mfp-inline-holder {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup {
  position: absolute;
  opacity: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: auto;
  height: auto;
  transition: all 1s ease-in-out;
  background: #fff;
}
@media (max-width: 1080px) {
  .mfp-wrap .mfp-container.mfp-inline-holder .white-popup {
    width: 80%;
    top: 20%;
  }
}
@media (max-width: 1024px) {
  .mfp-wrap .mfp-container.mfp-inline-holder .white-popup {
    top: 50%;
  }
}
@media (max-width: 800px) {
  .mfp-wrap .mfp-container.mfp-inline-holder .white-popup {
    top: 50%;
  }
}
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-info {
  width: 50%;
  float: left;
  padding: 45px;
}
@media (max-width: 480px) {
  .mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-info {
    width: 100%;
    float: none;
    padding: 10px;
  }
}
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-info .sppb-person-name {
  font-size: 18px;
  font-weight: 800;
  font-family: Roboto, sans-serif;
  margin-top: 15px;
}
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-info .sppb-person-designation {
  font-size: 16px;
  font-weight: 100;
  font-family: Roboto, sans-serif;
}
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-text {
  width: 50%;
  float: right;
  padding-top: 100px;
}
@media (max-width: 480px) {
  .mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-text {
    width: 100%;
    float: none;
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-text {
    padding-top: 45px;
  }
}
@media (max-width: 480px) {
  .mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-text {
    display: none;
  }
}
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-text .sppb-person-introtext {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 100;
  text-align: left;
}
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-text .sppb-person-social-icons {
  margin-top: 20px;
}
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-text .sppb-person-social-icons ul.sppb-person-social li {
  float: left;
  margin-right: 25px;
}
@media (max-width: 600px) {
  .mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-text .sppb-person-social-icons ul.sppb-person-social li {
    margin-left: 15px;
  }
}
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-text .sppb-person-social-icons ul.sppb-person-social li a .fa {
  font-size: 20px;
  color: #333;
}
@media (max-width: 1280px) {
  .mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-text .sppb-person-social-icons ul.sppb-person-social li a .fa {
    font-size: 16px;
  }
}
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-text .sppb-person-social-icons ul.sppb-person-social li a .fa:hover {
  color: #ff6500;
}
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .popup-text .sppb-person-social-icons ul.sppb-person-social li a span {
  display: none;
}
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .mfp-close {
  width: 40px;
  height: 40px;
  background: #eeeff0;
  position: absolute;
  top: 0;
  right: 0;
  color: #333333;
  border: 0;
  font-size: 20px;
  font-weight: bold;
}
.mfp-wrap .mfp-container.mfp-inline-holder .white-popup .mfp-close:hover {
  background-color: #333333;
  color: #fff;
}
.mfp-wrap .mfp-container.mfp-inline-holder .mfp-preloader {
  display: none;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
#blog {
  margin-bottom: 100px;
}
#blog .sppb-section-title .sppb-title-heading {
  font-size: 30px !important;
  font-weight: bold;
  color: #374456;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  border-left: 3px solid #ff6500 !important;
  font-family: Roboto, sans-serif;
  line-height: 51px;
}
@media (max-width: 991px) {
  #blog .sppb-section-title .sppb-title-heading {
    font-size: 25px !important;
    line-height: 42px !important;
  }
}
#blog .sppb-section-title .sppb-title-subheading {
  font-size: 16px !important;
  font-weight: lighter !important;
  float: right;
  width: 65%;
  line-height: 51px !important;
  font-family: Roboto, sans-serif !important;
}
@media (max-width: 1200px) {
  #blog .sppb-section-title .sppb-title-subheading {
    line-height: 29px !important;
  }
}
@media (max-width: 1024px) {
  #blog .sppb-section-title .sppb-title-subheading {
    margin-top: -5px;
  }
}
@media (max-width: 992px) {
  #blog .sppb-section-title .sppb-title-subheading {
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  #blog .sppb-section-title .sppb-title-subheading {
    display: none;
  }
}
#blog .latest-post:hover .latest-post-inner .entry-meta {
  background-color: #ff6500;
  transition: all 0.4s ease;
}
#blog .latest-post .latest-post-inner {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #blog .latest-post .latest-post-inner {
    margin-bottom: 50px;
  }
}
#blog .latest-post .latest-post-inner .entry-meta {
  position: absolute;
  left: 50%;
  top: 255px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  height: 75px;
  width: 75px;
  background: #374456;
  border: 0 none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 1200px) {
  #blog .latest-post .latest-post-inner .entry-meta {
    top: 205px;
  }
}
@media (max-width: 992px) {
  #blog .latest-post .latest-post-inner .entry-meta {
    top: 145px;
  }
}
@media (max-width: 767px) {
  #blog .latest-post .latest-post-inner .entry-meta {
    top: 55%;
  }
}
@media (max-width: 710px) {
  #blog .latest-post .latest-post-inner .entry-meta {
    top: 53%;
  }
}
@media (max-width: 680px) {
  #blog .latest-post .latest-post-inner .entry-meta {
    top: 50%;
  }
}
@media (max-width: 630px) {
  #blog .latest-post .latest-post-inner .entry-meta {
    top: 48%;
  }
}
@media (max-width: 560px) {
  #blog .latest-post .latest-post-inner .entry-meta {
    top: 45%;
  }
}
@media (max-width: 500px) {
  #blog .latest-post .latest-post-inner .entry-meta {
    top: 41%;
  }
}
@media (max-width: 480px) {
  #blog .latest-post .latest-post-inner .entry-meta {
    top: 40%;
  }
}
@media (max-width: 455px) {
  #blog .latest-post .latest-post-inner .entry-meta {
    top: 36%;
  }
}
@media (max-width: 380px) {
  #blog .latest-post .latest-post-inner .entry-meta {
    top: 31%;
  }
}
@media (max-width: 320px) {
  #blog .latest-post .latest-post-inner .entry-meta {
    top: 25%;
  }
}
#blog .latest-post .latest-post-inner .entry-meta .entry-date {
  position: absolute;
  top: 12px;
  left: 12px;
  bottom: auto;
  right: auto;
  text-align: left;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
}
#blog .latest-post .latest-post-inner .entry-meta .entry-month {
  position: absolute;
  bottom: 12px;
  right: 6px;
  top: auto;
  left: auto;
  text-align: right;
  font-size: 16px;
  line-height: 1;
  font-weight: lighter;
  color: #fff;
  text-transform: uppercase;
}
#blog .latest-post .latest-post-inner .entry-meta .entry-meta-separator {
  position: absolute;
  left: 6px;
  top: 36px;
  width: 70px;
  height: 1px;
  color: #fff;
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  transform: rotate(-45deg);
}
#blog .latest-post .latest-post-inner .entry-title {
  text-align: center;
}
#blog .latest-post .latest-post-inner .entry-title a {
  font-size: 18px;
  font-weight: bold;
  color: #374456;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
#blog .latest-post .latest-post-inner .entry-title a:hover {
  color: #ff6500;
}
#blog .latest-post .latest-post-inner p {
  width: 80%;
  text-align: center;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  line-height: 24px !important;
  font-size: 14px !important;
  margin-top: 15px;
  font-weight: 100 !important;
  font-family: Roboto, sans-serif !important;
}
@media (max-width: 1200px) {
  #blog .latest-post .latest-post-inner p {
    width: 90%;
  }
}
#blog .latest-post .latest-post-inner .post-author {
  text-align: center;
}
#blog .latest-post .latest-post-inner .post-author .entry-author {
  font-size: 14px;
  color: #c5c5c5;
  text-transform: uppercase;
}
#blog .latest-post .latest-post-inner .post-author .entry-author:hover {
  color: #ff6500;
  transition: all 0.4s ease;
}
#blog .latest-post .latest-post-inner .btn-readmore {
  text-align: center;
  margin-top: 110px;
}
@media (min-width: 769px) and (max-width: 992px) {
  #blog .latest-post .latest-post-inner .btn-readmore {
    margin-top: 130px;
  }
}
@media (min-width: 686px) and (max-width: 768px) {
  #blog .latest-post .latest-post-inner .btn-readmore {
    margin-top: 120px;
  }
}
@media (max-width: 685px) {
  #blog .latest-post .latest-post-inner .btn-readmore {
    margin-top: 100px;
  }
}
@media (max-width: 455px) {
  #blog .latest-post .latest-post-inner .btn-readmore {
    margin-top: 120px;
  }
}
@media (max-width: 320px) {
  #blog .latest-post .latest-post-inner .btn-readmore {
    margin-top: 150px;
  }
}
#blog .latest-post .latest-post-inner .btn-readmore .sppb-btn-default {
  height: 40px;
  display: inline-block;
  width: auto;
  font-size: 14px;
  font-weight: bold;
  color: #374456;
  border: 2px solid #374456;
  background: none transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 9px 30px;
}
#blog .latest-post .latest-post-inner .btn-readmore .sppb-btn-default:hover {
  background-color: #ff6500;
  border-color: #ff6500;
  color: #fff;
  transition: all 0.4s ease;
}
#testimonial {
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  #testimonial {
    margin-bottom: 0;
  }
}
#testimonial:before {
  background-color: rgba(55,68,86,0.95);
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 800px;
  background-size: 100%;
}
#testimonial .sppb-container {
  padding: 0;
}
#testimonial .sppb-container .jux-clients {
  position: absolute;
  bottom: 600px;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
}
#testimonial .sppb-container .jux-clients .owl-carousel .owl-wrapper-outer .jux-col {
  width: 100% !important;
}
#testimonial .sppb-container .jux-clients .owl-carousel .owl-wrapper-outer .owl-item .sppb-img-responsive {
  margin-left: 50%;
  transform: translate(-50%);
}
#testimonial .sppb-container .jux-clients .owl-carousel .owl-controls {
  display: none !important;
}
#testimonial .sppb-container .jux-testimonial-pro {
  position: absolute;
  bottom: 30px;
  z-index: 99;
}
@media (max-width: 992px) {
  #testimonial .sppb-container .jux-testimonial-pro {
    margin-bottom: 100px;
  }
}
@media (max-width: 680px) {
  #testimonial .sppb-container .jux-testimonial-pro {
    width: 650px;
  }
}
@media (max-width: 600px) {
  #testimonial .sppb-container .jux-testimonial-pro {
    width: 600px;
  }
}
@media (max-width: 568px) {
  #testimonial .sppb-container .jux-testimonial-pro {
    width: 560px;
  }
}
@media (max-width: 480px) {
  #testimonial .sppb-container .jux-testimonial-pro {
    width: 460px;
  }
}
@media (max-width: 320px) {
  #testimonial .sppb-container .jux-testimonial-pro {
    width: 100%;
  }
}
@media (max-width: 680px) {
  #testimonial .sppb-container .jux-testimonial-pro .owl-wrapper .owl-item {
    width: 335px;
  }
}
#testimonial .sppb-container .jux-testimonial-pro .owl-wrapper .owl-item .sppb-item .sppb-testimonial-message {
  box-sizing: border-box;
  color: #fff;
  opacity: 0.6;
  cursor: move;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 100;
  height: 90.9091px;
  line-height: 1.7;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: center;
  padding-top: 30px;
  width: 60%;
  margin-left: 50%;
  transform: translate(-50%);
}
#testimonial .sppb-container .jux-testimonial-pro .owl-wrapper .owl-item .sppb-item .jux-img {
  width: 155px;
  margin-left: 50%;
  transform: translate(-50%);
}
#testimonial .sppb-container .jux-testimonial-pro .owl-wrapper .owl-item .sppb-item .jux-img .sppb-img-responsive {
  border: 2px solid #6C7B8B;
  padding: 10px;
}
#testimonial .sppb-container .jux-testimonial-pro .owl-wrapper .owl-item .sppb-item .jux-img:before {
  content: '\f10d';
  font-family: FontAwesome;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 14px;
  left: 5px;
  font-size: 14px;
  background-color: #ff6500;
  border-radius: 50%;
  padding: 4px;
  color: #fff;
}
#testimonial .sppb-container .jux-testimonial-pro .owl-wrapper .owl-item .sppb-item .sppb-testimonial-client {
  padding-top: 30px;
}
#testimonial .sppb-container .jux-testimonial-pro .owl-wrapper .owl-item .sppb-item .sppb-testimonial-client .pro-client-name {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
#testimonial .sppb-container .jux-testimonial-pro .owl-wrapper .owl-item .sppb-item .sppb-testimonial-client .pro-client-name:hover {
  color: #ff6500;
}
#testimonial .sppb-container .jux-testimonial-pro .owl-wrapper .owl-item .sppb-item .sppb-testimonial-client .pro-client-url {
  position: absolute;
  width: 100%;
  top: 225px;
  right: 0;
  font-size: 14px;
  font-weight: lighter;
  color: #ff6500;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 992px) {
  #testimonial .sppb-container .jux-testimonial-pro .owl-wrapper .jux-active .sppb-testimonial-client .pro-client-name:hover {
    text-decoration: underline;
    color: #fff !important;
  }
  #testimonial .sppb-container .jux-testimonial-pro .owl-wrapper .jux-active .sppb-testimonial-client .pro-client-url {
    color: #fff !important;
  }
  #testimonial .sppb-container .jux-testimonial-pro .owl-wrapper .jux-active .sppb-testimonial-message {
    opacity: 1 !important;
  }
  #testimonial .sppb-container .jux-testimonial-pro .owl-wrapper .jux-active .jux-img .sppb-img-responsive {
    border: 2px solid #fff !important;
  }
}
#testimonial .sppb-container .jux-testimonial-pro .owl-prev {
  position: absolute;
  left: 10px;
  top: 130px;
  width: 40px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  background: none transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 6px 0px;
  cursor: pointer;
}
#testimonial .sppb-container .jux-testimonial-pro .owl-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  color: #fff;
}
#testimonial .sppb-container .jux-testimonial-pro .owl-prev:hover {
  border-color: #ff6500;
}
#testimonial .sppb-container .jux-testimonial-pro .owl-prev:hover:before {
  color: #ff6500;
}
#testimonial .sppb-container .jux-testimonial-pro .owl-next {
  position: absolute;
  top: 130px;
  right: 5px;
  width: 40px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  background: none transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 6px 0px;
  cursor: pointer;
}
@media (max-width: 320px) {
  #testimonial .sppb-container .jux-testimonial-pro .owl-next {
    right: 35px;
  }
}
#testimonial .sppb-container .jux-testimonial-pro .owl-next:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
}
#testimonial .sppb-container .jux-testimonial-pro .owl-next:hover {
  border-color: #ff6500;
}
#testimonial .sppb-container .jux-testimonial-pro .owl-next:hover:before {
  color: #ff6500;
}
@media (max-width: 320px) {
  #testimonial .sppb-container .jux-testimonial-pro .owl-pagination {
    display: none;
  }
}
#testimonial .sppb-container .jux-testimonial-pro .owl-pagination .owl-page span {
  margin-right: 10px;
  background: #fff;
}
#testimonial .sppb-container .jux-testimonial-pro .owl-pagination .active span {
  background-color: #ff6500;
  border: 3px solid #fff;
  height: 15px;
  width: 15px;
}
#testimonial .sppb-container .jux-image-testimonial {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 992px) {
  #testimonial .sppb-container .jux-image-testimonial {
    display: none;
  }
}
#testimonial .sppb-container .jux-image-testimonial .image-testimonial .background-mobile {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  padding: 69px 11px 83px 14px;
  z-index: 1;
}
#testimonial .sppb-container .jux-image-testimonial .image-testimonial .background-mobile .background-mobile-inner {
  background: #ff6500;
  width: 100%;
  height: 100%;
}
#contact {
  margin-bottom: 50px;
}
#contact .sppb-section-title .sppb-title-heading {
  font-size: 30px !important;
  font-weight: bold;
  color: #374456;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  border-left: 3px solid #ff6500 !important;
  line-height: 51px !important;
  font-family: Roboto, sans-serif;
}
@media (max-width: 1200px) {
  #contact .sppb-section-title .sppb-title-heading {
    width: 35%;
  }
}
@media (max-width: 991px) {
  #contact .sppb-section-title .sppb-title-heading {
    font-size: 25px !important;
    line-height: 42px !important;
  }
}
@media (max-width: 767px) {
  #contact .sppb-section-title .sppb-title-heading {
    width: 100%;
  }
}
#contact .sppb-section-title .sppb-title-subheading {
  width: 63%;
  font-size: 16px !important;
  font-weight: lighter !important;
  float: right;
  margin-top: 15px;
  font-family: Roboto, sans-serif !important;
  font-weight: 100 !important;
}
@media (max-width: 1200px) {
  #contact .sppb-section-title .sppb-title-subheading {
    margin-top: 45px;
  }
}
@media (max-width: 992px) {
  #contact .sppb-section-title .sppb-title-subheading {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  #contact .sppb-section-title .sppb-title-subheading {
    display: none;
  }
}
#contact .sppb-form-group input {
  border-radius: 0px;
  border: 2px solid #B3B3B3;
  padding: 16px 12px;
}
#contact .sppb-form-group input:focus {
  border-color: #ff6500;
}
#contact .sppb-form-group textarea {
  border-radius: 0px;
  border: 2px solid #B3B3B3;
  padding: 20px 12px;
}
#contact .sppb-form-group textarea:focus {
  border-color: #ff6500;
}
#contact .sppb-icon .fa {
  color: #ff6500;
}
#contact .sppb-ajaxt-contact-form .sppb-btn {
  height: 45px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: 0 none;
  background: #ff6500;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 13.5px 17px;
  width: 100%;
}
#contact .sppb-ajaxt-contact-form .sppb-btn:hover {
  background: #cc5100 !important;
}
#contact .sppb-social-individual-icon {
  margin: 10px 7px;
}
#contact .sppb-social-individual-icon a {
  color: #fff;
  text-transform: uppercase;
}
#contact .sppb-social-individual-icon a .fa {
  font-size: 25px;
  margin-bottom: 15px;
}
#contact .sppb-social-individual-icon .sppb-social-icon-title {
  border: 2px solid;
  padding: 4px 20px;
}
#contact .sppb-social-individual-icon:hover {
  color: #ff6500 !important;
}
@media (max-width: 320px) {
  #contact .owl-wrapper-outer .owl-wrapper .owl-item {
    width: 285px !important;
  }
}
#contact .owl-wrapper-outer .owl-wrapper .owl-item .sppb-col-sm-6 {
  width: 100%;
}
#contact .owl-wrapper-outer .owl-wrapper .owl-item .sppb-col-sm-6 .contact-form {
  width: 65%;
  float: left;
}
@media (max-width: 768px) {
  #contact .owl-wrapper-outer .owl-wrapper .owl-item .sppb-col-sm-6 .contact-form {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #contact .owl-wrapper-outer .owl-wrapper .owl-item .sppb-col-sm-6 .sppb-addon-gmap .sppb-addon-gmap-canvas {
    height: 500px !important;
  }
}
#contact .owl-wrapper-outer .owl-wrapper .owl-item .sppb-col-sm-6 .mobile-phone .sppb-media {
  padding-left: 30px;
}
#contact .owl-wrapper-outer .owl-wrapper .owl-item .sppb-col-sm-6 .mobile-phone .sppb-media .sppb-media-body .sppb-addon-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #212121;
  padding-top: 10px;
}
#contact .owl-wrapper-outer .owl-wrapper .owl-item .sppb-col-sm-6 .map-marker .sppb-media {
  padding-left: 35px;
  padding-top: 40px;
}
#contact .owl-wrapper-outer .owl-wrapper .owl-item .sppb-col-sm-6 .map-marker .sppb-media .sppb-media-body .sppb-addon-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #212121;
  padding-left: 10px;
}
#contact .owl-wrapper-outer .owl-wrapper .owl-item .sppb-col-sm-6 .envelope .sppb-media {
  padding-left: 40px;
  padding-top: 50px;
}
#contact .owl-wrapper-outer .owl-wrapper .owl-item .sppb-col-sm-6 .envelope .sppb-media .sppb-media-body .sppb-addon-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #212121;
  padding-left: 15px;
}
#contact .owl-controls {
  margin-top: 30px;
}
#contact .owl-controls .owl-pagination .owl-page:first-child {
  color: #374456;
  height: 30px;
  width: 80px;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 1px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  opacity: 1;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #374456;
  margin-right: 15px;
}
#contact .owl-controls .owl-pagination .owl-page:first-child span {
  background: none;
}
#contact .owl-controls .owl-pagination .owl-page:first-child:hover {
  background: #ff6500;
  border-color: #ff6500;
  color: #fff;
}
#contact .owl-controls .owl-pagination .owl-page:first-child:before {
  content: 'contact';
}
#contact .owl-controls .owl-pagination .owl-page:last-child {
  color: #374456;
  height: 30px;
  width: 80px;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 1px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  opacity: 1;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #374456;
  margin-right: 15px;
}
#contact .owl-controls .owl-pagination .owl-page:last-child span {
  background: none;
}
#contact .owl-controls .owl-pagination .owl-page:last-child:hover {
  background: #ff6500;
  border-color: #ff6500;
  color: #fff;
}
#contact .owl-controls .owl-pagination .owl-page:last-child:before {
  content: 'map';
}
#contact .owl-controls .owl-pagination .active {
  background: #ff6500 !important;
  border-color: #ff6500 !important;
  color: #fff !important;
}
#sp-footer {
  padding: 0;
}
#sp-footer #sp-footer1 {
  height: 378px;
  padding: 0;
}
@media (max-width: 800px) {
  #sp-footer #sp-footer1 {
    height: 265px;
  }
}
#sp-footer #sp-footer1:before {
  background-color: rgba(55,68,86,0.97);
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
@media (max-width: 1200px) {
  #sp-footer #sp-footer1 .footer-image {
    display: none;
  }
}
#sp-footer #sp-footer1 .footer-image .img-1 {
  position: absolute;
  top: 0;
  left: 15px;
  opacity: 0;
}
#sp-footer #sp-footer1 .footer-image .img-2 {
  position: absolute;
  top: 0;
  right: 15px;
  opacity: 0;
}
#sp-footer #sp-footer1 .sp-copyright {
  position: absolute;
  bottom: 20px;
  box-sizing: border-box;
  color: #fff;
  opacity: 0.6;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 100;
  height: 22.7273px;
  line-height: 21.6364px;
  text-align: center;
  width: 100%;
}
#sp-footer #sp-footer1 .get-social {
  position: absolute;
  top: 115px;
  left: 395px;
  border-collapse: collapse;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 46.3636px;
  padding-bottom: 0px;
  padding-left: 22px;
  padding-right: 0px;
  padding-top: 0px;
  text-transform: uppercase;
  border-left: 3px solid #ff6500;
}
@media (max-width: 1280px) {
  #sp-footer #sp-footer1 .get-social {
    left: 90px;
  }
}
@media (max-width: 1200px) {
  #sp-footer #sp-footer1 .get-social {
    left: 130px;
  }
}
@media (max-width: 1080px) {
  #sp-footer #sp-footer1 .get-social {
    left: 85px;
  }
}
@media (max-width: 1024px) {
  #sp-footer #sp-footer1 .get-social {
    left: 65px;
  }
}
@media (max-width: 800px) {
  #sp-footer #sp-footer1 .get-social {
    left: 55px;
    top: 50px;
  }
}
@media (max-width: 767px) {
  #sp-footer #sp-footer1 .get-social {
    display: none;
  }
}
#sp-footer #sp-footer1 #back-to-top {
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translate(-50%);
  box-sizing: border-box;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 21.6364px;
  text-align: center;
  cursor: pointer;
  width: 100px;
}
#sp-footer #sp-footer1 #back-to-top .icon {
  font-size: 24px;
  margin-bottom: 15px;
}
#sp-footer #sp-footer1 #back-to-top .text {
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  letter-spacing: normal;
  line-height: 21.6364px;
  text-align: center;
  text-indent: 0px;
  text-shadow: none;
  text-transform: uppercase;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
  width: 100%;
  word-spacing: 0px;
}
#sp-footer #sp-footer1 #back-to-top:hover .icon {
  color: #ff6500;
}
#sp-footer #sp-footer1 #back-to-top:hover .text {
  color: #ff6500;
}
#sp-footer #sp-footer1 ul.social-icons {
  position: absolute;
  top: 100px;
  left: 45%;
  width: 715px;
}
@media (max-width: 1280px) {
  #sp-footer #sp-footer1 ul.social-icons {
    width: 730px;
    z-index: 999;
    left: 40%;
  }
}
@media (max-width: 1080px) {
  #sp-footer #sp-footer1 ul.social-icons {
    width: 700px;
    top: 50px;
  }
}
@media (max-width: 991px) {
  #sp-footer #sp-footer1 ul.social-icons {
    left: 60%;
    top: 125px;
  }
}
@media (max-width: 800px) {
  #sp-footer #sp-footer1 ul.social-icons {
    left: 60%;
    top: 65px;
  }
}
@media (max-width: 600px) {
  #sp-footer #sp-footer1 ul.social-icons {
    left: 32%;
  }
}
@media (max-width: 568px) {
  #sp-footer #sp-footer1 ul.social-icons {
    left: 31%;
  }
}
@media (max-width: 320px) {
  #sp-footer #sp-footer1 ul.social-icons {
    left: 17%;
  }
}
#sp-footer #sp-footer1 ul.social-icons li {
  float: left;
}
@media (max-width: 991px) {
  #sp-footer #sp-footer1 ul.social-icons li {
    margin-right: 25px;
  }
}
@media (max-width: 800px) {
  #sp-footer #sp-footer1 ul.social-icons li {
    margin-right: 30px;
  }
}
#sp-footer #sp-footer1 ul.social-icons li a .fa {
  font-size: 18px;
  margin-bottom: 20px;
}
#sp-footer #sp-footer1 ul.social-icons li a span {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-style: solid;
  border-left-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-style: solid;
  border-top-width: 2px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 12.7273px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-bottom: 6px;
  padding-top: 7px;
  text-align: center;
  text-transform: uppercase;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
  width: 126.733px;
}
@media (max-width: 992px) {
  #sp-footer #sp-footer1 ul.social-icons li a span {
    display: none;
  }
}
#sp-footer #sp-footer1 ul.social-icons li:hover .fa {
  color: #ff6500;
}
#sp-footer #sp-footer1 ul.social-icons li:hover span {
  background-color: #ff6500;
  border-color: #ff6500;
  color: #fff;
}
#counter {
  margin-top: 0 !important;
  height: 350px;
}
@media (max-width: 990px) {
  #counter {
    height: 595px;
  }
}
@media (max-width: 767px) {
  #counter {
    height: 1085px;
  }
}
#counter .sppb-container {
  padding-top: 65px;
  padding-bottom: 65px;
  margin-top: -330px;
}
@media (max-width: 990px) {
  #counter .sppb-container {
    margin-top: -600px;
  }
}
@media (max-width: 767px) {
  #counter .sppb-container {
    margin-top: -1110px;
  }
}
@media (max-width: 990px) {
  #counter .sppb-container .sppb-col-sm-3 {
    width: 50%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #counter .sppb-container .sppb-col-sm-3 {
    width: 100%;
  }
}
#counter:before {
  background: linear-gradient(#009bfc,#02cdb7);
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100%;
  opacity: 0.9;
}
.jux-counter.animated {
  display: block;
  position: relative;
  width: 200px;
  height: 200px;
  text-align: center;
  background: transparent none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: auto;
}
.jux-counter .text-circle-wrapper {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 202px;
  height: 202px;
  background: transparent none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.jux-counter .text-circle {
  -webkit-transform: translate(-50%,-50%) rotate(-140deg);
  -ms-transform: translate(-50%,-50%) rotate(-140deg);
  transform: translate(-50%,-50%) rotate(-140deg);
  text-align: left;
}
.jux-counter .text-circle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 202px;
  height: 202px;
  background: transparent none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.jux-counter.go .two-half-circles {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.jux-counter .text-circle ul {
  position: relative;
  width: 100%;
  height: 100%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jux-counter .text-circle ul > li {
  height: 101px;
  width: 11px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  font-size: 16px;
  font-weight: lighter;
  color: #fff;
  text-transform: uppercase;
}
.jux-counter .two-half-circles-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.jux-counter.go .two-half-circles {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.circle-left .jux-counter .two-half-circles {
  background-image: url("../images/jux_graphsign/icon_two_half_circles.png");
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.circle-right .jux-counter .two-half-circles {
  background-image: url("../images/jux_graphsign/icon_two_half_circles-right.png");
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.jux-counter .two-half-circles {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.jux-counter .content-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sppb-icon.sppb-text-center {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
}
.sppb-animated-number {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.text-left .sppb-animated-number-title {
  position: absolute;
  top: -188px;
  right: 268px;
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .text-left .sppb-animated-number-title {
    right: 268px;
  }
}
@media (max-width: 1280px) {
  .text-left .sppb-animated-number-title {
    right: 267px;
  }
}
@media (max-width: 1080px) {
  .text-left .sppb-animated-number-title {
    right: 292px;
  }
}
@media (max-width: 1024px) {
  .text-left .sppb-animated-number-title {
    right: 292px;
  }
}
@media (max-width: 990px) {
  .text-left .sppb-animated-number-title {
    right: 226px;
  }
}
@media (max-width: 800px) {
  .text-left .sppb-animated-number-title {
    right: 225px;
  }
}
@media (max-width: 768px) {
  .text-left .sppb-animated-number-title {
    right: 225px;
  }
}
@media (max-width: 640px) {
  .text-left .sppb-animated-number-title {
    right: 103px;
  }
}
@media (max-width: 600px) {
  .text-left .sppb-animated-number-title {
    right: 113px;
  }
}
@media (max-width: 568px) {
  .text-left .sppb-animated-number-title {
    right: 129px;
  }
}
@media (max-width: 480px) {
  .text-left .sppb-animated-number-title {
    right: 173px;
  }
}
@media (max-width: 345px) {
  .text-left .sppb-animated-number-title {
    right: 253px;
  }
}
.text-left .sppb-animated-number-title.go .char1 {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-left .sppb-animated-number-title.go .char2 {
  -webkit-transform: rotate(-352deg);
  -ms-transform: rotate(-352deg);
  transform: rotate(-352deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-left .sppb-animated-number-title.go .char3 {
  -webkit-transform: rotate(-344deg);
  -ms-transform: rotate(-344deg);
  transform: rotate(-344deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-left .sppb-animated-number-title.go .char4 {
  -webkit-transform: rotate(-336deg);
  -ms-transform: rotate(-336deg);
  transform: rotate(-336deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-left .sppb-animated-number-title.go .char5 {
  -webkit-transform: rotate(-328deg);
  -ms-transform: rotate(-328deg);
  transform: rotate(-328deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-left .sppb-animated-number-title.go .char6 {
  -webkit-transform: rotate(-320deg);
  -ms-transform: rotate(-320deg);
  transform: rotate(-320deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-left .sppb-animated-number-title.go .char7 {
  -webkit-transform: rotate(-312deg);
  -ms-transform: rotate(-312deg);
  transform: rotate(-312deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-left .sppb-animated-number-title.go .char8 {
  -webkit-transform: rotate(-304deg);
  -ms-transform: rotate(-304deg);
  transform: rotate(-304deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-left .sppb-animated-number-title.go .char9 {
  -webkit-transform: rotate(-296deg);
  -ms-transform: rotate(-296deg);
  transform: rotate(-296deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-left .sppb-animated-number-title.go .char10 {
  -webkit-transform: rotate(-288deg);
  -ms-transform: rotate(-288deg);
  transform: rotate(-288deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-left .sppb-animated-number-title.go .char11 {
  -webkit-transform: rotate(-280deg);
  -ms-transform: rotate(-280deg);
  transform: rotate(-280deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-left .sppb-animated-number-title.go .char12 {
  -webkit-transform: rotate(-272deg);
  -ms-transform: rotate(-272deg);
  transform: rotate(-272deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-left .sppb-animated-number-title.go .char13 {
  -webkit-transform: rotate(-264deg);
  -ms-transform: rotate(-264deg);
  transform: rotate(-264deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-left .sppb-animated-number-title.go .char14 {
  -webkit-transform: rotate(-256deg);
  -ms-transform: rotate(-256deg);
  transform: rotate(-256deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-left .sppb-animated-number-title.go .char15 {
  -webkit-transform: rotate(-248deg);
  -ms-transform: rotate(-248deg);
  transform: rotate(-248deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-left .sppb-animated-number-title {
  position: relative;
  width: 400px;
  border-radius: 50%;
  transform: rotate(-133deg);
}
.text-left .sppb-animated-number-title span {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  height: 100px;
  position: absolute;
  width: 20px;
  left: 0;
  top: 0;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
}
.text-left .char1 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.text-left .char2 {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
}
.text-left .char3 {
  -webkit-transform: rotate(16deg);
  -moz-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  -o-transform: rotate(16deg);
  transform: rotate(16deg);
}
.text-left .char4 {
  -webkit-transform: rotate(24deg);
  -moz-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  -o-transform: rotate(24deg);
  transform: rotate(24deg);
}
.text-left .char5 {
  -webkit-transform: rotate(32deg);
  -moz-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  -o-transform: rotate(32deg);
  transform: rotate(32deg);
}
.text-left .char6 {
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
.text-left .char7 {
  -webkit-transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  -o-transform: rotate(48deg);
  transform: rotate(48deg);
}
.text-left .char8 {
  -webkit-transform: rotate(deg);
  -moz-transform: rotate(56deg);
  -ms-transform: rotate(56deg);
  -o-transform: rotate(56deg);
  transform: rotate(56deg);
}
.text-left .char9 {
  -webkit-transform: rotate(64deg);
  -moz-transform: rotate(64deg);
  -ms-transform: rotate(64deg);
  -o-transform: rotate(64deg);
  transform: rotate(64deg);
}
.text-left .char10 {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
.text-left .char11 {
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  transform: rotate(80deg);
}
.text-left .char12 {
  -webkit-transform: rotate(88deg);
  -moz-transform: rotate(88deg);
  -ms-transform: rotate(88deg);
  -o-transform: rotate(88deg);
  transform: rotate(88deg);
}
.text-left .char13 {
  -webkit-transform: rotate(96deg);
  -moz-transform: rotate(96deg);
  -ms-transform: rotate(96deg);
  -o-transform: rotate(96deg);
  transform: rotate(96deg);
}
.text-left .char14 {
  -webkit-transform: rotate(104deg);
  -moz-transform: rotate(104deg);
  -ms-transform: rotate(104deg);
  -o-transform: rotate(104deg);
  transform: rotate(104deg);
}
.text-left .char15 {
  -webkit-transform: rotate(112deg);
  -moz-transform: rotate(112deg);
  -ms-transform: rotate(112deg);
  -o-transform: rotate(112deg);
  transform: rotate(112deg);
}
.text-left .char16 {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
.text-left .char17 {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(128deg);
  -ms-transform: rotate(128deg);
  -o-transform: rotate(128deg);
  transform: rotate(128deg);
}
.text-left .char18 {
  -webkit-transform: rotate(136deg);
  -moz-transform: rotate(136deg);
  -ms-transform: rotate(136deg);
  -o-transform: rotate(136deg);
  transform: rotate(136deg);
}
.text-left .char19 {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}
.text-left .char20 {
  -webkit-transform: rotate(152deg);
  -moz-transform: rotate(152deg);
  -ms-transform: rotate(152deg);
  -o-transform: rotate(152deg);
  transform: rotate(152deg);
}
.text-left .char21 {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}
.text-right .sppb-animated-number-title {
  position: absolute;
  top: -188px;
  right: 277px;
}
@media (max-width: 1280px) {
  .text-right .sppb-animated-number-title {
    right: 277px;
  }
}
@media (max-width: 1080px) {
  .text-right .sppb-animated-number-title {
    right: 302px;
  }
}
@media (max-width: 1024px) {
  .text-right .sppb-animated-number-title {
    right: 302px;
  }
}
@media (max-width: 990px) {
  .text-right .sppb-animated-number-title {
    right: 230px;
  }
}
@media (max-width: 800px) {
  .text-right .sppb-animated-number-title {
    right: 235px;
  }
}
@media (max-width: 768px) {
  .text-right .sppb-animated-number-title {
    right: 234px;
  }
}
@media (max-width: 640px) {
  .text-right .sppb-animated-number-title {
    right: 297px;
  }
}
@media (max-width: 600px) {
  .text-right .sppb-animated-number-title {
    right: 293px;
  }
}
@media (max-width: 568px) {
  .text-right .sppb-animated-number-title {
    right: 277px;
  }
}
@media (max-width: 480px) {
  .text-right .sppb-animated-number-title {
    right: 233px;
  }
}
@media (max-width: 345px) {
  .text-right .sppb-animated-number-title {
    right: 255px;
  }
}
@media (max-width: 320px) {
  .text-right .sppb-animated-number-title {
    right: 263px;
  }
}
.text-right .sppb-animated-number-title.go .char1 {
  -webkit-transform: rotate(-550deg);
  -ms-transform: rotate(-550deg);
  transform: rotate(-550deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-right .sppb-animated-number-title.go .char2 {
  -webkit-transform: rotate(-542deg);
  -ms-transform: rotate(-542deg);
  transform: rotate(-542deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-right .sppb-animated-number-title.go .char3 {
  -webkit-transform: rotate(-534deg);
  -ms-transform: rotate(-534deg);
  transform: rotate(-534deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-right .sppb-animated-number-title.go .char4 {
  -webkit-transform: rotate(-526deg);
  -ms-transform: rotate(-526deg);
  transform: rotate(-526deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-right .sppb-animated-number-title.go .char5 {
  -webkit-transform: rotate(-518deg);
  -ms-transform: rotate(-518deg);
  transform: rotate(-518deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-right .sppb-animated-number-title.go .char6 {
  -webkit-transform: rotate(-510deg);
  -ms-transform: rotate(-510deg);
  transform: rotate(-510deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-right .sppb-animated-number-title.go .char7 {
  -webkit-transform: rotate(-502deg);
  -ms-transform: rotate(-502deg);
  transform: rotate(-502deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-right .sppb-animated-number-title.go .char8 {
  -webkit-transform: rotate(-494deg);
  -ms-transform: rotate(-494deg);
  transform: rotate(-494deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-right .sppb-animated-number-title.go .char9 {
  -webkit-transform: rotate(-486deg);
  -ms-transform: rotate(-486deg);
  transform: rotate(-486deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-right .sppb-animated-number-title.go .char10 {
  -webkit-transform: rotate(-478deg);
  -ms-transform: rotate(-478deg);
  transform: rotate(-478deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-right .sppb-animated-number-title.go .char11 {
  -webkit-transform: rotate(-470deg);
  -ms-transform: rotate(-470deg);
  transform: rotate(-470deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-right .sppb-animated-number-title.go .char12 {
  -webkit-transform: rotate(-462deg);
  -ms-transform: rotate(-462deg);
  transform: rotate(-462deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-right .sppb-animated-number-title.go .char13 {
  -webkit-transform: rotate(-454deg);
  -ms-transform: rotate(-454deg);
  transform: rotate(-454deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-right .sppb-animated-number-title.go .char14 {
  -webkit-transform: rotate(-446deg);
  -ms-transform: rotate(-446deg);
  transform: rotate(-446deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-right .sppb-animated-number-title.go .char15 {
  -webkit-transform: rotate(-438deg);
  -ms-transform: rotate(-438deg);
  transform: rotate(-438deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.text-right .sppb-animated-number-title {
  position: relative;
  width: 400px;
  border-radius: 50%;
  transform: rotate(-133deg);
}
.text-right .sppb-animated-number-title span {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  height: 100px;
  position: absolute;
  width: 20px;
  left: 0;
  top: 0;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
}
.text-right .char1 {
  -webkit-transform: rotate(140deg);
  -moz-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  -o-transform: rotate(140deg);
  transform: rotate(140deg);
}
.text-right .char2 {
  -webkit-transform: rotate(148deg);
  -moz-transform: rotate(148deg);
  -ms-transform: rotate(148deg);
  -o-transform: rotate(148deg);
  transform: rotate(148deg);
}
.text-right .char3 {
  -webkit-transform: rotate(156deg);
  -moz-transform: rotate(156deg);
  -ms-transform: rotate(156deg);
  -o-transform: rotate(156deg);
  transform: rotate(156deg);
}
.text-right .char4 {
  -webkit-transform: rotate(164deg);
  -moz-transform: rotate(164deg);
  -ms-transform: rotate(164deg);
  -o-transform: rotate(164deg);
  transform: rotate(164deg);
}
.text-right .char5 {
  -webkit-transform: rotate(172deg);
  -moz-transform: rotate(172deg);
  -ms-transform: rotate(172deg);
  -o-transform: rotate(172deg);
  transform: rotate(172deg);
}
.text-right .char6 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.text-right .char7 {
  -webkit-transform: rotate(188deg);
  -moz-transform: rotate(188deg);
  -ms-transform: rotate(188deg);
  -o-transform: rotate(188deg);
  transform: rotate(188deg);
}
.text-right .char8 {
  -webkit-transform: rotate(deg);
  -moz-transform: rotate(196deg);
  -ms-transform: rotate(196deg);
  -o-transform: rotate(196deg);
  transform: rotate(196deg);
}
.text-right .char9 {
  -webkit-transform: rotate(204deg);
  -moz-transform: rotate(204deg);
  -ms-transform: rotate(204deg);
  -o-transform: rotate(204deg);
  transform: rotate(204deg);
}
.text-right .char10 {
  -webkit-transform: rotate(212deg);
  -moz-transform: rotate(212deg);
  -ms-transform: rotate(212deg);
  -o-transform: rotate(212deg);
  transform: rotate(212deg);
}
.text-right .char11 {
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg);
}
.text-right .char12 {
  -webkit-transform: rotate(228deg);
  -moz-transform: rotate(228deg);
  -ms-transform: rotate(228deg);
  -o-transform: rotate(228deg);
  transform: rotate(228deg);
}
.text-right .char13 {
  -webkit-transform: rotate(236deg);
  -moz-transform: rotate(236deg);
  -ms-transform: rotate(236deg);
  -o-transform: rotate(236deg);
  transform: rotate(236deg);
}
.text-right .char14 {
  -webkit-transform: rotate(244deg);
  -moz-transform: rotate(244deg);
  -ms-transform: rotate(244deg);
  -o-transform: rotate(244deg);
  transform: rotate(244deg);
}
.text-right .char15 {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}
.sp-sticky-logo {
  display: none;
}
#sp-header-sticky-wrapper.sticky-wrapper {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 9999;
}
@media (max-width: 992px) {
  #sp-header-sticky-wrapper.sticky-wrapper {
    background: #fff;
    height: 60px !important;
    position: fixed;
  }
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header {
  background: none;
  box-shadow: none;
  transition: all 400ms;
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-logo {
  width: 20%;
  padding-top: 5px;
}
@media (max-width: 992px) {
  #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-logo {
    width: 50%;
  }
}
@media (max-width: 992px) {
  #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-logo .logo {
    height: 60px;
  }
}
@media (max-width: 992px) {
  #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-logo .logo .sp-default-logo {
    display: none;
  }
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-logo .logo .sp-sticky-logo {
  display: none;
}
@media (max-width: 992px) {
  #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-logo .logo .sp-sticky-logo {
    display: block;
  }
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu {
  width: 80%;
}
@media (max-width: 992px) {
  #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu {
    width: 50%;
  }
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu .slide-nav {
  position: absolute;
  bottom: 25px;
  top: auto;
  left: 27px;
  right: auto;
  height: auto;
  width: 100%;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1080px) {
  #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu .slide-nav {
    left: 17px;
  }
}
@media (max-width: 992px) {
  #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu .slide-nav {
    display: none;
  }
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu .slide-nav .line {
  position: relative;
  height: 1px;
  width: 99%;
  background: rgba(255,255,255,0.15);
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu .slide-nav .line .circle {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 12px;
  height: 12px;
  background: #374456;
  border: 2px solid #ff6500;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9999;
  left: 25px;
}
@media (max-width: 1080px) {
  #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu .slide-nav .line .circle {
    left: 20px;
  }
}
@media (max-width: 992px) {
  #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu ul.sp-megamenu-parent {
    display: none;
  }
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 1080px) {
  #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item {
    padding-left: 22px;
  }
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item a {
  font-size: 16px;
  line-height: 1;
  font-weight: lighter;
  color: #fff;
  background: none transparent;
  border: 0 none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 42px 0 !important;
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item a:hover {
  color: #ff6500 !important;
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item a:focus {
  color: #ff6500;
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item a:after {
  display: none;
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item .sp-dropdown {
  width: auto !important;
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item .sp-dropdown .sp-dropdown-inner {
  padding: 0;
  border-top: 2px solid #ff6500;
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li {
  padding: 0;
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li a {
  color: #212121 !important;
  background: #fff;
  border: 0 none;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: lighter;
  padding: 7px 65px 7px 20px !important;
  border-top: 1px solid #eeeeee;
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li a:hover {
  color: #ff6500 !important;
  background-color: #f5f5f5;
}
#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu ul.sp-megamenu-parent li.active a {
  color: #ff6500 !important;
}
@media (max-width: 992px) {
  #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu #offcanvas-toggler {
    display: block !important;
    line-height: 0;
    margin-top: 20px;
  }
  #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu #offcanvas-toggler .fa {
    margin: 0;
    padding: 0;
    font-size: 26px;
  }
  #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu #offcanvas-toggler .fa:hover {
    color: #ff6500;
  }
}
#sp-header-sticky-wrapper.is-sticky #sp-header {
  background: #fff;
  height: 60px;
  transition: all 400ms;
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}
#sp-header-sticky-wrapper.is-sticky #sp-header #sp-logo .logo .sp-sticky-logo {
  display: block;
  margin-bottom: 40px;
  opacity: 1;
}
#sp-header-sticky-wrapper.is-sticky #sp-header #sp-logo .logo .sp-default-logo {
  display: none;
}
#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu {
  height: 60px;
}
#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu .slide-nav {
  bottom: 0;
}
#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu .slide-nav .line {
  background: rgba(0,0,0,0.12);
}
#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu .slide-nav .line .circle {
  background: #fff;
}
#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item a {
  color: #2e2e2e;
  padding: 16px 0 !important;
}
#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item .sp-dropdown {
  padding-top: 10px;
}
#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item:focus a {
  color: #ff6500 !important;
}
#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu ul.sp-megamenu-parent li.active a {
  color: #ff6500;
}
#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu ul.sp-megamenu-parent:hover li.active a {
  color: #2e2e2e;
}
#about-us {
  margin-top: 0 !important;
  margin-left: -1px;
}
#about-us .sppb-col-sm-12 {
  margin-top: -24px !important;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg {
  height: 925px !important;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg:before {
  position: absolute;
  background-color: rgba(55,68,86,0.95);
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg img {
  height: 100%;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container {
  width: 1170px;
}
@media (max-width: 1200px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container {
    width: 970px;
  }
}
@media (max-width: 992px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container {
    width: 750px;
  }
}
@media (max-width: 768px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container {
    width: 100%;
  }
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row {
  display: block;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-col-sm-12 {
  display: block;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-col-sm-6 .sppb-carousel-pro-text {
  margin-top: -150px;
}
@media (max-width: 1280px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-col-sm-6 .sppb-carousel-pro-text {
    margin-top: -75px;
  }
}
@media (max-width: 1200px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-col-sm-6 .sppb-carousel-pro-text {
    margin-top: -65px;
  }
}
@media (max-width: 1080px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-col-sm-6 .sppb-carousel-pro-text {
    margin-top: -20px;
  }
}
@media (max-width: 532px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-col-sm-6 .sppb-carousel-pro-text {
    margin-top: -30px;
  }
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text h2 {
  font-size: 30px !important;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  margin-top: 100px;
  border-left: 3px solid #ff6500 !important;
  line-height: 51px;
  font-family: Roboto, sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text h2 {
    font-size: 25px !important;
    line-height: 42px;
  }
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .sub-title {
  width: 100%;
  font-size: 18px !important;
  font-weight: lighter !important;
  float: right;
  margin: -60px -405px !important;
  color: #fff;
  font-family: Roboto, sans-serif;
}
@media (max-width: 1199px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .sub-title {
    margin-top: -70px !important;
  }
}
@media (max-width: 991px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .sub-title {
    margin: -75px -275px !important;
  }
}
@media (max-width: 767px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .sub-title {
    display: none;
  }
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .content-title {
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin: 85px 0 11px 0;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .content-sub-title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0 5px 0;
  margin: 0;
  border-bottom: 2px solid #ff6500;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .content {
  color: #fff;
  opacity: 0.6;
  margin: 0 0 88px;
  width: 95%;
  margin-top: 50px;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .content p {
  font-size: 16px !important;
  font-family: Roboto, sans-serif !important;
  line-height: 29px !important;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text a {
  height: 50px;
  display: inline-block;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  background: none transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 12px 32px;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text a:hover {
  background-color: #ff6500;
  color: #fff;
  border-color: #ff6500;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .sub-title-our-process {
  width: 100%;
  font-size: 18px !important;
  font-weight: lighter !important;
  float: right;
  margin: -60px -410px !important;
  color: #fff;
  font-family: Roboto, sans-serif !important;
}
@media (max-width: 1199px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .sub-title-our-process {
    width: 55%;
    margin: -70px 85px !important;
  }
}
@media (max-width: 991px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .sub-title-our-process {
    width: 50%;
    margin: -70px 90px !important;
  }
}
@media (max-width: 767px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .sub-title-our-process {
    display: none;
  }
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content {
  margin-top: 50px;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-1 {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  height: 288px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #ef8925;
}
@media (max-width: 320px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-1 {
    width: 100%;
    height: 144px;
  }
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-1 .text {
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  letter-spacing: 0.5em;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-1 .circle {
  opacity: 1;
  width: 150px;
  height: 150px;
  background: none transparent;
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
  background: #ef8925;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-1 .circle:before {
  content: "\f135";
  font-family: FontAwesome;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-1:hover {
  transform: translate(-10px,-10px);
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-1:hover .text {
  z-index: 2;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-1:hover .circle {
  background: none transparent;
  border-width: 1px;
  border-color: rgba(0,0,0,0.05);
  -webkit-transform: translate(-50%,-50%) scale(3);
  -ms-transform: translate(-50%,-50%) scale(3);
  transform: translate(-50%,-50%) scale(3);
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-1:hover .circle:before {
  font-size: 65px;
  color: rgba(0,0,0,0.05);
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-2 {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  height: 288px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #e6d019;
}
@media (max-width: 320px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-2 {
    width: 100%;
    height: 144px;
  }
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-2 .text {
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  letter-spacing: 0.5em;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-2 .circle {
  opacity: 1;
  width: 150px;
  height: 150px;
  background: none transparent;
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
  background: #e6d019;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-2 .circle:before {
  content: "\f0eb";
  font-family: FontAwesome;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-2:hover {
  transform: translate(10px,-10px);
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-2:hover .text {
  z-index: 2;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-2:hover .circle {
  background: none transparent;
  border-width: 1px;
  border-color: rgba(0,0,0,0.05);
  -webkit-transform: translate(-50%,-50%) scale(3);
  -ms-transform: translate(-50%,-50%) scale(3);
  transform: translate(-50%,-50%) scale(3);
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-2:hover .circle:before {
  font-size: 65px;
  color: rgba(0,0,0,0.05);
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-3 {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  height: 288px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #0396f2;
}
@media (max-width: 320px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-3 {
    width: 100%;
    height: 144px;
  }
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-3 .text {
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  letter-spacing: 0.5em;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-3 .circle {
  opacity: 1;
  width: 150px;
  height: 150px;
  background: none transparent;
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
  background: #0396f2;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-3 .circle:before {
  content: "\f0ea";
  font-family: FontAwesome;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-3:hover {
  transform: translate(-10px,10px);
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-3:hover .text {
  z-index: 2;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-3:hover .circle {
  background: none transparent;
  border-width: 1px;
  border-color: rgba(0,0,0,0.05);
  -webkit-transform: translate(-50%,-50%) scale(3);
  -ms-transform: translate(-50%,-50%) scale(3);
  transform: translate(-50%,-50%) scale(3);
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-3:hover .circle:before {
  font-size: 65px;
  color: rgba(0,0,0,0.05);
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-4 {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  height: 288px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #02cdb7;
}
@media (max-width: 320px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-4 {
    width: 100%;
    height: 144px;
  }
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-4 .text {
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  letter-spacing: 0.5em;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-4 .circle {
  opacity: 1;
  width: 150px;
  height: 150px;
  background: none transparent;
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
  background: #ff6500;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-4 .circle:before {
  content: "\f1fc";
  font-family: FontAwesome;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-4:hover {
  transform: translate(10px,10px);
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-4:hover .text {
  z-index: 2;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-4:hover .circle {
  background: none transparent;
  border-width: 1px;
  border-color: rgba(0,0,0,0.05);
  -webkit-transform: translate(-50%,-50%) scale(3);
  -ms-transform: translate(-50%,-50%) scale(3);
  transform: translate(-50%,-50%) scale(3);
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content li.item-4:hover .circle:before {
  font-size: 65px;
  color: rgba(0,0,0,0.05);
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .sub-title-skills {
  width: 100%;
  font-size: 18px !important;
  font-weight: lighter !important;
  float: right;
  margin: -60px -410px !important;
  color: #fff;
  font-family: Roboto, sans-serif !important;
}
@media (max-width: 991px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .sub-title-skills {
    width: 55%;
    margin: -73px 15px !important;
  }
}
@media (max-width: 767px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .sub-title-skills {
    display: none;
  }
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .img-skills {
  position: absolute;
  top: 420px;
  right: 50%;
  transform: translate(50%);
  max-width: none;
}
@media (max-width: 1280px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .img-skills {
    position: relative;
    width: 100%;
    margin-top: 130px;
    top: 0;
  }
}
@media (max-width: 1080px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .img-skills {
    margin-top: 160px;
  }
}
@media (max-width: 992px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .img-skills {
    position: absolute;
    top: 600px;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .img-skills {
    top: 605px;
  }
}
@media (max-width: 767px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .img-skills {
    top: 615px;
  }
}
@media (max-width: 365px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .img-skills {
    top: 686px;
  }
}
@media (max-width: 767px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content {
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content .item {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content .item {
    width: 100%;
    height: auto;
  }
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content .content3 {
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-family: Roboto, sans-serif;
  font-weight: 100;
  height: 63.1818px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: center;
}
@media (max-width: 767px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content .content3 {
    display: none;
  }
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content .content3 p {
  color: #fff;
  font-size: 14px !important;
  line-height: 21px !important;
}
@media (max-width: 767px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content .content3 p {
    display: none;
  }
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content .gr-progress-circle-label {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  top: 210px;
  right: auto;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  width: 100%;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content .gr-progress-circle-label {
    top: 170px;
  }
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content .gr-progress-circle-number {
  font-size: 18px;
  color: #fff;
  width: 100%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  z-index: 10;
  padding-top: 220px;
  text-align: center;
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content .circle-inner {
  border-color: #009cff;
  display: block;
  position: absolute;
  top: 110px;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 160px;
  height: 160px;
  background: none transparent;
  border: 2px solid #009bfc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-carousel-pro-text .slider-caption-content .circle-inner {
    width: 95px;
    height: 95px;
  }
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-col-sm-6 {
  width: 50%;
}
@media (max-width: 767px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-col-sm-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-col-sm-6 .sppb-text-right {
    display: none;
  }
}
#about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-col-sm-6 .sppb-text-right img.sppb-img-reponsive {
  margin-top: 220px;
}
@media (max-width: 1280px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-col-sm-6 .sppb-text-right img.sppb-img-reponsive {
    height: auto;
  }
}
@media (max-width: 768px) {
  #about-us .sppb-col-sm-12 .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner.container .sppb-row .sppb-col-sm-6 .sppb-text-right img.sppb-img-reponsive {
    margin-top: 0;
  }
}
#about-us .jux-control-carousel {
  position: absolute;
  top: 85px;
  right: 20%;
}
@media (max-width: 1199px) {
  #about-us .jux-control-carousel {
    right: 10%;
  }
}
@media (max-width: 1280px) {
  #about-us .jux-control-carousel {
    right: 6%;
  }
}
@media (max-width: 1024px) {
  #about-us .jux-control-carousel {
    top: 95px;
  }
}
@media (max-width: 991px) {
  #about-us .jux-control-carousel {
    right: 3%;
    top: 88px;
  }
}
@media (max-width: 768px) {
  #about-us .jux-control-carousel {
    top: 90px;
  }
}
@media (max-width: 767px) {
  #about-us .jux-control-carousel {
    top: 85px;
  }
}
#about-us .jux-control-carousel .left.sppb-carousel-control {
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  font-size: 14px;
  cursor: pointer;
  float: left;
  position: relative;
}
#about-us .jux-control-carousel .left.sppb-carousel-control .fa {
  padding-top: 17px;
  position: relative !important;
  margin-left: 0;
  top: 0;
  left: 0;
}
#about-us .jux-control-carousel .left.sppb-carousel-control:hover {
  border-color: #ff6500;
}
#about-us .jux-control-carousel .left.sppb-carousel-control:hover .fa {
  color: #ff6500;
}
#about-us .jux-control-carousel .right.sppb-carousel-control {
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  font-size: 14px;
  cursor: pointer;
  margin-left: 10px;
  float: right;
  position: relative;
}
#about-us .jux-control-carousel .right.sppb-carousel-control .fa {
  padding-top: 17px;
  position: relative;
  margin-right: 0;
  top: 0;
  right: 0;
}
#about-us .jux-control-carousel .right.sppb-carousel-control:hover {
  border-color: #ff6500;
}
#about-us .jux-control-carousel .right.sppb-carousel-control:hover .fa {
  color: #ff6500;
}
body.view-category.layout-blog #sp-header-sticky-wrapper #sp-header,
body.view-category.no-layout #sp-header-sticky-wrapper #sp-header,
body.view-tag #sp-header-sticky-wrapper #sp-header {
  background: rgba(55,68,86,0.75);
  height: 100px;
}
@media (max-width: 992px) {
  body.view-category.layout-blog #sp-header-sticky-wrapper #sp-header,
  body.view-category.no-layout #sp-header-sticky-wrapper #sp-header,
  body.view-tag #sp-header-sticky-wrapper #sp-header {
    background: none;
  }
}
body.view-category.layout-blog #sp-header-sticky-wrapper #sp-header .slide-nav,
body.view-category.no-layout #sp-header-sticky-wrapper #sp-header .slide-nav,
body.view-tag #sp-header-sticky-wrapper #sp-header .slide-nav {
  display: none;
}
body.view-category.layout-blog #sp-header-sticky-wrapper.is-sticky #sp-header,
body.view-category.no-layout #sp-header-sticky-wrapper.is-sticky #sp-header,
body.view-tag #sp-header-sticky-wrapper.is-sticky #sp-header {
  background: #fff !important;
  height: 60px !important;
  z-index: 9050;
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}
body.view-category.layout-blog #sp-header-sticky-wrapper.is-sticky #sp-header .slide-nav,
body.view-category.no-layout #sp-header-sticky-wrapper.is-sticky #sp-header .slide-nav,
body.view-tag #sp-header-sticky-wrapper.is-sticky #sp-header .slide-nav {
  display: none;
}
body.view-category.layout-blog #sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item a,
body.view-category.no-layout #sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item a,
body.view-tag #sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item a {
  font-family: 'Open Sans', sans-serif;
}
body.view-category.layout-blog #sp-slideshow #sp-slide .sp-module,
body.view-category.no-layout #sp-slideshow #sp-slide .sp-module,
body.view-tag #sp-slideshow #sp-slide .sp-module {
  margin-top: 0;
}
body.view-category.layout-blog #sp-slideshow #sp-slide .sp-module .img-blog,
body.view-category.no-layout #sp-slideshow #sp-slide .sp-module .img-blog,
body.view-tag #sp-slideshow #sp-slide .sp-module .img-blog {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
}
body.view-category.layout-blog #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
body.view-category.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
body.view-tag #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
  background: rgba(55,68,86,0.75);
  position: absolute;
  top: 350px;
  left: 696px;
  width: 845px;
  border-radius: 0;
}
@media (max-width: 1280px) {
  body.view-category.layout-blog #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
  body.view-category.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
  body.view-tag #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
    left: 384px;
  }
}
@media (max-width: 1024px) {
  body.view-category.layout-blog #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
  body.view-category.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
  body.view-tag #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
    left: 357px;
  }
}
@media (max-width: 1080px) {
  body.view-category.layout-blog #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
  body.view-category.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
  body.view-tag #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
    width: 645px;
  }
}
@media (max-width: 800px) {
  body.view-category.layout-blog #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
  body.view-category.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
  body.view-tag #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
    width: 720px;
    left: 55px;
  }
}
@media (max-width: 768px) {
  body.view-category.layout-blog #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
  body.view-category.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
  body.view-tag #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
    left: 39px;
  }
}
@media (max-width: 600px) {
  body.view-category.layout-blog #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
  body.view-category.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
  body.view-tag #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
    left: 30px;
    width: 570px;
  }
}
@media (max-width: 568px) {
  body.view-category.layout-blog #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
  body.view-category.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
  body.view-tag #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
    width: 535px;
  }
}
@media (max-width: 480px) {
  body.view-category.layout-blog #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
  body.view-category.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
  body.view-tag #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
    width: 450px;
  }
}
@media (max-width: 320px) {
  body.view-category.layout-blog #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
  body.view-category.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs,
  body.view-tag #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
    width: 290px;
  }
}
body.view-category.layout-blog #sp-slideshow #sp-slide .sp-module ol.breadcrumbs li,
body.view-category.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs li,
body.view-tag #sp-slideshow #sp-slide .sp-module ol.breadcrumbs li {
  padding-bottom: 5px;
  padding-top: 5px;
  color: #fff;
}
body.view-category.layout-blog #sp-slideshow #sp-slide .sp-module ol.breadcrumbs li .fa,
body.view-category.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs li .fa,
body.view-tag #sp-slideshow #sp-slide .sp-module ol.breadcrumbs li .fa {
  font-size: 18px;
  color: #fff;
}
body.view-category.layout-blog #sp-slideshow #sp-slide .sp-module ol.breadcrumbs li a,
body.view-category.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs li a,
body.view-tag #sp-slideshow #sp-slide .sp-module ol.breadcrumbs li a {
  color: #fff;
  font-weight: lighter;
}
body.view-category.layout-blog #sp-slideshow #sp-slide .sp-module ol.breadcrumbs li:before,
body.view-category.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs li:before,
body.view-tag #sp-slideshow #sp-slide .sp-module ol.breadcrumbs li:before {
  margin-right: 5px;
  margin-left: 5px;
}
body.view-category.layout-blog #sp-main-body,
body.view-category.no-layout #sp-main-body,
body.view-tag #sp-main-body {
  padding: 0;
}
body.view-category.layout-blog #sp-main-body #sp-component,
body.view-category.no-layout #sp-main-body #sp-component,
body.view-tag #sp-main-body #sp-component {
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 991px) {
  body.view-category.layout-blog #sp-main-body #sp-component,
  body.view-category.no-layout #sp-main-body #sp-component,
  body.view-tag #sp-main-body #sp-component {
    width: 100%;
    border-right: none;
  }
}
@media (min-width: 992px) {
  body.view-category.layout-blog #sp-main-body #sp-component,
  body.view-category.no-layout #sp-main-body #sp-component,
  body.view-tag #sp-main-body #sp-component {
    padding-right: 35px;
  }
}
body.view-category.layout-blog #sp-main-body #sp-component.col-sm-12,
body.view-category.layout-blog #sp-main-body #sp-component.col-md-12,
body.view-category.no-layout #sp-main-body #sp-component.col-sm-12,
body.view-category.no-layout #sp-main-body #sp-component.col-md-12,
body.view-tag #sp-main-body #sp-component.col-sm-12,
body.view-tag #sp-main-body #sp-component.col-md-12 {
  border-right: none;
}
@media (min-width: 992px) {
  body.view-category.layout-blog #sp-main-body #sp-component.col-sm-12,
  body.view-category.layout-blog #sp-main-body #sp-component.col-md-12,
  body.view-category.no-layout #sp-main-body #sp-component.col-sm-12,
  body.view-category.no-layout #sp-main-body #sp-component.col-md-12,
  body.view-tag #sp-main-body #sp-component.col-sm-12,
  body.view-tag #sp-main-body #sp-component.col-md-12 {
    padding-right: 15px;
  }
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .page-header,
body.view-category.no-layout #sp-main-body #sp-component .blog .page-header,
body.view-tag #sp-main-body #sp-component .blog .page-header {
  border-bottom: none;
  position: absolute;
  top: -70px;
  left: 65px;
  margin: 0;
  width: 250px;
}
@media (max-width: 800px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .page-header,
  body.view-category.no-layout #sp-main-body #sp-component .blog .page-header,
  body.view-tag #sp-main-body #sp-component .blog .page-header {
    top: -120px;
    width: 670px;
  }
}
@media (max-width: 600px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .page-header,
  body.view-category.no-layout #sp-main-body #sp-component .blog .page-header,
  body.view-tag #sp-main-body #sp-component .blog .page-header {
    top: -185px;
    width: 520px;
  }
}
@media (max-width: 600px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .page-header,
  body.view-category.no-layout #sp-main-body #sp-component .blog .page-header,
  body.view-tag #sp-main-body #sp-component .blog .page-header {
    width: 520px;
  }
}
@media (max-width: 568px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .page-header,
  body.view-category.no-layout #sp-main-body #sp-component .blog .page-header,
  body.view-tag #sp-main-body #sp-component .blog .page-header {
    width: 485px;
  }
}
@media (max-width: 480px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .page-header,
  body.view-category.no-layout #sp-main-body #sp-component .blog .page-header,
  body.view-tag #sp-main-body #sp-component .blog .page-header {
    width: 400px;
  }
}
@media (max-width: 320px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .page-header,
  body.view-category.no-layout #sp-main-body #sp-component .blog .page-header,
  body.view-tag #sp-main-body #sp-component .blog .page-header {
    width: 240px;
  }
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .page-header h1,
body.view-category.no-layout #sp-main-body #sp-component .blog .page-header h1,
body.view-tag #sp-main-body #sp-component .blog .page-header h1 {
  height: 50px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  background: #ff6500;
  text-transform: uppercase;
  padding-top: 12px;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .page-header:before,
body.view-category.no-layout #sp-main-body #sp-component .blog .page-header:before,
body.view-tag #sp-main-body #sp-component .blog .page-header:before {
  content: "\f016";
  font-family: FontAwesome;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #ff741a;
  position: absolute;
  top: 20px;
  padding-top: 13px;
  left: -50px;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row,
body.view-tag #sp-main-body #sp-component .blog .items-row {
  margin-top: 65px;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .col-sm-12 article.item,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .col-sm-12 article.item,
body.view-tag #sp-main-body #sp-component .blog .items-row .col-sm-12 article.item {
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px;
  margin-bottom: 0;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create,
body.view-tag #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,50%);
  -ms-transform: translate(-50%,50%);
  transform: translate(-50%,50%);
}
@media (max-width: 1080px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create,
  body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create,
  body.view-tag #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create {
    top: 43%;
  }
}
@media (max-width: 800px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create,
  body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create,
  body.view-tag #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create {
    top: 45%;
  }
}
@media (max-width: 600px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create,
  body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create,
  body.view-tag #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create {
    top: 37%;
  }
}
@media (max-width: 568px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create,
  body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create,
  body.view-tag #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create {
    top: 36%;
  }
}
@media (max-width: 480px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create,
  body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create,
  body.view-tag #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create {
    top: 30%;
  }
}
@media (max-width: 320px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create,
  body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create,
  body.view-tag #sp-main-body #sp-component .blog .items-row .col-sm-12 .article-info .create {
    top: 15%;
  }
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create,
body.view-tag #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create {
  left: 50%;
  top: 23%;
  -webkit-transform: translate(-50%,50%);
  -ms-transform: translate(-50%,50%);
  transform: translate(-50%,50%);
}
@media (max-width: 1080px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create,
  body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create,
  body.view-tag #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create {
    top: 17%;
  }
}
@media (max-width: 800px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create,
  body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create,
  body.view-tag #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create {
    top: 9%;
  }
}
@media (max-width: 600px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create,
  body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create,
  body.view-tag #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create {
    top: 37%;
  }
}
@media (max-width: 568px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create,
  body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create,
  body.view-tag #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create {
    top: 35%;
  }
}
@media (max-width: 480px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create,
  body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create,
  body.view-tag #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create {
    top: 29%;
  }
}
@media (max-width: 320px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create,
  body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create,
  body.view-tag #sp-main-body #sp-component .blog .items-row .col-sm-4 .article-info .create {
    top: 15%;
  }
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row article.item:hover .article-info .create,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row article.item:hover .article-info .create,
body.view-tag #sp-main-body #sp-component .blog .items-row article.item:hover .article-info .create {
  background: #ff6500;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .article-info .create,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .article-info .create,
body.view-tag #sp-main-body #sp-component .blog .items-row .article-info .create {
  position: absolute;
  left: 50%;
  top: 26%;
  -webkit-transform: translate(-50%,50%);
  -ms-transform: translate(-50%,50%);
  transform: translate(-50%,50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  height: 75px;
  width: 75px;
  background: #374456;
  border: 0 none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 1080px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .article-info .create,
  body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .article-info .create,
  body.view-tag #sp-main-body #sp-component .blog .items-row .article-info .create {
    top: 19%;
  }
}
@media (max-width: 800px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .article-info .create,
  body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .article-info .create,
  body.view-tag #sp-main-body #sp-component .blog .items-row .article-info .create {
    top: 22%;
  }
}
@media (max-width: 600px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .article-info .create,
  body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .article-info .create,
  body.view-tag #sp-main-body #sp-component .blog .items-row .article-info .create {
    top: 37%;
  }
}
@media (max-width: 568px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .article-info .create,
  body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .article-info .create,
  body.view-tag #sp-main-body #sp-component .blog .items-row .article-info .create {
    top: 35%;
  }
}
@media (max-width: 480px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .article-info .create,
  body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .article-info .create,
  body.view-tag #sp-main-body #sp-component .blog .items-row .article-info .create {
    top: 30%;
  }
}
@media (max-width: 320px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .article-info .create,
  body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .article-info .create,
  body.view-tag #sp-main-body #sp-component .blog .items-row .article-info .create {
    top: 16%;
  }
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .article-info .create span.time-date,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .article-info .create span.time-date,
body.view-tag #sp-main-body #sp-component .blog .items-row .article-info .create span.time-date {
  position: absolute;
  top: 12px;
  left: 12px;
  bottom: auto;
  right: auto;
  text-align: left;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .article-info .create hr.time-separator,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .article-info .create hr.time-separator,
body.view-tag #sp-main-body #sp-component .blog .items-row .article-info .create hr.time-separator {
  position: absolute;
  left: 6px;
  top: 36px;
  width: 70px;
  height: 1px;
  color: #fff;
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  transform: rotate(-45deg);
  font-family: Roboto, sans-serif;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .article-info .create span.time-month,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .article-info .create span.time-month,
body.view-tag #sp-main-body #sp-component .blog .items-row .article-info .create span.time-month {
  position: absolute;
  bottom: 10px;
  right: 5px;
  top: auto;
  left: auto;
  text-align: right;
  font-size: 16px;
  line-height: 1;
  font-weight: lighter;
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .createdby,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .createdby,
body.view-tag #sp-main-body #sp-component .blog .items-row .createdby {
  text-align: right;
  width: 45%;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .createdby .fa,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .createdby .fa,
body.view-tag #sp-main-body #sp-component .blog .items-row .createdby .fa {
  color: #c5c5c5;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .createdby span,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .createdby span,
body.view-tag #sp-main-body #sp-component .blog .items-row .createdby span {
  font-size: 14px;
  color: #c5c5c5;
  text-transform: uppercase;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .createdby:hover span,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .createdby:hover span,
body.view-tag #sp-main-body #sp-component .blog .items-row .createdby:hover span {
  color: #ff6500;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .createdby:hover .fa,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .createdby:hover .fa,
body.view-tag #sp-main-body #sp-component .blog .items-row .createdby:hover .fa {
  color: #ff6500;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .comment,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .comment,
body.view-tag #sp-main-body #sp-component .blog .items-row .comment {
  text-align: left;
  margin-top: -15px;
  width: 45%;
  float: right;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .comment .fa,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .comment .fa,
body.view-tag #sp-main-body #sp-component .blog .items-row .comment .fa {
  color: #c5c5c5;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .comment span a,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .comment span a,
body.view-tag #sp-main-body #sp-component .blog .items-row .comment span a {
  font-size: 14px;
  color: #c5c5c5;
  text-transform: uppercase;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .comment:hover span a,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .comment:hover span a,
body.view-tag #sp-main-body #sp-component .blog .items-row .comment:hover span a {
  color: #ff6500;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .comment:hover .fa,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .comment:hover .fa,
body.view-tag #sp-main-body #sp-component .blog .items-row .comment:hover .fa {
  color: #ff6500;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .entry-header,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .entry-header,
body.view-tag #sp-main-body #sp-component .blog .items-row .entry-header {
  margin-top: 50px;
  margin-left: 0;
  text-align: center;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .entry-header a,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .entry-header a,
body.view-tag #sp-main-body #sp-component .blog .items-row .entry-header a {
  font-size: 18px;
  font-weight: bold;
  color: #374456;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .entry-header a:hover,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .entry-header a:hover,
body.view-tag #sp-main-body #sp-component .blog .items-row .entry-header a:hover {
  color: #ff6500;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .content,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .content,
body.view-tag #sp-main-body #sp-component .blog .items-row .content {
  padding-top: 15px;
  text-align: center;
  margin-bottom: 18px;
  width: 75%;
  margin-left: 50%;
  transform: translate(-50%);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: lighter;
  color: #374456;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  max-height: 75px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .readmore a,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .readmore a,
body.view-tag #sp-main-body #sp-component .blog .items-row .readmore a {
  height: 40px;
  display: inline-block;
  width: auto;
  font-size: 14px;
  font-weight: bold;
  color: #374456;
  border: 2px solid #374456;
  background: none transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 9px 30px;
  margin-left: 50%;
  transform: translate(-50%);
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .readmore a:hover,
body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .readmore a:hover,
body.view-tag #sp-main-body #sp-component .blog .items-row .readmore a:hover {
  background-color: #ff6500;
  color: #fff;
  border-color: #ff6500;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .pagination-wrapper,
body.view-category.no-layout #sp-main-body #sp-component .blog .pagination-wrapper,
body.view-tag #sp-main-body #sp-component .blog .pagination-wrapper {
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  margin-top: -1px;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination,
body.view-category.no-layout #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination,
body.view-tag #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination {
  margin-top: 12px;
  width: 100%;
  text-align: center;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li,
body.view-category.no-layout #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li,
body.view-tag #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li {
  display: inline-block;
  height: 33px;
  width: 33px;
  text-align: center;
  background: none transparent;
  -webkit-transform: translate(-50%,0) rotate(45deg);
  -ms-transform: translate(-50%,0) rotate(45deg);
  transform: translate(-50%,0) rotate(45deg);
  margin-right: 40px;
}
@media (max-width: 320px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li,
  body.view-category.no-layout #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li,
  body.view-tag #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li {
    margin-right: 20px;
  }
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li a,
body.view-category.no-layout #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li a,
body.view-tag #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li a {
  display: block;
  float: none;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #374456;
  background: none transparent;
  border: 0 none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 7px 0;
  margin: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-family: Roboto, sans-serif;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li:hover,
body.view-category.no-layout #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li:hover,
body.view-tag #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li:hover {
  background: #ff6500;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li:hover a,
body.view-category.no-layout #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li:hover a,
body.view-tag #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li:hover a {
  color: #fff;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li.active,
body.view-category.no-layout #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li.active,
body.view-tag #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li.active {
  display: inline-block;
  height: 33px;
  width: 33px;
  text-align: center;
  background: #ff6500;
  -webkit-transform: translate(-50%,0) rotate(45deg);
  -ms-transform: translate(-50%,0) rotate(45deg);
  transform: translate(-50%,0) rotate(45deg);
  margin-right: 40px;
}
@media (max-width: 320px) {
  body.view-category.layout-blog #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li.active,
  body.view-category.no-layout #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li.active,
  body.view-tag #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li.active {
    margin-right: 20px;
  }
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li.active a,
body.view-category.no-layout #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li.active a,
body.view-tag #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination li.active a {
  color: #fff;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination:hover li.active,
body.view-category.no-layout #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination:hover li.active,
body.view-tag #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination:hover li.active {
  background: none transparent;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination:hover li.active a,
body.view-category.no-layout #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination:hover li.active a,
body.view-tag #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination:hover li.active a {
  color: #374456;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination:hover li.active:hover,
body.view-category.no-layout #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination:hover li.active:hover,
body.view-tag #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination:hover li.active:hover {
  background: #ff6500;
}
body.view-category.layout-blog #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination:hover li.active:hover a,
body.view-category.no-layout #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination:hover li.active:hover a,
body.view-tag #sp-main-body #sp-component .blog .pagination-wrapper ul.pagination:hover li.active:hover a {
  color: #fff;
}
body.view-category.layout-blog #sp-main-body #sp-right,
body.view-category.no-layout #sp-main-body #sp-right,
body.view-tag #sp-main-body #sp-right {
  margin-top: 60px;
}
@media (max-width: 991px) {
  body.view-category.layout-blog #sp-main-body #sp-right,
  body.view-category.no-layout #sp-main-body #sp-right,
  body.view-tag #sp-main-body #sp-right {
    width: 100%;
  }
}
body.view-category.layout-blog #sp-main-body #sp-right .sp-module,
body.view-category.no-layout #sp-main-body #sp-right .sp-module,
body.view-tag #sp-main-body #sp-right .sp-module {
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px;
  padding-left: 15px;
}
body.view-category.layout-blog #sp-main-body #sp-right .sp-module.most-view,
body.view-category.no-layout #sp-main-body #sp-right .sp-module.most-view,
body.view-tag #sp-main-body #sp-right .sp-module.most-view {
  border-bottom: none;
}
body.view-category.layout-blog #sp-main-body #sp-right .sp-module:last-child,
body.view-category.no-layout #sp-main-body #sp-right .sp-module:last-child,
body.view-tag #sp-main-body #sp-right .sp-module:last-child {
  border-bottom: none;
}
body.view-category.layout-blog #sp-main-body #sp-right .category .sp-module-title,
body.view-category.no-layout #sp-main-body #sp-right .category .sp-module-title,
body.view-tag #sp-main-body #sp-right .category .sp-module-title {
  font-size: 24px;
  font-weight: lighter;
  color: #212121;
  padding: 0;
  margin: 0;
  text-transform: inherit;
}
body.view-category.layout-blog #sp-main-body #sp-right .category .sp-module-title:first-letter,
body.view-category.no-layout #sp-main-body #sp-right .category .sp-module-title:first-letter,
body.view-tag #sp-main-body #sp-right .category .sp-module-title:first-letter {
  font-weight: normal;
  color: #ff6500;
  text-transform: uppercase;
}
body.view-category.layout-blog #sp-main-body #sp-right .category ul.category,
body.view-category.no-layout #sp-main-body #sp-right .category ul.category,
body.view-tag #sp-main-body #sp-right .category ul.category {
  margin-top: 20px;
}
body.view-category.layout-blog #sp-main-body #sp-right .category ul.category li a,
body.view-category.no-layout #sp-main-body #sp-right .category ul.category li a,
body.view-tag #sp-main-body #sp-right .category ul.category li a {
  font-size: 14px;
  font-weight: 700;
  color: #374456;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif !important;
}
body.view-category.layout-blog #sp-main-body #sp-right .category ul.category li a:before,
body.view-category.no-layout #sp-main-body #sp-right .category ul.category li a:before,
body.view-tag #sp-main-body #sp-right .category ul.category li a:before {
  display: none;
}
body.view-category.layout-blog #sp-main-body #sp-right .category ul.category li a span,
body.view-category.no-layout #sp-main-body #sp-right .category ul.category li a span,
body.view-tag #sp-main-body #sp-right .category ul.category li a span {
  font-size: 14px;
  font-weight: normal;
  color: #c9cbce;
  float: right;
}
body.view-category.layout-blog #sp-main-body #sp-right .category ul.category li:hover a,
body.view-category.no-layout #sp-main-body #sp-right .category ul.category li:hover a,
body.view-tag #sp-main-body #sp-right .category ul.category li:hover a {
  color: #ff6500;
}
body.view-category.layout-blog #sp-main-body #sp-right .category ul.category li:hover span,
body.view-category.no-layout #sp-main-body #sp-right .category ul.category li:hover span,
body.view-tag #sp-main-body #sp-right .category ul.category li:hover span {
  color: #ff6500;
}
body.view-category.layout-blog #sp-main-body #sp-right .tags-cloud .sp-module-title,
body.view-category.no-layout #sp-main-body #sp-right .tags-cloud .sp-module-title,
body.view-tag #sp-main-body #sp-right .tags-cloud .sp-module-title {
  font-size: 24px;
  font-weight: lighter;
  color: #212121;
  padding: 0;
  margin: 0;
  text-transform: inherit;
}
body.view-category.layout-blog #sp-main-body #sp-right .tags-cloud .sp-module-title:first-letter,
body.view-category.no-layout #sp-main-body #sp-right .tags-cloud .sp-module-title:first-letter,
body.view-tag #sp-main-body #sp-right .tags-cloud .sp-module-title:first-letter {
  font-weight: normal;
  color: #ff6500;
  text-transform: uppercase;
}
body.view-category.layout-blog #sp-main-body #sp-right .tags-cloud ul,
body.view-category.no-layout #sp-main-body #sp-right .tags-cloud ul,
body.view-tag #sp-main-body #sp-right .tags-cloud ul {
  margin-top: 20px;
}
body.view-category.layout-blog #sp-main-body #sp-right .tags-cloud ul li,
body.view-category.no-layout #sp-main-body #sp-right .tags-cloud ul li,
body.view-tag #sp-main-body #sp-right .tags-cloud ul li {
  border-bottom: none;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
body.view-category.layout-blog #sp-main-body #sp-right .tags-cloud ul li a,
body.view-category.no-layout #sp-main-body #sp-right .tags-cloud ul li a,
body.view-tag #sp-main-body #sp-right .tags-cloud ul li a {
  height: 40px;
  display: inline-block;
  width: auto;
  font-size: 14px;
  font-weight: lighter;
  color: #374456;
  border: 2px solid #e1e3e6;
  background: none transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: none;
  padding: 0 20px;
}
body.view-category.layout-blog #sp-main-body #sp-right .tags-cloud ul li a:before,
body.view-category.no-layout #sp-main-body #sp-right .tags-cloud ul li a:before,
body.view-tag #sp-main-body #sp-right .tags-cloud ul li a:before {
  display: none;
}
body.view-category.layout-blog #sp-main-body #sp-right .tags-cloud ul li:hover a,
body.view-category.no-layout #sp-main-body #sp-right .tags-cloud ul li:hover a,
body.view-tag #sp-main-body #sp-right .tags-cloud ul li:hover a {
  color: #ff6500;
  border-color: #ff6500;
}
body.view-category.layout-blog #sp-main-body #sp-right .recent-posts .sp-module-title,
body.view-category.no-layout #sp-main-body #sp-right .recent-posts .sp-module-title,
body.view-tag #sp-main-body #sp-right .recent-posts .sp-module-title {
  font-size: 24px;
  font-weight: lighter;
  color: #212121;
  padding: 0;
  margin: 0;
  text-transform: inherit;
}
body.view-category.layout-blog #sp-main-body #sp-right .recent-posts .sp-module-title:first-letter,
body.view-category.no-layout #sp-main-body #sp-right .recent-posts .sp-module-title:first-letter,
body.view-tag #sp-main-body #sp-right .recent-posts .sp-module-title:first-letter {
  font-weight: normal;
  color: #ff6500;
  text-transform: uppercase;
}
body.view-category.layout-blog #sp-main-body #sp-right .recent-posts .latestnews,
body.view-category.no-layout #sp-main-body #sp-right .recent-posts .latestnews,
body.view-tag #sp-main-body #sp-right .recent-posts .latestnews {
  margin-top: 20px;
}
body.view-category.layout-blog #sp-main-body #sp-right .recent-posts .latestnews .jux-post,
body.view-category.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post,
body.view-tag #sp-main-body #sp-right .recent-posts .latestnews .jux-post {
  margin-bottom: 20px;
  margin-top: 20px;
}
body.view-category.layout-blog #sp-main-body #sp-right .recent-posts .latestnews .jux-post a,
body.view-category.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post a,
body.view-tag #sp-main-body #sp-right .recent-posts .latestnews .jux-post a {
  display: block;
  overflow: hidden;
  width: 60px;
}
body.view-category.layout-blog #sp-main-body #sp-right .recent-posts .latestnews .jux-post span,
body.view-category.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post span,
body.view-tag #sp-main-body #sp-right .recent-posts .latestnews .jux-post span {
  position: absolute;
  left: 110px;
  font-size: 14px;
  font-weight: bold;
  color: #374243;
  padding: 0;
  margin-top: -5px;
  font-family: 'Roboto', sans-serif !important;
}
@media (max-width: 800px) {
  body.view-category.layout-blog #sp-main-body #sp-right .recent-posts .latestnews .jux-post span,
  body.view-category.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post span,
  body.view-tag #sp-main-body #sp-right .recent-posts .latestnews .jux-post span {
    left: 110px;
  }
}
body.view-category.layout-blog #sp-main-body #sp-right .recent-posts .latestnews .jux-post span:hover,
body.view-category.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post span:hover,
body.view-tag #sp-main-body #sp-right .recent-posts .latestnews .jux-post span:hover {
  color: #ff6500;
}
body.view-category.layout-blog #sp-main-body #sp-right .recent-posts .latestnews .jux-post img,
body.view-category.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post img,
body.view-tag #sp-main-body #sp-right .recent-posts .latestnews .jux-post img {
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.view-category.layout-blog #sp-main-body #sp-right .recent-posts .latestnews .jux-post .date,
body.view-category.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post .date,
body.view-tag #sp-main-body #sp-right .recent-posts .latestnews .jux-post .date {
  margin-left: 80px;
  margin-top: -20px;
  font-size: 14px;
  color: #4c5859;
}
body.view-category.layout-blog #sp-main-body #sp-right .recent-posts .latestnews .jux-post .date:before,
body.view-category.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post .date:before,
body.view-tag #sp-main-body #sp-right .recent-posts .latestnews .jux-post .date:before {
  content: "\f073";
  font-family: FontAwesome;
}
body.view-category.layout-blog #sp-main-body #sp-right .recent-posts .latestnews .jux-post:hover img,
body.view-category.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post:hover img,
body.view-tag #sp-main-body #sp-right .recent-posts .latestnews .jux-post:hover img {
  transform: scale(1.2);
  transition: all 0.8s ease;
}
body.view-category.layout-blog #sp-main-body #sp-right .most-view .sp-module-title,
body.view-category.no-layout #sp-main-body #sp-right .most-view .sp-module-title,
body.view-tag #sp-main-body #sp-right .most-view .sp-module-title {
  font-size: 24px;
  font-weight: lighter;
  color: #212121;
  padding: 0;
  margin: 0;
  text-transform: inherit;
}
body.view-category.layout-blog #sp-main-body #sp-right .most-view .sp-module-title:first-letter,
body.view-category.no-layout #sp-main-body #sp-right .most-view .sp-module-title:first-letter,
body.view-tag #sp-main-body #sp-right .most-view .sp-module-title:first-letter {
  font-weight: normal;
  color: #ff6500;
  text-transform: uppercase;
}
body.view-category.layout-blog #sp-main-body #sp-right .most-view .mostread,
body.view-category.no-layout #sp-main-body #sp-right .most-view .mostread,
body.view-tag #sp-main-body #sp-right .most-view .mostread {
  margin-top: 30px;
}
body.view-category.layout-blog #sp-main-body #sp-right .most-view .mostread .jux-hits,
body.view-category.no-layout #sp-main-body #sp-right .most-view .mostread .jux-hits,
body.view-tag #sp-main-body #sp-right .most-view .mostread .jux-hits {
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 50px;
}
body.view-category.layout-blog #sp-main-body #sp-right .most-view .mostread .jux-hits a,
body.view-category.no-layout #sp-main-body #sp-right .most-view .mostread .jux-hits a,
body.view-tag #sp-main-body #sp-right .most-view .mostread .jux-hits a {
  font-size: 14px;
  font-weight: bold;
  color: #374243;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif !important;
}
body.view-category.layout-blog #sp-main-body #sp-right .most-view .mostread .jux-hits a:before,
body.view-category.no-layout #sp-main-body #sp-right .most-view .mostread .jux-hits a:before,
body.view-tag #sp-main-body #sp-right .most-view .mostread .jux-hits a:before {
  display: none;
}
body.view-category.layout-blog #sp-main-body #sp-right .most-view .mostread .jux-hits a:hover,
body.view-category.no-layout #sp-main-body #sp-right .most-view .mostread .jux-hits a:hover,
body.view-tag #sp-main-body #sp-right .most-view .mostread .jux-hits a:hover {
  color: #ff6500;
}
body.view-category.layout-blog #sp-main-body #sp-right .most-view .mostread .jux-hits span,
body.view-category.no-layout #sp-main-body #sp-right .most-view .mostread .jux-hits span,
body.view-tag #sp-main-body #sp-right .most-view .mostread .jux-hits span {
  float: left;
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: #374456;
  border: 0 none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-top: 14px;
  margin-right: 30px;
}
body.view-category.layout-blog #sp-main-body #sp-right .most-view .mostread .jux-hits:hover li a,
body.view-category.no-layout #sp-main-body #sp-right .most-view .mostread .jux-hits:hover li a,
body.view-tag #sp-main-body #sp-right .most-view .mostread .jux-hits:hover li a {
  color: #ff6500;
}
body.view-category.layout-blog #sp-main-body #sp-right .most-view .mostread .jux-hits:hover li span,
body.view-category.no-layout #sp-main-body #sp-right .most-view .mostread .jux-hits:hover li span,
body.view-tag #sp-main-body #sp-right .most-view .mostread .jux-hits:hover li span {
  color: #fff;
  background: #ff6500;
}
body.view-category.layout-blog #sp-main-body #sp-right .most-view .mostread .jux-hits:last-child,
body.view-category.no-layout #sp-main-body #sp-right .most-view .mostread .jux-hits:last-child,
body.view-tag #sp-main-body #sp-right .most-view .mostread .jux-hits:last-child {
  border-bottom: none;
}
body.view-tag #sp-main-body {
  padding: 200px;
}
body.view-tag #sp-main-body ul.category.list-striped li a {
  font-size: 18px;
  font-weight: bold;
  color: #374456;
  text-transform: uppercase;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
body.view-tag #sp-main-body ul.category.list-striped li a:hover {
  color: #ff6500;
}
body.view-article.no-layout #sp-header-sticky-wrapper #sp-header {
  background: rgba(55,68,86,0.75);
  height: 100px;
}
@media (max-width: 992px) {
  body.view-article.no-layout #sp-header-sticky-wrapper #sp-header {
    background: none;
  }
}
body.view-article.no-layout #sp-header-sticky-wrapper #sp-header .slide-nav {
  display: none;
}
body.view-article.no-layout #sp-header-sticky-wrapper.is-sticky #sp-header {
  background: #fff !important;
  height: 60px !important;
  z-index: 9050;
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}
body.view-article.no-layout #sp-header-sticky-wrapper.is-sticky #sp-header .slide-nav {
  display: none;
}
body.view-article.no-layout #sp-header-sticky-wrapper.is-sticky #sp-header ul.sp-megamenu-parent li.sp-menu-item a {
  font-family: Open Sans, sans-serif !important;
}
body.view-article.no-layout #sp-slideshow #sp-slide .sp-module {
  margin-top: 0;
}
body.view-article.no-layout #sp-slideshow #sp-slide .sp-module .img-blog {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
}
body.view-article.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
  background: rgba(55,68,86,0.75);
  position: absolute;
  top: 350px;
  width: 845px;
  left: 696px;
  border-radius: 0;
}
@media (max-width: 1280px) {
  body.view-article.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
    left: 384px;
  }
}
@media (max-width: 1024px) {
  body.view-article.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
    left: 357px;
  }
}
@media (max-width: 1080px) {
  body.view-article.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
    width: 645px;
  }
}
@media (max-width: 800px) {
  body.view-article.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
    width: 720px;
    left: 55px;
  }
}
@media (max-width: 768px) {
  body.view-article.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
    left: 39px;
  }
}
@media (max-width: 600px) {
  body.view-article.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
    left: 30px;
    width: 570px;
  }
}
@media (max-width: 568px) {
  body.view-article.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
    width: 535px;
  }
}
@media (max-width: 480px) {
  body.view-article.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
    width: 450px;
  }
}
@media (max-width: 320px) {
  body.view-article.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs {
    width: 290px;
    top: 317px;
  }
}
body.view-article.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs li {
  padding-bottom: 5px;
  padding-top: 5px;
  color: #fff;
}
body.view-article.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs li .fa {
  font-size: 18px;
  color: #fff;
}
body.view-article.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs li a {
  color: #fff;
  font-weight: lighter;
}
body.view-article.no-layout #sp-slideshow #sp-slide .sp-module ol.breadcrumbs li:before {
  margin-right: 5px;
  margin-left: 5px;
}
body.view-article.no-layout #sp-main-body {
  padding: 0;
}
@media (max-width: 991px) {
  body.view-article.no-layout #sp-main-body #sp-component {
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.view-article.no-layout #sp-main-body #sp-component {
    padding-right: 35px;
  }
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page {
  margin-top: 65px;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .page-header {
  border-bottom: none;
  position: absolute;
  top: -70px;
  left: 65px;
  margin: 0;
  width: 250px;
}
@media (max-width: 800px) {
  body.view-article.no-layout #sp-main-body #sp-component article.item-page .page-header {
    top: -120px;
    width: 670px;
  }
}
@media (max-width: 600px) {
  body.view-article.no-layout #sp-main-body #sp-component article.item-page .page-header {
    top: -185px;
    width: 520px;
  }
}
@media (max-width: 600px) {
  body.view-article.no-layout #sp-main-body #sp-component article.item-page .page-header {
    width: 520px;
  }
}
@media (max-width: 568px) {
  body.view-article.no-layout #sp-main-body #sp-component article.item-page .page-header {
    width: 485px;
  }
}
@media (max-width: 480px) {
  body.view-article.no-layout #sp-main-body #sp-component article.item-page .page-header {
    width: 400px;
  }
}
@media (max-width: 320px) {
  body.view-article.no-layout #sp-main-body #sp-component article.item-page .page-header {
    width: 240px;
    top: -217px;
  }
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .page-header h1 {
  height: 50px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  background: #ff6500;
  text-transform: uppercase;
  padding-top: 12px;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .page-header:before {
  content: "\f016";
  font-family: FontAwesome;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #ff741a;
  position: absolute;
  top: 20px;
  padding-top: 13px;
  left: -50px;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header {
  margin-left: 0px;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header .post-format {
  display: none;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header h2 {
  position: absolute;
  top: 0;
  left: 100px;
  font-size: 18px;
  font-weight: bold;
  color: #374456;
  text-transform: uppercase;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header .article-info .create {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  height: 75px;
  width: 75px;
  background: #374456;
  border: 0 none;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: absolute;
  left: 0px;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header .article-info .create span.time-date {
  position: absolute;
  top: 12px;
  left: 12px;
  bottom: auto;
  right: auto;
  text-align: left;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header .article-info .create hr.time-separator {
  position: absolute;
  left: 6px;
  top: 36px;
  width: 70px;
  height: 1px;
  color: #fff;
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  transform: rotate(-45deg);
  font-family: Roboto, sans-serif;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header .article-info .create span.time-month {
  position: absolute;
  bottom: 10px;
  right: 5px;
  top: auto;
  left: auto;
  text-align: right;
  font-size: 16px;
  line-height: 1;
  font-weight: lighter;
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header .article-info .createdby {
  position: absolute;
  top: 40px;
  left: 100px;
}
@media (max-width: 320px) {
  body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header .article-info .createdby {
    top: 60px;
  }
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header .article-info .createdby .fa {
  color: #c5c5c5;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header .article-info .createdby span {
  font-size: 14px;
  color: #c5c5c5;
  text-transform: uppercase;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header .article-info .createdby:hover .fa {
  color: #ff6500;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header .article-info .createdby:hover span {
  color: #ff6500;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header .article-info .comment {
  position: absolute;
  top: 40px;
  left: 230px;
}
@media (max-width: 320px) {
  body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header .article-info .comment {
    top: 60px;
  }
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header .article-info .comment .fa {
  color: #c5c5c5;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header .article-info .comment span a {
  font-size: 14px;
  color: #c5c5c5;
  text-transform: uppercase;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header .article-info .comment:hover span a {
  color: #ff6500;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-header .article-info .comment:hover .fa {
  color: #ff6500;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .entry-image {
  padding-top: 140px;
}
body.view-article.no-layout #sp-main-body #sp-component article.item-page .content {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: lighter;
  color: #374456;
}
body.view-article.no-layout #sp-main-body #sp-right {
  padding-top: 60px;
  border-left: 1px solid #ededed;
}
@media (max-width: 991px) {
  body.view-article.no-layout #sp-main-body #sp-right {
    width: 100%;
    border-left: none;
  }
}
body.view-article.no-layout #sp-main-body #sp-right .sp-module {
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px;
  padding-left: 10px;
}
body.view-article.no-layout #sp-main-body #sp-right .sp-module.most-view {
  border-bottom: none;
}
body.view-article.no-layout #sp-main-body #sp-right .sp-module:last-child {
  border-bottom: none;
}
body.view-article.no-layout #sp-main-body #sp-right .category .sp-module-title {
  font-size: 24px;
  font-weight: lighter;
  color: #212121;
  padding: 0;
  margin: 0;
  text-transform: inherit;
}
body.view-article.no-layout #sp-main-body #sp-right .category .sp-module-title:first-letter {
  font-weight: normal;
  color: #ff6500;
  text-transform: uppercase;
}
body.view-article.no-layout #sp-main-body #sp-right .category ul.category {
  margin-top: 20px;
}
body.view-article.no-layout #sp-main-body #sp-right .category ul.category li a {
  font-size: 14px;
  font-weight: 700;
  color: #374456;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif !important;
}
body.view-article.no-layout #sp-main-body #sp-right .category ul.category li a:before {
  display: none;
}
body.view-article.no-layout #sp-main-body #sp-right .category ul.category li a span {
  font-size: 14px;
  font-weight: normal;
  color: #c9cbce;
  float: right;
}
body.view-article.no-layout #sp-main-body #sp-right .category ul.category li:hover a {
  color: #ff6500;
}
body.view-article.no-layout #sp-main-body #sp-right .category ul.category li:hover span {
  color: #ff6500;
}
body.view-article.no-layout #sp-main-body #sp-right .tags-cloud .sp-module-title {
  font-size: 24px;
  font-weight: lighter;
  color: #212121;
  padding: 0;
  margin: 0;
  text-transform: inherit;
}
body.view-article.no-layout #sp-main-body #sp-right .tags-cloud .sp-module-title:first-letter {
  font-weight: normal;
  color: #ff6500;
  text-transform: uppercase;
}
body.view-article.no-layout #sp-main-body #sp-right .tags-cloud ul {
  margin-top: 20px;
}
body.view-article.no-layout #sp-main-body #sp-right .tags-cloud ul li {
  border-bottom: none;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
body.view-article.no-layout #sp-main-body #sp-right .tags-cloud ul li a {
  height: 40px;
  display: inline-block;
  width: auto;
  font-size: 14px;
  font-weight: lighter;
  color: #374456;
  border: 2px solid #e1e3e6;
  background: none transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: none;
  padding: 0 20px;
}
body.view-article.no-layout #sp-main-body #sp-right .tags-cloud ul li a:before {
  display: none;
}
body.view-article.no-layout #sp-main-body #sp-right .tags-cloud ul li:hover a {
  color: #ff6500;
  border-color: #ff6500;
}
body.view-article.no-layout #sp-main-body #sp-right .recent-posts .sp-module-title {
  font-size: 24px;
  font-weight: lighter;
  color: #212121;
  padding: 0;
  margin: 0;
  text-transform: inherit;
}
body.view-article.no-layout #sp-main-body #sp-right .recent-posts .sp-module-title:first-letter {
  font-weight: normal;
  color: #ff6500;
  text-transform: uppercase;
}
body.view-article.no-layout #sp-main-body #sp-right .recent-posts .latestnews {
  margin-top: 20px;
}
body.view-article.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post {
  margin-bottom: 20px;
  margin-top: 20px;
}
body.view-article.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post a {
  display: block;
  overflow: hidden;
  width: 60px;
}
body.view-article.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post span {
  position: absolute;
  width: 100%;
  left: 105px;
  font-size: 14px;
  font-weight: bold;
  color: #374243;
  padding: 0;
  margin-top: -5px;
  font-family: 'Roboto', sans-serif !important;
}
@media (max-width: 800px) {
  body.view-article.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post span {
    left: 110px;
  }
}
body.view-article.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post span:hover {
  color: #ff6500;
}
body.view-article.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post span:hover {
  color: #ff6500;
}
body.view-article.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post img {
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.view-article.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post .date {
  margin-left: 80px;
  margin-top: -15px;
  font-size: 14px;
  color: #4c5859;
}
body.view-article.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post .date:before {
  content: "\f073";
  font-family: FontAwesome;
}
body.view-article.no-layout #sp-main-body #sp-right .recent-posts .latestnews .jux-post:hover img {
  transform: scale(1.2);
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
body.view-article.no-layout #sp-main-body #sp-right .most-view .sp-module-title {
  font-size: 24px;
  font-weight: lighter;
  color: #212121;
  padding: 0;
  margin: 0;
  text-transform: inherit;
}
body.view-article.no-layout #sp-main-body #sp-right .most-view .sp-module-title:first-letter {
  font-weight: normal;
  color: #ff6500;
  text-transform: uppercase;
}
body.view-article.no-layout #sp-main-body #sp-right .most-view .mostread {
  margin-top: 30px;
}
body.view-article.no-layout #sp-main-body #sp-right .most-view .mostread .jux-hits {
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 50px;
}
body.view-article.no-layout #sp-main-body #sp-right .most-view .mostread .jux-hits a {
  font-size: 14px;
  font-weight: bold;
  color: #374243;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif !important;
}
body.view-article.no-layout #sp-main-body #sp-right .most-view .mostread .jux-hits a:before {
  display: none;
}
body.view-article.no-layout #sp-main-body #sp-right .most-view .mostread .jux-hits a:hover {
  color: #ff6500;
}
body.view-article.no-layout #sp-main-body #sp-right .most-view .mostread .jux-hits span {
  float: left;
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: #374456;
  border: 0 none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-top: 14px;
  margin-right: 30px;
}
body.view-article.no-layout #sp-main-body #sp-right .most-view .mostread .jux-hits:hover li a {
  color: #ff6500;
}
body.view-article.no-layout #sp-main-body #sp-right .most-view .mostread .jux-hits:hover li span {
  color: #fff;
  background: #ff6500;
}
body.view-article.no-layout #sp-main-body #sp-right .most-view .mostread .jux-hits:last-child {
  border-bottom: none;
}
.error-page-inner .whoops {
  position: relative;
  max-width: 865px;
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  font-weight: 900;
  color: #ff6500;
  border-top: 3px solid #f4f4f4;
  border-bottom: 3px solid #f4f4f4;
  padding: 37px 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 568px) {
  .error-page-inner .whoops {
    margin-top: 25px;
  }
}
@media (max-width: 320px) {
  .error-page-inner .whoops {
    max-width: 290px;
    font-size: 36px;
    padding: 20px 0;
    margin: 0;
  }
}
.error-page-inner .error-code {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 500px;
  line-height: 1;
  font-weight: 900;
  color: #ff6500;
  text-shadow: -17px 0 0 #374456;
}
@media (max-width: 800px) {
  .error-page-inner .error-code {
    font-size: 350px;
  }
}
@media (max-width: 600px) {
  .error-page-inner .error-code {
    font-size: 240px;
  }
}
@media (max-width: 320px) {
  .error-page-inner .error-code {
    font-size: 130px;
    width: 300px;
  }
}
.error-page-inner .sp-module-content {
  position: absolute;
  bottom: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%,50%);
  -ms-transform: translate(-50%,50%);
  transform: translate(-50%,50%);
  width: 100%;
  white-space: nowrap;
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
  color: #374456;
  background: #fff;
  padding: 26.5px 0;
  z-index: 1;
}
@media (max-width: 600px) {
  .error-page-inner .sp-module-content {
    font-size: 25px;
    padding: 10px 0;
  }
}
@media (max-width: 568px) {
  .error-page-inner .sp-module-content {
    bottom: 20%;
  }
}
@media (max-width: 320px) {
  .error-page-inner .sp-module-content {
    bottom: 55%;
    font-size: 20px;
  }
}
.error-page-inner .btn.btn-primary {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  position: relative;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #374456;
  text-transform: uppercase;
  border: 3px solid #ff6500;
  padding: 14px 57px;
  z-index: 1;
  background: transparent;
  border-radius: 0;
}
@media (max-width: 480px) {
  .error-page-inner .btn.btn-primary {
    width: 420px;
    padding: 14px 30px;
  }
}
@media (max-width: 320px) {
  .error-page-inner .btn.btn-primary {
    width: 290px;
    padding: 20px 0;
    font-size: 13px;
  }
}
.error-page-inner .btn.btn-primary:hover {
  background: #ff6500;
  border-color: #ff6500;
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
body#coming-soon-page {
  background: url("../images/jux_graphsign/1.jpg") !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body#coming-soon-page .overlay {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.75);
  padding: 100px 0 40px;
}
@media (max-width: 991px) {
  body#coming-soon-page .overlay {
    height: auto !important;
  }
}
@media (max-width: 768px) {
  body#coming-soon-page .overlay {
    height: 100% !important;
  }
}
@media (max-width: 568px) {
  body#coming-soon-page .overlay {
    height: auto !important;
  }
}
body#coming-soon-page .overlay .sp-comingsoon-wrap .text-center #sp-comingsoon .sp-comingsoon-title {
  font-family: 'Raleway', sans-serif;
  font-size: 100px;
  font-weight: 900;
  color: #ff6500;
  text-transform: uppercase;
  text-shadow: -5px -4px 0 #374456;
  margin-top: 0;
}
@media (max-width: 320px) {
  body#coming-soon-page .overlay .sp-comingsoon-wrap .text-center #sp-comingsoon .sp-comingsoon-title {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  body#coming-soon-page .overlay .sp-comingsoon-wrap .text-center #sp-comingsoon #sp-comingsoon-countdown div {
    margin-left: 10px;
  }
}
@media (max-width: 320px) {
  body#coming-soon-page .overlay .sp-comingsoon-wrap .text-center #sp-comingsoon #sp-comingsoon-countdown div {
    margin-top: 10px;
  }
}
body#coming-soon-page .overlay .sp-comingsoon-wrap .text-center #sp-comingsoon #sp-comingsoon-countdown div .number {
  width: 125px;
  height: 125px;
  line-height: 120px;
  border: 3px solid #313040;
  border-radius: 0;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  color: #313040;
}
@media (max-width: 600px) {
  body#coming-soon-page .overlay .sp-comingsoon-wrap .text-center #sp-comingsoon #sp-comingsoon-countdown div .number {
    width: 110px;
    height: 110px;
    line-height: 110px;
  }
}
@media (max-width: 568px) {
  body#coming-soon-page .overlay .sp-comingsoon-wrap .text-center #sp-comingsoon #sp-comingsoon-countdown div .number {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
@media (max-width: 480px) {
  body#coming-soon-page .overlay .sp-comingsoon-wrap .text-center #sp-comingsoon #sp-comingsoon-countdown div .number {
    width: 85px;
    height: 85px;
    line-height: 85px;
  }
}
body#coming-soon-page .overlay .sp-comingsoon-wrap .text-center #sp-comingsoon #sp-comingsoon-countdown div .string {
  font-weight: 900;
  color: #313040;
}
body#coming-soon-page .overlay .sp-comingsoon-wrap .text-center #sp-comingsoon .social-icons {
  margin-top: 50px;
}
body#coming-soon-page .overlay .sp-comingsoon-wrap .text-center #sp-comingsoon .social-icons li a {
  font-size: 32px;
  color: #000;
}
body#coming-soon-page .overlay .sp-comingsoon-wrap .text-center #sp-comingsoon .social-icons li a:hover {
  color: #ff6500;
}
.offcanvas-menu .offcanvas-inner ul.menu li a {
  color: #374456;
  font-weight: bold;
  font-size: 16px !important;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner ul.menu li a:hover {
  color: #ff6500;
}
.offcanvas-menu .offcanvas-inner ul.menu li ul.small li {
  padding-left: 0;
}
.offcanvas-menu .offcanvas-inner ul.menu li ul.small li a {
  color: #374456;
  font-weight: normal;
  font-size: 14px !important;
  font-family: Roboto, sans-serif;
  text-transform: capitalize;
  padding-left: 40px;
}
.offcanvas-menu .offcanvas-inner ul.menu li ul.small li a:hover {
  color: #ff6500;
}
@media (max-width: 992px) {
  .template-options {
    display: none;
  }
}
.template-options .helix3-toggler {
  border-radius: 4px 0px 0px 4px !important;
  background: #ff6500;
  color: #fff;
}
.template-options .helix3-toggler:hover {
  color: #fff;
}
body.layout-boxed #sp-header-sticky-wrapper {
  max-width: 1240px;
}
body.layout-boxed .get-social {
  left: 70px !important;
}
body.layout-boxed .footer-image .img-1 {
  display: none;
}
body.layout-boxed .footer-image .img-2 {
  display: none;
}
body.layout-boxed .social-icons {
  left: 30% !important;
  top: 95px !important;
}
body.layout-boxed #team .sppb-text-left .sppb-person-information {
  bottom: 65%;
}
body.layout-boxed #team .sppb-text-left .sppb-person-introtext {
  top: 35%;
}
body.layout-boxed #portfolio .juxp-main-wrap .info-content {
  top: 10% !important;
}
body.layout-boxed #portfolio .juxp-main-wrap .info-content span {
  font-size: 16px !important;
}
body.layout-boxed #about-us .jux-control-carousel {
  right: 50px;
}
