@import url('https://fonts.googleapis.com/css?family=Lora');
@import url('https://fonts.googleapis.com/css?family=Poppins');
/**
 * @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 {
  transition: color 400ms, background-color 400ms;
}
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: 3px 0 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
  float: right;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons > li a {
  font-size: 24px;
  padding: 0px 8px 0px 6px;
  border-radius: 6px;
  background: #eee;
  color: darkblue !important;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  white-space: nowrap;
}
.sp-contact-info li a {
  font-size: 18px;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  height: 100px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99999;
}
#sp-header .container {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
#sp-header .logo {
  height: 100px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 99;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title .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;
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 20px auto;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#sp-main-body {
  padding: 40px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 0px solid #f3f3f3;
  padding: 0px;
  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 {
  font-family: 'Poppins', sans-serif !important;
  margin: 0 0 10px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}
#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 .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: 30px;
  padding: 0px;
  border: 0px solid #f5f5f5;
  border-radius: 0px;
}
.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: 0px 0px 20px 0px;
  border-radius: 0;
  border-bottom: 0px 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: 3px 3px 0 0;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1rem;
  margin: 0 0 1.25rem 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #252525;
}
.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: #044cd0;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #252525;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #0345bf;
}
.article-list .article .readmore a:after {
  content: "\f105";
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  padding: 0 10px;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.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: #252525;
}
.article-info > span a:hover {
  color: #044cd0;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.25rem;
}
.article-details .img-service {
  float: left;
  margin-right: 20px;
}
.article-details .link-edit-article {
  position: absolute;
  right: 0;
  top: 10px;
}
.article-details .article-info {
  margin-bottom: 1rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
  border-radius: 4px;
}
.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;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 1px solid #f5f5f5;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  display: inline-block;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  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;
}
.pagination-wrapper {
  align-items: center;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.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: 10px;
}
.article-social-share .social-share-icon ul li a {
  border: 1px solid #ededed;
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  color: #fff;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
#sp-bottom {
  padding: 65px 0 45px;
  font-size: 14px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 25px;
  font-family: 'Poppins-Medium', sans-serif !important;
  text-transform: uppercase;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#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;
  font-size: 13px;
}
#sp-bottom .sp-module ul > li > a:hover {
  color: #0345bf;
}
#sp-bottom .sp-module ul > li > a:hover:before {
  color: #0345bf;
}
#sp-bottom .sp-module ul > li > a:before {
  font-size: 10px;
  color: #fff;
  padding-right: 4px;
  content: '\f054';
  font-family: FontAwesome;
}
#sp-footer {
  font-size: 14px;
  padding: 0;
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, .1);
}
#sp-footer .container-inner {
  padding: 10px 0;
  /*border-top: 1px solid rgba(255, 255, 255, .1);*/
}
#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-footer2 {
  text-align: right;
}
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-size: cover;
  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;
  color: #fff;
}
html.error-page .error-code > b {
  color: #0345bf;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  color: #fff;
}
.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;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@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: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #444;
}
.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: 0.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-single div > b:after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.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;
}
.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-megamenu-parent {
  list-style: none ;
  padding: 0px;
  margin: 0 25px;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 12px;
  line-height: 90px;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.sp-megamenu-parent > li > a:hover:before, .sp-megamenu-parent > li > span:hover:before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  width: 40%;
  position: absolute;
  bottom: 25px;
  left: 22px;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 500;
}
.sp-megamenu-parent > li.active > a:before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  width: 40%;
  position: absolute;
  bottom: 25px;
  left: 22px;
}
.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: 10px 30px;
  margin: 0;
  background: #eee;  
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 4px;
  letter-spacing: 1px;
  border-bottom: 1px solid #555;
}
.sp-megamenu-parent .sp-mega-group > li > a:hover {
  color: #aaa;
}
.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(200, 200, 200, 0.5);
  padding: 0 4px;
}
.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: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 7px;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  background: #0345bf;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
}
.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-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 300ms;
}
.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;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  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: 90px;
  line-height: 90px;
  font-size: 20px;
}
#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;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 0px;
  z-index: 1;
  border-radius: 0 0 15px 15px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  background: #8A5D47;
  opacity: .7;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #8A5D47 !important;
}
.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: 60px;
}
.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;
  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: 2rem;
  padding: 0.5rem 0;
  position: relative;
}
.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: FontAwesome;
}
.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: "\f055";
}
.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: "\f056";
}
.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;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: right;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .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);
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  body.helix-ultimate .sppb-row-container {
    max-width: 1200px;
  }
  .col-lg-12.col-xl-9 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  body.helix-ultimate .sppb-row-container {
    width: 1200px;
  }
  #offcanvas-toggler {
    display: none;
  }
  .contact-ajax .ctajax-wrap .ctajax-element {
    width: 90%;
  }
  .contact-ajax .ctajax-wrap .el-inner {
    padding: 0;
  }
  .contact-ajax .ctajax-wrap .el-inner textarea, .contact-ajax .ctajax-wrap .el-inner input {
    width: 100%;
  }
  .search .form-group {
    width: 30%;
  }
  .search .form-group .chzn-container .chzn-drop, .search .form-group .chzn-container .chzn-single {
    width: 50%;
  }
  .search .form-group.search-display .chzn-container .chzn-drop, .search .form-group.search-display .chzn-container .chzn-single {
    width: 20%;
  }
  .search .form-group.search-only {
    width: 100%;
  }
  .yt-testimonial .extraslider-inner .item-wrap .item-wrap-inner .content-info {
    width: 50%;
    margin: 0 auto 50px;
  }
}
/*@media all and (-ms-high-contrast:none), all and (-ms-high-contrast:active)*/
.sppb-carousel-inner > .sppb-item > a > img, .sppb-carousel-inner > .sppb-item > img, .sppb-img-responsive {
  width: auto;
}
.btn-group-vertical > .btn, .btn-group > .btn {
  float: none;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-control.ctajax-error .ca-tooltip {
  display: block !important;
}
@font-face {
  font-family: 'Linearicons-Free';
  src: url('fonts/Linearicons-Free.eot?w118d');
  src: url('fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'), url('fonts/Linearicons-Free.woff2?w118d') format('woff2'), url('fonts/Linearicons-Free.woff?w118d') format('woff'), url('fonts/Linearicons-Free.ttf?w118d') format('truetype'), url('fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
  font-weight: normal;
  font-style: normal;
}
.lnr {
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lnr-home:before {
  content: "\e800";
}
.lnr-apartment:before {
  content: "\e801";
}
.lnr-pencil:before {
  content: "\e802";
}
.lnr-magic-wand:before {
  content: "\e803";
}
.lnr-drop:before {
  content: "\e804";
}
.lnr-lighter:before {
  content: "\e805";
}
.lnr-poop:before {
  content: "\e806";
}
.lnr-sun:before {
  content: "\e807";
}
.lnr-moon:before {
  content: "\e808";
}
.lnr-cloud:before {
  content: "\e809";
}
.lnr-cloud-upload:before {
  content: "\e80a";
}
.lnr-cloud-download:before {
  content: "\e80b";
}
.lnr-cloud-sync:before {
  content: "\e80c";
}
.lnr-cloud-check:before {
  content: "\e80d";
}
.lnr-database:before {
  content: "\e80e";
}
.lnr-lock:before {
  content: "\e80f";
}
.lnr-cog:before {
  content: "\e810";
}
.lnr-trash:before {
  content: "\e811";
}
.lnr-dice:before {
  content: "\e812";
}
.lnr-heart:before {
  content: "\e813";
}
.lnr-star:before {
  content: "\e814";
}
.lnr-star-half:before {
  content: "\e815";
}
.lnr-star-empty:before {
  content: "\e816";
}
.lnr-flag:before {
  content: "\e817";
}
.lnr-envelope:before {
  content: "\e818";
}
.lnr-paperclip:before {
  content: "\e819";
}
.lnr-inbox:before {
  content: "\e81a";
}
.lnr-eye:before {
  content: "\e81b";
}
.lnr-printer:before {
  content: "\e81c";
}
.lnr-file-empty:before {
  content: "\e81d";
}
.lnr-file-add:before {
  content: "\e81e";
}
.lnr-enter:before {
  content: "\e81f";
}
.lnr-exit:before {
  content: "\e820";
}
.lnr-graduation-hat:before {
  content: "\e821";
}
.lnr-license:before {
  content: "\e822";
}
.lnr-music-note:before {
  content: "\e823";
}
.lnr-film-play:before {
  content: "\e824";
}
.lnr-camera-video:before {
  content: "\e825";
}
.lnr-camera:before {
  content: "\e826";
}
.lnr-picture:before {
  content: "\e827";
}
.lnr-book:before {
  content: "\e828";
}
.lnr-bookmark:before {
  content: "\e829";
}
.lnr-user:before {
  content: "\e82a";
}
.lnr-users:before {
  content: "\e82b";
}
.lnr-shirt:before {
  content: "\e82c";
}
.lnr-store:before {
  content: "\e82d";
}
.lnr-cart:before {
  content: "\e82e";
}
.lnr-tag:before {
  content: "\e82f";
}
.lnr-phone-handset:before {
  content: "\e830";
}
.lnr-phone:before {
  content: "\e831";
}
.lnr-pushpin:before {
  content: "\e832";
}
.lnr-map-marker:before {
  content: "\e833";
}
.lnr-map:before {
  content: "\e834";
}
.lnr-location:before {
  content: "\e835";
}
.lnr-calendar-full:before {
  content: "\e836";
}
.lnr-keyboard:before {
  content: "\e837";
}
.lnr-spell-check:before {
  content: "\e838";
}
.lnr-screen:before {
  content: "\e839";
}
.lnr-smartphone:before {
  content: "\e83a";
}
.lnr-tablet:before {
  content: "\e83b";
}
.lnr-laptop:before {
  content: "\e83c";
}
.lnr-laptop-phone:before {
  content: "\e83d";
}
.lnr-power-switch:before {
  content: "\e83e";
}
.lnr-bubble:before {
  content: "\e83f";
}
.lnr-heart-pulse:before {
  content: "\e840";
}
.lnr-construction:before {
  content: "\e841";
}
.lnr-pie-chart:before {
  content: "\e842";
}
.lnr-chart-bars:before {
  content: "\e843";
}
.lnr-gift:before {
  content: "\e844";
}
.lnr-diamond:before {
  content: "\e845";
}
.lnr-linearicons:before {
  content: "\e846";
}
.lnr-dinner:before {
  content: "\e847";
}
.lnr-coffee-cup:before {
  content: "\e848";
}
.lnr-leaf:before {
  content: "\e849";
}
.lnr-paw:before {
  content: "\e84a";
}
.lnr-rocket:before {
  content: "\e84b";
}
.lnr-briefcase:before {
  content: "\e84c";
}
.lnr-bus:before {
  content: "\e84d";
}
.lnr-car:before {
  content: "\e84e";
}
.lnr-train:before {
  content: "\e84f";
}
.lnr-bicycle:before {
  content: "\e850";
}
.lnr-wheelchair:before {
  content: "\e851";
}
.lnr-select:before {
  content: "\e852";
}
.lnr-earth:before {
  content: "\e853";
}
.lnr-smile:before {
  content: "\e854";
}
.lnr-sad:before {
  content: "\e855";
}
.lnr-neutral:before {
  content: "\e856";
}
.lnr-mustache:before {
  content: "\e857";
}
.lnr-alarm:before {
  content: "\e858";
}
.lnr-bullhorn:before {
  content: "\e859";
}
.lnr-volume-high:before {
  content: "\e85a";
}
.lnr-volume-medium:before {
  content: "\e85b";
}
.lnr-volume-low:before {
  content: "\e85c";
}
.lnr-volume:before {
  content: "\e85d";
}
.lnr-mic:before {
  content: "\e85e";
}
.lnr-hourglass:before {
  content: "\e85f";
}
.lnr-undo:before {
  content: "\e860";
}
.lnr-redo:before {
  content: "\e861";
}
.lnr-sync:before {
  content: "\e862";
}
.lnr-history:before {
  content: "\e863";
}
.lnr-clock:before {
  content: "\e864";
}
.lnr-download:before {
  content: "\e865";
}
.lnr-upload:before {
  content: "\e866";
}
.lnr-enter-down:before {
  content: "\e867";
}
.lnr-exit-up:before {
  content: "\e868";
}
.lnr-bug:before {
  content: "\e869";
}
.lnr-code:before {
  content: "\e86a";
}
.lnr-link:before {
  content: "\e86b";
}
.lnr-unlink:before {
  content: "\e86c";
}
.lnr-thumbs-up:before {
  content: "\e86d";
}
.lnr-thumbs-down:before {
  content: "\e86e";
}
.lnr-magnifier:before {
  content: "\e86f";
}
.lnr-cross:before {
  content: "\e870";
}
.lnr-menu:before {
  content: "\e871";
}
.lnr-list:before {
  content: "\e872";
}
.lnr-chevron-up:before {
  content: "\e873";
}
.lnr-chevron-down:before {
  content: "\e874";
}
.lnr-chevron-left:before {
  content: "\e875";
}
.lnr-chevron-right:before {
  content: "\e876";
}
.lnr-arrow-up:before {
  content: "\e877";
}
.lnr-arrow-down:before {
  content: "\e878";
}
.lnr-arrow-left:before {
  content: "\e879";
}
.lnr-arrow-right:before {
  content: "\e87a";
}
.lnr-move:before {
  content: "\e87b";
}
.lnr-warning:before {
  content: "\e87c";
}
.lnr-question-circle:before {
  content: "\e87d";
}
.lnr-menu-circle:before {
  content: "\e87e";
}
.lnr-checkmark-circle:before {
  content: "\e87f";
}
.lnr-cross-circle:before {
  content: "\e880";
}
.lnr-plus-circle:before {
  content: "\e881";
}
.lnr-circle-minus:before {
  content: "\e882";
}
.lnr-arrow-up-circle:before {
  content: "\e883";
}
.lnr-arrow-down-circle:before {
  content: "\e884";
}
.lnr-arrow-left-circle:before {
  content: "\e885";
}
.lnr-arrow-right-circle:before {
  content: "\e886";
}
.lnr-chevron-up-circle:before {
  content: "\e887";
}
.lnr-chevron-down-circle:before {
  content: "\e888";
}
.lnr-chevron-left-circle:before {
  content: "\e889";
}
.lnr-chevron-right-circle:before {
  content: "\e88a";
}
.lnr-crop:before {
  content: "\e88b";
}
.lnr-frame-expand:before {
  content: "\e88c";
}
.lnr-frame-contract:before {
  content: "\e88d";
}
.lnr-layers:before {
  content: "\e88e";
}
.lnr-funnel:before {
  content: "\e88f";
}
.lnr-text-format:before {
  content: "\e890";
}
.lnr-text-format-remove:before {
  content: "\e891";
}
.lnr-text-size:before {
  content: "\e892";
}
.lnr-bold:before {
  content: "\e893";
}
.lnr-italic:before {
  content: "\e894";
}
.lnr-underline:before {
  content: "\e895";
}
.lnr-strikethrough:before {
  content: "\e896";
}
.lnr-highlight:before {
  content: "\e897";
}
.lnr-text-align-left:before {
  content: "\e898";
}
.lnr-text-align-center:before {
  content: "\e899";
}
.lnr-text-align-right:before {
  content: "\e89a";
}
.lnr-text-align-justify:before {
  content: "\e89b";
}
.lnr-line-spacing:before {
  content: "\e89c";
}
.lnr-indent-increase:before {
  content: "\e89d";
}
.lnr-indent-decrease:before {
  content: "\e89e";
}
.lnr-pilcrow:before {
  content: "\e89f";
}
.lnr-direction-ltr:before {
  content: "\e8a0";
}
.lnr-direction-rtl:before {
  content: "\e8a1";
}
.lnr-page-break:before {
  content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
  content: "\e8a3";
}
.lnr-sort-amount-asc:before {
  content: "\e8a4";
}
.lnr-hand:before {
  content: "\e8a5";
}
.lnr-pointer-up:before {
  content: "\e8a6";
}
.lnr-pointer-right:before {
  content: "\e8a7";
}
.lnr-pointer-down:before {
  content: "\e8a8";
}
.lnr-pointer-left:before {
  content: "\e8a9";
}
body {
  font-family: ;
}
.sppb-row-container {
  max-width: 1200px;
  width: 100%;
}
/*----------sp page builder--------*/
.sppb-section.type1 .sppb-row-container {
  background: white;
  position: relative;
  top: -16px;
  margin-bottom: -25px;
  padding: 20px;
  box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, .3);
  border-radius: 9px;
}
.sppb-section.type1 .sppb-row > [class*=sppb-col] {
  margin-right: 0px;
}
.sppb-section.type1 .sppb-row > [class*=sppb-col]:last-child {
  border-right: 0;
}
.sppb-section.type1 .sppb-row > [class*=sppb-col] h3.sppb-addon-title {
  color: #1e1e1e;
  margin-bottom: 0px;
  font-size: 24px;
}
.sppb-section.type1 .sppb-row > [class*=sppb-col] h3.sppb-addon-title:after {
  display: none;
}
ul {
  padding-left: 30px;
}
h2 {
  font-family: 'Poppins-SemiBold', sans-serif !important;
  font-size: 24px;
  line-height: 1.1538461538;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
}
h3 {
  font-family: 'Poppins-SemiBold', sans-serif !important;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
  margin: 20px 0 10px;
}
h4 {
  font-family: 'Poppins-SemiBold', sans-serif !important;
  font-size: 17px;
  line-height: 1.1538461538;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 14px;
}
h5 {
  font-family: 'Poppins-SemiBold', sans-serif !important;
  font-size: 15px;
  line-height: 1.1538461538;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 14px;
  color: #1c1c1c;
}
ul li {
  list-style: disc;
  line-height: 2rem;
}
ul.list {
  margin-left: 18px;
}
ul.list li {
  font-weight: 400;
  list-style-type: disc;
}
ul.list li + li {
  margin-top: 6px;
}
ul.list1 li {
  font-size: 14px;
  line-height: 24px;
}
ul.list1 li span {
  /*color: #2a93c9;*/
  float: right;
}
ul.list1 li + li {
  /*border-top: 1px solid rgba(197, 203, 207, 0.3);
   margin-top: 10px;*/
  padding-top: 10px;
}
#sppb-addon-1539746906745 .sppb-icon .sppb-icon-container {
  display: inline-block;
  text-align: center;
  padding: 0 0 0 0;
  /*color: #1c85bc;*/
}
#sppb-addon-1539746906745 .sppb-icon span.lnr.lnr-phone-handset {
  font-size: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.bs-pretext .page_header {
  text-align: center;
}
.item_img {
  font-size: 0;
  line-height: 0;
  margin: 0 0 23px;
  position: relative;
}
.item_img img {
  max-width: 100%;
  height: auto;
}
/* 5 Columns */
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.sj-basic-news .item {
  margin-bottom: 12px;
}
.sj-basic-news .item .item_content {
  -webkit-box-shadow: 0 0px 0px rgba(6, 30, 52, 0.1);
  box-shadow: 0 0px 0px rgba(6, 30, 52, 0.1);
  color: #828a8f;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 26px 20px 30px;
  text-align: center;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sj-basic-news .item .item_content:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 8px 59px rgba(6, 30, 52, 0.1);
  box-shadow: 0 8px 59px rgba(6, 30, 52, 0.1);
}
.sj-basic-news .item .item_content:hover .item_title {
  color: #2a93c9;
}
.sj-basic-news .item .item_img {
  margin: 0 0 18px;
}
.sj-basic-news .item .item_title {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 18px;
}
.testimonial-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.yt-testimonial .owl-controls {
  margin-bottom: 40px;
}
.sppb-media {
  overflow: visible;
}
.sppb-media .pull .sppb-icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -3px;
  padding-right: 10px;
}
.sppb-media .pull .sppb-addon-title {
  vertical-align: top;
  display: inline-block;
  font-weight: 500;
}
.sppb-addon.sppb-addon-feature {
  -webkit-box-shadow: 0 0px 0px rgba(6, 30, 52, 0.1);
  box-shadow: 0 0px 0px rgba(6, 30, 52, 0.1);
  color: #828a8f;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 26px 20px 30px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sppb-addon.sppb-addon-feature:hover {
  -webkit-box-shadow: 0 8px 59px rgba(6, 30, 52, 0.1);
  box-shadow: 0 8px 59px rgba(6, 30, 52, 0.1);
}
.ident .pre-text .page_header p {
  color: #222;
}
.color .pre-text .page_header p {
  color: #fff;
}
.yt-testimonial .owl-dots .owl-dot:hover, .yt-testimonial .owl-dots .owl-dot.active {
  background-color: #0b66a2;
}
.acymailing_module div {
  display: flex;
  justify-content: center;
}
.sp-page-builder .page-content #section-id-1519279374154 #sppb-addon-1539854136302 .sj-extraslider {
  color: #202020;
}
.sppb-column-addons .sppb-text-left a.sppb-btn-primary {
  background: #0b66a2;
  border-color: #0b66a2;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  width: 160px;
  height: 48px;
  line-height: 48px;
  padding: 0;
}
.sppb-column-addons .sppb-text-left a.sppb-btn-primary:hover {
  border-color: #044cd0;
  background-color: #044cd0;
}
a:not([href]):not([tabindex]):hover {
  color: #495057;
}
.tm-single-article .page_header {
  margin-bottom: 37px;
}
.tm-single-article .page_header h2 {
  margin-bottom: 0px;
  font-size: 28px;
}
.tm-single-article .page_header p {
  font-size: 16px;
  font-style: italic;
  font-family: 'Lora Italic', serif;
  margin-bottom: 0;
}
.mod-article-single h4 {
  font-size: 20px;
}
.mod-article-single p {
  font-size: 14px;
}
.yt-testimonial .item-img-info {
  margin-bottom: 20px;
}
.yt-testimonial .item-info h5 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
.yt-testimonial .item-info span.position {
  color: #fff !important;
}
.bs-pretext {
  margin-bottom: 30px;
}
.bs-pretext .page_header h2, .pre-text .page_header h2 {
  margin-bottom: 0px;
  font-size: 28px;
}
.bs-pretext .page_header p, .pre-text .page_header p {
  font-size: 16px;
  font-style: italic;
  padding: 3px;
  font-family: 'Lora Italic', serif;
  margin-bottom: 0;
  color: #898989;
}
#sppb-addon-1539746906745 .sppb-addon-text, #sppb-addon-1539746906756 .sppb-addon-title {
  font-size: 14px;
}
.sppb-col-md-4 .sppb-text-center h3.sppb-addon-title {
  margin-bottom: 20px;
}
.sppb-text-center h3.sppb-addon-title {
  margin-bottom: 0px;
}
.sppb-text-center .sppb-addon-content {
  font-size: 14px;
  font-style: ;
  font-family: 'Lora Italic', serif;
  margin-bottom: 0;
}
.mod-article-single p {
  margin-bottom: 46px;
}
.mod-article-single ul li {
  padding-bottom: 30px;
  display: block;
}
.mod-article-single ul li.fa-check:before {
  padding-right: 20px;
}
.mod-article-single div.mod-newsflash-adv_custom-link a {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 25px;
  font-weight: bold;
}
.mod-article-single div.mod-newsflash-adv_custom-link a:hover {
  color: #044cd0;
  border-color: #044cd0;
}
.contact-ajax .ctajax-element .el-ctajax-form input[name="cainput_full_name"], .contact-ajax .ctajax-element .el-ctajax-form input[name="cainput_date"], .contact-ajax .ctajax-element .el-ctajax-form input[name="cainput_email"] {
  color: #8c8c8c;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 26px;
}
.contact-ajax .ctajax-element .el-ctajax-form textarea {
  padding: 10px 15px;
  height: 40px;
  color: #8c8c8c;
  border: 1px solid #ddd;
  width: 100%;
  min-height: 150px;
}
.contact-ajax .ctajax-element .el-ctajax-form {
  margin: 0 -10px;
}
.contact-ajax .ctajax-element .el-ctajax-form input[name="cainput_date"] {
  background-image: url('../images/calendar.png');
  background-repeat: no-repeat;
  background-position: 97% center;
}
.search .error {
  background: #0345bf;
  color: #fff;
  padding: 10px;
}
.smart-search-top {
  display: inline-block;
}
.smart-search-top .searchform {
  justify-content: flex-end;
  display: flex;
  padding-top: 30px;
  padding-left: 10px;
}
.smart-search-top .searchform:hover .inputbox {
  width: 100%;
  padding-left: 15px;
}
.smart-search-top .searchform:hover .btn-link {
  color: #fff;
}
.smart-search-top .searchform:hover .link-appoitment {
  color: #222;
}
.smart-search-top .searchform .inputbox {
  width: 0;
  padding: 10px 0;
  background: #fff;
  color: #222;
  position: absolute;
  border: none;
  border-radius: 0;
  display: inline-block;
  z-index: 2;
  top: 90%;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, .15);
  transition: width 0.3s ease;
  right: 0;
}
.smart-search-top .searchform .btn-link {
  color: #fff;
  text-decoration: none;
  margin-top: 0px;
  font-size: 12px;
  margin-right: 40px;
}
.smart-search-top .searchform .link-appoitment {
  border-radius: 3px;
  background: #fff;
  color: #222;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 0px;
  padding: 10px 20px;
  margin-right: 0px;
}
.btn-appoiment {
  display: inline-block !important;
}
.btn-appoiment .btn-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #fff;
  border-color: #fff;
}
.link-appoitment {
  border-radius: 3px;
  background: #fff;
  color: #222;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 0px;
  padding: 10px 20px;
  margin-right: 0px;
}
div.news-scroller .scroller-container {
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider {
  border-radius: 0;
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption {
  height: auto !important;
  padding: 0;
  border-radius: 0;
  overflow: visible;
  text-align: center;
  background: none;
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .title-faq {
  display: none;
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .ns-description h3.title {
  font-size: 61px;
  text-transform: capitalize;
  color: #fff;
  text-shadow: none;
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .ns-description p {
  width: 100%;
  text-shadow: none;
  font-size: 20px;
  margin: 0 0 50px;
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .ns-description .list-button {
  padding: 0;
  list-style: none;
  margin: 0 -10px;
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .ns-description .list-button > li {
  display: inline-block;
  padding: 0 10px;
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .ns-description .list-button > li a {
  background: none;
  padding: 11px 28px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #fff;
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .ns-description .list-button > li a:hover {
  background: #0b66a2;
  border: 1px solid transparent;
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .ns-description .list-button > li.view-more a {
  background: #0b66a2;
  border-radius: 5px;
  border: 1px solid transparent;
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .ns-description .list-button > li.view-more a:hover {
  box-shadow: none;
  border-color: #fff;
  background: none;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav {
  background: none;
  opacity: 1 !important;
  display: inline-block;
  width: auto;
  top: auto;
  bottom: 100px;
  right: auto;
  margin: 0 !important;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav a img {
  height: auto;
  width: auto;
  border: none;
  margin: 0;
  border-radius: 0;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav a img:hover {
  opacity: 1;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items {
  padding: 0;
  background: none;
  display: inline-block;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul {
  padding: 0;
  text-align: center;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul li {
  display: inline-block;
  padding: 0 5px;
  width: 40%;
  margin: 0;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul li .iview-control {
  display: inline-block;
  background: #000;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: none;
  position: relative;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul li .iview-control:before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul li .iview-control img {
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul li .iview-control.active, div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul li .iview-control:hover {
  border: 1px solid #fff;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul li .iview-control.active img, div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul li .iview-control:hover img {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
#sp-top2 .tm-language {
  float: right;
}
#sp-top2 .mod-languages {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
  padding-right: 0;
}
#sp-top2 .mod-languages .btn-group {
  display: block !important;
}
#sp-top2 .mod-languages::after {
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
  height: 11px;
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
}
#sp-top2 .mod-languages img {
  display: inline;
  vertical-align: baseline;
}
#sp-top2 .mod-languages .dropdown-toggle {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  border: 0;
  padding: 0 6px;
}
#sp-top2 .mod-languages .dropdown-toggle div b {
  background: none;
}
#sp-top2 .mod-languages .dropdown-toggle div b::after {
  position: absolute;
  top: 6px;
  right: 9px;
  content: "\f107";
  font-family: "FontAwesome";
}
#sp-top2 .mod-languages .dropdown-menu {
  min-width: 100px;
  padding: 0px;
  border-radius: 0px;
}
#sp-top2 .mod-languages .dropdown-menu > li {
  margin: 0px;
  padding: 5px 10px;
}
#sp-top2 .mod-languages .dropdown-menu > li > a {
  color: #666;
  font-size: 12px;
}
#sp-top2 .mod-languages .dropdown-menu > li > a img {
  vertical-align: baseline;
}
#sp-top2 .mod-languages .dropdown-menu > li > a:focus, #sp-top2 .mod-languages .dropdown-menu > li > a:hover {
  color: #0345bf;
}
.yt-member {
  margin-bottom: 0;
}
.yt-member .ident {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
}
.yt-member .yt-member-info {
  padding: 13px 0 10px;
}
.yt-member .yt-member-info .yt-member-name {
  font-size: 16px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 0;
}
.yt-member .yt-member-info .yt-member-role {
  color: #666;
  font-size: 13px;
  margin-bottom: 0;
}
.yt-member.yt-member-style-1 .yt-member-icons {
  border-top: 0px;
  padding: 0;
}
.yt-member.yt-member-style-1 .yt-member-icons .yt-member-ic ul.info li {
  color: #0b66a2;
  display: block;
  line-height: 22px;
}
.yt-member.yt-member-style-1 .yt-member-icons .yt-member-ic ul.info li.fa-phone:before {
  font-size: 13px;
  padding-right: 5px;
}
.yt-member.yt-member-style-1 .yt-member-icons .yt-member-ic ul.info li.fa-envelope:before {
  font-size: 13px;
  padding-right: 5px;
}
.yt-member.yt-member-style-1 .yt-member-icons .yt-member-ic ul.info li a {
  color: #0b66a2;
  margin: 0;
  font-size: 13px;
  font-family: 'Poppins', sans-serif !important;
}
.sj-extraslider .item .item-wrap {
  margin-bottom: 42px;
  float: none;
}
.sj-extraslider .item .item-wrap .item-content .item-description p {
  color: #545454;
  font-size: 13px;
}
.sj-extraslider .item .item-wrap .item-content .item-readmore a {
  font-size: 12px;
  color: #0b66a2;
}
.sj-extraslider .item .item-wrap .item-content .item-readmore a:after {
  content: "\f101";
  font-family: FontAwesome;
}
.sj-extraslider .item .item-wrap .item-title {
  padding: 20px 0 0;
}
.sj-extraslider .item .item-wrap .item-title ul.date-author {
  display: flex;
  margin-bottom: 10px;
}
.sj-extraslider .item .item-wrap .item-title ul.date-author > li {
  font-size: 13px;
  color: #898989;
}
.sj-extraslider .item .item-wrap .item-title a {
  font-size: 18px;
  font-weight: 700;
  color: #1c1c1c;
  display: block;
  margin-bottom: 10px;
}
.sj-extraslider .item .item-wrap .item-title a:hover {
  color: #0345bf;
}
/*----------Footer---------------*/
.acymailing_module_form .acymailing_introtext {
  font-family: 'Poppins SemiBold', sans-serif !important;
  color: #1c1c1c;
  font-size: 20px;
  padding-right: 54px !important;
  font-weight: bold;
  line-height: 40px;
}
.acymailing_module_form table.acymailing_form input[type="text"]:not(.form-control) {
  font-size: 13px;
  padding: 15px 20px;
  color: #818181;
  border-color: #fff;
  box-shadow: 0px 3px 25px #e7dede;
}
.acymailing_module_form table.acymailing_form tr td.acyfield_email {
  width: 377px;
}
.acymailing_module_form table.acymailing_form tr td.acysubbuttons .btn-primary {
  background: #0b66a2;
  padding: 13px 60px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  margin-left: 15px;
}
#sp-bottom5 .sp-module.infos-footer ul.infos {
  padding: 0 0 18px;
}
#sp-bottom5 .sp-module.infos-footer ul.infos li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 12px;
  font-size: 13px;
  color: #ccc;
  line-height: 20px;
}
#sp-bottom5 .sp-module.infos-footer ul.infos li.phone i {
  top: 5px;
}
#sp-bottom5 .sp-module.infos-footer ul.infos li.phone i:before {
  font-size: 16px;
}
#sp-bottom5 .sp-module.infos-footer ul.infos li.adres i {
  top: 5px;
}
#sp-bottom5 .sp-module.infos-footer ul.infos li.adres i:before {
  font-size: 16px;
}
#sp-bottom5 .sp-module.infos-footer ul.infos li:hover i {
  background-color: #0b66a2;
}
#sp-bottom5 .sp-module.infos-footer ul.infos li i {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 0;
  background-color: #4b4b4b;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
#sp-bottom5 .sp-module.infos-footer ul.infos li i:before {
  font-size: 14px;
}
ul.link-footer {
  list-style: none;
  float: right;
  margin-bottom: 0;
}
ul.link-footer li {
  display: inline-block;
  float: left;
}
ul.link-footer li a {
  padding: 0 10px;
  font-size: 18px;
}
.sj-extraslider .pre-text, .pre-text {
  margin: 0 0 50px;
}
.contact-ajax .ctajax-element .el-ctajax-form select:not(.form-control) {
  margin-bottom: 15px;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-ctajax-return {
  display: none;
  margin-left: 15px;
  margin-top: 12px;
  border: 1px solid #9ee002;
  border-radius: 3px;
  padding: 5px;
}
.contact-ajax .ctajax-element .el-ctajax-form .control .chzn-container {
  margin-bottom: 15px;
}
.contact-ajax .ctajax-element .el-ctajax-form .control .chzn-container .chzn-single {
  color: #8c8c8c;
  font-size: 14px;
  line-height: calc(2.25rem + 2px);
  height: 50px;
}
.contact-ajax .ctajax-element .el-ctajax-form .control .el-ok, .contact-ajax .ctajax-element .el-ctajax-form .control .el-error {
  display: none;
}
.contact-ajax .ctajax-element .el-ctajax-form input[type="submit"] {
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  background: #252525;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  height: 30px; 
  line-height: 30px;
}
.contact-ajax .ctajax-element .el-ctajax-form input[type="submit"]:hover {
  background-color: #044cd0;
}
.sj-extraslider {
  margin: 0;
}
#section-id-1540367902800 .sppb-col-md-6 .sppb-column.ident:before {
  background: #f7f7f7;
  position: absolute;
  left: -27px;
  top: 0;
  bottom: 0;
  content: '';
  width: 10000%;
  display: block;
}
#section-id-1540367902800 .sppb-col-md-6 .sppb-column.color:before {
  background: #0b66a2;
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  content: '';
  width: 10000%;
  display: block;
}
.profile-edit .form-group button.btn#helpsite-refresh {
  margin-top: 15px;
}
a.hasTooltip, .search .btn-toolbar button, a.hasPopover, label.hasPopover {
  display: block !important;
}
.tooltip.show {
  opacity: 0;
}
#sp-footer .sp-copyright {
  font-size: 18px;
}
#sp-footer .sp-copyright a {
  color: #0345bf;
}
#sp-breadcrumb {
  color: #000 !important;
  padding: 10px 0;
  background: url('../images/bg_breadcrumb.jpg') repeat;
  margin-bottom: 0px;
}
.text-center {
  text-align: center;
}
#sp-breadcrumb .last-breadcrumb {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 0;
  color: #
}
#sp-breadcrumb .breadcrumb {
  background-color: transparent;
  margin: 0;
  font-size: 18px;
  color: #555;
  padding: 0;
  display: block;
}
#sp-breadcrumb .breadcrumb li a {
  color: #777;
}
#sp-breadcrumb .breadcrumb li a:hover {
  color: #ffab00;
}
#sp-breadcrumb .breadcrumb li.active {
  color: #999;
}
.breadcrumb > li {
  display: inline-block;
}
/* Page Bonus */
#sp-right .sp-module .sp-module-title, #sp-left .sp-module .sp-module-title {
  font-weight: 500;
  font-size: 24px;
  text-transform: capitalize;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
#sp-right .sp-module .categories-module li a span, #sp-left .sp-module .categories-module li a span {
  float: right;
}
#sp-right .sp-module .archive-module li, #sp-left .sp-module .archive-module li, #sp-right .sp-module .categories-module li, #sp-left .sp-module .categories-module li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
#sp-right .sp-module .archive-module li:first-child, #sp-left .sp-module .archive-module li:first-child, #sp-right .sp-module .categories-module li:first-child, #sp-left .sp-module .categories-module li:first-child {
  padding-top: 0;
}
#sp-right .sp-module .archive-module li > a, #sp-left .sp-module .archive-module li > a, #sp-right .sp-module .categories-module li > a, #sp-left .sp-module .categories-module li > a {
  line-height: normal;
  padding: 0;
}
#sp-right .sp-module .tagspopular ul, #sp-left .sp-module .tagspopular ul {
  padding: 0;
  list-style-type: none;
  margin: -4px;
}
#sp-right .sp-module .tagspopular ul li, #sp-left .sp-module .tagspopular ul li {
  float: left;
  padding: 4px;
  border-bottom: 0;
}
#sp-right .sp-module .tagspopular ul li a, #sp-left .sp-module .tagspopular ul li a {
  display: block;
  padding: 13px 16px;
  color: #898989;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  line-height: normal;
}
#sp-right .sp-module .tagspopular ul li a:hover, #sp-left .sp-module .tagspopular ul li a:hover {
  background-color: #0345bf;
  border-color: #0345bf;
  color: #fff;
}
.mod-newsflash-adv .pretext {
  padding-bottom: 1em;
}
.detail-idoctor {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.detail-idoctor.item {
  margin-bottom: 0;
}
.detail-idoctor .entry-image {
  box-shadow: 2px 2px 8px #ddd;
  -webkit-box-shadow: 2px 2px 8px #ddd;
  -moz-box-shadow: 2px 2px 8px #ddd;
  -ms-box-shadow: 2px 2px 8px #ddd;
  -o-box-shadow: 2px 2px 8px #ddd;
}
.detail-idoctor .head-title-post {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.detail-idoctor .head-title-post h2 {
  float: left;
  margin-bottom: 0;
}
.detail-idoctor .head-title-post .list-social {
  float: right;
}
.detail-idoctor .head-title-post .list-social ul {
  list-style-type: none;
  margin: 0 -15px;
}
.detail-idoctor .head-title-post .list-social ul li {
  float: left;
  padding: 0 15px;
}
.detail-idoctor .head-title-post .list-social ul li a {
  font-size: 0;
  color: #111;
  padding: 7px 3px;
}
.detail-idoctor .head-title-post .list-social ul li a:before {
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
}
.detail-idoctor .head-title-post .list-social ul li a.facebook:before {
  content: "\f09a";
}
.detail-idoctor .head-title-post .list-social ul li a.twitter:before {
  content: "\f099";
}
.detail-idoctor .head-title-post .list-social ul li a.google:before {
  content: "\f0d5";
}
.detail-idoctor .head-title-post .list-social ul li a:hover {
  color: #0085d3;
}
.detail-idoctor .btn-join-form {
  padding: 33px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.detail-idoctor .btn-join-form a {
  display: inline-block;
  vertical-align: top;
  padding: 15px 30px;
  background-color: #0085d3;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  font-weight: bold;
}
.detail-idoctor .btn-join-form a:hover {
  background-color: #0065a0;
}
.detail-idoctor h4 {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.detail-idoctor .qualifications {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.detail-idoctor .qualifications .list-qualifications {
  margin: 0 -16px;
  padding: 0;
  list-style-type: none;
}
.detail-idoctor .qualifications .list-qualifications li {
  float: left;
  padding: 0 16px;
  margin-bottom: 15px;
}
.detail-idoctor .work-hours {
  clear: both;
}
.detail-idoctor .work-hours .list-time {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}
.detail-idoctor .work-hours .list-time li {
  width: 50%;
  float: left;
  padding-bottom: 10px;
  font-size: 12px;
}
.detail-idoctor .work-hours .list-time li .day-time {
  font-size: 14px;
  color: #111;
  min-width: 85px;
  display: inline-block;
}
.wp-list-related {
  position: relative;
  background-color: #f4f4f4;
  padding: 100px 0;
  margin-top: 70px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.wp-list-related:before {
  content: "";
  right: 100%;
  height: 100%;
  width: 1000px;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
}
.wp-list-related:after {
  top: 0;
  position: absolute;
  content: "";
  left: 100%;
  height: 100%;
  width: 1000px;
  background-color: #f4f4f4;
}
.wp-list-related .related-title h3 {
  font-size: 50px;
  font-family: 'Poppins-SemiBold', sans-serif !important;
  font-weight: bold;
  color: #111;
  text-align: center;
  margin: 0 0 0px;
}
.wp-list-related .related-title p {
  font-size: 14px;
  font-style: italic;
  padding: 3px;
  font-family: 'Lora Italic', serif;
  margin-bottom: 0;
  text-align: center;
  color: #898989;
}
.detail-idoctor .wp-list-related .item-wrap .item-info {
  padding: 35px 20px 25px;
}
.wp-list-related .related-items {
  margin: 0;
}
.wp-list-related .related-items .owl-stage-outer .owl-item {
  padding: 0 15px;
}
.col-md-6 {
  float: left;
}
.stylecolor {
  color: #0345bf;
}
.custom-excell {
  font-size: 14px;
  color: #666;
}
.custom-excell h2 {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #111;
}
.custom-excell .sub-html {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  color: #1c1c1c;
}
.custom-excell .note-html {
  margin-bottom: 25px;
  line-height: 22px;
}
.custom-excell .item-check {
  margin-bottom: 12px;
}
.custom-excell .item-check:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 14px;
  color: #0085d3;
  display: inline-block;
  margin-right: 10px;
}
.custom-excell .btn-readmore a {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  line-height: 48px;
  padding: 0 35px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #0085d3;
}
.custom-excell .btn-readmore a:hover {
  background-color: #0065a0;
}
.sj-listidoctor.sj-extraslider .item-wrap .item-info:hover {
  background-color: #0345bf;
  color: #fff;
}
.sj-listidoctor.sj-extraslider .item-wrap .item-info:hover .item-title a, .sj-listidoctor.sj-extraslider .item-wrap .item-info:hover .item-title span {
  color: #fff;
}
.sj-listidoctor.sj-extraslider .item-wrap .item-info:hover .item-title a:hover {
  color: #fff;
}
.sj-listidoctor.sj-extraslider .item-wrap .item-info:hover .fields-container span.field-value {
  color: #fff;
}
.sj-listidoctor .item-wrap .item-image:hover {
  opacity: 0.75;
}
.sj-listidoctor .item-wrap .item-info {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0px 20px 25px;
  position: relative;
  width: auto;
  background-color: #fff;
}
.sj-listidoctor .item-wrap .item-info .fields-container .field-entry {
  margin-bottom: 0;
}
.sj-listidoctor .item-wrap .item-info .fields-container .field-entry:nth-child(2) span.field-value:before {
  content: "\f0e0";
  font-family: FontAwesome;
  padding-right: 5px;
}
.sj-listidoctor .item-wrap .item-info .fields-container span.field-label {
  display: none;
}
.sj-listidoctor .item-wrap .item-info .fields-container span.field-value {
  font-size: 13px;
  color: #0b66a2;
}
.sj-listidoctor .item-wrap .item-info .fields-container span.field-value:before {
  content: "\f095";
  font-family: FontAwesome;
  padding-right: 5px;
}
.sj-listidoctor .item-wrap .item-info .item-title {
  padding: 0 0 10px;
}
.sj-listidoctor .item-wrap .item-info .item-title a {
  color: #1c1c1c;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 16px;
  display: block;
  margin-bottom: 0px;
}
.sj-listidoctor .item-wrap .item-info .item-title a:hover {
  color: #0085d3;
  text-decoration: none;
}
.sj-listidoctor .item-wrap .item-info .item-title .sub-job {
  font-size: 13px;
  font-weight: normal;
  color: #666;
  text-transform: capitalize;
  display: block;
}
.sj-listidoctor .item-wrap .item-info .item-content {
  margin: 0;
  padding: 0;
}
.sj-listidoctor .item-wrap .item-info .item-content .item-readmore a {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background-color: #0085d3;
  border: 10px solid #fff;
  border-radius: 100%;
  font-size: 0;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sj-listidoctor .owl-controls .owl-nav .owl-prev, .sj-listidoctor .owl-controls .owl-nav .owl-next {
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.sj-listidoctor .owl-controls .owl-nav .owl-prev:before, .sj-listidoctor .owl-controls .owl-nav .owl-next:before {
  font-size: 50px;
  font-family: FontAwesome;
  color: #111;
}
.sj-listidoctor .owl-controls .owl-nav .owl-prev:hover:before, .sj-listidoctor .owl-controls .owl-nav .owl-next:hover:before {
  color: #0085d3;
}
.sj-listidoctor .owl-controls .owl-nav .owl-prev {
  left: 0;
  margin-left: -30px;
}
.sj-listidoctor .owl-controls .owl-nav .owl-prev:before {
  content: "\f104";
}
.sj-listidoctor .owl-controls .owl-nav .owl-next {
  right: 0;
  margin-right: -30px;
}
.sj-listidoctor .owl-controls .owl-nav .owl-next:before {
  content: "\f105";
}
.sj-extraslider .extraslider-inner .item-wrap.style1 .item-info {
  width: 46%;
  float: right;
  margin-left: 1.33%;
  background-color: transparent;
}
.sj-extraslider .extraslider-inner .item-wrap.style1 .item-info .item-content .item-readmore {
  text-align: left;
}
.sj-extraslider .extraslider-inner .item-wrap.style1 .item-info .item-content .item-readmore a {
  text-transform: uppercase;
}
.sj-extraslider .extraslider-inner .item-wrap.style1 .item-info .item-title {
  padding: 5px 0px 10px 0px;
}
.sj-extraslider .extraslider-inner .item-wrap.style1 .item-info .createdate {
  color: #898989;
  font-size: 13px;
}
.sj-extraslider .extraslider-inner .item-wrap.style1 .item-info .createdate span.author {
  color: #0345bf;
}
.sj-extraslider .extraslider-inner .item-wrap.style1 .item-image {
  width: 50%;
  float: left;
}
.sj-extraslider .extraslider-inner .item-wrap.style1 .item-image a:hover img {
  opacity: 0.8;
}
.mod-newsflash-adv .item .img-intro a:hover img {
  opacity: 0.8;
}
.mod-newsflash-adv .item .item_content {
  padding: 0 0 30px;
  margin: 0 0 0.3rem;
}
.mod-newsflash-adv .item .item_content .item_title {
  color: #1c1c1c;
  font-size: 20px;
}
.mod-newsflash-adv .item .item_content .item_introtext {
  padding: 0 30px;
}
.mod-newsflash-adv .item .item_content .item_introtext p {
  font-size: 14px;
  color: #545454;
}
.mod-newsflash-adv .item .item_content:hover {
  background-color: #0b66a2;
  color: #fff;
}
.mod-newsflash-adv .item .item_content:hover .item_introtext p, .mod-newsflash-adv .item .item_content:hover .item_title {
  color: #fff;
}
.mod-newsflash-adv .item .item_content:hover a.readmore {
  color: #1c1c1c;
  background-color: #f9c924;
  border: 1px solid #f9c924;
}
.mod-newsflash-adv .item .item_content:hover .fields-container .field-value {
  background: #fff;
  display: inline-block;
}
.mod-newsflash-adv .item .item_content .fields-container {
  padding: 44px 0 15px;
  margin: 0;
}
.mod-newsflash-adv .item .item_content a.readmore {
  color: #0b66a2;
  border-radius: 25px;
  text-transform: uppercase;
  background-color: #fff;
  font-size: 13px;
  position: absolute;
  top: 45%;
  left: 35%;
  padding: 6px 20px;
}
.category-list .chzn-container {
  width: 80px !important;
}
.search-sidebar .form-search {
  position: relative;
}
.search-sidebar .form-search .search-query {
  width: 100%;
  height: 40px;
  border-radius: 0;
  padding-right: 20px;
}
.search-sidebar .form-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: transparent;
  font-size: 0;
  padding: 9px;
}
.search-sidebar .form-search .btn-search:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
}
.search-sidebar .form-search .btn-search:hover {
  color: #0345bf;
}
.sj-sidebar.sj-basic-news {
  margin-top: 30px;
}
.sj-sidebar.sj-basic-news .bs-items .bs-item .bs-image {
  padding-right: 20px;
  width: auto;
}
.sj-sidebar.sj-basic-news .bs-items .bs-item .bs-content .bs-title a {
  font-size: 16px;
  color: #222;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
}
.sj-sidebar.sj-basic-news .bs-items .bs-item .bs-content .bs-title a:hover {
  color: #0345bf;
  text-decoration: none;
}
.sj-sidebar.sj-basic-news .bs-items .bs-item .bs-content .createdate {
  font-size: 12px;
  text-transform: uppercase;
  color: #898989;
}
.rtl .article-list .article .entry-thumbnail .create-date {
  left: auto;
  right: 0;
  margin: 0;
}
.article-details {
  color: #898989;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px;
}
.article-details .fields-container {
  display: none;
}
.article-details .blockquote {
  border: 0;
  background-color: #f5f5f5;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
}
.article-details .article-header h1 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 15px;
  text-transform: capitalize;
  color: #222;
}
.article-details .article-header h1 a:hover {
  color: #0345bf;
}
.article-details .article-info .createdby {
  border-bottom: 1px solid #0345bf;
  padding-bottom: 15px;
}
.article-details .article-info dd {
  text-transform: capitalize;
}
.article-details .article-info dd a {
  color: #222;
}
.article-details .article-info dd a:hover {
  color: #0345bf;
}
.article-list .article {
  color: #898989;
  font-size: 14px;
  line-height: 24px;
}
.article-list .article .entry-header {
  margin: 0 0 30px;
}
.article-list .article .entry-header h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 15px;
  text-transform: capitalize;
  color: #222;
}
.article-list .article .entry-header h2 a:hover {
  color: #0345bf;
}
.article-list .article .entry-header .article-info dd {
  text-transform: capitalize;
}
.article-list .article .entry-header .article-info dd a {
  color: #222;
}
.article-list .article .entry-header .article-info dd a:hover {
  color: #0345bf;
}
.article-list .article .entry-header .createdby {
  border-bottom: 1px solid #0345bf;
  padding-bottom: 15px;
}
.article-list .article .entry-thumbnail {
  position: relative;
}
.article-list .article .entry-thumbnail .article-intro-image img:hover {
  opacity: 0.8;
}
.article-list .article .entry-thumbnail .create-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0085d3;
  color: #fff;
  min-width: 60px;
  text-align: center;
  line-height: 22px;
  padding: 8px 0;
  z-index: 1;
}
.article-list .article .entry-thumbnail .create-date > time {
  display: block !important;
}
.article-list .article .entry-thumbnail .create-date .day {
  font-size: 20px;
}
.article-list .article .entry-thumbnail .create-date .month {
  font-size: 14px;
}
#sp-main-body .contact-ajax.theme3 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 40px 0 0;
}
#sp-main-body .contact-ajax.theme3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap {
  position: relative;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element {
  width: 100%;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner {
  padding: 0;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form {
  margin: 0 -15px;
  float: none;
  width: auto;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control {
    width: 50%;
  float: left;
  padding: 0 15px;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control.full {
  width: 100%;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control input[name="cainput_title"], #sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control input[name="cainput_yourname"], #sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control input[name="cainput_yourphone"], #sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control input[name="cainput_youremail"] {
  color: #8c8c8c;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 26px;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control textarea {
  min-height: 100px;
  color: #8c8c8c;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control.btn-subbmit {
  text-align: center;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control.btn-subbmit input[type="submit"] {
  width: auto;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control #cainput_submit3 {
  margin: 0;
  background: none;
  background-color: #c55;
  font-size: 18px !important;
  border-radius: 10px;
  width: 80%;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control:last-child {
  margin-bottom: 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .article-ratings {
  display: none;
}
.article-footer-wrap .tags {
  float: right;
}
.article-footer-wrap .tags > li {
  margin-right: 0;
}
.article-footer-wrap .tags > li a {
  background: transparent;
  color: #222;
  padding: 0;
}
.article-footer-wrap .tags > li a:hover {
  background: transparent;
  color: #0345bf;
}
.helix-social-share {
  float: right;
  margin-bottom: 0px;
}
.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
  margin-right: 7px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
  display: block !important;
}
.helix-social-share .helix-social-share-icon ul li div a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  width: 30px;
  display: inline-block !important;
}
.helix-social-share .helix-social-share-icon ul li div a:hover, .helix-social-share .helix-social-share-icon ul li div a:focus {
  background: #0345bf;
  color: #fff;
}
.com-sppagebuilder #sp-main-body .yt-gmap.pull-left {
  margin: 0 1em 0 0;
}
.entry-image, .entry-gallery, .entry-video, .entry-audio, .entry-link {
  margin-bottom: 30px;
}
.entry-status, .entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255, 255, 255, 0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255, 255, 255, 0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255, 255, 255, 0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255, 255, 255, 0.15);
}
.entry-quote blockquote small {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.custom-excell .item-check {
  margin-bottom: 12px;
  font-weight: bold;
}
.custom-excell .item-check:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 14px;
  color: #0085d3;
  display: inline-block;
  margin-right: 10px;
}
.sppb-col-md-3 {
  color: #5d5d5d;
  font-size: 14px;
}
.sppb-col-md-3 .sppb-addon-title {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.login {
  padding: 0 0 40px;
}
#sppb-addon-1519279374066 .sppb-addon.sppb-addon-feature {
  padding: 26px 20px 40px;
}
#sppb-addon-1519279374057 .sppb-addon.sppb-addon-feature {
  padding: 26px 20px 45px;
}
#sppb-addon-1519279374081 .sppb-addon.sppb-addon-feature {
  padding: 26px 20px 55px;
}
.sp-contact-info li.sp-contact-phone .fa-phone:before {
  content: "\f098";
}
#sp-position3 {
  padding: 40px 0;
}
.blog-featured {
  color: #898989;
  font-size: 14px;
  line-height: 24px;
}
.blog-featured .article-intro-image {
  margin: 0 0 30px;
  width: 100%;
}
.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-top: 0 !important;
  margin-left: 1rem;
}
.tag-category .mt-3 div.chzn-container {
  width: 80px !important;
}
.yt-content-slider .owl-item img {
  width: auto !important;
  margin: 0 auto;
}
#sp-right .sp-module.depart .sp-module-title {
  font-size: 20px;
  border-bottom: 0;
  font-weight: bold;
  position: relative;
}
#sp-right .sp-module.depart .sp-module-title:before {
  background-color: #0345bf;
  content: "";
  width: 120px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
#sp-right .sp-module.depart .sp-module-content .customdepart ul.list-cat li {
  border-bottom: 0;
}
#sp-right .sp-module.depart .sp-module-content .customdepart ul.list-cat li a {
  font-size: 15px;
}
.page-item:last-child .page-link {
  border-radius: 0;
}
.pagination-wrapper {
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 20px;
  display: block !important;
}
.pagination-wrapper .pagination {
  display: block;
}
.pagination-wrapper .pagination li {
  display: inline-block;
  padding: 0 5px;
}
.pagination-wrapper .pagination li a, .pagination-wrapper .pagination li span {
  border-radius: 0;
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  padding: 0 10px;
  color: #898989;
  text-align: center;
  display: block;
  font-size: 14px;
}
.pagination-wrapper .pagination li.active a, .pagination-wrapper .pagination li.active span, .pagination-wrapper .pagination li:hover a, .pagination-wrapper .pagination li:hover span {
  color: #fff;
  background-color: #0345bf;
  border-color: #0345bf;
  border-radius: 0;
}
#sppb-addon-1519279062623 .sppb-text-center h3.sppb-addon-title {
  font-size: 28px;
}
#sppb-addon-1519279062623 .sppb-text-center .sppb-addon-content {
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-ajax .ctajax-wrap .ctajax-element, .contact-ajax .ctajax-element .el-ctajax-form select:not(.form-control), .contact-ajax .ctajax-element .el-inner textarea, .contact-ajax .ctajax-element .el-ctajax-form input {
    width: 100%;
  }
  .sj-extraslider .item .item-wrap .item-title {
    padding: 0;
  }
  .tm-single-article .page_header {
    margin-bottom: 20px;
  }
  .mod-article-single p {
    margin-bottom: 20px;
  }
  .btn-appoiment {
    display: none !important;
  }
  .col-lg-2.col-xl-3, .col-lg-10.col-xl-9 {
    flex: 100%;
    max-width: 100%;
  }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 10px;
  }
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
}
@media (max-width: 320px) {
  .sj-basic-news .item {
    width: 100%;
  }
  ul.social-icons {
    display: none;
  }
  #sp-top2 .mod-languages::after {
    width: 0;
  }
  .sp-contact-info li.sp-contact-email, .sp-contact-info li.sp-contact-mobile {
    display: none;
  }
  .smart-search-top .searchform .link-appoitment {
    display: none;
  }
  body.site #column-id-1540367902801 {
    padding-left: 0;
  }
  .contact-ajax .ctajax-element .el-ctajax-form .control .chzn-container {
    width: 100%;
  }
  .contact-ajax .ctajax-element .el-ctajax-form select:not(.form-control) {
    margin-bottom: 15px;
  }
  .contact-ajax .ctajax-element .el-inner textarea, .contact-ajax .ctajax-element .el-ctajax-form input {
    width: 100%;
  }
  .acymailing_module_form .acymailing_introtext {
    display: none !important;
  }
  .acymailing_module_form table.acymailing_form tr td.acysubbuttons .btn-primary {
    padding: 13px 10px;
  }
  #sp-footer {
    text-align: center;
  }
  .sj-listidoctor .owl-controls .owl-nav .owl-prev {
    margin-left: 0;
  }
  .sj-listidoctor .owl-controls .owl-nav .owl-next {
    margin-right: 0;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
    margin: 0 4px 0 4px;
  }
  div.news-scroller .scroller-container {
    height: 235px !important;
  }
}
@media (max-width: 568px) {
  .sj-basic-news .item {
    width: 100%;
  }
  .acymailing_module_form .acymailing_introtext {
    display: none !important;
  }
  .social-icons li.social-icon-pinterest, .social-icons li.social-icon-linkedin, .social-icons li.social-icon-dribbble {
    display: none;
  }
  .sp-contact-info li.sp-contact-email, .sp-contact-info li.sp-contact-mobile {
    display: none;
  }
  .contact-ajax .ctajax-element .el-ctajax-form select:not(.form-control) {
    margin-bottom: 15px;
  }
  .contact-ajax .ctajax-element .el-inner textarea, .contact-ajax .ctajax-element .el-ctajax-form input {
    width: 100%;
  }
  .detail-idoctor .head-title-post h2 {
    margin-bottom: 20px;
  }
  .detail-idoctor .head-title-post .list-social {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .detail-idoctor .head-title-post .list-social ul {
    padding: 0;
  }
  .detail-idoctor .work-hours .list-time li {
    width: 100%;
  }
  .wp-list-related .related-title {
    font-size: 32px;
  }
  .wp-list-related {
    padding: 40px 0;
    margin-top: 40px;
  }
  #sp-main-body {
    padding: 40px 0;
  }
  #sp-footer {
    text-align: center;
  }
  ul.link-footer {
    text-align: center;
    float: none;
  }
  ul.link-footer li {
    float: none;
  }
  .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
    color: #222 !important;
  }
  .sj-listidoctor .owl-controls .owl-nav .owl-prev {
    margin-left: 0;
  }
  .sj-listidoctor .owl-controls .owl-nav .owl-next {
    margin-right: 0;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
    margin: 0 4px 0 4px;
  }
  div.news-scroller .scroller-container {
    height: 215px !important;
  }
  .yt-member .yt-member-photo a img {
    height: auto;
  }
  #sp-breadcrumb .last-breadcrumb {
    font-size: 1.05rem;
  }
  html.error-page .error-code {
    font-size: 3rem;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    padding: 5px 2px;
  }
  body.rtl .contact-ajax .ctajax-element .el-ctajax-form {
    margin: 0 10px !important;
  }
  body.rtl .sj-extraslider .extraslider-inner .item-wrap.style1 .item-image {
    float: right;
  }
  body.rtl .sj-extraslider .extraslider-inner .item-wrap.style1 .item-info {
    float: left;
    margin-right: 1.33%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  ul.social-icons {
    display: none;
  }
  #sp-top2 .mod-languages::after {
    width: 0;
  }
  .smart-search-top .searchform .link-appoitment {
    display: none;
  }
  .acymailing_module_form .acymailing_introtext {
    display: none !important;
  }
  .acymailing_module_form table.acymailing_form tr td.acysubbuttons .btn-primary {
    padding: 13px 10px;
  }
  body.site #column-id-1540367902801 {
    padding-left: 0;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .sp-contact-info li.sp-contact-email, .sp-contact-info li.sp-contact-mobile {
    display: none;
  }
  .sj-basic-news .item {
    width: 100%;
  }
  .acymailing_module_form .acymailing_introtext {
    display: none;
  }
  .contact-ajax .ctajax-element .el-ctajax-form select:not(.form-control), .contact-ajax .ctajax-element .el-ctajax-form input[type="submit"] {
    width: 76%;
  }
  .social-icons li.social-icon-pinterest, .social-icons li.social-icon-linkedin, .social-icons li.social-icon-dribbble {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp-contact-info li.sp-contact-email, .sp-contact-info li.sp-contact-mobile {
    display: none;
  }
  .acymailing_module_form .acymailing_introtext {
    display: none !important;
  }
  #sp-footer {
    text-align: center;
  }
  ul.link-footer {
    text-align: center;
    float: none;
  }
  ul.link-footer li {
    float: none;
  }
  .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
    color: #222 !important;
  }
  .yt-member .yt-member-photo a img {
    height: 206px;
  }
  .contact-ajax .ctajax-wrap .ctajax-element, .contact-ajax .ctajax-element .el-inner textarea, .contact-ajax .ctajax-element .el-ctajax-form input {
    width: 100%;
  }
  .sj-extraslider {
    margin: 0;
  }
  .sj-extraslider .item .item-wrap .item-title {
    padding: 0;
  }
  .sj-extraslider .item .item-wrap .item-content .item-description, .sj-extraslider .item .item-wrap .item-title ul.date-author {
    display: none;
  }
  div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption {
    display: none;
  }
  .col-sm-15 {
    width: 25%;
    float: left;
  }
  body.rtl ul.link-footer {
    float: none !important;
  }
}
