/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, .9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "FontAwesome";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sp-top-bar {
  padding: 0;
  font-size: 13px;
}
#sp-top-bar .container .container-inner {
  border-bottom: 1px solid #ccc;
  padding-top: 11px;
  padding-bottom: 11px;
}
#sp-top-bar .sp-module {
  display: inline-block;
}
#sp-top-bar ul.yt-loginform.top-link {
  list-style: none;
  margin: 0;
}
#sp-top-bar ul.yt-loginform.top-link > li {
  float: left;
  position: relative;
  list-style: outside none none;
  padding-left: 20px;
  margin-left: 20px;
  padding-right: 0;
  font-size: 13px;
}
#sp-top-bar ul.yt-loginform.top-link > li i {
  padding-right: 8px;
}
#sp-top-bar ul.yt-loginform.top-link > li .btn-group {
  display: inline;
  padding: 12px 0;
}
#sp-top-bar ul.yt-loginform.top-link > li .btn-group .btn-link {
  padding: 0;
  border: none;
  color: #888;
}
#sp-top-bar ul.yt-loginform.top-link > li .fa-caret-down {
  font-size: 12px;
}
#sp-top-bar ul.yt-loginform.top-link > li:after {
  background-color: #d4d5d6;
  content: "";
  height: 13px;
  position: absolute;
  left: 0;
  top: 1px;
  width: 1px;
}
#sp-top-bar ul.yt-loginform.top-link > li > a {
  font-size: 13px;
  color: #222;
}
#sp-top-bar ul.yt-loginform.top-link > li > a:before {
  padding-right: 3px;
}
#sp-top-bar ul.yt-loginform.top-link > li > a:hover {
  color: #2b8fff;
}
#sp-top-bar ul.yt-loginform.top-link > li.account > a {
  padding: 0;
  margin: 0;
}
#sp-top-bar ul.yt-loginform.top-link > li.account .dropdown-menu {
  left: 0;
  right: auto;
}
#sp-top-bar ul.yt-loginform.top-link > li.account:hover ul.dropdown-link {
  top: 34px;
  z-index: 9999;
  opacity: 1;
  border-top: 1px solid rgba(200, 199, 199, 0.3);
}
#sp-top-bar ul.yt-loginform.top-link > li.welcome-msg, #sp-top-bar ul.yt-loginform.top-link > li.language {
  padding-left: 0;
  margin-left: 0;
}
#sp-top-bar ul.yt-loginform.top-link > li.welcome-msg:after, #sp-top-bar ul.yt-loginform.top-link > li.language:after {
  display: none;
}
#sp-top-bar .yt-loginform {
  padding: 13px 0 12px 0;
  position: relative;
  z-index: 45;
}
#sp-top-bar .yt-loginform p {
  font-size: 12px;
  color: #222;
  margin: 0;
}
#sp-top-bar .yt-loginform p span {
  margin-right: 30px;
}
#sp-top-bar .yt-loginform p a {
  text-transform: uppercase;
}
#sp-top-bar .yt-loginform p a:hover {
  color: #2b8fff;
}
#sp-top-bar #myLogin .modal-dialog {
  width: 360px;
  margin: 100px auto;
  z-index: 999;
}
#sp-top-bar #myLogin .modal-dialog .modal-content {
  padding: 25px;
  border-radius: 0;
}
#sp-top-bar #myLogin .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  padding: 0;
}
#sp-top-bar #myLogin .modal-dialog .modal-content h3 {
  font-size: 24px;
  color: #1c1c1c;
  text-transform: uppercase;
}
#sp-top-bar #myLogin .modal-dialog .modal-content #login-form .userdata {
  margin: 0 0 20px 0;
}
#sp-top-bar #myLogin .modal-dialog .modal-content #login-form .userdata .inputbox {
  width: 100%;
}
#sp-top-bar #myLogin .modal-dialog .modal-content #login-form .userdata button {
  text-transform: uppercase;
  border: none;
  line-height: 28px;
  min-width: 100px;
  background: #38495e;
  color: #fff;
}
#sp-top-bar #myLogin .modal-dialog .modal-content #login-form .userdata button:hover {
  background: #1b242e;
}
#sp-top-bar #myLogin .modal-dialog .modal-content #login-form ul.listlogin {
  border-top: 1px solid #e7e7e7;
  margin: 20px 0 10px;
  padding: 10px 0px 0px;
}
#sp-top-bar #myLogin .modal-dialog .modal-content #login-form ul.listlogin li {
  padding: 6px 0;
}
#sp-top-bar #myLogin .modal-dialog .modal-content #login-form ul.listlogin li > a {
  color: #38495e;
}
#sp-top-bar #myLogin .modal-dialog .modal-content #login-form ul.listlogin li > a:hover {
  color: #2b8fff;
}
#sp-top-bar #myLogin .modal-dialog .modal-content .btReverse {
  display: block;
  text-align: center;
  background: #666;
  text-transform: uppercase;
  line-height: 28px;
  border: none;
  color: white;
}
#sp-top-bar #myLogin .modal-dialog .modal-content .btReverse:hover {
  background: #1b242e;
}
#sp-top-bar .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
#sp-top-bar .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
#sp-top-bar .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
#sp-top-bar .mod-languages ul.lang-inline li > a:before {
  display: none;
}
#sp-top-bar .mod-languages {
  position: relative;
  display: inline-block !important;
  padding: 10px 0;
}
#sp-top-bar .mod-languages:before {
  background-color: #d4d5d6;
  content: "";
  height: 13px;
  position: absolute;
  right: 0;
  top: 12px;
  width: 1px;
}
#sp-top-bar .mod-languages img {
  display: inline;
  margin-top: -2px;
  width: 16px;
}
#sp-top-bar .mod-languages .dropdown-toggle {
  display: block;
  font-size: 12px;
  border: 0;
  padding: 0 20px 0 0;
}
#sp-top-bar .mod-languages .dropdown-toggle:after {
  content: "\f107";
  font-family: "FontAwesome";
  border: none !important;
  vertical-align: top;
  margin: 0 8px;
}
#sp-top-bar .mod-languages .dropdown-toggle div b {
  background: none;
}
#sp-top-bar .mod-languages .dropdown-toggle div b::after {
  position: absolute;
  top: 6px;
  right: 9px;
  content: "\f107";
  font-family: "FontAwesome";
}
#sp-top-bar .mod-languages .dropdown-menu {
  min-width: 100px;
  padding: 0px;
  border-radius: 0px;
  top: 100%;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
#sp-top-bar .mod-languages .dropdown-menu > li {
  margin: 0px;
  padding: 5px 10px;
}
#sp-top-bar .mod-languages .dropdown-menu > li > a {
  color: #222;
  font-size: 12px;
}
#sp-top-bar .mod-languages .dropdown-menu > li > a img {
  vertical-align: baseline;
}
#sp-top-bar .mod-languages .dropdown-menu > li > a:focus, #sp-top-bar .mod-languages .dropdown-menu > li > a:hover {
  color: #2b8fff;
}
#sp-top-bar .sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -13px;
}
#sp-top-bar .sp-contact-info li {
  display: inline-block;
  margin: 0 13px;
  font-size: 13px;
  white-space: nowrap;
}
#sp-top-bar .sp-contact-info li .fa {
  margin-right: 10px;
  color: #2b8fff;
}
#sp-top-bar .sp-contact-info li .fa.fa-phone {
  background-image: url(../images/icon/icon-phone.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 16px;
  height: 14px;
  content: "";
}
#sp-top-bar ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  display: inline-block;
  line-height: 19px;
}
#sp-top-bar ul.social-icons > li {
  display: inline-block;
  margin: 0px 10px;
}
#sp-top-bar ul.social-icons > li a {
  font-size: 15px;
  color: #2b8fff;
}
#sp-top-bar ul.social-icons > li a:hover {
  color: #222;
}
#sp-top-bar ul.social-icons > li a .fa-youtube:before {
  content: "\f16a";
}
#sp-top2 {
  text-align: right;
}
#sp-top2 ul.social-icons {
  float: right;
}
#sp-header {
  height: 80px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #e3e6eb;
  z-index: 999;
  transition: transform 0.5s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, background-color 0.2s ease-in-out;
}
#sp-header #sp-logo {
  position: relative;
}
#sp-header #sp-logo:before {
  content: "";
  width: 1px;
  height: 80px;
  background: #e3e6eb;
  position: absolute;
  right: 0;
  top: 0;
}
#sp-header .logo {
  display: inline-flex;
  margin: 0;
  padding: 13px 0;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  height: 80px;
  position: fixed;
  z-index: 9999;
  top: 0;
  background: #fff !important;
}
#sp-section-bread {
  text-align: center;
  padding: 135px 0;
  margin: 0 0 100px;
}
#sp-section-bread .modtitle {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 15px;
  margin: 0px;
}
#sp-section-bread .breadcrumb {
  background-color: transparent;
  display: inline-block;
  margin: 0;
  font-size: 14px;
  padding: 0;
}
#sp-section-bread .breadcrumb > li {
  display: inline-block;
}
#sp-section-bread .breadcrumb > li:first-child:before {
  display: none;
}
#sp-section-bread .breadcrumb > li:first-child a:before {
  content: "\f015";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  display: none;
}
#sp-section-bread .breadcrumb > li a {
  color: #fff;
}
#sp-section-bread .breadcrumb > li a:hover {
  color: #2b8fff;
}
#sp-section-bread .breadcrumb > li.breadcrumb-item.active {
  color: #fff;
}
#sp-section-bread .breadcrumb > li.breadcrumb-item:before {
  color: #fff;
  content: "\e930";
  font-family: "icomoon";
}
label.hasPopover {
  display: block !important;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title .sp-page-title-heading {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title .sp-page-title-sub-heading {
  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;
}
.sp-module-title, .sppb-addon-title, .sp-module .heading-title {
  font-size: 36px;
  color: #38495e;
  margin-bottom: 25px;
  font-weight: 600;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.layout-boxed .body-innerwrapper .container {
  max-width: 1200px;
}
#sp-main-body {
  padding: 10px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  padding: 0px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 0px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
  color: #222;
  font-weight: 500;
  text-transform: capitalize;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module ul > li:first-child, #sp-right .sp-module ul > li:first-child {
  padding-top: 0;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt, .search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-list .article {
  margin-bottom: 35px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 0px;
  display: inline-block;
}
.article-list .article .entry-thumbnail .published .icon-calendar {
  display: none;
}
.article-list .article .entry-thumbnail .modified, .article-list .article .entry-thumbnail .create {
  margin-bottom: 15px;
  display: block;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: 0 0 15px 0;
  border-radius: 0 0 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  border-radius: 0;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #222;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
  color: #2b8fff;
}
.article-list .article .readmore {
  font-size: 14px;
  margin-top: 15px;
}
.article-list .article .readmore a {
  font-size: 14px;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 0;
  border: 0;
  cursor: pointer;
  color: #2b8fff;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #38495e;
}
.article-list .article .readmore a:after {
  content: "\e929";
  font-family: FontAwesome;
  font-size: 14px;
  font-family: "icomoon";
  display: inline-block;
  margin: 0 10px;
  float: right;
  margin-top: 4px;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.article-info > span {
  font-size: 0.813rem;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "";
}
.article-info > span a {
  color: #666;
}
.article-info > span a:hover {
  color: #2b8fff;
}
.article-info .published, .article-info .hits {
  display: none;
}
.article-details {
  border: 1px solid #ddd;
  padding: 20px;
}
.article-details .article-image .published {
  margin-bottom: 15px;
}
.article-details .article-image .published .icon-calendar {
  display: none;
}
.article-details .article-image .article-full-image {
  overflow: hidden;
}
.article-details .article-image .article-full-image img {
  transition: all 0.5s ease 0s;
}
.article-details .article-image .article-full-image:hover img {
  webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.article-details .article-header {
  position: relative;
  color: #222;
  clear: both;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 18px;
}
.article-details .articleBody, .article-details .article-content {
  line-height: 25px;
}
.article-details p {
  clear: both;
}
.article-details .alignnone {
  float: left;
  display: block;
  clear: none;
  margin: 20px 0 30px 0;
}
.article-details .link-edit-article {
  position: absolute;
  right: 0;
  top: 10px;
}
.article-details .article-info {
  margin-bottom: 0;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 15px;
}
.article-details .article-full-image img {
  display: inline-block;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.infor-footer {
  margin: 25px 0 15px;
  overflow: hidden;
}
.infor-footer .modified {
  float: left;
  margin: 0;
  width: 50%;
}
.list-tags {
  float: left;
  width: 50%;
  text-align: right;
}
.list-tags span.text-tags {
  color: #222;
  display: inline-block;
}
.list-tags span.tag {
  display: inline-block;
  margin: 0;
}
.list-tags span.tag:after {
  content: ",";
  display: inline-block;
  color: #999;
  margin-left: -3px;
}
.list-tags span.tag:last-child:after {
  display: none;
}
.list-tags span.tag a {
  font-size: 14px;
  padding: 0;
  color: #999;
}
.list-tags span.tag a:hover {
  color: #2b8fff;
}
.pager {
  list-style: none;
  margin: 50px 0 0;
  background: #dbe0fb;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
  width: 50%;
  margin: 25px 0;
  padding: 0 30px;
}
.pager > li.previous {
  float: left;
  border-right: 1px solid #fff;
}
.pager > li.next {
  float: right;
  text-align: right;
}
.pager > li a {
  display: block;
  font-size: 14px;
  color: #666;
}
.pager > li a.pagenav-link {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin-bottom: 15px;
}
.pager > li a.pagenav-link:hover {
  color: #2b8fff;
}
.pager > li .icon-chevron-right:before {
  content: "\e929";
}
.pager > li .icon-chevron-left:before {
  content: "\e927";
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-ratings {
  display: inline-block;
  align-items: center;
  margin: 0 30px;
  padding-left: 30px;
  border-left: solid 1px #ddd;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 13px;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f006";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before, .article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "\f005";
  color: #e7b000;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.search .form-group .input-group input.form-control {
  font-size: 14px;
}
.search .form-group .input-group, .search .form-group select:not(.form-control) {
  width: 45%;
}
.pagination-wrapper {
  align-items: center;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.pagination-counter {
  display: none;
}
.pagination-wrapper, .paginationblock {
  text-align: center;
  margin-bottom: 0px;
  padding: 0px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
}
.pagination-wrapper .pagination, .paginationblock .pagination {
  display: inline-block;
  border-radius: 0px;
}
.pagination-wrapper .pagination li, .paginationblock .pagination li {
  display: inline-block;
  padding: 0 5px;
}
.pagination-wrapper .pagination li a, .paginationblock .pagination li a, .pagination-wrapper .pagination li span, .paginationblock .pagination li span {
  border-radius: 0 !important;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  padding: 0 0px;
  color: #222;
  text-align: center;
  display: block;
  font-size: 16px;
  margin: 0;
  background: #fff;
}
.pagination-wrapper .pagination li a:focus, .paginationblock .pagination li a:focus, .pagination-wrapper .pagination li span:focus, .paginationblock .pagination li span:focus {
  box-shadow: none;
}
.pagination-wrapper .pagination li:hover a, .paginationblock .pagination li:hover a, .pagination-wrapper .pagination li:hover span, .paginationblock .pagination li:hover span {
  color: #fff;
  background-color: #2b8fff;
  border-color: #2b8fff;
}
.pagination-wrapper .pagination li.active a, .paginationblock .pagination li.active a, .pagination-wrapper .pagination li.active span, .paginationblock .pagination li.active span {
  color: #fff;
  background-color: #2b8fff;
  border-color: #2b8fff;
}
.article-social-share {
  float: right;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.article-social-share .social-share-icon ul li {
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 5px;
}
.article-social-share .social-share-icon ul li a {
  font-size: 1rem;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
  color: #fff;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  color: #fff;
}
.article-social-share .social-share-icon ul li a.facebook {
  background-color: #3a5897;
}
.article-social-share .social-share-icon ul li a.twitter {
  background-color: #2fc2ee;
}
.article-social-share .social-share-icon ul li a.gplus {
  background-color: #e14a3c;
}
.article-social-share .social-share-icon ul li a.linkedin {
  background-color: #1a3562;
}
.article-social-share #st-1.st-has-labels .st-btn {
  min-width: 80px;
  border-radius: 0;
  margin: 0 2px;
}
.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 {
  border-top: solid 1px #ddd;
  padding: 10px 0;
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.article-footer-top .hits {
  margin: 0 -4px;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
/*-----------postion bottom5 block custom html ---------------*/
#sp-bottom5 {
  margin-top: 100px;
  padding: 0 100px;
}
#sp-bottom5 .block-bottom5 {
  margin-bottom: -45px;
  padding: 10px;
  background: #2b8fff;
  overflow: hidden;
}
#sp-bottom5 .block-bottom5 .bl-adver {
  width: 140px;
  height: 70px;
  float: left;
  color: #fff;
  font-size: 12px;
  opacity: 0.6;
}
#sp-bottom5 .block-bottom5 .heading-title {
  float: left;
  margin: 21px 70px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
#sp-bottom5 .block-bottom5 .link-start {
  padding: 0 40px;
  margin: 15px 0;
  line-height: 40px;
  background: #fff;
  color: #2b8fff;
  font-size: 14px;
  border-radius: 20px;
  display: inline-block;
}
#sp-bottom5 .block-bottom5 .link-start:hover {
  color: #38495e;
}
#sp-bottom {
  padding: 100px 0 60px;
  line-height: 1.6;
  background: url("../images/bg-bottom.jpg") no-repeat center center;
  background-size: cover;
}
#sp-bottom .sp-module {
  margin-bottom: 0px;
}
#sp-bottom .sp-module .sp-module-title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 40px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul.menu li {
  position: relative;
  color: #ccc;
  margin-bottom: 15px;
  font-size: 14px;
}
#sp-bottom .sp-module ul.menu li a {
  text-transform: capitalize;
  color: #ccc;
  padding: 0;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#sp-bottom .sp-module ul.menu li a:before {
  content: "\f0da";
  font-size: 12px;
  font-family: "icomoon";
  margin-right: 10px;
}
#sp-bottom .sp-module ul.menu li a:hover {
  color: #2b8fff;
  padding-left: 5px;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
}
#sp-bottom .footer-contact img {
  margin-bottom: 25px;
}
#sp-bottom .footer-contact p {
  margin-bottom: 15px;
}
#sp-bottom .footer-contact ul li:before {
  content: "\e94b";
  font-size: 14px;
  font-family: "icomoon";
  display: inline-block;
  margin-right: 10px;
  color: #2b8fff;
  font-weight: 600;
}
#sp-bottom .footer-contact ul li.phone:before {
  content: "\e94b";
}
#sp-bottom .footer-contact ul li.email:before {
  content: "\e944";
}
#sp-bottom .footer-contact ul li.address:before {
  content: "\e945";
}
#sp-bottom .footer-contact ul li a {
  color: #2b8fff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
#sp-bottom .acymailing_module {
  margin-bottom: 30px !important;
}
#sp-bottom .acymailing_module .acymailing_module_form .acymailing_introtext {
  margin-bottom: 18px !important;
}
#sp-bottom .acymailing_module .acymailing_form {
  position: relative;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 0px;
  margin-bottom: 20px !important;
}
#sp-bottom .acymailing_module .acymailing_form .fieldacyemail {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
#sp-bottom .acymailing_module .acymailing_form .fieldacyemail input {
  border: none;
  border-radius: 0px;
  font-size: 14px;
  color: #ccc;
  padding: 0px 15px;
  line-height: 40px;
  transition: all 0.3s ease-in-out 0s;
}
#sp-bottom .acymailing_module .acymailing_form .acysubbuttons {
  display: inline-block;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#sp-bottom .acymailing_module .acymailing_form .acysubbuttons input {
  border: none;
  border-radius: 0;
  background: #2b8fff;
  padding: 0px 15px;
  line-height: 40px;
  text-transform: uppercase;
}
#sp-bottom .acymailing_module .acymailing_form .acysubbuttons input:hover {
  background: #38495e;
}
#sp-bottom .acymailing_module .acymailing_finaltext {
  font-size: 15px;
}
#sp-bottom .footer-socials .sp-module-title {
  margin-top: 25px;
}
#sp-bottom .sp-module .socials li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}
#sp-bottom .sp-module .socials li a {
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #1f2233;
  display: block;
  border: none;
  color: #ccc;
}
#sp-bottom .sp-module .socials li a i {
  font-size: 0px;
}
#sp-bottom .sp-module .socials li a i:before {
  font-size: 19px;
}
#sp-bottom .sp-module .socials li a:hover {
  background-color: #2b8fff;
}
#sp-footer {
  background: url("../images/bg-footer.jpg") no-repeat center center;
  background-size: cover;
}
#sp-footer .container-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer #sp-footer1 .custom p img {
  margin: 0 auto;
}
#sp-footer #sp-footer1 .sp-copyright {
  padding: 20px 25px;
  text-align: center;
}
#sp-footer #sp-footer1 .sp-copyright a {
  color: #2b8fff;
}
#sp-footer #sp-footer1 .sp-copyright a:hover {
  color: #fff;
}
#sp-footer #sp-footer1 .sp-copyright span {
  float: right;
}
#sp-footer #sp-footer1 .sp-copyright p {
  margin-bottom: 0;
}
#sp-footer #sp-footer2 {
  text-align: right;
}
#sp-footer #sp-footer2 .custom {
  display: inline-block;
}
#sp-footer #sp-footer2 .custom p {
  margin-bottom: 0px;
}
html.coming-soon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.coming-soon .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon #coming-soon-countdown {
  margin-top: 4rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds {
  margin: 0;
  float: left;
  width: 25%;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 1.5rem;
  letter-spacing: -1px;
  display: block;
  text-transform: uppercase;
}
html.coming-soon .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons {
  margin-top: 4rem;
}
html.coming-soon .coming-soon-login form {
  display: inline-block;
}
html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0 0 1rem;
  font-size: 6rem;
  line-break: 1;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.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;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
table.category thead > tr th a, table.category tbody > tr th a, table.category thead > tr td a, table.category tbody > tr td a {
  color: #212529;
  display: block !important;
}
table.category thead > tr th a:hover, table.category tbody > tr th a:hover, table.category thead > tr td a:hover, table.category tbody > tr td a:hover {
  color: #2b8fff;
}
.tooltip.show {
  opacity: 0;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control {
  position: relative;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-control.ctajax-error .el-error, .contact-ajax .ctajax-element .el-ctajax-form .el-control.ctajax-ok .el-ok {
  margin-top: 0px !important;
}
.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .ca-tooltip, .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-ok {
  position: absolute;
  top: 2px;
  right: 15px;
}
.rtl .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .ca-tooltip, .rtl .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-ok {
  left: 15px;
  right: auto;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 40px;
  font-size: 13px;
  text-transform: uppercase;
  color: #626262;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #38495e;
}
.sp-scroll-up span.backto {
  margin-left: 15px;
  font-weight: 400;
  display: none;
}
.sp-scroll-up span.fa:before {
  content: "\f077";
  color: #fff;
}
.sp-scroll-up span.fa {
  color: #fff;
  background: #2b8fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
}
.sp-scroll-up span.fa:hover:before {
  color: #38495e;
}
.control-group {
  margin-bottom: 1rem;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  /*padding: .5rem 0.75rem;*/
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, .15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, .2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, .5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#sp-cookie-consent {
  position: fixed;
  font-size: 16px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
#sp-cookie-consent > div {
  padding: 20px;
  position: relative;
}
#sp-position-1 .pre-text {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}
#sp-position-1 .sp-module-title {
  text-align: center;
}
#sp-position-1 .contact-ajax .ctajax-element .el-ctajax-form input {
  width: 100%;
}
#sp-position-1 .contact-ajax .ctajax-element .el-info-contact .info-address i, #sp-position-1 .sp-module .contact-ajax .ctajax-element .el-info-contact .info-mobie i, #sp-position-1 .sp-module .contact-ajax .ctajax-element .el-info-contact .info-mail i {
  color: #2b8fff;
}
#sp-position-1 .sp-module .contact-ajax .ctajax-element .el-ctajax-form input[type="submit"] {
  background-color: #2b8fff;
  color: #fff;
}
.ratingbox {
  position: relative;
  display: inline-block;
}
.ratingbox div, .ratingbox span {
  display: block;
  width: 1%;
  height: 24px;
  position: static;
}
.sp-module.slide {
  margin-top: 24px;
}
.sp-column h2.modtitle {
  font-weight: bold;
}
.profile-edit .form-group button.btn#helpsite-refresh {
  margin-top: 15px;
}
#sp-slide .yt-content-slider .owl-nav [class*='owl-'] {
  line-height: 44px;
}
.search .controls input[type="radio"] {
  margin: 0 6px;
}
.search .error {
  padding-bottom: 40px;
}
.article-details .article-header h1 {
  font-size: 18px;
  margin-bottom: 15px;
}
.alert.alert-notice {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
#sp-component {
  margin-bottom: 0px;
}
#sp-component #form-login {
  margin-bottom: 15px;
}
#sp-component .form-validate h2 {
  margin-bottom: 15px;
}
.blog-featured .item {
  margin-bottom: 35px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 0px;
  display: inline-block;
}
.blog-featured .item-title {
  clear: both;
  font-size: 18px;
  margin: 0 0 10px;
}
.blog-featured .item-title a {
  color: #222;
}
.blog-featured .item-title a:hover {
  color: #2b8fff;
}
.blog-featured p {
  line-height: 24px;
}
.blog-featured .readmore {
  margin-top: 10px;
}
.blog-featured .readmore a {
  font-size: 14px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0;
  border: 0;
  cursor: pointer;
  color: #2b8fff;
}
.blog-featured .readmore a:after {
  content: "\e929";
  font-family: "icomoon";
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  float: right;
  margin-top: 4px;
}
.blog-featured .readmore a:hover {
  color: #38495e;
}
.blog-featured .article-intro-image {
  margin-bottom: 18px;
}
.blog-featured .entry-thumbnail .create {
  margin-bottom: 15px;
  display: block;
}
.blog-featured .list-tags {
  margin-top: 15px;
  width: 100%;
  text-align: left;
}
.vm-order-done .post_payment_payment_name, .vm-order-done .post_payment_order_number, .vm-order-done .post_payment_order_total, .vm-order-done .vm-button-correct {
  margin-bottom: 15px;
}
.category-list select:not([multiple]).inputbox {
  width: 80px;
}
.login .list-group a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  background-color: #38495e;
  left: 10px;
  transition: all 0.2s ease-in-out 0s;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
/*
 .sp-module.all-categories{
 position: relative;margin: 0;
 &:hover{
 .sj-flat-menu{
 display: block;
 }
 }
 .sp-module-title{
 background-color: $link_color;
 border: 0 none;
 color: #222;
 height: 52px;
 line-height: 52px;
 padding: 0 40px 0 20px;
 margin: 0;
 font-size: 14px;
 font-weight:600;
 position: relative;
 text-transform: uppercase;
 cursor: pointer;
 &:after{
 background-image: url(../images/icon-cate.png);
 border: 0 none;
 content: "";
 height: 10px;
 position: absolute;
 right: 12px;
 left: auto;
 top: 22px;
 width: 12px;
 }
 }
 .sj-flat-menu{
 border-top: 0;
 border-left: 1px solid #ddd;
 border-right: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
 padding: 0;
 display: none;
 position: absolute;
 width: 100%;
 z-index: 9;
 li{		
 border-bottom:1px solid #ddd;
 &.fm-last{border-bottom:0px;}
 &:hover{
 background: #fafafa;
 a{
 color: $link_color;
 }
 }
 .fm-item {
 .fm-link{
 a{
 color:#222;
 &:hover{
 color:$link_color;
 }
 }
 }
 }
 .fm-container{
 ul{
 min-width: 260px;
 li{
 border-bottom: 1px solid #ddd;
 border-left: 1px solid #ddd;
 border-right: 1px solid #ddd;
 a{
 color: #444;
 }
 &:hover{
 a{
 color:$link_color;
 }				
 }
 .fm-container{
 ul{
 li{
 a{
 color: #444;
 }
 &:hover{
 a{
 color:$link_color;
 }				
 }
 }
 }
 }
 }
 li.fm-first{
 border-top: 1px solid #ddd;
 }
 }
 }
 }
 }
 }
 .module.all-categories:hover .sj-flat-menu{display: block;}
 */
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0px 0px;
  z-index: 99;
  display: block;
  float: none;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 29px 21px;
  margin: 0;
  text-transform: capitalize;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 30px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 8px 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  padding: 0px 0;
  cursor: pointer;
  font-weight: normal !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-dropdown-mega .sp-dropdown-inner {
  padding: 30px;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
.home-layout1 .sp-megamenu-parent > li:first-child > a {
  color: #2b8fff;
}
body.ltr .sp-megamenu-parent > li {
  /*font-family: "FontAwesome";
   content: "\f107";
   float: right;
   margin-left: 7px;
   */
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
#offcanvas-toggler {
  display: block;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.rtl.offcanvas-active .offcanvas-overlay {
  left: -300px;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 5px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 14px;
  padding: 0.125rem 0;
  position: relative;
  line-height: 29px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "icomoon";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\e950";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\e978";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
#offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
#offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
.offcanvs-position-left .body-wrapper {
  left: 0;
}
.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
.offcanvs-position-right .body-wrapper {
  right: 0;
}
.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
.close-offcanvas {
  right: 22px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
@-moz-keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
@-ms-keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
@-o-keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
@keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
.right-header a {
  font-size: 14px;
  color: #f60;
  font-weight: 600;
  padding: 13px 15px 10px 0;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.right-header a:hover {
  color: #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.95);
    opacity: 0.7;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
}
@-webkit-keyframes pulse-icon-color-main {
  70% {
    box-shadow: 0 0 0 30px rgba(156, 187, 45, 0), 0 0 0 15px rgba(156, 187, 45, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(156, 187, 45, 0), 0 0 0 0 rgba(156, 187, 45, 0);
  }
}
*, html {
  outline: none !important;
}
body {
  scrollbar-face-color: #777;
  scrollbar-track-color: #d6d6d6;
  background-color: #fff;
  color: #666;
  font-size: 16px;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
::-webkit-scrollbar-thumb {
  background: #777;
}
::-webkit-scrollbar-track {
  background: #d6d6d6;
}
.row {
  margin-left: * -1;
  overflow: inherit;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
@media (min-width: 1199px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  #sp-main-body {
    padding: 10px 0;
  }
  .hidden-lg {
    display: none !important;
  }
  body.helix-ultimate .sppb-row-container {
    max-width: 1400px;
  }
  body.helix-ultimate .col-lg-12.col-xl-9 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  #offcanvas-toggler {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  ::-webkit-scrollbar {
    width: 0.3em;
    height: 0.3em;
  }
  ::-webkit-scrollbar-thumb {
    background: #777;
  }
  ::-webkit-scrollbar-track {
    background: #d6d6d6;
  }
  body {
    scrollbar-face-color: #777;
    scrollbar-track-color: #d6d6d6;
  }
}
/*================ LINK & COLUMN ===================*/
ul.menu, ol.menu, ul.blank {
  list-style: none;
  margin: 0;
  padding: 0;
}
option {
  padding: 2px 5px;
  border-width: 1px;
}
.alert ol li {
  list-style-type: decimal;
  margin: 0 0 5px 15px;
}
img {
  max-width: 100%;
}
.over {
  overflow: visible;
}
.align-center {
  display: table;
  margin: 0 auto;
}
.text-danger {
  color: #fff;
  display: inline-block;
  background-color: #a94442;
  padding: 0 5px;
  margin: 5px 0;
  border-radius: 3px;
  font-size: 11px;
}
a, a:visited, a:active, a:link, a:focus, a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
body a {
  color: #38495e;
}
body a:hover {
  color: #2b8fff;
  text-decoration: none;
}
body a:focus {
  text-decoration: none;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0 0 10px 0;
}
body input, body textarea, body button {
  outline: medium none !important;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 5px;
  cursor: pointer;
}
body img {
  display: block;
  max-width: 100%;
  height: auto;
}
.hidden {
  display: none !important;
}
.clearfix {
  overflow: inherit;
}
select::-ms-expand {
  display: none;
}
@media (min-width: 1199px) {
  .col-lg-15 {
    width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/*==============*/
#sp-top-bar .well-shop {
  line-height: 17px;
}
#sp-top-bar .well-shop:after {
  content: "";
  display: inline-block;
  background: #b8b8b8;
  margin: 0 28px;
  width: 1px;
  height: 16px;
  vertical-align: text-top;
}
/* ====================== search module ====================== */
#sp-header .search-header {
  position: relative;
  z-index: 99;
  margin: 22.5px 0px;
}
#sp-header .search-header .ic-search {
  display: none;
}
#sp-header .search-header .ic-search i {
  font-size: 16px;
  color: #2b8fff;
}
#sp-header .search-header .ic-search.active i::before {
  content: "\f00d";
  color: #38495e;
  display: none;
}
#sp-header .search-header .ic-search:hover {
  cursor: pointer;
  color: #38495e;
}
#sp-header .search-header .search-wrapper .input-group .form-control {
  border: none;
  border-radius: 22px;
  font-size: 13px;
  padding: 0 20px !important;
  color: #2b8fff;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 15px;
  padding: 0;
  width: 100px;
}
#sp-header .search-header .search-wrapper .input-group .form-control button {
  z-index: 11;
}
#sp-header .search-header .search-wrapper .input-group .form-control:focus {
  box-shadow: none;
}
#sp-header .search-header .search-wrapper .input-group .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #2b8fff;
}
#sp-header .search-header .search-wrapper .input-group .form-control::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2b8fff;
}
#sp-header .search-header .search-wrapper .input-group .form-control::placeholder {
  color: #2b8fff;
}
#sp-header .search-header .search-wrapper .input-group .btn-primary {
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  padding: 0;
  background: transparent;
  border: transparent;
  font-size: 0;
  margin: 0px;
  position: absolute;
  z-index: 99;
  top: 0px;
  right: 20px;
  color: #2b8fff;
}
#sp-header .search-header .search-wrapper .input-group .btn-primary:before {
  content: "\e954";
  font-family: "icomoon";
  font-size: 20px;
  display: inline-block;
}
#sp-header .search-header .search-wrapper .input-group .btn-primary:hover {
  color: #38495e;
}
#sp-header .search-header .search-wrapper .input-group .btn-primary:focus {
  box-shadow: none;
}
#sp-header .search-header:hover .search-wrapper .input-group .form-control {
  width: 270px;
  opacity: 1;
  right: 0px;
}
#sp-user1 .sp-module {
  float: right;
}
#sp-user1 .block-quote {
  margin: 22.5px 0;
}
#sp-user1 .block-quote a {
  padding: 0 24px;
  line-height: 33px;
  border: 1px solid #2b8fff;
  color: #2b8fff;
  font-size: 14px;
  border-radius: 22px;
  display: inline-block;
}
#sp-user1 .block-quote a:hover {
  border: 1px solid #38495e;
}
/*-----------slider ---------------*/
#sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption {
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
}
.sp-module.homepage-slider .owl-controls .owl-nav {
  max-width: 1170px;
  margin: 0 auto;
}
#sp-slideshow .container {
  max-width: 100%;
  padding: 0;
}
#sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption {
  padding: 0;
  background: transparent;
  color: #38495e;
  text-align: left;
  position: relative;
  bottom: 0;
}
#sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp {
  max-width: 50%;
  position: absolute;
  bottom: 115px;
  left: 0;
  right: 0;
}
#sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .link-wellcom {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
  border-radius: 15px;
  background: #2b8fff;
  padding: 0 22px;
  display: inline-block;
  margin-bottom: 10px;
  opacity: 0;
}
#sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-title {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 45px;
  color: #38495e;
  opacity: 0;
}
#sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-title span {
  color: #2b8fff;
}
#sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-descrip {
  font-size: 16px;
  color: #38495e;
  margin: 35px 0;
  line-height: 25px;
  opacity: 0;
}
#sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-button {
  opacity: 0;
  overflow: hidden;
}
#sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-button .link-button {
  padding: 0 40px;
  line-height: 50px;
  background: #38495e;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  border-radius: 25px;
  float: left;
}
#sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-button .link-button:hover {
  background: #2b8fff;
}
#sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-button a.video-slider {
  float: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  color: #38495e;
}
#sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-button a.video-slider i {
  margin-left: 20px;
  vertical-align: top;
  font-size: 0;
}
#sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-button a.video-slider i:before {
  font-family: "icomoon";
  font-weight: normal;
  margin: 0 8px;
  vertical-align: middle;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  background: #2b8fff;
  color: #fff;
  content: "\f0da";
}
#sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-button a.video-slider i:before:hover {
  background: #38495e;
}
#sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-list {
  opacity: 0;
  clear: both;
  margin: 0 -30px;
  margin-top: 40px;
}
#sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-list .lst-head div {
  margin: 0 30px;
  display: inline-block;
  width: 116px;
}
#sp-slideshow .custom.homepage-slider .owl-item.active .yt-content-slide .caption .link-wellcom {
  opacity: 1 !important;
  animation: myeffect-slideshow 3s ease-in-out;
  -webkit-animation: myeffect-slideshow 3s ease-in-out;
  -moz-animation: myeffect-slideshow 3s ease-in-out;
  -o-animation: myeffect-slideshow 3s ease-in-out;
}
#sp-slideshow .custom.homepage-slider .owl-item.active .yt-content-slide .caption .slide-title {
  opacity: 1 !important;
  animation: myeffect-slideshow 2.5s ease-in-out;
  -webkit-animation: myeffect-slideshow 2.5s ease-in-out;
  -moz-animation: myeffect-slideshow 2.5s ease-in-out;
  -o-animation: myeffect-slideshow 2.5s ease-in-out;
}
#sp-slideshow .custom.homepage-slider .owl-item.active .yt-content-slide .caption .slide-descrip {
  opacity: 1 !important;
  animation: myeffect-slideshow 2s ease-in-out;
  -webkit-animation: myeffect-slideshow 2s ease-in-out;
  -moz-animation: myeffect-slideshow 2s ease-in-out;
  -o-animation: myeffect-slideshow 2s ease-in-out;
}
#sp-slideshow .custom.homepage-slider .owl-item.active .yt-content-slide .caption .slide-button {
  opacity: 1 !important;
  animation: myeffect-slideshow 1.5s ease-in-out;
  -webkit-animation: myeffect-slideshow 1.5s ease-in-out;
  -moz-animation: myeffect-slideshow 1.5s ease-in-out;
  -o-animation: myeffect-slideshow 1.5s ease-in-out;
}
#sp-slideshow .custom.homepage-slider .owl-item.active .yt-content-slide .caption .slide-list {
  opacity: 1 !important;
  animation: myeffect-slideshow 1s ease-in-out;
  -webkit-animation: myeffect-slideshow 1s ease-in-out;
  -moz-animation: myeffect-slideshow 1s ease-in-out;
  -o-animation: myeffect-slideshow 1s ease-in-out;
}
#sp-slideshow .homepage-slider .owl-controls .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
}
#sp-slideshow .homepage-slider .owl-controls .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin: 0px 1px;
  text-align: center;
  position: relative;
}
#sp-slideshow .homepage-slider .owl-controls .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 3px;
  left: 3px;
  margin: 0px;
  border: 1px solid #38495e;
  background: #38495e;
  display: inline-block;
}
#sp-slideshow .homepage-slider .owl-controls .owl-dots .owl-dot span:hover {
  background: #fff;
  border: 1px solid #2b8fff;
  width: 11px;
  height: 11px;
  margin: 0px 0;
  top: 0px;
  left: 0px;
}
#sp-slideshow .homepage-slider .owl-controls .owl-dots .owl-dot.active span {
  background: #fff;
  margin: 0px 0;
  border: 1px solid #2b8fff;
  width: 11px;
  height: 11px;
  top: 0px;
  left: 0px;
}
#sp-slideshow .homepage-slider .owl-controls .owl-nav {
  position: relative;
}
#sp-slideshow .homepage-slider .owl-controls .owl-nav > div {
  background: transparent;
  border: none;
  border-radius: 0;
  width: auto;
  height: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  opacity: 1;
  z-index: 99;
  top: auto;
  bottom: 50px;
  font-size: 12px;
  font-weight: 500;
  color: #b9b9b9;
  margin: 0px -10px;
  font-family: 'Poppins', sans-serif;
}
#sp-slideshow .homepage-slider .owl-controls .owl-nav > div:hover {
  color: #38495e;
  background: transparent;
}
#sp-slideshow .homepage-slider .owl-controls .owl-nav > div:before {
  font-family: 'FontAwesome';
  content: "";
  display: inline-block;
  text-indent: 0 !important;
  width: 15px;
  height: 10px;
  margin: 0 10px;
  background: url(../images/icon/icon-arrow.png) no-repeat 0 0;
}
#sp-slideshow .homepage-slider .owl-controls .owl-nav .owl-prev {
  left: auto;
  right: 135px;
}
#sp-slideshow .homepage-slider .owl-controls .owl-nav .owl-prev:before {
  background-position: 0 100%;
}
#sp-slideshow .homepage-slider .owl-controls .owl-nav .owl-prev:hover:before {
  background-position: 0 0;
}
#sp-slideshow .homepage-slider .owl-controls .owl-nav .owl-next {
  left: auto;
  right: 0px;
  padding-left: 28px;
  border-left: 1px solid #bdbdbd;
}
#sp-slideshow .homepage-slider .owl-controls .owl-nav .owl-next:before {
  background-position: 100% 100%;
  float: right;
  margin-top: 2px;
}
#sp-slideshow .homepage-slider .owl-controls .owl-nav .owl-next:hover:before {
  background-position: 100% 0;
}
.layout-boxed #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption {
  max-width: 1170px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .layout-boxed #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption {
    max-width: 930px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .layout-boxed #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption {
    max-width: 690px;
  }
}
/*-------------------block video custom html -----------------------*/
.block-video {
  margin: 100px 0;
  overflow: hidden;
  background: #fff;
}
.block-video .pretext {
  font-size: 14px;
  padding: 0 22px;
  line-height: 30px;
  display: inline-block;
  background: #d0e6ff;
  color: #2b8fff;
  border-radius: 15px;
  text-transform: capitalize;
}
.block-video .heading-title {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #38495e;
  text-transform: capitalize;
}
.block-video p {
  line-height: 25px;
  margin-bottom: 35px;
}
.block-video .link-button {
  padding: 0 40px;
  line-height: 50px;
  background: #38495e;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  border-radius: 25px;
}
.block-video .link-button:before {
  display: inline-block;
  content: "\e929";
  font-family: "icomoon";
  margin-left: 10px;
  float: right;
}
.block-video .link-button:hover {
  background: #2b8fff;
}
.block-video .box-video {
  float: left;
  margin-right: 60px;
}
.block-video #yt-lightbox {
  margin: 0;
  border-radius: 0px;
  max-width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 30px;
}
.block-video #yt-lightbox:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  top: 0;
  background: url(../images/bg-video.png) no-repeat 0 0;
  pointer-events: none;
  background-size: contain;
}
.block-video #yt-lightbox a img {
  margin-top: -30px;
}
.block-video #yt-lightbox .lightbox-hover {
  opacity: 1;
  box-shadow: none;
  background: #2b8fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px;
  text-align: center;
  animation: pulse-icon-color-main 1.5s infinite;
  box-shadow: 0 0 0 0 rgba(43, 143, 255, 0.4), 0 0 0 0 rgba(43, 143, 155, 0.6);
}
.block-video #yt-lightbox .lightbox-hover:before {
  content: "\e94e";
  font-family: "icomoon";
  font-size: 20px;
  display: inline-block;
  color: #fff;
}
.block-video #yt-lightbox .lightbox-hover:hover {
  background: #38495e;
}
/*-------------------block services custom html -----------------------*/
.block-services {
  margin: 100px 0;
  text-align: center;
}
.block-services .pretext {
  font-size: 14px;
  padding: 0 22px;
  line-height: 30px;
  display: inline-block;
  background: #d0e6ff;
  color: #2b8fff;
  border-radius: 15px;
  text-transform: capitalize;
}
.block-services .heading-title {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 50px;
  color: #38495e;
  text-transform: capitalize;
}
.block-services .block-warp {
  text-align: left;
}
.block-services .block-warp .row:first-child .block-item {
  margin-bottom: 30px;
}
.block-services .block-warp .block-item {
  transition: all 0.2s ease-in-out 0s;
}
.block-services .block-warp .block-item .block-img {
  overflow: hidden;
}
.block-services .block-warp .block-item .block-img img {
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.block-services .block-warp .block-item .block-content {
  border: 1px solid #ddd;
  border-width: 0px 1px 1px 1px;
  padding: 15px 30px 20px 30px;
  transition: all 0.3s ease-in-out 0s;
}
.block-services .block-warp .block-item .block-content a {
  color: #2b8fff;
  text-transform: uppercase;
}
.block-services .block-warp .block-item .block-content a:before {
  content: "\f111";
  font-family: "icomoon";
  display: inline-block;
  margin-right: 10px;
  font-size: 7px;
  vertical-align: 2px;
}
.block-services .block-warp .block-item .block-content a:hover {
  color: #38495e;
}
.block-services .block-warp .block-item .block-content p {
  font-size: 18px;
  color: #38495e;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 3px;
}
.block-services .block-warp .block-item:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.block-services .block-warp .block-item:hover .block-content {
  border-color: #2b8fff;
}
.block-services .block-warp .block-item:hover .block-img img {
  webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
/*-----------process block custom html ---------------*/
.block-process {
  margin: 100px 0;
  text-align: center;
}
.block-process .pretext {
  font-size: 14px;
  padding: 0 35px;
  line-height: 30px;
  display: inline-block;
  background: #ffadca;
  color: #ff00d2;
  border-radius: 15px;
  text-transform: capitalize;
}
.block-process .heading-title {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 60px;
  color: #38495e;
  text-transform: capitalize;
}
.block-process .block-warp {
  position: relative;
}
.block-process .block-warp:before {
  content: "";
  width: 473px;
  height: 315px;
  display: inline-block;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -236px;
  border-radius: 100%;
  border: dashed 1px #e04c4c;
}
.block-process .block-warp .col-break {
  margin-left: 12.5%;
}
.block-process .block-warp .item-link {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.block-process .block-warp .item-link:hover {
  color: #2b8fff;
}
.block-process .block-warp .item-link:before {
  content: "\e954";
  font-size: 18px;
  font-family: "icomoon";
  margin-right: 20px;
}
.block-process .block-warp .item-link.item-link1:before {
  content: "\e952";
}
.block-process .block-warp .item-link.item-link3:before {
  content: "\e96f";
}
.block-process .block-warp .item-link.item-link4:before {
  content: "\e924";
}
.block-process .block-warp .item-link.item-link1, .block-process .block-warp .item-link.item-link4 {
  margin-top: 70px;
}
.block-process .block-warp .item-link.item-link2, .block-process .block-warp .item-link.item-link3 {
  margin-bottom: 70px;
}
.block-process .block-warp .block-item {
  display: inline-block;
  color: #fff;
  background: #e04c4c;
  border-radius: 10px;
  position: relative;
  transform: rotate(45deg);
  width: 177px;
  height: 177px;
}
.block-process .block-warp .block-item:hover {
  opacity: 0.9;
}
.block-process .block-warp .block-item .block-content {
  transform: rotate(-45deg);
  width: 177px;
  height: 177px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  padding: 0 9px;
}
.block-process .block-warp .block-item.item-img {
  background: none;
}
.block-process .block-warp .block-item.item-img:before {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  z-index: -1;
  width: 95px;
  height: 95px;
  border-radius: 5px;
  background: #0098e1;
}
.block-process .block-warp .block-item.item-img .block-content {
  padding: 0px 0;
  display: inline-block;
  overflow: hidden;
  transform: rotate(0deg);
  border-radius: 10px;
}
.block-process .block-warp .block-item.item-img .block-content img {
  margin-top: -35px;
  margin-left: -35px;
  width: 250px;
  height: 250px;
  max-width: none;
  transform: rotate(-45deg);
}
.block-process .block-warp .block-item.item-img .block-num {
  position: absolute;
  top: 83%;
  left: 83%;
  width: 45px;
  height: 45px;
  z-index: 1;
  border-radius: 5px;
  font-size: 18px;
  transform: rotate(-45deg);
  display: table-cell;
  vertical-align: middle;
}
.block-process .block-warp .block-item.item-img .block-num:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: -1;
  width: 45px;
  height: 45px;
  transform: rotate(45deg);
  border-radius: 5px;
  background: #0098e1;
}
.block-process .block-warp .block-item.item-img1, .block-process .block-warp .block-item.item-img4, .block-process .block-warp .block-item.item-txt3 {
  margin-top: -35px;
}
.block-process .block-warp .block-item.item-txt1, .block-process .block-warp .block-item.item-txt2 {
  margin-top: 88px;
}
.block-process .block-warp .block-item.item-img3:before, .block-process .block-warp .block-item.item-img3 .block-num:before {
  background: #016cd6;
}
.block-process .block-warp .block-item.item-img1:before {
  background: #7cd300;
  top: 54%;
  left: 54%;
}
.block-process .block-warp .block-item.item-img1 .block-num {
  top: 0;
  left: 0;
}
.block-process .block-warp .block-item.item-img1 .block-num:before {
  background: #7cd300;
  top: -12px;
  left: 0px;
}
.block-process .block-warp .block-item.item-img4:before {
  top: 54%;
  left: 54%;
  background: #00bf90;
}
.block-process .block-warp .block-item.item-img4 .block-num {
  top: 0;
  left: 0px;
}
.block-process .block-warp .block-item.item-img4 .block-num:before {
  background: #00bf90;
  top: -12px;
  left: 0px;
}
.block-process .block-warp .block-item.item-txt3 {
  background: #016cd6;
}
.block-process .block-warp .block-item.item-txt2 {
  background: #794bb7;
}
/*-------------------block services custom html -----------------------*/
#sp-section4 .container {
  max-width: 100%;
  padding: 0;
}
.block-gallery {
  margin: 100px 0;
  text-align: center;
}
.block-gallery .pretext {
  font-size: 14px;
  padding: 0 22px;
  line-height: 30px;
  display: inline-block;
  background: #e2dfff;
  color: #5a49f8;
  border-radius: 15px;
  text-transform: capitalize;
}
.block-gallery .heading-title {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 50px;
  color: #38495e;
  text-transform: capitalize;
}
.block-gallery .block-warp {
  margin: 0 -15px;
}
.block-gallery .block-warp .yt-gallery-tabbed {
  display: none;
}
.block-gallery .block-warp ul.gallery-list > li {
  padding: 0;
}
.block-gallery .block-warp ul.gallery-list .item-gallery .item-gallery-title {
  background: none;
  padding: 0;
  bottom: 50%;
  margin-bottom: -35px;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.block-gallery .block-warp ul.gallery-list .item-gallery .item-gallery-title .box-title {
  font-size: 14px;
  padding: 0 22px;
  line-height: 30px;
  display: inline-block;
  background: #2b8fff;
  color: #fff;
  border-radius: 15px;
  text-transform: capitalize;
}
.block-gallery .block-warp ul.gallery-list .item-gallery .item-gallery-title .box-info {
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
}
.block-gallery .block-warp ul.gallery-list .item-gallery .item-gallery-hover1 {
  background: #000;
}
.block-gallery .block-warp ul.gallery-list .item-gallery:hover .item-gallery-title {
  opacity: 1;
}
.block-gallery .block-warp ul.gallery-list .item-gallery:hover .item-gallery-hover1 {
  opacity: 0.4;
}
.block-gallery .block-warp ul.gallery-list .item-gallery:hover h3.item-gallery-title.caption_gallery_2 {
  left: 0;
}
/*-----------block-partners block custom html ---------------*/
.block-partners {
  margin: 100px 0;
  text-align: center;
}
.block-partners .pretext {
  font-size: 14px;
  padding: 0 22px;
  line-height: 30px;
  display: inline-block;
  background: #d0e6ff;
  color: #2b8fff;
  border-radius: 15px;
  text-transform: capitalize;
}
.block-partners .heading-title {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 50px;
  color: #38495e;
  text-transform: capitalize;
}
.block-partners .block-warp .item .row-2 {
  margin: 30px 12.5%;
}
.block-partners .block-warp .item .block-inner {
  border: 1px solid #ddd;
  transition: all 0.2s ease-in-out 0s;
  overflow: hidden;
}
.block-partners .block-warp .item .block-inner img {
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.block-partners .block-warp .item .block-inner:hover {
  border: 1px solid #2b8fff;
}
.block-partners .block-warp .item .block-inner:hover img {
  webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.block-partners .owl-controls .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin: 0px 1px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.block-partners .owl-controls .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 3px;
  left: 3px;
  margin: 0px;
  border: 1px solid #38495e;
  border-radius: 100%;
  background: #38495e;
  display: inline-block;
}
.block-partners .owl-controls .owl-dots .owl-dot span:hover {
  background: #fff;
  border: 1px solid #2b8fff;
  width: 11px;
  height: 11px;
  margin: 0px 0;
  top: 0px;
  left: 0px;
}
.block-partners .owl-controls .owl-dots .owl-dot.active span {
  background: #fff;
  margin: 0px 0;
  border: 1px solid #2b8fff;
  width: 11px;
  height: 11px;
  top: 0px;
  left: 0px;
}
/*-----------block-team block custom html ---------------*/
.block-team {
  margin: 100px 0 90px;
  text-align: center;
}
.block-team .pretext {
  font-size: 14px;
  padding: 0 22px;
  line-height: 30px;
  display: inline-block;
  background: #d0e6ff;
  color: #2b8fff;
  border-radius: 15px;
  text-transform: capitalize;
}
.block-team .heading-title {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 50px;
  color: #38495e;
  text-transform: capitalize;
}
.block-team .block-warp .item .yt-member {
  margin: 0 0 10px;
}
.block-team .block-warp .item .yt-member .yt-member-photo {
  overflow: hidden;
}
.block-team .block-warp .item .yt-member .yt-member-photo img {
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.block-team .block-warp .item .yt-member .yt-member-photo:hover {
  opacity: 0.9;
}
.block-team .block-warp .item .yt-member .yt-member-photo:hover img {
  webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.block-team .block-warp .item .yt-member .yt-member-info {
  text-align: center;
  padding: 15px;
}
.block-team .block-warp .item .yt-member .yt-member-info .yt-member-name {
  font-weight: 600;
  font-size: 16px;
  color: #222;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.block-team .block-warp .item .yt-member .yt-member-info .yt-member-role {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 0;
  opacity: 1;
}
.block-team .block-warp .item .yt-member:hover {
  border: 1px solid #2b8fff;
}
.block-team .owl-controls .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin: 0px 1px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.block-team .owl-controls .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 3px;
  left: 3px;
  margin: 0px;
  border: 1px solid #38495e;
  border-radius: 100%;
  background: #38495e;
  display: inline-block;
}
.block-team .owl-controls .owl-dots .owl-dot span:hover {
  background: #fff;
  border: 1px solid #2b8fff;
  width: 11px;
  height: 11px;
  margin: 0px 0;
  top: 0px;
  left: 0px;
}
.block-team .owl-controls .owl-dots .owl-dot.active span {
  background: #fff;
  margin: 0px 0;
  border: 1px solid #2b8fff;
  width: 11px;
  height: 11px;
  top: 0px;
  left: 0px;
}
/*-----------block-Testimonials block custom html ---------------*/
#sp-section7 {
  background: url(../images/bg_tes.png) no-repeat 0% 80%;
}
.block-testimonials {
  margin: 100px 0 90px;
  text-align: center;
  position: relative;
}
.block-testimonials .pretext {
  font-size: 14px;
  padding: 0 22px;
  line-height: 30px;
  display: inline-block;
  background: #d0e6ff;
  color: #2b8fff;
  border-radius: 15px;
  text-transform: capitalize;
}
.block-testimonials .heading-title {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #38495e;
  text-transform: capitalize;
}
.block-testimonials:before {
  content: "";
  display: inline-block;
  background: url(../images/bg_tes.png) no-repeat 0 0;
  background-size: 100%;
  width: 80px;
  height: 14px;
  position: absolute;
  top: 30px;
  left: 150px;
}
.block-testimonials:after {
  content: "";
  display: inline-block;
  background: url(../images/bg_tes2.png) no-repeat 0 0;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 81%;
  right: -18px;
}
.block-testimonials .block-warp .testimonial-title {
  margin-bottom: 0;
}
.block-testimonials .block-warp .yt-testimonial {
  margin: 0;
}
.block-testimonials .block-warp .yt-testimonial .extraslider-inner {
  padding-bottom: 0;
}
.block-testimonials .block-warp .item .item-wrap {
  position: relative;
}
.block-testimonials .block-warp .item .item-wrap .item-wrap-inner {
  margin: 50px 12px 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: inline-block;
  overflow: visible;
  background: url(../images/icon-quote.png) no-repeat 95% 90%;
}
.block-testimonials .block-warp .item .item-wrap .item-wrap-inner:after {
  content: "";
  width: 80%;
  height: 20px;
  background: #2b8fff;
  opacity: 0.6;
  bottom: -20px;
  left: 40px;
  right: 40px;
  display: inline-block;
  position: absolute;
}
.block-testimonials .block-warp .item .item-wrap .item-wrap-inner:before {
  content: "";
  height: 10px;
  background: #2b8fff;
  opacity: 0.6;
  bottom: -10px;
  left: 20px;
  right: 20px;
  display: inline-block;
  position: absolute;
}
.block-testimonials .block-warp .item .item-wrap .item-wrap-inner .item-image .item-info {
  padding: 70px 30px 30px;
  width: 100%;
  background: #fff;
}
.block-testimonials .block-warp .item .item-wrap .item-wrap-inner .item-image .item-info .content-info {
  line-height: 25px;
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}
.block-testimonials .block-warp .item .item-wrap .item-wrap-inner .item-image .item-info .content-info .rating-symbol span.rating-star {
  font-size: 0;
  color: #666;
}
.block-testimonials .block-warp .item .item-wrap .item-wrap-inner .item-image .item-info .content-info .rating-symbol span.rating-star:before {
  content: "\e95a";
  font-size: 14px;
  font-family: "icomoon";
  cursor: pointer;
  display: inline-block;
  margin: 0 2px;
}
.block-testimonials .block-warp .item .item-wrap .item-wrap-inner .item-image .item-info .content-info .rating-symbol span.rating-star.active {
  color: #f9c250;
}
.block-testimonials .block-warp .item .item-wrap .item-wrap-inner .item-image .item-info .content-info .test-content {
  margin-top: 10px;
}
.block-testimonials .block-warp .item .item-wrap .item-wrap-inner .item-image .item-info .item-img-info {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.block-testimonials .block-warp .item .item-wrap .item-wrap-inner .item-image .item-info h5 {
  font-size: 16px;
  color: #38495e;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 0;
}
.block-testimonials .block-warp .item .item-wrap .item-wrap-inner .item-image .item-info span.position {
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
}
.block-testimonials .yt-testimonial.button-type2 .owl-controls {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.block-testimonials .yt-testimonial.button-type2 .owl-controls .owl-dots .owl-dot, .block-testimonials .yt-testimonial.button-type2 .owl-controls.active {
  background: none !important;
}
.block-testimonials .yt-testimonial .owl-controls .owl-dots {
  margin-top: 0px;
}
.block-testimonials .yt-testimonial .owl-controls .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin: 0px 1px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.block-testimonials .yt-testimonial .owl-controls .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 3px;
  left: 3px;
  margin: 0px;
  border: 1px solid #38495e;
  border-radius: 100%;
  background: #38495e;
  display: inline-block;
}
.block-testimonials .yt-testimonial .owl-controls .owl-dots .owl-dot span:hover {
  background: #fff;
  border: 1px solid #2b8fff;
  width: 11px;
  height: 11px;
  margin: 0px 0;
  top: 0px;
  left: 0px;
}
.block-testimonials .yt-testimonial .owl-controls .owl-dots .owl-dot.active span {
  background: #fff;
  margin: 0px 0;
  border: 1px solid #2b8fff;
  width: 11px;
  height: 11px;
  top: 0px;
  left: 0px;
}
/*-------------------Sj extra slider for content Blog-----------------------*/
.blog-slider {
  position: relative;
}
.blog-slider .sp-module-title {
  text-align: center;
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 50px;
  color: #38495e;
  text-transform: capitalize;
}
.blog-slider .sj-extraslider {
  background: transparent;
  text-align: center;
}
.blog-slider .sj-extraslider .pre-text {
  font-size: 14px;
  padding: 0 22px;
  line-height: 30px;
  display: inline-block;
  background: #d0e6ff;
  color: #2b8fff;
  border-radius: 15px;
  text-transform: capitalize;
  margin: 0;
}
.blog-slider .sj-extraslider .heading-title {
  font-size: 40px;
  margin-bottom: 60px;
  color: #38495e;
  text-transform: capitalize;
  border-bottom: none;
  padding: 0;
  display: block;
}
.blog-slider .sj-extraslider .item {
  text-align: left;
}
.blog-slider .sj-extraslider .item .item-wrap.style1 {
  margin: 0px;
  border: 0;
}
.blog-slider .sj-extraslider .item .item-wrap.style1 .item-image {
  transition: all 0.3s ease-in-out 0s;
}
.blog-slider .sj-extraslider .item .item-wrap.style1 .item-image img {
  margin-bottom: 15px;
  border-radius: 0;
  display: block;
}
.blog-slider .sj-extraslider .item .item-wrap.style1 .item-image .date-added {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-slider .sj-extraslider .item .item-wrap.style1 .item-image:hover img {
  opacity: 0.8;
}
.blog-slider .sj-extraslider .item .item-wrap.style1 .entry-content .item-title h4 {
  margin-bottom: 15px;
  line-height: 20px;
}
.blog-slider .sj-extraslider .item .item-wrap.style1 .entry-content .item-title h4 a {
  font-size: 18px;
  color: #38495e;
  font-weight: 600;
}
.blog-slider .sj-extraslider .item .item-wrap.style1 .entry-content .item-title h4 a:hover {
  color: #2b8fff;
}
.blog-slider .sj-extraslider .item .item-wrap.style1 .entry-content .entry-meta .item-meta {
  font-size: 12px;
  color: #999;
  margin: 0 0 10px;
}
.blog-slider .sj-extraslider .item .item-wrap.style1 .entry-content .entry-meta .item-meta i {
  margin-right: 5px;
  margin-left: 1px;
}
.blog-slider .sj-extraslider .item .item-wrap.style1 .entry-content .description {
  font-size: 15px;
  color: #666;
  line-height: 25px;
  margin-bottom: 10px;
}
.blog-slider .sj-extraslider .item .item-wrap.style1 .entry-content .item-readmore a {
  font-size: 15px;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #2b8fff;
  display: inline-block;
}
.blog-slider .sj-extraslider .item .item-wrap.style1 .entry-content .item-readmore a:after {
  content: "\e929";
  font-family: icomoon;
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  float: right;
  margin-top: 4px;
}
.blog-slider .sj-extraslider .item .item-wrap.style1 .entry-content .item-readmore a:hover {
  color: #38495e;
}
.blog-slider .sj-extraslider .owl-controls .owl-nav {
  position: static;
}
.blog-slider .sj-extraslider .owl-controls .owl-nav > div {
  background: transparent;
  border: none;
  border-radius: 0;
  width: auto;
  height: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  text-indent: 0;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  opacity: 1;
  z-index: 99;
  top: 50%;
  font-size: 12px;
  font-weight: 500;
  color: #999;
  margin: 0px -10px;
}
.blog-slider .sj-extraslider .owl-controls .owl-nav > div:hover {
  color: #38495e;
  background: transparent;
}
.blog-slider .sj-extraslider .owl-controls .owl-nav > div:before {
  font-family: 'FontAwesome';
  content: "";
  display: inline-block;
  text-indent: 0 !important;
  width: 15px;
  height: 10px;
  margin: 0 10px;
  background: url(../images/icon/icon-arrow.png) no-repeat 0 0;
}
.blog-slider .sj-extraslider .owl-controls .owl-nav .owl-prev {
  left: 15px;
  right: auto;
}
.blog-slider .sj-extraslider .owl-controls .owl-nav .owl-prev:before {
  background-position: 0 100%;
}
.blog-slider .sj-extraslider .owl-controls .owl-nav .owl-prev:hover:before {
  background-position: 0 0;
}
.blog-slider .sj-extraslider .owl-controls .owl-nav .owl-next {
  left: auto;
  right: 15px;
}
.blog-slider .sj-extraslider .owl-controls .owl-nav .owl-next:before {
  background-position: 100% 100%;
  float: right;
  margin-top: 2px;
}
.blog-slider .sj-extraslider .owl-controls .owl-nav .owl-next:hover:before {
  background-position: 100% 0;
}
.blog-slider .sj-extraslider .owl-controls .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin: 0px 1px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.blog-slider .sj-extraslider .owl-controls .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 3px;
  left: 3px;
  margin: 0px;
  border: 1px solid #38495e;
  border-radius: 100%;
  background: #38495e;
  display: inline-block;
}
.blog-slider .sj-extraslider .owl-controls .owl-dots .owl-dot span:hover {
  background: #fff;
  border: 1px solid #2b8fff;
  width: 11px;
  height: 11px;
  margin: 0px 0;
  top: 0px;
  left: 0px;
}
.blog-slider .sj-extraslider .owl-controls .owl-dots .owl-dot.active span {
  background: #fff;
  margin: 0px 0;
  border: 1px solid #2b8fff;
  width: 11px;
  height: 11px;
  top: 0px;
  left: 0px;
}
.blog-slider .sj-extraslider .owl-controls {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.blog-slider .sj-extraslider .owl-controls .owl-dots:before {
  display: none !important;
}
.blog-slider .sj-extraslider .owl-controls .owl-dots .owl-dot, .blog-slider .sj-extraslider .owl-controls.active {
  background: none !important;
}
/*== Search sidebar ==*/
.search-sidebar .form-search {
  position: relative;
}
.search-sidebar .form-search .search-query {
  width: 100%;
  height: 50px;
  border-radius: 0px;
  padding: 0 0 0 20px;
  line-height: 50px;
  border-radius: 0px;
  font-size: 14px;
  color: #666;
}
.search-sidebar .form-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: #2b8fff;
  font-size: 0;
  padding: 0px;
  border-radius: 0px;
  width: 50px;
  text-align: center;
  line-height: 50px;
}
.search-sidebar .form-search .btn-search:before {
  content: "\e954";
  font-family: "icomoon";
  font-size: 18px;
  display: inline-block;
  color: #fff;
}
.search-sidebar .form-search .btn-search:hover {
  color: #38495e;
}
.fancybox-overlay {
  z-index: 101 !important;
}
#fancybox-wrap {
  box-sizing: content-box;
}
#fancybox-wrap #fancybox-title-float-wrap {
  display: none;
}
#fancybox-wrap #fancybox-outer {
  border: 0;
}
#fancybox-wrap #fancybox-outer #fancybox-content {
  position: relative;
  background: #fff;
  padding: 10px;
}
#fancybox-wrap #fancybox-outer #fancybox-content h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div {
  overflow: hidden !important;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div h5 {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 350px;
  border: none;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products .product-field {
  width: 33%;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products h4 {
  font-size: 14px;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products .product-field-display a {
  color: #666;
  font-size: 11px;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products .product-field-display a:hover {
  color: #2b8fff;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products .product-field-display a img {
  min-height: 80px;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products .product-field-display .chzn-container {
  width: auto;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products .PricesalesPrice .vm-price-desc {
  display: none;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products .PricesalesPrice span.PricesalesPrice {
  color: #ff2d37;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div > a {
  background: #38495e;
  border: 0 none;
  border-radius: 0 !important;
  bottom: 30px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  left: 20px;
  line-height: 22px;
  padding: 5px 15px;
  text-shadow: none;
  transition: all 0.3s ease-in-out 0s;
  vertical-align: top;
  z-index: 2;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div > a:hover {
  background: #2b8fff;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div > a.showcart {
  background: #2b8fff;
  left: auto;
  right: 20px;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div > a.showcart:hover {
  background: #38495e;
}
#facebox_overlay {
  opacity: 0.6 !important;
}
#facebox {
  box-sizing: content-box;
  z-index: 9999;
}
#facebox .content {
  width: 450px;
}
#facebox .popup {
  border: 0;
  overflow: hidden;
}
#facebox .popup .content {
  padding: 15px 15px;
  position: relative;
  background: #fff;
}
#facebox .popup .content > h4 {
  font-size: 16px;
  margin-bottom: 30px;
}
#facebox .popup .content > h5 {
  font-size: 13px;
  margin-top: 30px;
}
#facebox .popup .content > a {
  background: #444;
  border: 0 none;
  border-radius: 0 !important;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
}
#facebox .popup .content > a:hover {
  background: #38495e;
}
#facebox .popup .content > a.showcart {
  background: #38495e;
  left: auto;
  right: 20px;
}
#facebox .popup .content > a.showcart:hover {
  background: #444;
}
#facebox .popup .content .product-related-products {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 320px;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#facebox .popup .content .product-related-products .product-field {
  width: 33.33%;
  margin: 0 10px 0 0;
}
#facebox .popup .content .product-related-products h4 {
  font-size: 14px;
}
#facebox .popup .content .product-related-products .product-field-display a {
  color: #666;
}
#facebox .popup .content .product-related-products .product-field-display a:hover {
  color: #38495e;
}
#facebox .popup .content .product-related-products .PricesalesPrice .vm-price-desc {
  display: none;
}
#facebox .popup .content .product-related-products .PricesalesPrice span.PricesalesPrice {
  color: #38495e;
}
#facebox .popup a.close {
  top: -5px;
}
#facebox .popup a.close img {
  display: none;
}
#facebox .popup a.close:before {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  color: #222;
  font-size: 14px;
}
#facebox .popup a.close:before:hover {
  color: #2b8fff;
}
.fancybox-wrap #addimgzoom {
  display: block;
}
.fancybox-wrap .productdetails-view {
  overflow: hidden;
  background-color: #fff;
}
.fancybox-wrap .productdetails-view .content_product_detail {
  padding-top: 30px;
}
.fancybox-wrap .product-related-products {
  display: none;
}
.fancybox-wrap #yt_tab_products {
  display: none;
}
.fancybox-lock .zoomContainer {
  z-index: 9;
}
.owl-carousel.owl-text-select-on .owl-item.active {
  opacity: 1 !important;
}
.fancybox-inner {
  overflow: hidden;
  height: auto;
}
.view-productdetails .sp-module.filter-vm {
  display: none;
}
/* *****************   END:: Product Details  ****************** */
.sp-column h1 {
  font-size: 18px;
}
.sp-column h2 {
  font-size: 16px;
  font-weight: 600;
}
.sp-column fieldset legend {
  font-size: 14px;
}
.sp-column table.user-details {
  width: 100%;
}
.sp-column table.user-details input {
  width: 100%;
}
.sp-column table.user-details .chzn-container-single {
  width: 100%;
}
.sp-column table.user-details .chzn-container-single a {
  height: 24px;
}
.sp-column table.user-details tr td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.sp-column .button {
  background: #38495e;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  border: none;
  border-radius: 0px;
}
.sp-column .button:hover {
  background: #2b8fff;
}
.sp-column button.default {
  padding: 9px 20px;
  border-radius: 0;
}
.sp-column #com-form-login {
  background: #ebebeb;
  padding: 20px;
  margin: 0 0 30px;
  border: 1px solid #ddd;
}
.sp-column #com-form-login .userdata p {
  padding: 0 15px;
}
.sp-column #com-form-login .width30.floatleft {
  padding: 0 15px;
}
.sp-column #com-form-login h2 {
  font-size: 16px;
  padding: 0 15px;
}
.sp-column #com-form-login #com-form-login-username {
  width: 50%;
  margin: 0;
  padding: 0 15px;
}
.sp-column #com-form-login #com-form-login-username input {
  width: 100%;
  line-height: 15px;
}
.sp-column #com-form-login #com-form-login-password {
  width: 50%;
  margin: 0;
}
.sp-column #com-form-login #com-form-login-password input {
  width: 100%;
  line-height: 15px;
}
.sp-column #com-form-login #com-form-login-remember {
  padding: 0 15px;
  margin: 20px 0;
}
.sp-column #com-form-login #com-form-login-remember input.default {
  padding: 5px 20px;
  border-radius: 0;
  background: #38495e;
  box-shadow: none;
  border: none;
  text-transform: uppercase;
  color: #fff;
}
.sp-column #com-form-login #com-form-login-remember input.default:hover {
  background: #666;
}
/******************   Start:: Category Page  *******************/
.calendar .button {
  display: table-cell;
}
#sp-right, #sp-left {
  /* ====================== Filter Product Module ==================== */
}
#sp-right .sp-module .sj-extra-slider, #sp-left .sp-module .sj-extra-slider {
  margin: 0;
  padding: 0 0px;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 {
  padding: 10px 0;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2:last-child, #sp-left .sp-module .sj-extra-slider .item-wrap.style2:last-child {
  border-bottom: none;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item .item-image, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item .item-image {
  float: left;
  width: 33.33%;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info {
  float: left;
  width: 60.67%;
  margin: 15px 0 0 5%;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-title, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-title {
  font-weight: 300;
  font-size: 14px;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-title a, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-title a {
  color: #38495e;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-title a:hover, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-title a:hover {
  color: #2b8fff;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-price > div, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-price > div {
  display: inline-block;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-price > div span.PricesalesPrice, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-price > div span.PricesalesPrice {
  color: #ff2d37;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-price > div span.PricebasePriceVariant, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-price > div span.PricebasePriceVariant {
  line-height: 20px;
  padding: 0 5px;
  display: inline-block;
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
  font-weight: normal;
}
#sp-right .categories-sidebar .VMmenu li > div span.VmArrowdown, #sp-left .categories-sidebar .VMmenu li > div span.VmArrowdown {
  background: bottom right no-repeat url(../images/vmgeneral/arrow_down.png);
  position: absolute;
  top: 5px;
  right: 0px;
  display: inline-block;
  width: 100%;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group {
  margin: 0;
  border: none;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size input, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size input {
  display: none;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select {
  padding: 20px 0px 20px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option {
  display: inline-block;
  font-size: 12px;
  padding: 0px;
  border-bottom: 0;
  line-height: normal;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option:hover {
  border-color: #38495e;
  color: #2b8fff;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option:hover span, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option:hover span {
  color: #2b8fff;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-count, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-count {
  display: none;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner {
  padding: 0px;
  display: inline-block;
  cursor: pointer;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner span.ft-opt-name, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner span.ft-opt-name {
  border: 1px solid #e8e8e8;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  margin-left: 0;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner span.ft-opt-name.ft-checked, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner span.ft-opt-name.ft-checked {
  border-color: #2b8fff;
  color: #2b8fff;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner span.ft-opt-name:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner span.ft-opt-name:hover {
  border-color: #2b8fff;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-content .ft-opt-clearall, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-content .ft-opt-clearall {
  margin: 16px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-content .ft-opt-clearall:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-content .ft-opt-clearall:hover {
  background: transparent;
  border-color: #2b8fff;
  color: #2b8fff;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-select, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-select {
  border: none;
  margin: 0;
  padding: 20px 0px 20px;
  display: flex;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option {
  padding: 1px;
  border: 1px solid #e8e8e8;
  width: auto;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option.ft-color, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option.ft-color {
  border: 0;
  padding: 0;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option .ft-color-value, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option .ft-color-value {
  width: 32px;
  height: 32px;
  margin: 2px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option .ft-color-value:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option .ft-color-value:hover {
  border: 1px solid #2b8fff;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option .ft-opt-count, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option .ft-opt-count {
  display: none;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-manuafactures .ft-opt-clearall, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-manuafactures .ft-opt-clearall {
  margin-top: 10px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-manuafactures .ft-opt-clearall:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-manuafactures .ft-opt-clearall:hover {
  background-color: transparent;
  border-color: #2b8fff;
  color: #2b8fff;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-current-label, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-current-label {
  padding: 20px 16px;
  margin: 0;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-current-group, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-current-group {
  padding: 0 16px;
  color: #38495e;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-option .ft-opt-close, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-option .ft-opt-close {
  right: 6px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-content .ft-opt-clearall, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-content .ft-opt-clearall {
  margin: 16px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-content .ft-opt-clearall:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-content .ft-opt-clearall:hover {
  border: 1px solid #2b8fff;
  color: #2b8fff;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-slider-price, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-slider-price {
  height: 8px;
  border: none;
  border-radius: 0px;
  background: #555;
  margin: 20px 0;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-slider-price.ui-slider-horizontal .ui-slider-handle, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-slider-price.ui-slider-horizontal .ui-slider-handle {
  height: 16px;
  width: 16px;
  border-radius: 0;
  border-color: transparent;
  background: #2b8fff;
  top: -4px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-slider-price .ui-slider-range, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-slider-price .ui-slider-range {
  background: #2b8fff;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-price-value input[type="text"], #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-price-value input[type="text"] {
  min-height: 30px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-opt-inner:hover span, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-opt-inner:hover span {
  color: #2b8fff;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-opt-inner .ft-price-curent, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-opt-inner .ft-price-curent {
  border: 1px solid #e8e8e8;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-open .ft-heading .ft-open-close, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-open .ft-heading .ft-open-close {
  background: none;
  right: -10px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-open .ft-heading .ft-open-close:before, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-open .ft-heading .ft-open-close:before {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-close .ft-heading .ft-open-close, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-close .ft-heading .ft-open-close {
  background: none;
  right: -10px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-close .ft-heading .ft-open-close:before, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-close .ft-heading .ft-open-close:before {
  content: "\f106";
  font: normal normal normal 14px/1 FontAwesome;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-heading, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-heading {
  font-size: 13px;
  color: #222;
  font-weight: 500;
  background: none;
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 0;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content {
  padding: 0px;
  display: block;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-opt-clearall, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-opt-clearall {
  margin: 10px 15px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-opt-clearall:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-opt-clearall:hover {
  background-color: transparent;
  border-color: #2b8fff;
  color: #2b8fff;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-option, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-option {
  padding: 12px 0px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-option .ft-opt-inner:hover span, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-option .ft-opt-inner:hover span {
  color: #2b8fff;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-option .ft-opt-inner .ft-opt-close, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-option .ft-opt-inner .ft-opt-close {
  display: none;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-option .ft-opt-inner span, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-option .ft-opt-inner span {
  color: #38495e;
  font-size: 13px;
}
#sp-right .sp-column .best-sellers, #sp-left .sp-column .best-sellers, #sp-right .sp-column .filter-vm, #sp-left .sp-column .filter-vm {
  border: 0;
}
#sp-right .sp-column .banner-left .sp-module-content, #sp-left .sp-column .banner-left .sp-module-content {
  border: 0;
}
#sp-right .sp-column .custom.archive, #sp-left .sp-column .custom.archive {
  padding: 0 0px;
  margin: 0;
}
#sp-right .sp-column .custom.archive ul li, #sp-left .sp-column .custom.archive ul li {
  border-bottom: 0;
}
#sp-right .sp-column .custom.archive ul li a, #sp-left .sp-column .custom.archive ul li a {
  color: #38495e;
  font-size: 14px;
}
#sp-right .sp-column .custom.archive ul li a:hover, #sp-left .sp-column .custom.archive ul li a:hover {
  color: #2b8fff;
}
#sp-right .sp-column .sj-basic-news, #sp-left .sp-column .sj-basic-news {
  padding: 0 0px;
  margin: 0;
}
#sp-right .sp-column .sj-basic-news .bs-item, #sp-left .sp-column .sj-basic-news .bs-item {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
#sp-right .sp-column .sj-basic-news .bs-item:last-child, #sp-left .sp-column .sj-basic-news .bs-item:last-child {
  border-bottom: 0;
}
#sp-right .sp-column .sj-basic-news .bs-item:first-child, #sp-left .sp-column .sj-basic-news .bs-item:first-child {
  padding-top: 0;
}
#sp-right .sp-column .sj-basic-news .bs-item .bs-image, #sp-left .sp-column .sj-basic-news .bs-item .bs-image {
  width: 95px;
  padding: 0;
  margin-right: 20px;
}
#sp-right .sp-column .sj-basic-news .bs-item .bs-title a, #sp-left .sp-column .sj-basic-news .bs-item .bs-title a {
  color: #222;
  font-size: 14px;
  font-weight: normal;
}
#sp-right .sp-column .sj-basic-news .bs-item .bs-title a:hover, #sp-left .sp-column .sj-basic-news .bs-item .bs-title a:hover {
  color: #2b8fff;
  text-decoration: none;
}
#sp-right .sp-column .sj-basic-news .bs-item .bs-cat-date, #sp-left .sp-column .sj-basic-news .bs-item .bs-cat-date {
  margin-bottom: 7px;
}
#sp-right .sp-column .sj-basic-news .bs-item .bs-date, #sp-left .sp-column .sj-basic-news .bs-item .bs-date {
  font-size: 12px;
}
#sp-right .sp-column .categories-module li, #sp-left .sp-column .categories-module li {
  padding: 15px 0px;
  border-bottom: 1px solid #ddd;
}
#sp-right .sp-column .categories-module li h4, #sp-left .sp-column .categories-module li h4 {
  font-weight: 400;
  font-size: 14px;
}
#sp-right .sp-column .categories-module li > a, #sp-left .sp-column .categories-module li > a {
  color: #666;
  text-transform: capitalize;
  line-height: normal;
  padding: 0;
}
#sp-right .sp-column .categories-module li > a:hover, #sp-left .sp-column .categories-module li > a:hover {
  color: #2b8fff;
}
#sp-right .sp-column .tagspopular ul, #sp-left .sp-column .tagspopular ul {
  padding: 0;
  list-style-type: none;
  margin: -4px;
}
#sp-right .sp-column .tagspopular ul li, #sp-left .sp-column .tagspopular ul li {
  float: left;
  padding: 4px;
  border-bottom: 0;
}
#sp-right .sp-column .tagspopular ul li a, #sp-left .sp-column .tagspopular ul li a {
  display: block;
  padding: 7px 10px;
  color: #222;
  background: #ddd;
  font-size: 14px;
  line-height: normal;
}
#sp-right .sp-column .tagspopular ul li a:hover, #sp-left .sp-column .tagspopular ul li a:hover {
  color: #2b8fff;
}
#sp-right .sp-column .categories-sidebar, #sp-left .sp-column .categories-sidebar {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  margin-bottom: 23px;
}
#sp-right .sp-column .categories-sidebar .sp-module-title, #sp-left .sp-column .categories-sidebar .sp-module-title {
  background-image: none;
  background-color: #f5f5f5;
  padding: 15px 0 15px 15px;
  margin: 0px 0 20px;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 5px 5px 0 0;
}
#sp-right .sp-column .categories-sidebar .sp-module-title:before, #sp-left .sp-column .categories-sidebar .sp-module-title:before {
  background: transparent;
  margin: 0px;
}
#sp-right .sp-column .categories-sidebar ul, #sp-left .sp-column .categories-sidebar ul {
  padding: 0px 15px;
  border: none;
}
#sp-right .sp-column .categories-sidebar ul > li, #sp-left .sp-column .categories-sidebar ul > li {
  display: inline-block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  line-height: 30px;
}
#sp-right .sp-column .categories-sidebar ul > li a, #sp-left .sp-column .categories-sidebar ul > li a {
  color: #222;
  font-weight: normal;
  font-size: 14px;
}
#sp-right .sp-column .categories-sidebar ul > li a:hover, #sp-left .sp-column .categories-sidebar ul > li a:hover {
  color: #38495e;
}
#sp-right .sp-column .categories-sidebar ul > li:first-child, #sp-left .sp-column .categories-sidebar ul > li:first-child {
  padding-top: 0px;
}
#sp-right .sp-column .categories-sidebar ul > li:last-child, #sp-left .sp-column .categories-sidebar ul > li:last-child {
  border-bottom: none;
}
#sp-right .sp-column .categories-sidebar ul > li.hover ul, #sp-left .sp-column .categories-sidebar ul > li.hover ul {
  max-height: 200px;
  display: block;
  margin: 0;
  padding: 0;
}
#sp-right .sp-column .categories-sidebar ul > li.hover ul li, #sp-left .sp-column .categories-sidebar ul > li.hover ul li {
  padding: 0;
  border-bottom: 0;
}
#sp-right .sp-column .categories-sidebar ul > li.hover ul li a, #sp-left .sp-column .categories-sidebar ul > li.hover ul li a {
  color: #222;
  background-color: #fff;
  width: 100%;
  display: block;
  padding: 7px 10px;
}
#sp-right .sp-column .categories-sidebar ul > li.hover ul li a:hover, #sp-left .sp-column .categories-sidebar ul > li.hover ul li a:hover {
  background-color: #f7f7f7;
  color: #38495e;
}
#sp-right .sp-column .categories-sidebar ul > li ul, #sp-left .sp-column .categories-sidebar ul > li ul {
  overflow: inherit;
  max-height: 0;
  -webkit-transition: all 2s ease-out;
}
#sp-right .sp-column .categories-sidebar ul > li ul > li, #sp-left .sp-column .categories-sidebar ul > li ul > li {
  border-bottom: 0;
}
#sp-right .sp-column .categories-sidebar ul > li ul > li.VmClose, #sp-left .sp-column .categories-sidebar ul > li ul > li.VmClose {
  display: none;
}
#sp-right .sp-column .archies-sidebar, #sp-left .sp-column .archies-sidebar {
  margin-bottom: 35px;
}
#sp-right .sp-column .archies-sidebar img, #sp-left .sp-column .archies-sidebar img {
  border-radius: 3px;
  width: 100%;
}
#sp-right .sp-column .archies-sidebar:hover img, #sp-left .sp-column .archies-sidebar:hover img {
  opacity: 0.85;
}
#sp-right .sp-column .archies-sidebar p, #sp-left .sp-column .archies-sidebar p {
  padding: 0px;
  margin: 20px 0 46px;
  text-align: left;
  line-height: 34px;
}
#sp-right .sp-column .archies-sidebar ul, #sp-left .sp-column .archies-sidebar ul {
  margin: 0;
  padding: 0;
}
#sp-right .sp-column .archies-sidebar ul li, #sp-left .sp-column .archies-sidebar ul li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
#sp-right .sp-column .archies-sidebar ul li:last-child, #sp-left .sp-column .archies-sidebar ul li:last-child {
  border-bottom: none;
}
#sp-right .sp-column .archies-sidebar ul li a, #sp-left .sp-column .archies-sidebar ul li a {
  color: #666;
  display: inline-block;
  padding: 10px 20px 10px;
  position: relative;
  font-size: 14px;
}
#sp-right .sp-column .archies-sidebar ul li a:before, #sp-left .sp-column .archies-sidebar ul li a:before {
  content: "\f073";
  position: absolute;
  left: 0px;
  top: 8px;
  font-family: "FontAwesome";
}
#sp-right .sp-column .archies-sidebar ul li a .num, #sp-left .sp-column .archies-sidebar ul li a .num {
  float: right;
}
#sp-right .sp-column .archies-sidebar ul li a:hover, #sp-left .sp-column .archies-sidebar ul li a:hover {
  color: #38495e;
}
#logout-form {
  float: right;
}
#logout-form .btn {
  background: #38495e;
  padding: 0 5px;
  margin: 0px;
  border-color: transparent;
}
#logout-form .btn:hover {
  background: #000;
}
#editcell table.adminlist {
  width: 80%;
  border: 1px solid #ccc;
}
#editcell table.adminlist tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}
#editcell table.adminlist tr {
  border-bottom: 1px solid #ddd;
}
#editcell table.adminlist tr th, #editcell table.adminlist tr td {
  padding: 8px;
  display: table-cell;
}
.login .list-group .list-group-item:hover {
  color: #38495e;
}
.tag-category {
  padding: 0 0 40px;
}
.tag-category .category h3 {
  font-size: 14px;
}
.tag-category .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .tag-category .input-group > .input-group-append > .btn {
  height: 38px;
}
.tag-category .mt-3 {
  margin-left: 1rem;
}
.tag-category .mt-3 div.chzn-container {
  width: 80px !important;
}
.login-greeting, .logout-button {
  display: inline-block;
}
.list-group-item {
  border: 0;
}
.home-layout1 #sp-title {
  margin: 0;
}
.logout-button input[type="submit"] {
  margin: 4px 0 0;
}
.form-check-input {
  margin-top: 0.1rem;
}
.sppb-addon-content {
  line-height: 24px;
}
.sppb-addon-single-image-container:hover img {
  opacity: 0.85;
}
.article-list .article-info {
  color: #999;
  font-size: 12px;
}
.article-list .article-info span.byname {
  color: #888;
}
.article-list .article-info span.published {
  color: #888;
}
.article-list .article-info time {
  margin: 0 5px;
}
.article-list .blog-grid .entry-thumbnail {
  float: left;
}
.article-list .blog-grid .entry-thumbnail a:hover img {
  opacity: 0.85;
}
.article-list .blog-list .entry-thumbnail {
  float: left;
  width: 100%;
}
.article-list .blog-list .entry-thumbnail a:hover img {
  opacity: 0.85;
}
.article-list .blog-list .entry-header {
  float: left;
  width: 100%;
}
.article-list .blog-list .entry-header p {
  color: #666;
  line-height: 24px;
}
.category-list .col-auto button[name="filter_submit"] {
  display: none;
}
.chzn-container .chzn-results li.active-result {
  text-transform: capitalize;
}
.about-page #sp-section3 {
  background-color: #f9faff;
}
.about-page .block-testimonials {
  margin-bottom: 0;
}
.our-project-page .block-gallery {
  margin: 0;
}
.services-page #sp-section2 {
  background: transparent;
}
.services-page #sp-section2 .block-services {
  margin: 0;
}
.services-page #sp-section2 .block-services .pretext, .services-page #sp-section2 .block-services .heading-title {
  display: none;
}
/**
 *	Responsive
 */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  #offcanvas-toggler.offcanvas-toggler-right {
    margin-top: 15px;
  }
  #offcanvas-toggler.offcanvas-toggler-left {
    margin-right: 20px;
    margin-top: 15px;
  }
  .rtl #offcanvas-toggler.offcanvas-toggler-left {
    margin-right: 0px;
    margin-left: 20px;
  }
  #sp-header .search-header .search-wrapper .input-group .btn-primary {
    right: 0;
  }
  .rtl #sp-header .search-header .search-wrapper .input-group .btn-primary {
    right: auto;
    left: 0;
  }
  #sp-logo {
    ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  #sp-menu {
    display: none;
  }
  #sp-user1 {
    ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  #sp-header #sp-logo:before {
    display: none;
  }
  #sp-header .logo {
    display: block;
    text-align: center;
  }
  #sp-header .logo a {
    display: inline-block;
  }
  .sp-module-title, .sppb-addon-title, .sp-module .heading-title {
    font-size: 24px;
  }
  .block-video, .block-services, .block-process, .block-gallery, .block-partners, .block-team, .block-testimonials {
    margin: 50px 0;
  }
  #sp-slideshow .container {
    padding: 0;
  }
  #sp-slideshow .sp-module.homepage-slider .owl-controls .owl-nav {
    max-width: 100%;
    padding: 0 15px;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption {
    max-width: 100%;
    padding: 0 15px;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp {
    max-width: 100%;
    bottom: 60px;
    left: 15px;
    right: 15px;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp .slide-title {
    font-size: 15px;
    line-height: 20px;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp .slide-descrip {
    margin: 0;
    display: none;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp .slide-button, #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp .link-wellcom {
    display: none;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp .slide-list {
    margin-top: 0px;
    display: none;
  }
  .block-video .box-video {
    width: 100%;
    margin: 0 !important;
    text-align: center;
  }
  .block-video #yt-lightbox {
    max-width: 100%;
  }
  .block-video #yt-lightbox:after {
    background-size: contain;
  }
  .block-video #yt-lightbox a img {
    margin-top: 0px;
    width: 99.5% !important;
  }
  .block-process .block-warp .block-item {
    margin-bottom: 50px;
    margin-top: 50px !important;
  }
  .block-process .block-warp .item-link.item-link2, .block-process .block-warp .item-link.item-link3 {
    margin-bottom: 25px;
  }
  .block-process .block-warp .item-link.item-link1, .block-process .block-warp .item-link.item-link4 {
    margin-top: 25px;
  }
  .block-process .block-warp .col-break {
    margin: 0 !important;
  }
  .block-process .block-warp:before {
    display: none;
  }
  .block-process .heading-title {
    margin-bottom: 30px;
  }
  .block-partners .block-warp .item .block-inner {
    margin-bottom: 20px;
  }
  .block-partners .block-warp .item .row-2 {
    margin: 0 -15px;
  }
  .block-gallery .block-warp .yt-gallery ul li {
    width: 100% !important;
  }
  #sp-bottom5 .block-bottom5 {
    margin-bottom: -100px;
    text-align: center;
  }
  #sp-bottom5 .block-bottom5 .heading-title {
    float: none !important;
    margin: 10px 20px;
    font-size: 18px;
  }
  #sp-bottom5 .block-bottom5 .bl-adver {
    float: none !important;
    display: inline-block;
  }
  #sp-bottom5 {
    padding: 0 15px;
  }
  #sp-bottom {
    padding: 150px 0 60px;
  }
  #sp-bottom .container {
    padding: 0 15px;
  }
  #sp-bottom .socials li {
    margin-right: 2px;
  }
  #sp-footer #sp-footer1 .sp-copyright, #sp-footer #sp-footer2 {
    text-align: center !important;
  }
  #sp-footer .container {
    padding: 0 15px;
  }
  #sp-section-bread {
    padding: 50px 0;
    margin: 0 0 50px;
  }
  #sp-section-bread .modtitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
  #sp-bottom5 {
    margin-top: 50px;
  }
  #sp-right {
    margin-top: 50px;
  }
  .pager > li a.pagenav-link {
    display: none;
  }
  .infor-footer .modified, .list-tags {
    width: 100%;
    text-align: left;
  }
  .list-tags {
    margin-top: 10px;
  }
  .rtl .infor-footer .modified, .rtl .list-tags {
    text-align: right;
  }
  .article-list .blog-grid .entry-thumbnail, .article-list .blog-grid .entry-header {
    width: 100%;
  }
  .article-list .blog-grid .entry-thumbnail .article-intro-image {
    margin-bottom: 20px;
  }
  #myLogin .modal-dialog {
    width: 320px;
    z-index: 999;
  }
  body.site #fancybox-wrap {
    width: 274px !important;
  }
  body.site #fancybox-wrap #fancybox-outer #fancybox-content {
    width: 274px !important;
    padding: 0px;
  }
  body.site #fancybox-wrap #fancybox-outer #fancybox-close {
    right: -15px;
  }
  .sp-column #com-form-login #com-form-login-username {
    width: 100%;
  }
  .sp-column #com-form-login #com-form-login-password {
    width: 100%;
    margin: 10px 0 0;
  }
  .search .form-group .input-group, .search .form-group select:not(.form-control) {
    width: 100%;
  }
  .chzn-container-single .chzn-single div b {
    background-image: none !important;
  }
  .view-category #sp-component, .view-featured #sp-component {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .view-category #close-sidebar, .view-featured #close-sidebar {
    display: none;
  }
  .view-category #sp-left .sidebar-offcanvas, .view-featured #sp-left .sidebar-offcanvas, .view-category #sp-right .sidebar-offcanvas, .view-featured #sp-right .sidebar-offcanvas {
    padding-left: 15px !important;
    padding-right: 10px !important;
    background: #fff;
    width: 300px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    overflow-x: scroll;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    transition: all 300ms ease-in-out;
    padding-top: 40px;
    margin: 0px;
    left: -100%;
  }
  .view-category #sp-left .sidebar-offcanvas.active, .view-featured #sp-left .sidebar-offcanvas.active, .view-category #sp-right .sidebar-offcanvas.active, .view-featured #sp-right .sidebar-offcanvas.active {
    left: 0;
  }
  .view-category #sp-left .sidebar-offcanvas #close-sidebar, .view-featured #sp-left .sidebar-offcanvas #close-sidebar, .view-category #sp-right .sidebar-offcanvas #close-sidebar, .view-featured #sp-right .sidebar-offcanvas #close-sidebar {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 16px;
    display: block;
  }
  .blog .open-sidebar, .blog-featured .open-sidebar {
    display: inline-block;
    border: 2px solid #999;
    padding: 3px 15px;
    letter-spacing: 1px;
    line-height: 23px;
    font-size: 10px;
    vertical-align: top;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #666;
  }
  .blog .open-sidebar:hover, .blog-featured .open-sidebar:hover {
    border-color: #fe5722;
  }
  .blog #close-sidebar, .blog-featured #close-sidebar {
    display: none;
  }
  .blog .sidebar-overlay, .blog-featured .sidebar-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9998;
  }
  .blog .sidebar-overlay.show, .blog-featured .sidebar-overlay.show {
    display: block;
  }
  .browse-view .category-view .row {
    display: block;
  }
  .zoomContainer {
    display: none;
  }
}
@media (max-width: 320px) {
  .hidden-xs {
    display: none !important;
  }
  .article-social-share {
    float: none !important;
    margin-top: 20px;
  }
  body.site .article-list .blog-grid .entry-thumbnail, body.site .article-list .blog-grid .entry-header {
    width: 100%;
  }
  #myLogin .modal-dialog {
    width: auto;
    z-index: 999;
  }
  body.site #fancybox-wrap {
    width: 274px !important;
  }
  body.site #fancybox-wrap #fancybox-outer #fancybox-content {
    width: 274px !important;
    padding: 0px;
  }
  body.site #fancybox-wrap #fancybox-outer #fancybox-close {
    right: -15px;
  }
  body.site #facebox {
    width: 320px;
    left: 0;
  }
  body.site #facebox .content {
    width: 320px;
  }
  .sp-column #com-form-login #com-form-login-username {
    width: 100%;
  }
  .sp-column #com-form-login #com-form-login-password {
    width: 100%;
    margin: 10px 0 0;
  }
  .search .form-group .input-group, .search .form-group select:not(.form-control) {
    width: 100%;
  }
  div[class*="-view"] .row .item {
    flex: 100%;
    max-width: 100%;
  }
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  #offcanvas-toggler.offcanvas-toggler-right {
    margin-top: 15px;
  }
  #offcanvas-toggler.offcanvas-toggler-left {
    margin-right: 20px;
    margin-top: 15px;
  }
  .rtl #offcanvas-toggler.offcanvas-toggler-left {
    margin-right: 0px !important;
    margin-left: 20px !important;
  }
  #sp-header .search-header .search-wrapper .input-group .btn-primary {
    right: 0;
  }
  .rtl #sp-header .search-header .search-wrapper .input-group .btn-primary {
    right: auto !important;
    left: 0 !important;
  }
  .sp-module-title, .sppb-addon-title, .sp-module .heading-title {
    font-size: 24px;
  }
  #sp-logo {
    ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  #sp-menu {
    display: none;
  }
  #sp-user1 {
    ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  #sp-header #sp-logo:before {
    display: none;
  }
  #sp-header .logo {
    display: block;
    text-align: center;
  }
  #sp-header .logo a {
    display: inline-block;
  }
  #sp-slideshow .container {
    padding: 0;
  }
  #sp-slideshow .sp-module.homepage-slider .owl-controls .owl-nav {
    max-width: 690px;
    margin: 0 auto;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption {
    max-width: 690px;
    margin: 0 auto;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp {
    max-width: 100%;
    bottom: 50px;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp .slide-title {
    font-size: 24px;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp .slide-descrip {
    margin: 0;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp .slide-button {
    display: none;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp .slide-list {
    margin-top: 20px;
    display: none;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp .slide-list .lst-head div {
    margin: 0 15px;
  }
  .block-video .box-video {
    width: 100%;
    margin: 0 !important;
    text-align: center;
  }
  .block-services .block-warp .block-item .block-content p {
    font-size: 16px;
  }
  .block-process .block-warp .col-break {
    margin: 0 !important;
  }
  .block-process .block-warp .block-item.item-img1, .block-process .block-warp .block-item.item-img4 {
    margin-top: 110px;
  }
  .block-process .block-warp:before {
    bottom: 26%;
  }
  .block-gallery .block-warp ul.gallery-list .item-gallery {
    padding: 5px !important;
  }
  .block-gallery .block-warp ul.gallery-list .item-gallery .item-gallery-title .box-info {
    font-size: 14px;
  }
  .block-gallery .block-warp .yt-gallery ul li {
    width: 50% !important;
  }
  .block-video, .block-services, .block-process, .block-gallery, .block-partners, .block-team, .block-testimonials {
    margin: 50px 0;
  }
  #sp-bottom5 {
    padding: 0 15px;
  }
  #sp-bottom5 .block-bottom5 .heading-title {
    margin: 21px 20px;
  }
  #sp-bottom .container {
    padding: 0 15px;
  }
  #sp-bottom1 .sp-module, #sp-bottom2 .sp-module {
    margin-bottom: 50px;
  }
  #sp-bottom .socials li {
    margin-right: 2px;
  }
  #sp-footer #sp-footer1 .sp-copyright, #sp-footer #sp-footer2 {
    text-align: center !important;
  }
  #sp-footer .container {
    padding: 0 15px;
  }
  #sp-section-bread {
    padding: 70px 0;
    margin: 0 0 50px;
  }
  #sp-section-bread .modtitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
  #sp-bottom5 {
    margin-top: 50px;
  }
  #sp-right .sj-basic-news .bs-item .bs-image, #sp-left .sj-basic-news .bs-item .bs-image {
    margin: 0 0 10px !important;
  }
  #sp-right .sj-basic-news .bs-item .bs-content, #sp-left .sj-basic-news .bs-item .bs-content {
    clear: both;
  }
  .view-category #sp-right .sj-basic-news .bs-item .bs-image, .view-featured #sp-right .sj-basic-news .bs-item .bs-image, .view-category #sp-left .sj-basic-news .bs-item .bs-image, .view-featured #sp-left .sj-basic-news .bs-item .bs-image {
    margin: 0 20px 0 0px !important;
  }
  .view-category #sp-right .sj-basic-news .bs-item .bs-content, .view-featured #sp-right .sj-basic-news .bs-item .bs-content, .view-category #sp-left .sj-basic-news .bs-item .bs-content, .view-featured #sp-left .sj-basic-news .bs-item .bs-content {
    clear: none;
  }
  .view-category #sp-component, .view-featured #sp-component {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .view-category #close-sidebar, .view-featured #close-sidebar {
    display: none;
  }
  .view-category #sp-left .sidebar-offcanvas, .view-featured #sp-left .sidebar-offcanvas, .view-category #sp-right .sidebar-offcanvas, .view-featured #sp-right .sidebar-offcanvas {
    padding-left: 15px !important;
    padding-right: 10px !important;
    background: #fff;
    width: 300px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    overflow-x: scroll;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    transition: all 300ms ease-in-out;
    padding-top: 40px;
    margin: 0px;
    left: -100%;
  }
  .view-category #sp-left .sidebar-offcanvas.active, .view-featured #sp-left .sidebar-offcanvas.active, .view-category #sp-right .sidebar-offcanvas.active, .view-featured #sp-right .sidebar-offcanvas.active {
    left: 0;
  }
  .view-category #sp-left .sidebar-offcanvas #close-sidebar, .view-featured #sp-left .sidebar-offcanvas #close-sidebar, .view-category #sp-right .sidebar-offcanvas #close-sidebar, .view-featured #sp-right .sidebar-offcanvas #close-sidebar {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 16px;
    display: block;
  }
  .blog .open-sidebar, .blog-featured .open-sidebar {
    display: inline-block;
    border: 2px solid #999;
    padding: 3px 15px;
    letter-spacing: 1px;
    line-height: 23px;
    font-size: 10px;
    vertical-align: top;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #666;
  }
  .blog .open-sidebar:hover, .blog-featured .open-sidebar:hover {
    border-color: #fe5722;
  }
  .blog #close-sidebar, .blog-featured #close-sidebar {
    display: none;
  }
  .blog .sidebar-overlay, .blog-featured .sidebar-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9998;
  }
  .blog .sidebar-overlay.show, .blog-featured .sidebar-overlay.show {
    display: block;
  }
  .blog .article-list .row {
    display: block;
  }
  .fancybox-wrap .productdetails .open-sidebar {
    display: none;
  }
  body.rtl #sp-bottom .socials li {
    margin-left: 3px !important;
    margin-right: 0px !important;
  }
  body.rtl.view-category #sp-right .sj-basic-news .bs-item .bs-image, body.rtl.view-featured #sp-right .sj-basic-news .bs-item .bs-image, body.rtl.view-category #sp-left .sj-basic-news .bs-item .bs-image, body.rtl.view-featured #sp-left .sj-basic-news .bs-item .bs-image {
    margin: 0 0px 0 20px !important;
  }
  body.rtl.view-category #sp-right .sj-basic-news .bs-item .bs-content, body.rtl.view-featured #sp-right .sj-basic-news .bs-item .bs-content, body.rtl.view-category #sp-left .sj-basic-news .bs-item .bs-content, body.rtl.view-featured #sp-left .sj-basic-news .bs-item .bs-content {
    clear: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*----------------------------------------*/
  .category-view .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-15 {
    width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .hidden-md {
    display: none !important;
  }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 29px 10px;
  }
  .logo-image {
    height: !important;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption {
    left: 0;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
  .sp-module.homepage-slider .owl-controls .owl-nav {
    max-width: 1200px;
    margin: 0 auto;
  }
  #sp-slideshow .container {
    padding: 0;
  }
  #sp-slideshow .sp-module.homepage-slider .owl-controls .owl-nav {
    max-width: 930px;
    margin: 0 auto;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption {
    max-width: 930px;
    margin: 0 auto;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp {
    max-width: 51%;
    bottom: 10px;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp .slide-title {
    font-size: 18px;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp .slide-button .link-button {
    line-height: 40px;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp .slide-button a.video-slider {
    line-height: 40px;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp .slide-button a.video-slider i:before {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp .slide-descrip {
    margin: 10px 0;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp .slide-list {
    margin-top: 20px;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp .slide-list .lst-head div {
    width: 65px;
  }
  .block-process .block-warp .block-item {
    width: 160px;
    height: 160px;
  }
  .block-process .block-warp .block-item .block-content {
    width: 160px;
    height: 160px;
    padding: 0 20px;
  }
  .block-process .block-warp .block-item.item-img1, .block-process .block-warp .block-item.item-img4, .block-process .block-warp .block-item.item-txt3 {
    margin-top: -15px;
  }
  .block-video .heading-title {
    font-size: 30px;
  }
  #sp-bottom5 .block-bottom5 .heading-title {
    margin: 21px 20px;
  }
  #offcanvas-toggler {
    display: none;
  }
  .fancybox-wrap .fancybox-inner .productdetails .row {
    display: block;
  }
}
body.rtl .col, body.rtl .col-1, body.rtl .col-10, body.rtl .col-11, body.rtl .col-12, body.rtl .col-2, body.rtl .col-3, body.rtl .col-4, body.rtl .col-5, body.rtl .col-6, body.rtl .col-7, body.rtl .col-8, body.rtl .col-9, body.rtl .col-auto, body.rtl .col-lg, body.rtl .col-lg-1, body.rtl .col-lg-10, body.rtl .col-lg-11, body.rtl .col-lg-12, body.rtl .col-lg-2, body.rtl .col-lg-3, body.rtl .col-lg-4, body.rtl .col-lg-5, body.rtl .col-lg-6, body.rtl .col-lg-7, body.rtl .col-lg-8, body.rtl .col-lg-9, body.rtl .col-lg-auto, body.rtl .col-md, body.rtl .col-md-1, body.rtl .col-md-10, body.rtl .col-md-11, body.rtl .col-md-12, 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-auto, body.rtl .col-sm, body.rtl .col-sm-1, body.rtl .col-sm-10, body.rtl .col-sm-11, body.rtl .col-sm-12, body.rtl .col-sm-2, body.rtl .col-sm-3, body.rtl .col-sm-4, body.rtl .col-sm-5, body.rtl .col-sm-6, body.rtl .col-sm-7, body.rtl .col-sm-8, body.rtl .col-sm-9, body.rtl .col-sm-auto, body.rtl .col-xl, body.rtl .col-xl-1, body.rtl .col-xl-10, body.rtl .col-xl-11, body.rtl .col-xl-12, body.rtl .col-xl-2, body.rtl .col-xl-3, body.rtl .col-xl-4, body.rtl .col-xl-5, body.rtl .col-xl-6, body.rtl .col-xl-7, body.rtl .col-xl-8, body.rtl .col-xl-9, body.rtl .col-xl-auto {
  float: right;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption {
    max-width: 1170px;
    margin: 0 auto;
    bottom: -100px;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-warp {
    max-width: 45%;
    bottom: 160px;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-title {
    font-size: 26px;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-descrip {
    margin: 20px 0;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-list {
    margin-top: 20px;
  }
  #sp-slideshow .custom.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-list .lst-head div {
    width: 90px;
  }
  .sp-module.homepage-slider .owl-controls .owl-nav {
    max-width: 1170px;
    margin: 0 auto;
  }
  #sp-slideshow .container {
    padding: 0;
  }
  #sp-bottom .acymailing_module .acymailing_form .fieldacyemail {
    width: 146px;
  }
}
