.form-control {
  display: block;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.828571429;
  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);
  -moz-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);
  -moz-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;
}
.translateX@x) {
  -webkit-transform: translate();
  -ms-transform: translate();
  -o-transform: translate();
  transform: translate();
}
.translateY@y) {
  -webkit-transform: translate();
  -ms-transform: translate();
  -o-transform: translate();
  transform: translate();
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInTop {
  0% {
    opacity: 0;
    -moz-transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInTop {
  0% {
    opacity: 0;
    -o-transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
ul.sj-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: block;
  position: static;
}
ul.sj-megamenu-parent >li.level-1 {
  display: inline-block;
  position: relative;
  padding: 0;
  border: none;
}
ul.sj-megamenu-parent >li.level-1.menu-justify {
  position: static;
}
ul.sj-megamenu-parent >li.level-1 >a,
ul.sj-megamenu-parent >li.level-1 >span {
  display: inline-block;
  padding: 0 15px;
  line-height: 64px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2b2b2b;
  margin: 0;
}
ul.sj-megamenu-parent >li.level-1.sj-has-child>a:after,
ul.sj-megamenu-parent >li.level-1.sj-has-child>span:after {
  font-family: "FontAwesome";
  content: " \f107";
  margin-left: 5px;
}
ul.sj-megamenu-parent .sj-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.sj-megamenu-parent .sj-mega-group .sj-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.sj-megamenu-parent .sj-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
ul.sj-megamenu-parent .sj-dropdown .sj-dropdown-inner {
  background: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px;
}
ul.sj-megamenu-parent .sj-dropdown .sj-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.sj-megamenu-parent .sj-dropdown .sj-dropdown-items .sj-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
ul.sj-megamenu-parent .sj-dropdown.sj-menu-center {
  margin-left: 45px;
}
ul.sj-megamenu-parent .sj-dropdown.sj-dropdown-main {
  top: 100%;
}
ul.sj-megamenu-parent .sj-dropdown.sj-dropdown-main.sj-menu-right {
  left: 0;
}
ul.sj-megamenu-parent .sj-dropdown.sj-dropdown-main.sj-menu-full {
  left: auto;
  right: 0;
}
ul.sj-megamenu-parent .sj-dropdown.sj-dropdown-main.sj-menu-left {
  right: 0;
}
ul.sj-megamenu-parent .sj-dropdown.sj-dropdown-sub {
  top: 0;
  left: 100%;
}
ul.sj-megamenu-parent .sj-dropdown.sj-dropdown-sub .sj-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
ul.sj-megamenu-parent .sj-dropdown li.sj-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
ul.sj-megamenu-parent .sj-dropdown li.sj-menu-item >a,
ul.sj-megamenu-parent .sj-dropdown li.sj-menu-item span {
  display: block;
  padding: 10px;
  color: #333333;
  cursor: pointer;
}
ul.sj-megamenu-parent .sj-dropdown li.sj-menu-item >a.sj-group-title,
ul.sj-megamenu-parent .sj-dropdown li.sj-menu-item span.sj-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
ul.sj-megamenu-parent .sj-dropdown li.sj-menu-item >a:hover {
  color: #3d449a;
}
ul.sj-megamenu-parent .sj-dropdown li.sj-menu-item.active>a:hover {
  color: #3d449a;
}
ul.sj-megamenu-parent .sj-dropdown-mega >.row {
  margin-top: 30px;
}
ul.sj-megamenu-parent .sj-dropdown-mega >.row:first-child {
  margin-top: 0;
}
ul.sj-megamenu-parent .sj-has-child:hover >.sj-dropdown {
  display: block;
}
ul.sj-megamenu-parent.menu-fade .sj-has-child:hover >.sj-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
ul.sj-megamenu-parent.menu-zoom .sj-has-child:hover >.sj-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
ul.sj-megamenu-parent .categories-module li {
  padding: 0;
}
ul.sj-megamenu-parent .categories-module li a {
  display: block;
  padding: 10px;
}
ul.sj-megamenu-parent .categories-module li a:hover {
  background-color: #3d449a;
  color: #fff;
}
ul.sj-megamenu-parent .sj-module .sj-module-title {
  padding: 10px;
  margin-bottom: 0;
}
#offcanvas-toggler {
  float: right;
  line-height: 87px;
  margin-left: 15px;
  font-size: 20px;
}
#offcanvas-toggler >i {
  -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;
}
.off-canvas-menu-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  right: 0;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: .5;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  padding-top: 3px;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(320px);
  -moz-transform: translateX(320px);
  -ms-transform: translateX(320px);
  -o-transform: translateX(320px);
  transform: translateX(320px);
  visibility: hidden;
  overflow: inherit;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sj-module {
  margin-top: 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sj-module:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sj-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sj-module.off-canvas-menu {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sj-module .sj-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sj-module ul > li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sj-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sj-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sj-module ul > li:focus a {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sj-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sj-module ul > li a:focus {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sj-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sj-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sj-module ul > li ul > li:focus > a {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sj-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sj-module ul > li ul > li > a:focus {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sj-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sj-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sj-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sj-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sj-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sj-module ul > li >a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sj-module ul > li ul {
  background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sj-module ul > li ul >li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sj-module:first-child {
  margin-top: 0;
  padding: 30px 20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: transparent;
  border-color: #5f5f5f;
  color: #fff;
}
.offcanvas-menu ul.menu li.divider ul.collapse li ul.collapse li >a {
  padding: 10px 40px;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.offcanvas .body-wrapper {
  right: 0;
  -webkit-transform: translateX(-320px);
  -moz-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  -o-transform: translateX(-320px);
  transform: translateX(-320px);
}
.offcanvas .body-wrapper:after {
  width: 100%;
  height: 100%;
  right: 0;
}
.offcanvas .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  right: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas .offcanvas-menu ul.nav-child {
  padding: 0;
  margin: 0;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
.sj-megamenu-parent.menu-fade-up .sj-has-child:hover >.sj-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sj-megamenu-parent.menu-rotate .sj-has-child:hover >.sj-dropdown {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}
.sj-megamenu-parent.menu-slide-down .sj-has-child:hover >.sj-dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.sj-megamenu-parent.menu-slide-down .sj-has-child:hover >.sj-dropdown .sj-dropdown {
  top: 0;
}
.menu-slide-down .sj-has-child >.sj-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}
.menu-slide-down .sj-has-child >.sj-dropdown.sj-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-rotate .sj-has-child >.sj-dropdown {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.menu-rotate .sj-has-child >.sj-dropdown.sj-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-drop-in .sj-has-child .sj-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-drop-in .sj-has-child .sj-dropdown-items {
  margin: 0;
  padding: 0;
  perspective: 1000px;
}
.menu-drop-in .sj-has-child .sj-menu-item {
  -webkit-transform: translate(0,100px);
  transform: translate(0,100px);
  opacity: 0;
  padding: 0 20px !important;
  background-color: #ffffff;
}
.menu-drop-in .sj-has-child .sj-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-drop-in .sj-has-child .sj-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-drop-in .sj-has-child:hover .sj-menu-item {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropup;
  animation-name: dropup;
}
.menu-drop-in .sj-has-child:hover .sj-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.menu-drop-in .sj-has-child:hover .sj-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-drop-in .sj-has-child:hover .sj-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-drop-in .sj-has-child:hover .sj-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-drop-in .sj-has-child:hover .sj-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-drop-in .sj-has-child:hover .sj-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-drop-in .sj-has-child:hover .sj-menu-item:nth-child(7) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-drop-in .sj-has-child:hover .sj-menu-item:nth-child(8) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-drop-in .sj-has-child:hover .sj-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sj-has-child.menu-justify:hover .sj-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sj-has-child.menu-justify .sj-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-drop-in .sj-has-child.menu-justify .sj-mega-group .sj-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-drop-in .sj-has-child.menu-justify .sj-mega-group .sj-menu-item:last-child {
  box-shadow: none;
}
@keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
.menu-twist .sj-has-child .sj-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-twist .sj-has-child .sj-dropdown-items {
  margin: 0;
  padding: 0;
}
.menu-twist .sj-has-child .sj-menu-item {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  padding: 0 20px !important;
  background: #fff;
}
.menu-twist .sj-has-child .sj-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-twist .sj-has-child .sj-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-twist .sj-has-child:hover .sj-menu-item {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: twist;
  animation-name: twist;
}
.menu-twist .sj-has-child:hover .sj-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-twist .sj-has-child:hover .sj-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-twist .sj-has-child:hover .sj-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-twist .sj-has-child:hover .sj-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-twist .sj-has-child:hover .sj-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-twist .sj-has-child:hover .sj-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-twist .sj-has-child:hover .sj-menu-item:nth-child(7) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-twist .sj-has-child:hover .sj-menu-item:nth-child(8) {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.menu-twist .sj-has-child:hover .sj-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sj-has-child.menu-justify:hover .sj-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-twist .sj-has-child.menu-justify .sj-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-twist .sj-has-child.menu-justify .sj-mega-group .sj-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-twist .sj-has-child.menu-justify .sj-mega-group .sj-menu-item:last-child {
  box-shadow: none;
}
@keyframes twist {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes twist {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-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;
  }
}
.slide-top-menu .offcanvas-menu {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.slide-top-menu .body-wrapper {
  right: 0;
}
.slide-top-menu .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.slide-top-menu .offcanvas-menu {
  right: 0;
  background-color: #000000;
  visibility: visible;
}
.full-screen .offcanvas-menu {
  right: -100%;
  width: 100%;
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sj-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sj-module ul {
  background: transparent;
  height: auto;
}
.full-screen .offcanvas-menu .offcanvas-inner .sj-module ul li {
  overflow: inherit;
}
.full-screen .offcanvas-menu .offcanvas-inner .sj-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sj-module ul li a:before {
  display: none;
}
.full-screen .offcanvas-menu .offcanvas-inner .sj-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sj-module ul li a:focus {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sj-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sj-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sj-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sj-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sj-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sj-module ul li:focus a {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sj-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sj-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sj-module .sj-module-title {
  font-size: 28px;
}
.full-screen .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
}
.full-screen-ftop .offcanvas-menu {
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 500ms ease;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sj-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sj-module ul {
  background: transparent;
  height: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sj-module ul >li {
  opacity: 0;
  -webkit-transform: translate3d(0px,-80px,0px);
  transform: translate3d(0px,-80px,0px);
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sj-module ul li {
  overflow: inherit;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sj-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sj-module ul li a:before {
  display: none;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sj-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sj-module ul li a:focus {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sj-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sj-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sj-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sj-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sj-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sj-module ul li:focus a {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sj-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sj-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sj-module .sj-module-title {
  font-size: 28px;
}
.full-screen-ftop .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
  opacity: 1;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sj-module {
  margin-top: 80px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sj-module ul {
  background: transparent;
  height: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sj-module ul >li {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
.new-look .offcanvas-menu {
  background-color: #2b2f3b;
}
.new-look .offcanvas-menu .sj-module ul >li >a {
  padding-left: 28px;
}
.new-look .offcanvas-menu .sj-module ul >li >a:before {
  display: none;
}
.new-look .offcanvas-menu .sj-module ul >li:hover a,
.new-look .offcanvas-menu .sj-module ul >li:focus a,
.new-look .offcanvas-menu .sj-module ul >li.active a {
  background: #22b8f0;
}
.new-look .offcanvas-menu .sj-module ul >li ul li a {
  background-color: #2b2f3b !important;
}
.new-look .offcanvas-menu .sj-module ul >li ul li a:hover,
.new-look .offcanvas-menu .sj-module ul >li ul li a:focus {
  color: #22b8f0;
}
.new-look .offcanvas-menu .sj-module ul >li .offcanvas-menu-toggler {
  top: 6px;
  padding: 18px 25px;
}
.new-look .offcanvas-menu .sj-module ul >li .offcanvas-menu-toggler i {
  display: none !important;
}
.new-look .offcanvas-menu .sj-module ul >li .offcanvas-menu-toggler:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: auto;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sj-module ul >li .offcanvas-menu-toggler:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 22px;
  top: 17px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sj-module ul >li .offcanvas-menu-toggler.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look .offcanvas-menu .sj-module ul >li .offcanvas-menu-toggler.collapsed:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look-off-canvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.new-look-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -320px;
    transform: translateX(0px);
  }
}
.sj-megamenu-wrapper #offcanvas-toggler {
  display: none;
}
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent {
  padding: 0;
}
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-dropdown {
  border: none;
}
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item {
  border: 0;
}
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 {
  margin-right: 50px;
}
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 > a > span,
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 > a > span > em {
  color: #222;
}
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 >span,
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 >a {
  color: #222;
  font-weight: 700;
  padding: 0;
  font-size: 14px;
}
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 >span:focus,
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 >a:focus {
  background: none;
  background-color: transparent;
  color: #3d449a;
}
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1:hover >span,
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1:hover >a {
  background: none;
  background-color: transparent;
  color: #3d449a;
}
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 > a {
  position: relative;
}
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 > a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #3d449a;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1.active > a:before,
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1:hover > a:before {
  width: 100%;
}
body {
  line-height: 24px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: #ffffff;
  color: #000000;
  padding: 0 !important;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  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: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.828571429;
  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);
  -moz-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);
  -moz-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%;
}
.scrollup {
  width: 40px;
  height: 40px;
  line-height: 38px;
  position: fixed;
  bottom: 62px;
  right: 100px;
  display: none;
  z-index: 1;
  color: #fff !important;
  border-radius: 3px;
  background-color: #3d449a;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
#sp-top-bar {
  background: black;
  min-height: 45px;
}
#sp-top-bar a {
  color: #a4a4a4;
  font-size: 15px;
}
#sp-top1 .sp-module {
  display: inline-block;
  margin: 0;
  font-size: 15px;
  vertical-align: middle;
  padding-top: 10px;
}
#sp-top1 .yt-loginform > li {
  border-right: 1px solid #3e3e3e;
  margin-right: -2px;
  padding: 0;
}
#sp-top1 .yt-loginform > li a {
  padding: 10px 20px;
  display: block;
  border-radius: 0;
}
#sp-top1 .yt-loginform > li:hover a {
  background: #3d449a;
  color: white;
}
#sp-top1 #logout-form .logout-button {
  margin-top: 5px;
}
#sp-top1 #logout-form .btn {
  border: none;
}
#sp-top1 .mod-languages .btn-group:hover .dropdown-menu {
  display: block;
}
#sp-top1 .mod-languages .btn-group:hover ul.lang-block {
  opacity: 1;
  transform: rotateX(0deg);
}
#sp-top1 .mod-languages .dropdown-toggle {
  display: block;
  line-height: 30px;
  border-radius: 0;
}
#sp-top1 .mod-languages .dropdown-toggle:hover {
  background: #3d449a;
  color: white;
}
#sp-top1 .mod-languages ul.lang-block {
  border-radius: 0;
  border: none;
  opacity: 0;
  transform: rotateX(-70deg);
  display: block;
  transform-origin: top center;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
}
#sp-top1 .mod-languages ul.lang-block li a {
  padding: 10px;
}
.sp-module .menu_social_header {
  float: right;
  margin-top: 12px;
}
.sp-module .menu_social_header li {
  display: inline-block;
  margin-left: 15px;
}
.sp-module .menu_social_header li a {
  font-size: 0;
  padding: 0;
  background: none;
}
.sp-module .menu_social_header li a i {
  font-size: 18px;
  color: #a4a4a4;
}
.sp-module .menu_social_header li a:hover i {
  color: #3d449a;
}
.sp-module-content div.mod-languages ul.lang-inline {
  margin: 0;
  padding: 10px;
}
.sp-module-content div.mod-languages ul.lang-inline li {
  display: inline-block;
}
.sticky-wrapper {
  position: relative;
  z-index: 99;
}
#sp-header {
  padding: 35px 0 20px 0;
  background: #273364;
  color: white;
 /* background-image: url("../../images/newyear_header.png"); */
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
  background: #273364 none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-image: url("../../images/newyear_header.png");
}
#sp-header .btn-warning {
  padding: 10px 25px;
  text-transform: uppercase;
  background: #3d449a;
}
#sp-header .btn-warning:hover {
  background: #2f3475;
}
.logo {
  margin-top: 10px;
}
.logo .sp-retina-logo {
  display: none;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
table.header-info {
  width: 100%;
}
table.header-info td {
  position: relative;
  padding-left: 40px;
}
table.header-info td:nth-child(3) {
  padding-left: 50px;
}
table.header-info td:nth-child(4) {
  text-align: right;
}
table.header-info .fa {
  font-size: 30px;
  float: left;
  color: #ffb600;
  position: absolute;
  left: 20%;
  margin-top: 12px;
}
table.header-info h4 {
  color: white;
  font-size: 15px;
  margin-bottom: 2px;
}
#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;
}
.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: 0 0 30px;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.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;
  }
}
.sppb-addon--slider .yt-content-slider .owl-controls  .owl-nav {
  position: static;
}
.sppb-addon--slider .yt-content-slider .owl-controls  .owl-nav .owl-prev,
.sppb-addon--slider .yt-content-slider .owl-controls  .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  font-size: 18px;
  top: 50%;
  position: absolute;
  z-index: 1;
  background: rgba(200,200,200,0.6);
  font-family: 'FontAwesome';
  margin-top: -25px;
}
.sppb-addon--slider .yt-content-slider .owl-controls  .owl-nav .owl-prev:hover,
.sppb-addon--slider .yt-content-slider .owl-controls  .owl-nav .owl-next:hover {
  background: #3d449a;
  color: white;
}
.sppb-addon--slider .yt-content-slider .owl-controls  .owl-nav .owl-prev {
  left: 30px;
}
.sppb-addon--slider .yt-content-slider .owl-controls  .owl-nav .owl-next {
  right: 30px;
}
.sppb-addon--slider .yt-content-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.sppb-addon--slider .yt-content-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}
.sppb-addon--slider .yt-content-slider .owl-dots .owl-dot.active span {
  background: #3d449a;
}
.sppb-addon--slider .yt-content-slider .caption {
  background: none;
  color: #fff;
  text-align: center;
  top: 47%;
  bottom: auto;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sppb-addon--slider .yt-content-slider .caption .title-small {
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 600;
  opacity: 0;
  text-transform: uppercase;
}
.sppb-addon--slider .yt-content-slider .caption .title-lage {
  font-size: 60px;
  margin: 0 0 40px;
  opacity: 0;
}
.sppb-addon--slider .yt-content-slider .caption p {
  opacity: 0;
  width: 50%;
  margin: 0 auto 30px;
  font-size: 20px;
}
.sppb-addon--slider .yt-content-slider .caption .button-find {
  background: #3d449a;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0;
  padding: 15px 25px;
  display: inline-block;
  box-shadow: none;
  min-width: 170px;
  border: none;
}
.sppb-addon--slider .yt-content-slider .caption .button-find:hover {
  background: #2f3475;
}
.sppb-addon--slider .yt-content-slider .active .caption .title-small {
  opacity: 1;
  position: relative;
  animation: fadeInTop 2.1s ease-in-out;
}
.sppb-addon--slider .yt-content-slider .active .caption h2 {
  opacity: 1;
  position: relative;
  animation: fadeInTop 1.8s ease-in-out;
}
.sppb-addon--slider .yt-content-slider .active .caption p {
  opacity: 1;
  position: relative;
  animation: fadeInTop 1.5s ease-in-out;
}
.sppb-addon--slider .yt-content-slider .active .caption .button-find {
  opacity: 1;
  position: relative;
  animation: fadeInTop 1.2s ease-in-out;
}
.sppb-addon-heading {
  margin-bottom: 30px;
}
.sppb-addon-heading .sppb-addon-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.sppb-addon-heading .heading-title {
  text-transform: uppercase;
  font-size: 35px;
  margin: 15px 0;
  font-weight: 700;
}
.sppb-addon-heading .heading-subtitle {
  color: #767676;
  font-style: italic;
}
.sppb-section--services .sppb-addon-heading {
  margin-bottom: 10px;
}
.sppb-box-services {
  margin-top: 25px;
  min-height: 370px;
  background: #3d449a;
  color: white;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.sppb-box-services-video {
  width: 100%;
  height: 100%;
  background: url("../../../../images/showcase/cctv.jpg") no-repeat 0 0;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
  min-height: 370px;
}
.sppb-box-services-video:hover {
  background: url("../../../../images/showcase/cctv_active.jpg") no-repeat 0 0;
}
.sppb-box-services-gas {
  width: 100%;
  height: 100%;
  background: url("../../../../images/showcase/gas.jpg") no-repeat 0 0;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
  min-height: 370px;
}
.sppb-box-services-gas:hover {
  background: url("../../../../images/showcase/gas_active.jpg") no-repeat 0 0;
}
.sppb-box-services-sh {
  width: 100%;
  height: 100%;
  background: url("../../../../images/showcase/sh.jpg") no-repeat 0 0;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
  min-height: 370px;
}
.sppb-box-services-sh:hover {
  background: url("../../../../images/showcase/sh_active.jpg") no-repeat 0 0;
}
.sppb-box-services-fire {
  width: 100%;
  height: 100%;
  background: url("../../../../images/showcase/fire.jpg") no-repeat 0 0;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
  min-height: 370px;
}
.sppb-box-services-fire:hover {
  background: url("../../../../images/showcase/fire_active.jpg") no-repeat 0 0;
}
.sppb-box-services-water {
  width: 100%;
  height: 100%;
  background: url("../../../../images/showcase/water.jpg") no-repeat 0 0;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
  min-height: 370px;
}
.sppb-box-services-water:hover {
  background: url("../../../../images/showcase/water_active.jpg") no-repeat 0 0;
}
.sppb-box-services-domo {
  width: 100%;
  height: 100%;
  background: url("../../../../images/showcase/domo.jpg") no-repeat 0 0;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
  min-height: 370px;
}
.sppb-box-services-domo:hover {
  background: url("../../../../images/showcase/domo_active.jpg") no-repeat 0 0;
}
.sppb-box-services .sppb-box-services-inner {
  margin-top: 60px;
}
.sppb-box-services .box-services--title {
  font-size: 20px;
  font-weight: 600;
  transition: all 0.35s ease-in-out;
}
.sppb-box-services .box-services--icons {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.2);
}
.sppb-box-services p {
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.sppb-box-services .btn-services--readmore {
  font-size: 13px;
  color: #333;
  border-radius: 18px;
  background-color: white;
  font-weight: 700;
  padding: 8px 30px;
  border: none;
  left: 50%;
  z-index: 2;
  position: absolute;
  text-transform: capitalize;
  transition: all 0.25s ease-in-out;
  transform: translate(-50%,50px);
  visibility: hidden;
}
.sppb-box-services:hover {
  box-shadow: 0 0 8px 1px rgba(0,0,0,0.3), 1px 1px 0px rgba(255,255,255,0.8) inset;
  background: #323232;
}
.sppb-box-services:hover .box-services--title,
.sppb-box-services:hover p {
  transform: translateY(-30px);
}
.sppb-box-services:hover .btn-services--readmore {
  visibility: visible;
  transform: translate(-50%,0px);
}
.sppb-box-services:hover .btn-services--readmore:hover {
  background: #3d449a;
  color: white;
}
.sppb-section--project .sppb-addon-heading {
  color: white;
  margin-bottom: 50px;
}
.sppb-section--project .sppb-addon-heading .heading-subtitle {
  color: white;
}
.sppb-addon-whychoose .sppb-addon-heading {
  margin-bottom: 50px;
}
.sppb-box-whychoose {
  margin-bottom: 30px;
}
.sppb-box-whychoose .box-whychoose--icons {
  margin-bottom: 20px;
}
.sppb-box-whychoose .box-whychoose--title {
  font-size: 20px;
  color: #1c1c1c;
  margin-bottom: 20px;
  font-weight: 600;
}
#sppb-addon-1504165457714 .sppb-addon-faq .sppb-addon-heading {
  margin-bottom: 50px;
}
#sppb-addon-1504165457714 .sppb-addon-faq ul.yt-accordion li.yt-accordion-group {
  margin-bottom: 20px;
}
#sppb-addon-1504165457714 .sppb-addon-faq ul.yt-accordion li.yt-accordion-group h3.accordion-heading {
  text-shadow: none;
  padding: 18px 20px;
  line-height: 25px;
  font-weight: 600;
  position: relative;
}
#sppb-addon-1504165457714 .sppb-addon-faq ul.yt-accordion li.yt-accordion-group h3.accordion-heading:after {
  content: "";
  background: url("../../images/arrow-plus.png") no-repeat 0 0;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 15px;
}
#sppb-addon-1504165457714 .sppb-addon-faq ul.yt-accordion li.yt-accordion-group h3.accordion-heading:hover {
  background: #3d449a;
  color: white;
}
#sppb-addon-1504165457714 .sppb-addon-faq ul.yt-accordion li.yt-accordion-group h3.accordion-heading:hover:after {
  background-position: 0 -100px;
}
#sppb-addon-1504165457714 .sppb-addon-faq ul.yt-accordion li.yt-accordion-group h3.accordion-heading.active:after {
  background-position: 0 -149px;
}
#sppb-addon-1504165457714 .sppb-addon-faq ul.yt-accordion li.yt-accordion-group .yt-accordion-inner {
  padding: 0 20px 15px 20px;
}
.content-slider--team {
  margin-top: 50px;
}
.content-slider--team .owl-controls  .owl-nav {
  position: static;
}
.content-slider--team .owl-controls  .owl-nav .owl-prev,
.content-slider--team .owl-controls  .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  font-size: 18px;
  top: 44%;
  position: absolute;
  z-index: 1;
  background: rgba(200,200,200,0.6);
  font-family: 'FontAwesome';
}
.content-slider--team .owl-controls  .owl-nav .owl-prev:hover,
.content-slider--team .owl-controls  .owl-nav .owl-next:hover {
  background: #3d449a;
  color: white;
}
.content-slider--team .owl-controls  .owl-nav .owl-prev {
  left: -80px;
}
.content-slider--team .owl-controls  .owl-nav .owl-prev:before {
  content: "\f053";
}
.content-slider--team .owl-controls  .owl-nav .owl-next {
  right: -80px;
}
.content-slider--team .owl-controls  .owl-nav .owl-next:before {
  content: "\f054";
}
.content-slider--team .yt-content-slide:hover img {
  opacity: 0.8;
}
.content-slider--team .yt-content-slide:hover .list-social {
  transform: translateY(0);
}
.content-slider--team .yt-content-slide .image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.content-slider--team .yt-content-slide .list-social {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #3d449a;
  text-align: center;
  margin: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(100%);
}
.content-slider--team .yt-content-slide .list-social a {
  color: white;
  font-size: 0;
  padding: 13px;
}
.content-slider--team .yt-content-slide .list-social a:hover {
  color: #eee;
}
.content-slider--team .yt-content-slide .list-social a:before {
  font-size: 22px;
}
.content-slider--team .yt-content-slide .content {
  text-align: center;
  padding: 15px 7px;
}
.content-slider--team .yt-content-slide .content h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 5px;
}
.content-slider--team .yt-content-slide .content > span {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}
.sppb-addon--awards .sppb-addon-content {
  padding: 75px 70px;
  text-align: center;
}
.sppb-addon--awards .sppb-addon-heading {
  margin-bottom: 70px;
}
.sppb-addon--awards .yt-content-slider .yt-content-slide .caption {
  position: static;
  font-size: 14px;
  background: none;
  font-weight: 600;
  color: #1c1c1c;
  text-transform: uppercase;
}
.sppb-addon--awards .yt-testimonials-slider .owl-controls .owl-nav {
  margin-top: 40px;
}
.sppb-addon--awards .yt-testimonials-slider .owl-controls .owl-nav .owl-prev,
.sppb-addon--awards .yt-testimonials-slider .owl-controls .owl-nav .owl-next {
  position: static;
  margin: 0 5px;
  opacity: 1;
}
.sp-module {
  margin-top: 20px;
}
.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 .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;
}
.module--extraslider1 .sppb-addon-title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.module--extraslider1 .sj-extraslider .heading-title {
  float: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 35px;
}
.module--extraslider1 .sj-extraslider .pre-text {
  text-align: center;
  color: #767676;
  font-style: italic;
}
.module--extraslider1 .sj-extraslider .post-text {
  margin: 50px auto;
  text-align: center;
  width: 70%;
  color: #222222;
}
.module--extraslider1 .sj-extraslider .extraslider-inner {
  border: none;
  overflow: visible;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item {
  transition: .3s ease-in-out all;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-wrap-inner {
  margin: 0;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-image {
  position: relative;
  background: black;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 1px;
  background: white;
  transition: all 0.15s ease-in;
  opacity: 0;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: white;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item:hover {
  transform: translate3d(0,-2px,0);
  transition: all 0.3 cubic-bezier(0.55,0,0.1,1);
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item:hover img {
  opacity: 0.6;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item:hover .item-image:after {
  left: 50%;
  transform: translate(-50%,0);
  opacity: 1;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item:hover .item-image:before {
  top: 50%;
  transform: translate(0,-50%);
  opacity: 1;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item:hover .item-wrap-inner {
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.19);
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-wrap {
  margin: 8px;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info {
  background: white;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 30px 30px 20px;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-title {
  padding: 0;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-title a {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-title a:hover {
  color: #3d449a;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-description {
  color: #666;
  padding-bottom: 10px;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-readmore {
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 10px;
}
.module--extraslider1 .sj-extraslider .owl-controls  .owl-nav {
  position: static;
}
.module--extraslider1 .sj-extraslider .owl-controls  .owl-nav .owl-prev,
.module--extraslider1 .sj-extraslider .owl-controls  .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  font-size: 18px;
  top: 44%;
  position: absolute;
  z-index: 1;
  background: rgba(200,200,200,0.6);
  font-family: 'FontAwesome';
}
.module--extraslider1 .sj-extraslider .owl-controls  .owl-nav .owl-prev:hover,
.module--extraslider1 .sj-extraslider .owl-controls  .owl-nav .owl-next:hover {
  background: #3d449a;
  color: white;
}
.module--extraslider1 .sj-extraslider .owl-controls  .owl-nav .owl-prev {
  left: -80px;
}
.module--extraslider1 .sj-extraslider .owl-controls  .owl-nav .owl-prev:before {
  content: "\f053";
}
.module--extraslider1 .sj-extraslider .owl-controls  .owl-nav .owl-next {
  right: -80px;
}
.module--extraslider1 .sj-extraslider .owl-controls  .owl-nav .owl-next:before {
  content: "\f054";
}
.module--extraslider1 .sj-extraslider .owl-controls .owl-next,
.module--extraslider1 .sj-extraslider .owl-controls .owl-prev {
  opacity: 0;
}
.module--extraslider1 .sj-extraslider:hover .owl-controls .owl-next {
  opacity: 1;
}
.module--extraslider1 .sj-extraslider:hover .owl-controls .owl-prev {
  opacity: 1;
}
.counter-wrap {
  text-align: center;
}
.counter-wrap .yt-counter-wrapper {
  padding: 0;
}
.counter-wrap .yt-counter-wrapper .yt-counter-icon {
  float: none !important;
  margin: 0 0 15px !important;
  display: inline-block;
}
.counter-wrap .yt-counter-wrapper .yt-counter-number {
  font-weight: 700;
  margin-bottom: 5px;
  color: #ffb600;
}
.sppb-section--contact .sppb-addon-heading {
  color: white;
  margin-bottom: 50px;
}
.sppb-addon--contactus {
  min-height: 335px;
  background: white;
  margin-bottom: 50px;
  text-align: center;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.sppb-addon--contactus > li {
  border-right: 1px solid #dadada;
  padding: 0 55px;
  width: 33.33%;
}
.sppb-addon--contactus > li p {
  margin-bottom: 0;
  color: #575757;
}
.sppb-addon--contactus > li:last-child {
  border: none;
}
.sppb-addon--contactus .fa {
  font-size: 36px;
  margin-bottom: 25px;
  color: #3d449a;
}
.sppb-addon--contactus .contact--link {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 5px;
  display: inline-block;
}
.sppb-addon--brand {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.sppb-addon--brand .item {
  width: 20%;
  text-align: center;
}
.sppb-addon--brand .item a {
  display: block;
}
.sppb-addon--brand .item:hover img {
  opacity: 0.8;
}
.sppb-section-testimonial {
  color: white;
}
.sppb-section-testimonial .owl-controls  .owl-nav {
  position: static;
}
.sppb-section-testimonial .owl-controls  .owl-nav .owl-prev,
.sppb-section-testimonial .owl-controls  .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  font-size: 18px;
  top: 44%;
  position: absolute;
  z-index: 1;
  background: rgba(200,200,200,0.6);
  font-family: 'FontAwesome';
}
.sppb-section-testimonial .owl-controls  .owl-nav .owl-prev:hover,
.sppb-section-testimonial .owl-controls  .owl-nav .owl-next:hover {
  background: #3d449a;
  color: white;
}
.sppb-section-testimonial .owl-controls  .owl-nav .owl-prev {
  left: -80px;
}
.sppb-section-testimonial .owl-controls  .owl-nav .owl-prev:before {
  content: "\f053";
}
.sppb-section-testimonial .owl-controls  .owl-nav .owl-next {
  right: -80px;
}
.sppb-section-testimonial .owl-controls  .owl-nav .owl-next:before {
  content: "\f054";
}
.sppb-section-testimonial .sppb-addon-heading {
  margin-bottom: 30px;
}
.sppb-section-testimonial .heading-subtitle {
  color: white;
}
.sppb-section-testimonial .sppb-testimonial-pro {
  padding-top: 115px;
}
.sppb-section-testimonial .sppb-testimonial-pro:before {
  content: ",,";
  font-family: "Times New Roman";
  font-size: 160px;
  color: #3d449a;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: calc(50%);
  top: -10px;
  margin-left: -50px;
}
.sppb-section-testimonial .sppb-testimonial-pro .sppb-carousel-control {
  position: absolute;
  color: #919190;
  width: 36px;
  height: 36px;
  font-size: 30px;
  border: none;
  top: 44%;
  z-index: 1;
  background: rgba(200,200,200,0.2);
  line-height: 36px;
}
.sppb-section-testimonial .sppb-testimonial-pro .sppb-carousel-control.left {
  left: 0;
}
.sppb-section-testimonial .sppb-testimonial-pro .sppb-carousel-control.right {
  right: 0;
}
.sppb-section-testimonial .sppb-testimonial-pro .sppb-carousel-control:hover {
  background: #3d449a;
  color: white;
}
.sppb-section-testimonial .sppb-testimonial-pro .sppb-carousel-inner {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}
.sppb-section-testimonial .sppb-testimonial-pro .item-avatar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.sppb-section-testimonial .sppb-testimonial-pro .item-avatar .item-image {
  margin: 0 30px;
  overflow: hidden;
  border-radius: 50%;
}
.sppb-section-testimonial .sppb-testimonial-pro .item-avatar .item-image img {
  border-radius: 50%;
  margin: 0;
}
.sppb-section-testimonial .sppb-testimonial-pro .item-avatar .item-info {
  text-align: left;
}
.sppb-section-testimonial .sppb-testimonial-pro .item-avatar .item-info .sppb-testimonial-client {
  font-size: 16px;
  margin: 0;
}
.sppb-section-testimonial .sppb-testimonial-pro .item-avatar .item-info .pro-client-name {
  text-transform: uppercase;
}
.sppb-section-testimonial .sppb-testimonial-pro .sppb-testimonial-message {
  font-size: 14px;
  margin-bottom: 50px;
}
.sppb-addon-latestnew .sppb-addon-heading {
  margin-bottom: 30px;
}
.sppb-addon-latestnew .sj-basic-news {
  display: inline-block;
  width: 100%;
}
.sppb-addon-latestnew .basic-news--item .bs-image {
  margin-bottom: 20px;
}
.sppb-addon-latestnew .basic-news--item .bs-image:hover img {
  opacity: 0.8;
}
.sppb-addon-latestnew .basic-news--item .bs-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.sppb-addon-latestnew .basic-news--item .bs-title a {
  color: #333;
}
.sppb-addon-latestnew .basic-news--item .bs-title a:hover {
  color: #3d449a;
}
.sppb-addon-latestnew .basic-news--item .bs-cat-date {
  margin-bottom: 5px;
  color: #999;
}
.sppb-addon-latestnew .basic-news--item .bs-description {
  margin-bottom: 30px;
}
.sppb-addon-latestnew .basic-news--item .bs-readmore {
  text-transform: uppercase;
  font-size: 12px;
}
#myLogin .modal-dialog {
  width: 360px;
  margin: 100px auto;
  z-index: 999;
}
#myLogin .modal-dialog .modal-content {
  padding: 25px;
  border-radius: 0;
}
#myLogin .modal-dialog .modal-content h3 {
  font-size: 24px;
  color: #1c1c1c;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#myLogin .modal-dialog .modal-content #login-form .userdata {
  margin: 0 0 20px 0;
}
#myLogin .modal-dialog .modal-content #login-form .userdata .inputbox {
  width: 100%;
}
#myLogin .modal-dialog .modal-content #login-form .userdata button {
  text-transform: uppercase;
  border: none;
  line-height: 28px;
  min-width: 100px;
}
#myLogin .modal-dialog .modal-content #login-form .userdata button:hover {
  background: #272c63;
}
#myLogin .modal-dialog .modal-content #login-form ul.listlogin {
  border-top: 1px solid #E7E7E7;
  margin: 20px 0 10px;
  padding: 10px 0px 0px;
}
#myLogin .modal-dialog .modal-content .btReverse {
  display: block;
  text-align: center;
  background: #666;
  text-transform: uppercase;
  line-height: 28px;
  border: none;
  color: white;
}
#myLogin .modal-dialog .modal-content .btReverse:hover {
  background: #272c63;
}
.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 -5px 0;
  color: #999;
}
.article-info >dd {
  display: inline-block;
  margin: 0 5px;
}
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: 15px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 15px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 0 0 8px;
  font-size: 20px;
}
.entry-header h2 a {
  color: #222;
}
.entry-header h2 a:hover {
  color: #3d449a;
}
.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;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.helix-social-share {
  float: right;
}
.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
  margin-right: 7px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
  display: block;
}
.helix-social-share .helix-social-share-icon ul li div a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  width: 30px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
  background: #3d449a;
  color: #fff;
}
.sj-twitter-slider .ts-slider-wrap .list-item {
  margin: 0;
  padding: 0;
}
div.sj-twitter-slider .ts-slider-wrap .ts-items li.item {
  margin: 0;
}
div.sj-twitter-slider .ts-slider-wrap .ts-items li.item .tweet {
  margin: 0;
  text-align: left;
}
div.sj-twitter-slider .ts-slider-wrap .ts-items li.item .timePosted {
  font-size: 12px;
  font-style: italic;
  text-align: left;
}
div.sj-twitter-slider .ts-slider-wrap .ts-items li.item .timePosted a {
  color: #999999;
}
div.sj-twitter-slider .ts-slider-wrap .ts-items li.item .interact {
  display: none;
}
div.sj-twitter-slider .ts-slider-wrap .ts-items li.item a {
  color: #20a7bb;
}
div.sj-twitter-slider .ts-slider-wrap .ts-items li.item a:hover {
  color: #3d449a;
}
div.sj-twitter-slider .ts-slider-wrap .ts-ctr-pages li {
  background: #484848;
  border: none;
}
div.sj-twitter-slider .ts-slider-wrap .ts-ctr-pages li.sel {
  background: #8e8e8e;
  border: none;
}
.list-social--about {
  margin-bottom: 40px;
}
.list-social--about .yt-socialbt {
  margin: 0px;
}
.list-social--about .yt-socialbt a.large {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: none;
  background: #595959;
  color: white;
  box-shadow: none;
}
.list-social--about .yt-socialbt a.large > i {
  font-size: 18px;
}
.table-worktime td {
  padding: 0 0 10px 0;
}
.table-worktime .td-time {
  text-align: right;
  font-size: 12px;
  min-width: 140px;
}
#sp-bottom1 .form-group {
  margin-bottom: 30px;
}
#sp-main-bottom {
  min-height: 444px;
  padding: 70px 0 10px;
  color: #bfbfbf;
  background: url(../../images/bg-mainbottom.jpg) no-repeat 0 0 #131313;
  background-size: cover;
}
#sp-main-bottom .sp-module-title {
  color: white;
  font-size: 18px;
  text-transform: none;
  margin-top: 15px;
}
#sp-main-bottom .nav>li>a {
  padding: 0 0 10px;
  color: #bfbfbf;
  background: none;
}
#sp-main-bottom .nav>li>a:hover {
  color: #3d449a;
}
#sp-copyright-footer {
  color: #e9e9e9;
  padding: 15px 0;
}
#sp-copyright-footer .sp-copyright {
  margin: 10px 0 0;
  display: block;
}
#sp-copyright-footer .acymailing_module_form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
#sp-copyright-footer .acymailing_module_form .inputbox {
  font-size: 12px;
  height: 34px;
}
#sp-copyright-footer .acymailing_module_form .inputbox,
#sp-copyright-footer .acymailing_module_form .subbutton {
  border-radius: 0;
}
#sp-copyright-footer .acymailing_module_form .acymailing_form {
  margin: 0;
}
#sp-copyright-footer .acymailing_module_form .acymailing_introtext {
  margin: 0 15px !important;
}
.sp-comingsoon-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 150px;
}
.sp-comingsoon-wrap .sp-comingsoon-title {
  font-size: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: normal;
  text-transform: uppercase;
}
.sp-comingsoon-wrap .sp-comingsoon-content {
  font-size: 14px;
}
.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-wrap.has-background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
.sp-comingsoon .comingsoon-page-logo {
  text-align: center;
}
.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
  display: none;
}
.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.has-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.error-page .error-page-inner .error-logo-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.error-page .error-page-inner .error-logo-wrap img {
  display: inline-block;
}
.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;
}
@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-comingsoon .comingsoon-page-logo .sp-retina-logo {
    display: table;
    margin: 0 auto;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-default-logo {
    display: none;
  }
}
.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: 4px 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 {
  margin: 0 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: transparent;
  border-radius: 0;
  border: 1px solid #5b6063;
  padding: 9px 20px;
  color: white;
  font-size: 12px;
  min-width: 150px;
  text-transform: uppercase;
}
.sp-simpleportfolio .sp-simpleportfolio-filter {
  margin-bottom: 70px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
  background: #3d449a;
  border-color: #3d449a;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content {
  background: white;
  position: absolute;
  z-index: 3;
  min-width: 250px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 10px 25px 3px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content .sp-simpleportfolio-tags {
  font-weight: 500;
  margin-bottom: 5px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content .sp-simpleportfolio-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content .sp-simpleportfolio-title a {
  color: #333;
}
.sp-pre-loader {
  background: #000000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
  border: 3px solid #ffffff;
  border-radius: 60px;
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.sp-pre-loader .sp-loader-clock:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: 2px;
  left: 48%;
  height: 38px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 97%;
  transform-origin: 50% 97%;
  -webkit-animation: grdAiguille 2s linear infinite;
  animation: grdAiguille 2s linear infinite;
}
.sp-pre-loader .sp-loader-clock:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: 6px;
  left: 48%;
  height: 35px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation: ptAiguille 12s linear infinite;
  animation: ptAiguille 12s linear infinite;
}
.sp-pre-loader .sp-loader-circle {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 3px solid rgba(255,255,255,0.7);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 3s linear infinite;
  animation: loader1 3s linear infinite;
}
.sp-pre-loader .sp-loader-circle:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #ffffff;
}
.sp-pre-loader .sp-loader-bubble-loop {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 12px;
  background-color: #ffffff;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader6 1s ease-in-out infinite;
  animation: loader6 1s ease-in-out infinite;
}
.sp-pre-loader .sp-loader-bubble-loop:before {
  content: "";
  position: absolute;
  background-color: rgba(255,255,255,0.5);
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .sp-loader-bubble-loop:after {
  content: "";
  position: absolute;
  background-color: rgba(255,255,255,0.5);
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .circle-two {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.sp-pre-loader .circle-two > span,
.sp-pre-loader .circle-two > span:before,
.sp-pre-loader .circle-two > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sp-pre-loader .circle-two > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}
.sp-pre-loader .circle-two > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}
.sp-pre-loader .circle-two > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}
.sp-pre-loader .wave-two-wrap {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 90px;
}
.sp-pre-loader .wave-two {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}
.sp-pre-loader .wave-two li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #ffffff;
  bottom: 0;
}
.sp-pre-loader .wave-two li:nth-child(1) {
  left: 0;
  -webkit-animation: sequence1 1s ease infinite 0;
  animation: sequence1 1s ease infinite 0;
}
.sp-pre-loader .wave-two li:nth-child(2) {
  left: 15px;
  -webkit-animation: sequence2 1s ease infinite 0.1s;
  animation: sequence2 1s ease infinite 0.1s;
}
.sp-pre-loader .wave-two li:nth-child(3) {
  left: 30px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}
.sp-pre-loader .wave-two li:nth-child(4) {
  left: 45px;
  -webkit-animation: sequence2 1s ease-in infinite 0.3s;
  animation: sequence2 1s ease-in infinite 0.3s;
}
.sp-pre-loader .wave-two li:nth-child(5) {
  left: 60px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}
.sp-pre-loader .wave-two li:nth-child(6) {
  left: 75px;
  -webkit-animation: sequence2 1s ease infinite 0.5s;
  animation: sequence2 1s ease infinite 0.5s;
}
.sp-pre-loader .sp-loader-audio-wave {
  width: 3em;
  height: 2em;
  background: linear-gradient(#ffffff,#ffffff) 0 50%, linear-gradient(#ffffff,#ffffff) 0.625em 50%, linear-gradient(#ffffff,#ffffff) 1.25em 50%, linear-gradient(#ffffff,#ffffff) 1.875em 50%, linear-gradient(#ffffff,#ffffff) 2.5em 50%;
  background-repeat: no-repeat;
  background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  animation: audioWave 1.5s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sp-pre-loader .sp-loader-with-logo {
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.sp-pre-loader .sp-loader-with-logo .logo {
  display: inline-block;
  width: auto;
}
.sp-pre-loader .sp-loader-with-logo .line {
  background: #ffffff;
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  top: auto;
}
@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader6 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes loader6 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes audioWave {
  25% {
    background: linear-gradient(#ffffff,#ffffff) 0 50%, linear-gradient(#ffffff,#ffffff) 0.625em 50%, linear-gradient(#ffffff,#ffffff) 1.25em 50%, linear-gradient(#ffffff,#ffffff) 1.875em 50%, linear-gradient(#ffffff,#ffffff) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  37.5% {
    background: linear-gradient(#ffffff,#ffffff) 0 50%, linear-gradient(#ffffff,#ffffff) 0.625em 50%, linear-gradient(#ffffff,#ffffff) 1.25em 50%, linear-gradient(#ffffff,#ffffff) 1.875em 50%, linear-gradient(#ffffff,#ffffff) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  50% {
    background: linear-gradient(#ffffff,#ffffff) 0 50%, linear-gradient(#ffffff,#ffffff) 0.625em 50%, linear-gradient(#ffffff,#ffffff) 1.25em 50%, linear-gradient(#ffffff,#ffffff) 1.875em 50%, linear-gradient(#ffffff,#ffffff) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
  }
  62.5% {
    background: linear-gradient(#ffffff,#ffffff) 0 50%, linear-gradient(#ffffff,#ffffff) 0.625em 50%, linear-gradient(#ffffff,#ffffff) 1.25em 50%, linear-gradient(#ffffff,#ffffff) 1.875em 50%, linear-gradient(#ffffff,#ffffff) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
  }
  75% {
    background: linear-gradient(#ffffff,#ffffff) 0 50%, linear-gradient(#ffffff,#ffffff) 0.625em 50%, linear-gradient(#ffffff,#ffffff) 1.25em 50%, linear-gradient(#ffffff,#ffffff) 1.875em 50%, linear-gradient(#ffffff,#ffffff) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
  }
}
@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-2 {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sequence2 {
  0% {
    height: 20px;
  }
  50% {
    height: 65px;
  }
  100% {
    height: 20px;
  }
}
@keyframes rot1 {
  100% {
    transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@-webkit-keyframes rot1 {
  100% {
    -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@keyframes rot2 {
  100% {
    transform: skew(-10deg) rotate(525deg);
  }
}
@-webkit-keyframes rot2 {
  100% {
    -webkit-transform: skew(-10deg) rotate(525deg);
  }
}
@keyframes rot3 {
  100% {
    transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@-webkit-keyframes rot3 {
  100% {
    -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@keyframes width {
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  ul.social-icons {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  ul.social-icons > li {
    margin: 5px;
  }
  .sp-contact-info {
    display: table;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 89%;
  }
  .sppb-animated .sppb-addon-cta .sppb-cta-title {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .sppb-animated .sppb-addon-cta .sppb-btn-lg {
    font-size: 16px;
  }
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
  .form-horizontal .control-label {
    width: 100%;
    text-align: left;
  }
  .form-horizontal .controls {
    margin: 0;
    width: 100%;
  }
  .form-horizontal .controls input,
  .form-horizontal .controls textarea {
    width: 100%;
  }
  .form-horizontal .controls textarea {
    height: 131px;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 90%;
  }
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
  color: #3d449a;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  background: #3d449a;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #3d449a;
}
body .col-lg-1,
body .col-lg-10,
body .col-lg-11,
body .col-lg-12,
body .col-lg-2,
body .col-lg-3,
body .col-lg-4,
body .col-lg-5,
body .col-lg-6,
body .col-lg-7,
body .col-lg-8,
body .col-lg-9,
body .col-md-1,
body .col-md-10,
body .col-md-11,
body .col-md-12,
body .col-md-2,
body .col-md-3,
body .col-md-4,
body .col-md-5,
body .col-md-6,
body .col-md-7,
body .col-md-8,
body .col-md-9,
body .col-sm-1,
body .col-sm-10,
body .col-sm-11,
body .col-sm-12,
body .col-sm-2,
body .col-sm-3,
body .col-sm-4,
body .col-sm-5,
body .col-sm-6,
body .col-sm-7,
body .col-sm-8,
body .col-sm-9,
body .col-xs-1,
body .col-xs-10,
body .col-xs-11,
body .col-xs-12,
body .col-xs-2,
body .col-xs-3,
body .col-xs-4,
body .col-xs-5,
body .col-xs-6,
body .col-xs-7,
body .col-xs-8,
body .col-xs-9,
body .sppb-col-xs-1,
body .sppb-col-sm-1,
body .sppb-col-md-1,
body .sppb-col-lg-1,
body .sppb-col-xs-2,
body .sppb-col-sm-2,
body .sppb-col-md-2,
body .sppb-col-lg-2,
body .sppb-col-xs-3,
body .sppb-col-sm-3,
body .sppb-col-md-3,
body .sppb-col-lg-3,
body .sppb-col-xs-4,
body .sppb-col-sm-4,
body .sppb-col-md-4,
body .sppb-col-lg-4,
body .sppb-col-xs-5,
body .sppb-col-sm-5,
body .sppb-col-md-5,
body .sppb-col-lg-5,
body .sppb-col-xs-6,
body .sppb-col-sm-6,
body .sppb-col-md-6,
body .sppb-col-lg-6,
body .sppb-col-xs-7,
body .sppb-col-sm-7,
body .sppb-col-md-7,
body .sppb-col-lg-7,
body .sppb-col-xs-8,
body .sppb-col-sm-8,
body .sppb-col-md-8,
body .sppb-col-lg-8,
body .sppb-col-xs-9,
body .sppb-col-sm-9,
body .sppb-col-md-9,
body .sppb-col-lg-9,
body .sppb-col-xs-10,
body .sppb-col-sm-10,
body .sppb-col-md-10,
body .sppb-col-lg-10,
body .sppb-col-xs-11,
body .sppb-col-sm-11,
body .sppb-col-md-11,
body .sppb-col-lg-11,
body .sppb-col-xs-12,
body .sppb-col-sm-12,
body .sppb-col-md-12,
body .sppb-col-lg-12,
body .col-xs-1,
body .col-sm-1,
body .col-md-1,
body .col-lg-1,
body .col-xs-2,
body .col-sm-2,
body .col-md-2,
body .col-lg-2,
body .col-xs-3,
body .col-sm-3,
body .col-md-3,
body .col-lg-3,
body .col-xs-4,
body .col-sm-4,
body .col-md-4,
body .col-lg-4,
body .col-xs-5,
body .col-sm-5,
body .col-md-5,
body .col-lg-5,
body .col-xs-6,
body .col-sm-6,
body .col-md-6,
body .col-lg-6,
body .col-xs-7,
body .col-sm-7,
body .col-md-7,
body .col-lg-7,
body .col-xs-8,
body .col-sm-8,
body .col-md-8,
body .col-lg-8,
body .col-xs-9,
body .col-sm-9,
body .col-md-9,
body .col-lg-9,
body .col-xs-10,
body .col-sm-10,
body .col-md-10,
body .col-lg-10,
body .col-xs-11,
body .col-sm-11,
body .col-md-11,
body .col-lg-11,
body .col-xs-12,
body .col-sm-12,
body .col-md-12,
body .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
body .row,
body .sppb-row,
body .sp-pagebuilder-row {
  margin-right: -15px;
  margin-left: -15px;
}
.pagenav li a [class^="icon-"] {
  display: none;
}
.entry-gallery .owl2-carousel .owl2-stage-outer {
  direction: ltr;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-prev,
.entry-gallery .owl2-controls .owl2-nav .owl2-next {
  background-color: rgba(0,0,0,0.5);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  text-align: center;
  line-height: 32px;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-prev:before,
.entry-gallery .owl2-controls .owl2-nav .owl2-next:before {
  color: #fff;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-prev:hover,
.entry-gallery .owl2-controls .owl2-nav .owl2-next:hover {
  background-color: #3d449a;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-next {
  right: 0;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-next:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-prev {
  left: 0;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-prev:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
.blog .item .entry-thumbnail {
  position: relative;
}
.blog .item .readmore {
  margin-top: 0px;
}
.blog .item .readmore .btn-readmore {
  font-size: 13px;
  text-transform: uppercase;
}
.blog .item .readmore .btn-readmore:after {
  font-family: 'FontAwesome';
  content: "\f101";
}
.blog .item .blockquote {
  border: 0;
  background-color: #f5f5f5;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
}
.blog .item .article-footer-wrap {
  margin-top: 30px;
}
.blog .item .article-footer-wrap .article-footer-top .helix-social-share .helix-social-share-icon ul li a {
  color: #fff;
  height: 40px;
  padding: 0;
  line-height: 40px;
  width: 40px;
}
.blog .item .article-footer-wrap .article-footer-top .helix-social-share .helix-social-share-icon ul li a.facebook {
  background-color: #3a5897;
}
.blog .item .article-footer-wrap .article-footer-top .helix-social-share .helix-social-share-icon ul li a.twitter {
  background-color: #2fc2ee;
}
.blog .item .article-footer-wrap .article-footer-top .helix-social-share .helix-social-share-icon ul li a.gplus {
  background-color: #e14a3c;
}
.blog .item .article-footer-wrap .article-footer-top .helix-social-share .helix-social-share-icon ul li a.linkedin {
  background-color: #1a3562;
}
.blog .items-more {
  background-color: #f4f4f4;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 15px;
}
.blog .items-more ol {
  padding: 0 10px;
  margin-bottom: 0;
}
.blog .items-more ol li a {
  display: block;
  padding: 5px;
  color: #666;
}
.blog .items-more ol li a:hover {
  color: #3d449a;
}
#sp-breadcrumb {
  color: #fff;
  padding: 80px 0;
  background: url('../../images/bg_breadcrumb.jpg') repeat;
  margin-bottom: 40px;
}
#sp-breadcrumb .last-breadcrumb {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 0;
}
#sp-breadcrumb .breadcrumb {
  background-color: transparent;
  margin: 0;
  font-size: 14px;
  color: #fff;
  padding: 0;
}
#sp-breadcrumb .breadcrumb li a {
  color: #fff;
}
#sp-breadcrumb .breadcrumb li a:hover {
  color: #3d449a;
}
#sp-breadcrumb .breadcrumb li.active {
  color: #fff;
}
#sp-main-menu #search-top-bar {
  margin-top: 10px;
  text-align: right;
}
#search-top-bar .form-search {
  position: relative;
  z-index: 1;
}
#search-top-bar .form-search .search-query {
  width: 100%;
  background: none;
  border: none;
  box-shadow: none;
}
#search-top-bar .form-search .btn-search {
  border: none;
  background: none;
  position: absolute;
  right: 0;
  padding: 5px 10px;
  border-radius: 3px;
}
#search-top-bar .form-search .btn-search:hover {
  background: #3d449a;
  color: white;
}
.search-aside-top {
  border: 1px solid #e1e1e1;
}
.pagination-wrappe {
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.pagination-wrappe .pagination li {
  display: inline-block;
  padding: 0 5px;
}
.pagination-wrappe .pagination li a,
.pagination-wrappe .pagination li span {
  border-radius: 0;
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  padding: 0 10px;
  color: #898989;
  text-align: center;
  display: block;
  font-size: 14px;
  margin: 0;
}
.pagination-wrappe .pagination li.active a,
.pagination-wrappe .pagination li.active span,
.pagination-wrappe .pagination li:hover a,
.pagination-wrappe .pagination li:hover span {
  color: #fff;
  background-color: #3d449a;
  border-color: #3d449a;
}
#sp-right .sp-module,
#sp-left .sp-module {
  margin-bottom: 40px;
}
#sp-right .sp-module .sp-module-title,
#sp-left .sp-module .sp-module-title {
  font-size: 18px;
  font-weight: 700;
}
#sp-right .sp-module .sp-module-title:after,
#sp-left .sp-module .sp-module-title:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #000;
  display: block;
  margin-top: 15px;
}
#sp-right .sp-column .categories-sidebar ul.menu a,
#sp-left .sp-column .categories-sidebar ul.menu a {
  font-weight: 700;
  background: none;
}
#sp-right .sp-column .archies-sidebar ul,
#sp-right .sp-column .categories-sidebar ul,
#sp-left .sp-column .archies-sidebar ul,
#sp-left .sp-column .categories-sidebar ul {
  margin: 0;
  padding: 0;
}
#sp-right .sp-column .archies-sidebar ul li,
#sp-right .sp-column .categories-sidebar ul li,
#sp-left .sp-column .archies-sidebar ul li,
#sp-left .sp-column .categories-sidebar ul li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
#sp-right .sp-column .archies-sidebar ul li a,
#sp-right .sp-column .categories-sidebar ul li a,
#sp-left .sp-column .archies-sidebar ul li a,
#sp-left .sp-column .categories-sidebar ul li a {
  color: #1c1c1c;
  display: block;
  padding: 10px 0;
}
#sp-right .sp-column .archies-sidebar ul li a .num,
#sp-right .sp-column .categories-sidebar ul li a .num,
#sp-left .sp-column .archies-sidebar ul li a .num,
#sp-left .sp-column .categories-sidebar ul li a .num {
  float: right;
}
#sp-right .sp-column .archies-sidebar ul li a:hover,
#sp-right .sp-column .categories-sidebar ul li a:hover,
#sp-left .sp-column .archies-sidebar ul li a:hover,
#sp-left .sp-column .categories-sidebar ul li a:hover {
  color: #3d449a;
}
#sp-right .sp-column .blog-sidebar .sp-module-content,
#sp-left .sp-column .blog-sidebar .sp-module-content {
  display: inline-block;
}
#sp-right .sp-column .blog-sidebar .sj-basic-news,
#sp-left .sp-column .blog-sidebar .sj-basic-news {
  margin: 0;
}
#sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item,
#sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item {
  margin-bottom: 15px;
}
#sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item.last,
#sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item.last {
  margin: 0;
}
#sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-image,
#sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-image {
  width: auto;
  padding: 0;
  margin-right: 20px;
}
#sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-title a,
#sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-title a {
  font-weight: 400;
  font-size: 16px;
  color: #1b1b1b;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
}
#sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-title a:hover,
#sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-title a:hover {
  color: #3d449a;
  text-decoration: none;
}
#sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-date,
#sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-date {
  font-size: 12px;
  text-transform: uppercase;
  color: #898989;
}
#sp-right .sp-column .sj-instagram-gallery .instagram-wrap,
#sp-left .sp-column .sj-instagram-gallery .instagram-wrap {
  border: 0 !important;
  margin: 0 !important;
}
#sp-right .sp-column .sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items .title_instagram,
#sp-left .sp-column .sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items .title_instagram {
  font-size: 18px;
  color: #1c1c1c;
  text-transform: uppercase;
  line-height: 100%;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 700;
  text-align: left;
}
#sp-right .sp-column .sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items .instagram-items-inner .instagram-item .instagram_users .img_users,
#sp-left .sp-column .sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items .instagram-items-inner .instagram-item .instagram_users .img_users {
  padding: 1px;
}
#sp-right .sp-column .sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items .instagram-items-inner .instagram-item .instagram_users .img_users a img,
#sp-left .sp-column .sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items .instagram-items-inner .instagram-item .instagram_users .img_users a img {
  border: 0;
}
#sp-right .sp-column .sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items .instagram-items-inner .instagram-item .instagram_users .img_users:hover,
#sp-left .sp-column .sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items .instagram-items-inner .instagram-item .instagram_users .img_users:hover {
  opacity: 0.8;
}
#sp-page-title .row {
  margin: 0;
}
.about-row-top,
.about-our-team {
  background-color: #fff;
  padding: 30px 20px 20px;
}
.about-our-team {
  margin-bottom: 20px;
}
.about-exp-info-bot {
  padding-top: 30px;
}
.about-exp-info-bot .exp-info-time {
  float: left;
  font-size: 46px;
  color: #cccccc;
  line-height: 38px;
}
.about-exp-info-bot .about-exp-info-right {
  overflow: hidden;
  padding: 0 15px;
  color: #666;
  line-height: 22px;
}
.about-exp-info-bot .about-exp-info-right h5 {
  font-size: 12px;
  color: #3d449a;
  font-style: italic;
  margin-bottom: 8px;
}
.about-exp-info-bot .about-exp-info-right h4 {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-testimonials {
  background: url('../../images/bg-testimonial.jpg') no-repeat;
  color: #fff;
  padding: 50px 16%;
}
.about-testimonials .sppb-addon-title {
  display: inline-block;
  position: relative;
}
.about-testimonials .sppb-addon-title:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.about-statistic {
  padding: 50px 20px;
}
.about-statistic .sppb-addon-title {
  display: inline-block;
  position: relative;
}
.about-statistic .sppb-addon-title:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #3d449a;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.our-team {
  margin: 0 -10px;
}
.our-team .item-team {
  width: 20%;
  float: left;
  padding: 0 10px;
}
.our-team .item-team .item-wrap .item-img {
  position: relative;
  margin-bottom: 20px;
}
.our-team .item-team .item-wrap .item-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #293340;
  opacity: 0.7;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.our-team .item-team .item-wrap .item-img .item-social {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.our-team .item-team .item-wrap .item-img .item-social [class*="team-"] {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
}
.our-team .item-team .item-wrap .item-img .item-social a {
  color: #fff;
}
.our-team .item-team .item-wrap .item-img .item-social a:hover {
  color: #3d449a;
}
.our-team .item-team .item-wrap .item-img .item-social a .fa {
  font-size: 0;
}
.our-team .item-team .item-wrap .item-img .item-social a .fa:before {
  font-size: 18px;
}
.our-team .item-team .item-wrap .item-content {
  text-align: center;
}
.our-team .item-team .item-wrap .item-content h3 {
  font-size: 14px;
  text-transform: uppercase;
}
.our-team .item-team .item-wrap .item-content .team-info {
  color: #999;
}
.our-team .item-team .item-wrap:hover .item-img .item-social {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}
.our-team .item-team .item-wrap:hover .item-img:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0.7;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.page_contact {
  background-color: #fff;
  margin-bottom: 20px;
}
.contact-ajax.theme1 {
  padding: 20px;
}
.contact-ajax.theme1 .pre-text {
  font-size: 26px;
  color: #222222;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contact-ajax.theme1 .pre-text:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 20px;
  background-color: #dd0000;
  vertical-align: middle;
  margin: 0 10px;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element {
  width: 100%;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner {
  padding: 0;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form {
  margin: 0 -15px;
  width: auto;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control {
  width: 50%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-input {
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 10px;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control.ctr-full {
  width: 100%;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control #contact_email_copy,
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-label-email-copy {
  cursor: pointer;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .ca-tooltip {
  position: absolute;
  top: 0;
  right: 0;
}
.rtl .contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .ca-tooltip {
  right: auto;
  left: 0;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .ca-tooltip .el-error {
  width: 40px;
  margin: 0;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-ok {
  position: absolute;
  width: 40px;
  margin: 0;
  top: 0;
  right: 0;
}
.rtl .contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-ok {
  right: auto;
  left: 0;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form #cainput_submit {
  border-radius: 0;
  background: none;
  background-color: #3d449a;
  border: 0;
  text-align: center;
  min-width: 160px;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form #cainput_submit:hover {
  background-color: #2f3475;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-ctajax-return.return-success i,
.contact-ajax .ctajax-element .el-ctajax-form .el-ctajax-return.return-error i {
  width: 100%;
}
.sj_right_contact {
  padding: 35px 0;
}
.sj_right_contact .sj_wrapper {
  line-height: 24px;
  color: #666666;
}
.sj_right_contact .sj_wrapper h4 {
  font-size: 26px;
  color: #222222;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.sj_right_contact .sj_wrapper h4:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 20px;
  background-color: #dd0000;
  vertical-align: middle;
  margin: 0 10px;
}
.sj_right_contact .sj_wrapper .left-contact-top {
  padding: 15px 0;
}
.sj_right_contact .sj_wrapper .left-contact-top li {
  padding-bottom: 12px;
}
.sj_right_contact .sj_wrapper .left-contact-top li.address:before {
  content: "\f041";
}
.sj_right_contact .sj_wrapper .left-contact-top li.phone a {
  color: #666;
}
.sj_right_contact .sj_wrapper .left-contact-top li.phone a:hover {
  color: #3d449a;
}
.sj_right_contact .sj_wrapper .left-contact-top li.phone:before {
  content: "\f095";
}
.sj_right_contact .sj_wrapper .left-contact-top li.email:before {
  content: "\f003";
}
.sj_right_contact .sj_wrapper .left-contact-top li:before {
  font-family: fontawesome;
  font-size: 14px;
  font-weight: bold;
  min-width: 30px;
  display: inline-block;
}
.box-maps p {
  margin: 0;
}
#sp-component #xmap,
#sp-component #user-registration,
#sp-component .tag-category,
#sp-component .search,
#sp-component .finder,
#sp-component .categories-list {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 50px;
}
#sp-component .wrap-login {
  padding: 30px !important;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 50px;
  width: 400px;
  max-width: 100%;
  margin: 0 auto 50px;
  box-shadow: 0 0 6px #989898;
}
#sp-component .wrap-login #remember-lbl {
  cursor: pointer;
}
#sp-component .wrap-login .form-horizontal .well {
  padding-top: 0;
}
#sp-component .wrap-login .form-horizontal .well input.required {
  width: 100%;
}
#sp-component .wrap-login .form-horizontal .well .btn {
  width: 100%;
  padding: 10px 0;
}
#sp-component #josForm {
  padding: 30px !important;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 50px;
  width: 750px;
  max-width: 100%;
  margin: 0 auto 50px;
  box-shadow: 0 0 6px #989898;
}
#sp-component #josForm .componentheading {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
}
#sp-component #josForm .k2AccountPage {
  padding-bottom: 0;
}
#sp-component #josForm .admintable_register .k2ProfileHeading {
  font-size: 18px;
}
#sp-component #josForm .admintable_register .form-register label {
  display: block;
  color: #222;
}
#sp-component #josForm .admintable_register .form-register label .colorR {
  color: #FF0000;
}
#sp-component #josForm .admintable_register .form-register .ipt-form {
  margin-bottom: 20px;
}
#sp-component #josForm .admintable_register .form-register .ipt-form input {
  width: 100%;
}
#sp-component #josForm .admintable_register .form-register .check-gender .controls {
  padding: 0 20px;
}
#sp-component #josForm .admintable_register .form-register .upload-image {
  margin-bottom: 20px;
}
#sp-component #josForm .admintable_register .form-register #editor-xtd-buttons,
#sp-component #josForm .admintable_register .form-register .toggle-editor {
  margin: 20px 0 10px;
  width: auto;
}
#sp-component #josForm .admintable_register .form-register #editor-xtd-buttons #yt_shorcodes {
  margin: 0;
}
#sp-component #josForm .k2AccountPageUpdate .button {
  background-color: #3d449a;
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
  border: 0;
}
#sp-component #josForm .k2AccountPageUpdate .button:hover {
  background-color: #2f3475;
}
#sp-component .tag-category .item {
  margin-bottom: 30px;
}
#sp-component .tag-category .item .wrap-article .article-img {
  margin-bottom: 20px;
}
.view-featured .blog-featured .intro-image {
  display: none;
}
div#finder-filter-window .filter-branch .finder-selects {
  margin: 15px;
}
@media (min-width: 1366px) and (max-width: 1920px) {
  .container,
  .sppb-section  .sppb-row-container {
    width: 1200px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper-content .sppb-container-inner .sppb-row .sppb-col-md-2 {
    display: none;
  }
  .wrapper-content .sppb-container-inner .sppb-row .sppb-col-md-10 {
    width: 100%;
  }
  .wrapper-content .sppb-container-inner .sppb-row .sppb-col-md-7 {
    width: 70%;
  }
  .wrapper-content .sppb-container-inner .sppb-row .sppb-col-md-3 {
    width: 30%;
  }
  .sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 > span,
  .sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 > a {
    font-size: 12px;
    padding: 0 15px;
  }
  #search-top-bar .form-search {
    width: 100%;
  }
  #sp-top #sp-top1 .sp-column .sp-module {
    padding: 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  table.header-info td:last-child {
    display: none;
  }
  .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content .sp-simpleportfolio-title {
    white-space: normal;
    font-size: 14px;
  }
  .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content {
    padding: 10px 10px 3px;
    bottom: 5px;
  }
  #yt-lightbox {
    width: 100% !important;
    height: auto !important;
  }
  .sppb-addon--awards .sppb-addon-heading {
    margin-bottom: 0;
  }
  .sppb-addon--awards .sppb-addon-heading .heading-subtitle {
    display: none;
  }
  .sppb-addon--awards .sppb-addon-content {
    padding: 30px 30px 0;
  }
  .sppb-addon--awards .yt-content-slider .owl-controls {
    display: none;
  }
  #sp-copyright-footer .acymailing_module_form .acymailing_introtext {
    display: none;
  }
  #sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-image,
  #sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-image {
    margin-right: 10px;
  }
  body.rtl #sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-image,
  body.rtl #sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-image {
    margin-left: 10px;
  }
  #sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-title a,
  #sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-title a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.rtl .col-md-1,
  body.rtl .col-md-2,
  body.rtl .col-md-3,
  body.rtl .col-md-4,
  body.rtl .col-md-5,
  body.rtl .col-md-6,
  body.rtl .col-md-7,
  body.rtl .col-md-8,
  body.rtl .col-md-9,
  body.rtl .col-md-10,
  body.rtl .col-md-11,
  body.rtl .col-md-12 {
    float: right;
  }
  #sp-top-bar .sp-module .menu_social_header li a {
    font-size: 0;
  }
  .logo {
    margin: 0;
  }
  #sp-main-menu #search-top-bar {
    margin: 0;
    color: white;
  }
  #sp-main-menu {
    background: #323232;
    border-top: 1px solid #3e3e3e;
  }
  #sp-main-menu .sambar .sambar-inner {
    background: none;
  }
  #sp-main-menu .sambar .sambar-inner .btn-sambar {
    float: left;
  }
  table.header-info td {
    display: none;
  }
  table.header-info td:last-child {
    display: block;
  }
  .sppb-addon-services {
    overflow-y: scroll;
    white-space: nowrap;
  }
  .sppb-addon-services > * {
    display: inline-block;
    white-space: normal;
    float: none !important;
  }
  .list-social--about li {
    margin-bottom: 5px;
  }
  .sp-page-builder .page-content #section-id-1492655064 {
    padding: 0 !important;
  }
  .module--extraslider1 .sj-extraslider .post-text {
    margin: 30px 0;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    min-width: inherit;
  }
  .sp-page-builder .page-content #section-id-1504167133101,
  .sp-page-builder .page-content #section-id-1504165457712 {
    background-image: none !important;
    padding: 30px 0 !important;
  }
  #yt-lightbox {
    width: 100% !important;
    height: auto !important;
  }
  .sppb-addon--slider .yt-content-slider .caption .title-lage {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .sppb-addon--slider .yt-content-slider .active .caption p {
    display: none;
  }
  .sppb-addon--slider .yt-content-slider .caption .button-find {
    min-width: inherit;
    padding: 10px 20px;
  }
  .sppb-addon--contactus > li {
    padding: 0 15px;
  }
  #sp-copyright-footer .acymailing_module_form .acymailing_introtext {
    display: none;
  }
  body .close-offcanvas {
    padding-top: 0;
    right: 10px;
    top: 5px;
  }
  body.rtl #sp-main-menu .sambar .sambar-inner .btn-sambar {
    float: right;
  }
  body.rtl .close-offcanvas {
    left: 10px;
    right: auto;
  }
  #sp-breadcrumb {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .sp-module .menu_social_header {
    float: none;
    text-align: center;
    margin: 0;
    display: none;
  }
  #sp-top3 {
    display: none;
  }
  #sp-header {
    padding: 30px 0;
  }
  #sp-top-bar .sp-module .menu_social_header li a {
    font-size: 0;
  }
  .logo {
    margin: 0;
  }
  #sp-top4 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  #sp-main-menu #search-top-bar {
    margin: 3px 0 0;
    color: white;
  }
  #search-top-bar .form-search .btn-search {
    top: 0;
  }
  #sp-main-menu {
    background: #323232;
    border-top: 1px solid #3e3e3e;
    position: relative;
  }
  #sp-main-menu .sambar .sambar-inner {
    background: none;
  }
  #sp-main-menu .sambar .sambar-inner .btn-sambar {
    float: left;
  }
  table.header-info td {
    display: none;
  }
  table.header-info td:last-child {
    display: block;
  }
  .module--extraslider1 .sj-extraslider .heading-title {
    font-size: 24px;
  }
  .yt-counter-wrapper {
    margin-bottom: 30px;
  }
  .sppb-addon-services {
    overflow-y: scroll;
    white-space: nowrap;
  }
  .sppb-addon-services > * {
    display: inline-block;
    white-space: normal;
  }
  .sj-basic-news .basic-news--item {
    margin-bottom: 15px;
  }
  .sppb-addon-latestnew .basic-news--item .bs-description {
    margin-bottom: 0;
  }
  #sp-top1 .yt-loginform > li a {
    padding: 10px 18px;
  }
  .sp-page-builder .page-content #section-id-1492655064 {
    padding: 0 !important;
  }
  .module--extraslider1 .sj-extraslider .post-text {
    margin: 30px 0;
    width: 100%;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
    margin: 5px;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    min-width: inherit;
  }
  .sp-page-builder .page-content #section-id-1504167133101,
  .sp-page-builder .page-content #section-id-1504165457712 {
    background-image: none !important;
    padding: 30px 0 !important;
  }
  #yt-lightbox {
    width: 100% !important;
    height: auto !important;
  }
  #sppb-addon-1504165457714 .sppb-addon-faq ul.yt-accordion li.yt-accordion-group h3.accordion-heading {
    padding-left: 30px;
  }
  .sppb-addon--slider .yt-content-slider .caption {
    display: none;
  }
  .sppb-addon--slider .yt-content-slider .owl-dots {
    bottom: 0;
  }
  .sppb-addon--awards .sppb-addon-content {
    padding: 15px;
  }
  .sppb-addon--awards .sppb-addon-heading {
    margin-bottom: 30px;
  }
  .sppb-section--contact .sppb-addon-heading {
    color: #333;
  }
  .sppb-section-testimonial .sppb-testimonial-pro .sppb-carousel-inner {
    max-width: 100%;
  }
  .sppb-addon--contactus,
  .sppb-addon--brand {
    overflow-y: scroll;
    white-space: nowrap;
    display: block;
    min-height: inherit;
    padding: 50px 0;
  }
  .sppb-addon--contactus > li,
  .sppb-addon--brand .item {
    padding: 0 15px;
    display: inline-block;
    white-space: normal;
    border: none;
    width: 100%;
  }
  .sppb-addon--brand {
    padding: 0;
  }
  .sppb-addon--brand .item {
    width: 50%;
  }
  #sp-footer1 {
    text-align: center;
    margin-bottom: 10px;
  }
  #sp-copyright-footer .acymailing_module_form .acymailing_introtext {
    display: none;
  }
  #sp-copyright-footer .acymailing_module_form .inputbox {
    width: 100% !important;
  }
  body .close-offcanvas {
    padding-top: 0;
    line-height: 20px;
    right: 10px;
    top: 5px;
  }
  body.rtl .close-offcanvas {
    left: 10px;
    right: auto;
  }
  body.rtl #sp-top4 {
    left: 0;
    right: auto;
  }
  body.rtl #sp-main-menu .sambar .sambar-inner .btn-sambar {
    float: right;
  }
  body.rtl #sppb-addon-1504165457714 .sppb-addon-faq ul.yt-accordion li.yt-accordion-group h3.accordion-heading {
    padding: 18px 20px 18px 30px;
  }
  #sp-breadcrumb {
    padding: 50px 0;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact {
    width: 50%;
  }
  .megafolio-container .mega-entry .mega-hoverlink,
  .megafolio-container .mega-entry .mega-hoverview {
    margin-top: -20px !important;
  }
}
@media (max-width: 480px) {
  #sp-subcribe-footer .acymailing_module form .acymailing_module_form .acymailing_form .inputbox {
    width: 100% !important;
  }
  .com-sppagebuilder .sj-basic-news .bs-items .bs-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-me .yt-skills .form-group {
    width: 90%;
  }
  .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact {
    width: 100%;
  }
  .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-control {
    width: 100%;
  }
  .view-profile .admintable {
    display: block;
    overflow: auto;
  }
  #searchForm .inputbox,
  #finder-search .inputbox {
    margin-bottom: 10px;
  }
  .autocomplete-suggestions {
    width: 205px !important;
  }
  #sp-breadcrumb {
    padding: 50px 10px;
  }
}
svg path {
  fill: #3d449a;
}
svg:hover path {
  fill: #2f3475;
}
a {
  color: #5741B8;
}
a:hover {
  color: black;
}
#offcanvas-toggler >i {
  color: #000000;
}
#offcanvas-toggler >i:hover {
  color: #3d449a;
}
.list-social--about .yt-socialbt a.large:hover {
  background: #3d449a;
}
.sp-page-title {
  background: #3d449a;
}
.layout-boxed .body-innerwrapper {
  background: #ffffff;
}
.search .btn-toolbar button {
  background: #3d449a;
}
.post-format {
  background: #3d449a;
}
.voting-symbol span.star.active:before {
  color: #3d449a;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  color: #2f3475;
}
.entry-link,
.entry-quote {
  background: #3d449a;
}
blockquote {
  border-color: #3d449a;
}
.carousel-left:hover,
.carousel-right:hover {
  background: #3d449a;
}
.sp-comingsoon body {
  background-color: #3d449a;
}
.pagination>li>a,
.pagination>li>span {
  color: #000000;
}
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  color: #000000;
}
.pagination>.active>a,
.pagination>.active>span {
  border-color: #3d449a;
  background-color: #3d449a;
}
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  border-color: #3d449a;
  background-color: #3d449a;
}
.nkstyle{
  background-color: #273364;
  color: white;
  padding: 20px;
  border-radius: 20px;
}
.ouryellow{
color: #ffb600;
}
.nk_notmainbutton{
font-size: 15pt;
padding: 10px;
margin-bottom: 20px;
background-color: #D9D9D9;
color: black;
border-radius: 10px;
width: 100%;
display: block;
}
.nk_notmainbutton60{
font-size: 15pt;
padding: 10px;
margin-bottom: 20px;
background-color: #D9D9D9;
color: black;
border-radius: 10px;
width: 80%;
display: block;
}
.nk_notmainbutton60:hover{
background-color: white;
}
.nk_mainbutton{
  font-size: 15pt;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #273364;
  color: white;
  border-radius: 10px;
  width: 100%;
  display: block;
}
.nk_mainbutton:hover{
  color: yellow;
}

.nk_anchor{
  font-size: 13pt;
  padding: 10px;
  margin: 25px;
  line-height:50px;
  background-color: #273364;
  color: white;
  border-radius: 10px;
  display: inline !important;
}
.nk_anchor:hover{
  color: yellow;
}

.nk_mainbutton60{
  font-size: 15pt;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #273364;
  color: white;
  border-radius: 10px;
  width: 80%;
  display: block;
}
.nk_mainbutton60:hover{
  color: yellow;
  background-color: #435395;
}
.nk_mainbutton60y{
  font-size: 15pt;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #ffb600;
  color: black;
  border-radius: 10px;
  width: 80%;
  display: block;
}
.nk_mainbutton60y:hover{
  color: black;
  background-color: #FF8C0F;
}
.nk_mainbutton60r{
  font-size: 15pt;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #FF4040;
  color: white;
  border-radius: 10px;
  width: 80%;
  display: block;
}
.nk_mainbutton60r:hover{
  color: white;
  background-color: #FF0000;
}
.nk_bluebutton{
  padding: 10px;
  margin-bottom: 20px;
  background-color: #273364;
  color: white;
  border-radius: 10px;
  display: block;
  max-width: 50%;
}
.nk_bluebutton:hover{
  color: yellow;
  background-color: #435395;
}
.nk_greenbutton{
  padding: 10px;
  margin-bottom: 20px;
  background-color: #078600;
  color: white;
  border-radius: 10px;
  display: block;
  max-width: 50%;
}
.nk_greenbutton:hover{
  color: white;
  background-color: #2D9B27;
}
.nk_mainbutton60y{
  font-size: 15pt;
  word-break: break-word;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #ffb600;
  color: black;
  border-radius: 10px;
  width: 80%;
  display: block;
}
.nk_mainbutton60y:hover{
  color: black;
  background-color: #f7d683;
}

.nk_mainbutton30y{
  font-size: 15pt;
  word-break: break-word;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #ffb600;
  color: black;
  border-radius: 10px;
  width: 300px;
  display: block;
}
.nk_mainbutton30y:hover{
  color: black;
  background-color: #f7d683;
}

.nk_shortbutton{
  font-size: 15pt;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #273364;
  color: white;
  border-radius: 10px;
  display: block;
  border-radius: 0px;
  border: 1px solid white;
}

.nk_shortbutton:hover{
  color: yellow;
}
.blog{
width: 100%;
}
.stats h3{
font-size: 11pt;
color: black;
font-weight: normal;
}
.stats h3 a{
font-size: 11pt;
color: black;
font-weight: normal;
}
.nk_phone{
color: white;
font-size: 20px;
}
.nk_phone a{
color: white;
font-size: 20px;
}
.nk_phone a:hover{
color: white;
font-size: 20px;
}
.nk_phone a:visited{
color: white;
font-size: 20px;
}

@media (min-width: 769px) {
.nk-lkloginform{
width:30%;
}
}

@media (max-width: 768px) {
.nk-lkloginform{
width:90%;
}
}

.nk-login-button{
background-color: #273364;
color: white;
}
.nk-login-button:hover{
color: yellow;
}

}

@media (max-width: 768px) {
.btmnkmenu{
position:fixed;
bottom:0px;
height:65px;
width:100%;
background-color:white;
z-index:1000;
border-top : 2px solid gray;
}
}

@media (min-width: 769px) {
.btmnkmenu{
bottom:0px;
width: 0px;
visibility: hidden;
} 
}

@media (max-width: 768px) {
.mnmenuismoble{
visibility:visible;  
position:fixed;
top:10px;
width:100%;
height:75px;
z-index:1000;

}    
}

@media (min-width: 769px) {
.mnmenuismoble{
visibility: hidden;
height: 1px;
width: 0px;
}    
}


@media (max-width: 768px) {
.leed1{
visibility:hidden;
height: 1px;
} 
.leed2{
width:100%;
} 
}

@media (min-width: 769px) {
.leed1{
visibility:visible;
height: auto;
float:left; width:49%;text-align:center;
} 
.leed2{
float:right; width:50%;
} 
}

@media (max-width: 768px) {
.nk_mobile_space{
height: 50px;
}
}

@media (min-width: 769px) {
.nk_mobile_space{
height: 1px;
}
}





.checkbox-ios {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin-right: 10px;
	position: relative;
	vertical-align: middle;
	font-size: 16px;
	user-select: none;
}
.checkbox-ios .checkbox-ios-switch {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 56px;
	height: 28px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 25%/50%;
	vertical-align: top;
	background: #eee;
	transition: .2s;
}
.checkbox-ios .checkbox-ios-switch:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: white;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	transition: .15s;
}
.checkbox-ios input[type=checkbox] {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
	background: limegreen;
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
	transform:translateX(28px);
}

/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
	cursor: pointer;
	border-color: rgba(0, 0, 0, .3);
}

/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
	filter: grayscale(70%);
	border-color: rgba(0, 0, 0, .1);
}
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
	background: #eee;
}

/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
	box-shadow: inset 0px 0px 4px #ff5623;
}


    
@media (max-width: 1499px) {
.ioschangers{
width:100%;
clear:both;
}
}

@media (min-width: 1500px) {
.ioschangers{
width:50%;
float:left;
} 
}

.nkylink{
color: #ffb600;    
}

.nkylink a:hover{
color: white;    
}

.nkylink a{
color: #ffb600;    
}

.nkylink a:visited{
color: #ffb600;    
}
