/*add style*/
.breadcrumb > ul,
.breadcrumb > ul > li {
  display: inline-block;
}
.liked {
  color: #ff0000;
}
[data-icon]:before {
  content: attr(data-icon);
}
[data-icon]:before,
.icon-gear:before,
.icon-like:before,
.icon-unlike:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.icon-like:before {
  content: "\f004";
}
.icon-unlike:before {
  content: "\f08a";
}
.icon-gear:before {
  content: "\f013";
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
a.sv-post-like {
  font-weight: normal;
  display: inline-block;
  width: auto;
  -moz-transition: all 0.3s ease-out 0.2s;
  -webkit-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
}
a.sv-post-like.liked {
  color: #da1b1b;
}
a.sv-post-like:hover,
a.sv-post-like:active,
a.sv-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
  color: #000;
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.header .vc_row[data-vc-full-width] {
  overflow: inherit !important;
}
.remove-hidden.vc_row[data-vc-full-width] {
  overflow: inherit !important;
}
.vc_row.vc_row-no-padding .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
/*Menu fixed style*/
.fixed-header {
  position: fixed !important;
  top: -100px;
  left: 15px !important;
  z-index: 9998;
  -webkit-transition: top 0.5s ease-out 0s !important;
  transition: top 0.5s ease-out 0s !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.admin-bar .fixed-header.active {
  top: 32px;
}
.fixed-header.active {
  top: 0;
}
.menu-fixed-content.fixed-header {
  background: #fbfbfb;
  width: 100%;
  left: 0 !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  max-width: 100%;
  display: block;
}
/* ------------------------ Default sidebar ---------------------*/
.sidebar-widget {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
}
.sidebar-widget:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #42adb6;
  background: -webkit-linear-gradient(left, #42adb6, #cde36f);
  background: -o-linear-gradient(right, #42adb6, #cde36f);
  background: -moz-linear-gradient(right, #42adb6, #cde36f);
  background: linear-gradient(to right, #42adb6, #cde36f);
}
.widget-title {
  margin: 0 0 20px 0!important;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  padding: 0!important;
  border: none !important;
  background: transparent !important;
}
.widget-title:before {
  background: url(images/icons/color-dot.png) left center no-repeat;
  width: 30px;
  height: 5px;
  content: '';
  display: inline-block;
  margin: 0 10px 5px 0;
}
.sidebar-widget > ul {
  padding: 0;
}
.sidebar-widget ul {
  list-style: none;
}
.sidebar-widget ul li a {
  line-height: 23px;
  display: inline-block;
}
.widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_nav_menu ul {
  list-style: none;
}
.widget_recent_entries ul li > a,
.widget_archive ul li > a,
.widget_categories ul li > a,
.widget_meta ul li > a,
.widget_pages ul li > a,
.widget_nav_menu ul li > a {
  padding-left: 20px;
  position: relative;
}
.widget_recent_entries ul li > a:before,
.widget_archive ul li > a:before,
.widget_categories ul li > a:before,
.widget_meta ul li > a:before,
.widget_pages ul li > a:before,
.widget_nav_menu ul li > a:before {
  position: absolute;
  content: "\f125";
  top: 7px;
  left: 0;
  font-family: "ionicons";
  text-align: center;
  line-height: 10px;
  font-size: 10px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.widget_recent_entries ul li.current-cat > a:before,
.widget_archive ul li.current-cat > a:before,
.widget_categories ul li.current-cat > a:before,
.widget_meta ul li.current-cat > a:before,
.widget_pages ul li.current-cat > a:before,
.widget_nav_menu ul li.current-cat > a:before {
  content: "\f3fd";
  border-color: #42adb6;
  background: #42adb6;
}
.widget_rss li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.widget_rss li .rsswidget {
  font-weight: bold;
  display: block;
}
.widget_rss li .rss-date {
  font-size: 12px;
  font-style: italic;
}
.widget_rss li cite {
  display: block;
  text-align: right;
}
.widget_rss li:first-child {
  padding-top: 0;
}
.widget_rss li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget_search .search-widget {
  padding-right: 0 !important;
}
.widget_search .search-widget .btn-search {
  top: 0;
  right: 0;
}
.widget_text img {
  margin-bottom: 15px;
}
.textwidget,
.menu-testing-menu-container,
.widget .tagcloud {
  border: none;
  padding: 0;
}
.widget .tagcloud a {
  font-size: 12px !important;
  border: 1px solid #ddd;
  padding: 5px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 5px;
}
.widget_nav_menu ul {
  padding-left: 15px;
}
.widget_nav_menu ul.menu {
  padding: 0px;
}
.sidebar .widget_nav_menu ul li,
.sidebar .widget_recent_comments ul li,
.sidebar .widget_meta ul li,
.sidebar .widget_pages ul li,
.sidebar .widget_categories ul li,
.sidebar .widget_recent_entries ul li,
.sidebar .widget_archive ul li {
  font-size: 14px;
}
.sidebar .widget_nav_menu ul ul ul li,
.sidebar .widget_recent_comments ul ul ul li,
.sidebar .widget_meta ul ul ul li,
.sidebar .widget_pages ul ul ul li,
.sidebar .widget_categories ul ul ul li,
.sidebar .widget_recent_entries ul ul ul li,
.sidebar .widget_archive ul ul ul li,
.sidebar .widget_nav_menu ul ul ul li,
.sidebar .widget_recent_comments ul ul ul li,
.sidebar .widget_meta ul ul ul li,
.sidebar .widget_pages ul ul ul li,
.sidebar .widget_categories ul ul ul li,
.sidebar .widget_recent_entries ul ul ul li,
.sidebar .widget_archive ul ul ul li {
  padding-left: 10px;
}
.sidebar .widget_nav_menu ul li:hover,
.sidebar .widget_recent_comments ul li:hover,
.sidebar .widget_meta ul li:hover,
.sidebar .widget_pages ul li:hover,
.sidebar .widget_categories ul li:hover,
.sidebar .widget_recent_entries ul li:hover,
.sidebar .widget_archive ul li:hover {
  color: #42adb6;
}
.widget .btn-submit {
  background-color: #42adb6;
}
.widget .btn-submit:hover {
  background-color: #348991;
}
/*-------------------- Main css ----------------------*/
.color-title {
  font-family: 'Oswald', sans-serif !important;
  font-weight: bold !important;
  margin-bottom: 0;
}
.over-inherit {
  overflow: inherit!important;
}
.main-nav ul ul.sub-menu li.menu-item-has-children ul {
  margin-top: 0;
  top: 0;
  left: 100%;
  z-index: 999;
}
.main-nav ul ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.main-nav ul .sub-menu li a {
  padding: 10px 15px;
  margin: 0 -15px;
}
.home-title h2 {
  margin-bottom: 20px;
}
.most-popular .post-item .post-info b {
  max-height: 36px;
  overflow: hidden;
  margin-bottom: 0;
}
.rss-box ul li {
  padding: 0 5px 0px;
}
.breaking-news {
  width: 100%;
}
.tp-blog-page {
  margin-top: 30px;
}
.most-popular .title14 a,
.most-viewed .title14 a {
  color: #fff;
}
.viewed-list li {
  width: 100%;
}
.main-nav ul .sub-menu li a:hover {
  font-weight: normal;
  color: #42adb6;
}
.slide-post-info b:hover {
  text-shadow: 1px 1px #000;
}
.most-popular h3 {
  transition: all 0.5s ease-out 0s;
}
.most-popular h3:hover,
.list-cat-btn ul li a:hover {
  background-color: #727680 !important;
}
.current-time {
  background-color: #42adb6;
}
.bottom-link li a:after {
  color: #fff;
}
.comment-respond *::-webkit-input-placeholder {
  color: #ccc;
}
.comment-respond *:-moz-placeholder {
  /* FF 4-18 */
  color: #ccc;
}
.comment-respond *::-moz-placeholder {
  /* FF 19+ */
  color: #ccc;
}
.comment-respond *:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
.comments-list ul.children {
  list-style: none;
}
.breaking-news .carousel ul li a:hover {
  color: #42adb6;
}
.mc4wp-response {
  font-size: 12px;
  line-height: 1.2;
}
.bread-crumb ul li {
  display: inline-block;
}
.comment-respond {
  margin-top: 10px;
}
.comment-reply-link {
  font-size: 12px;
  border-left: 1px solid #e5e5e5;
  padding-left: 5px;
  margin-left: 5px;
  color: inherit;
}
.comment-reply-link:hover {
  color: #42adb6;
}
.comment-reply-link:before {
  content: "\f21e";
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 2px;
  color: #42adb6;
}
.page-links span,
.page-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-right: 5px;
  background-color: #42adb6;
  color: #fff;
  padding: 0;
  transition: all 0.5s ease-out 0s;
}
.page-links a span {
  background-color: #fff;
  color: #555;
}
.page-links a:hover span {
  background-color: #42adb6;
  color: #fff;
}
.intro-list {
  margin-right: -15px;
}
.footer-intro > div {
  padding: 0 20px 0 0;
}
.footer-images > div {
  padding: 0 0 0 20px;
}
.home2-top-new .col-sm-3,
.home2-top-new .col-sm-6 {
  padding: 0 15px !important;
}
.sub-cat {
  display: inline-block;
}
.sub-cat li a {
  padding: 0 10px;
}
.sub-cat li a:hover {
  color: #42adb6;
}
.sidebar-mega-menu > ul > li:hover > a,
.list-cat-mega-menu ul li a:hover {
  font-weight: normal;
  color: #42adb6;
}
.list-cat-mega-menu b {
  transition: all 0.5s ease-out 0s;
}
.list-cat-mega-menu b:hover {
  color: #42adb6;
}
.experts-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.home2-top-new .post-box {
  margin: 0;
}
.home-cat-2 .post-info b {
  height: 36px;
}
.no-padding {
  padding: 0 !important;
}
.slide-item .post-info b {
  height: 36px;
}
.slide-item .post-info b:hover {
  color: #fff;
}
.ads-style2 h3 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  margin: 0 0 10px;
}
.ads-content1 h3 {
  margin: 0;
  font-size: 24px;
}
.ads-style4 .ads-content4 strong {
  font-size: 18px;
  margin-bottom: 10px;
}
.ads-style4 .ads-content4 p {
  margin-bottom: 0;
}
.ads-style4 .ads-content4 span {
  margin-top: 10px;
}
.top-post-home4 .white.post-item {
  padding: 0 1px 2px;
}
.top-post-box-h4 {
  width: 46.532% !important;
}
.top-post-box-h4 .row {
  margin: 0;
}
.bottom-content-home3 .col-sm-2 {
  padding: 0;
}
.sidebar-mega-menu ul li a {
  text-transform: uppercase;
  padding: 5px 0;
  display: block;
}
.list-cat-mega-menu ul {
  border-right: none;
  height: auto;
}
.content-mega-menu .list-cat-mega-menu ul {
  border-right: 1px solid #e5e5e5 !important;
  height: 319px;
}
.content-mega-menu .col-sm-3:last-child ul {
  border: none !important;
}
.slide-thumb {
  position: relative;
}
.slide-thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
.home3-link-border {
  position: relative;
}
.home3-link-border:before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 337px;
  background-color: #e5e5e5;
}
.link-cat-home3:before {
  content: none;
}
.link-cat-home3 b {
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.bottom-box-border:before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 337px;
  background-color: #e5e5e5;
}
.post-info b i.fa-thumb-tack {
  margin: 0 5px;
}
.entry-content:after {
  content: '';
  display: block;
  clear: both;
}
.page-nav-bar:before {
  content: '';
  display: block;
  clear: both;
}
.page-nav-bar > span.post-page {
  background-color: #42adb6;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-right: 5px;
}
.wp-caption-text {
  font-style: italic;
  text-align: center;
}
.post-tag i {
  margin: 0 2px;
  font-size: 10px;
}
.post-tag a {
  padding: 0 5px;
}
.post-tag a:after {
  content: "/";
  display: inline-block;
  padding-left: 5px;
  color: #e5e5e5;
}
.post-tag a:last-child::after {
  content: '';
}
.comments-list li:first-child {
  border-top: 1px dashed #e5e5e5 !important;
  margin-top: 30px;
}
.comment-info ul,
.comment-info ol {
  padding-left: 20px;
}
.comment-info li {
  padding: 5px 0;
  border-bottom: none;
}
.comment-info span {
  font-size: 12px;
  color: inherit;
}
.comment-info span i {
  margin-right: 2px;
}
.list-post-test .post-thumb:hover img {
  transform: scale(1);
}
.list-post-test .post-thumb a:before,
.list-post-test .post-thumb a:after {
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  z-index: 1;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.list-post-test .post-thumb a:before {
  top: 0;
  left: 0;
}
.list-post-test .post-thumb a:after {
  bottom: 0;
  right: 0;
}
.list-post-test .post-thumb:hover a:before,
.list-post-test .post-thumb:hover a:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.main-nav > ul > li.menu-item-has-children > a:after {
  display: none;
}
.main-nav > ul > li.menu-item-has-children > a i,
.sub-menu .menu-item-has-children a i {
  display: inline-block;
  width: 24px;
  vertical-align: bottom;
  float: right;
  text-align: right;
}
.top-left .current-time {
  margin-right: 20px;
}
.top-left ul {
  padding-left: 0;
}
.top-left ul li:first-child a {
  padding-left: 0;
}
.top-left ul li:last-child a {
  padding-right: 0;
}
.box-search {
  margin-right: 0;
}
.top-content-home4 .col-md-9 .col-md-6:last-child {
  width: 46.452%;
}
.media_single iframe {
  width: 100%;
  border: none;
  margin-bottom: 15px;
}
.media_single audio {
  width: 100%;
  margin-bottom: 15px;
}
.video_host_media {
  width: 100%;
  margin-bottom: 15px;
}
.ads-style2 {
  float: none;
  padding: 0;
}
.brands-home3 b {
  text-transform: uppercase;
}
.vertical-transfrom-list ul li a {
  text-transform: uppercase;
  padding: 5px 0;
  display: block;
}
.top-listing3 {
  margin-top: 30px;
}
/*Tool Panel*/
.no-margin {
  margin: 0 !important;
}
.active .dm-open i.fa-long-arrow-left,
.dm-open i.fa-long-arrow-right {
  display: none;
}
.active .dm-open i.fa-long-arrow-right {
  display: block;
}
.dm-button {
  position: absolute;
  background: #42adb6;
  border-radius: 3px 0 0 3px;
  color: #fff;
  top: 250px;
  left: -55px;
  display: block;
  padding: 35px 0 7px;
  z-index: 9999;
  font-size: 12px;
  width: 55px;
  height: 55px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dm-button.dm-support {
  top: 310px;
  background-position: center -43px;
}
.dm-button.dm-guide {
  top: 370px;
  background-position: center -93px;
}
.dm-button:before {
  content: attr(data-title-close);
  display: inline-block;
}
.dm-button:focus,
.dm-button:hover {
  color: #fff;
}
.dm-button i {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  font-size: 20px;
}
.active .dm-button:before {
  content: attr(data-title);
}
#widget_indexdm {
  background: #fff;
  z-index: 9999;
  width: 380px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -380px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
}
#widget_indexdm.active {
  right: 0;
}
#indexdm_img.active {
  display: flex;
}
.img-demo {
  background-position: center top;
  display: none;
}
#widget_indexdm .widget-indexdm-inner {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 15px;
  bottom: 0;
  color: #111;
  right: 0;
  padding-right: 15px;
  top: 0;
}
#widget_indexdm .widget-indexdm-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
#widget_indexdm .widget-indexdm-inner::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}
#widget_indexdm .widget-indexdm-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#484848), to(#484848), color-stop(0.6, #484848));
}
#widget_indexdm .dm-header {
  text-align: center;
}
#widget_indexdm .dm-header .header-event {
  margin: 15px 0;
  padding-bottom: 15px;
}
#widget_indexdm .dm-header .header-event img {
  margin-bottom: 0;
}
#widget_indexdm .dm-header .header-button > a {
  margin-bottom: 30px;
}
#widget_indexdm .dm-header .header-button > a:hover {
  /*background: #ff607c;*/
}
#widget_indexdm .dm-header .header-description {
  color: #111;
  margin: 15px 0 30px;
}
#widget_indexdm .dm-header .header-description h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
#widget_indexdm .dm-header .header-description h3 span {
  font-size: 24px;
}
#widget_indexdm .dm-header .header-description h4 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
#widget_indexdm .dm-header .header-description h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
}
#widget_indexdm .dm-content {
  margin: 0 -3px 30px;
}
#widget_indexdm .dm-content .item-content {
  padding: 0 3px 6px;
  width: 50%;
  text-transform: uppercase;
}
#widget_indexdm .dm-content .item-content > a {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  margin-bottom: 10px;
  text-align: center;
  /*
  border: 1px solid #eee;*/
  background-size: 100% auto;
  border-radius: 3px 3px 0 0;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href {
  background: none;
  padding: 0;
  border: 0;
  border-radius: 0;
}
#widget_indexdm .dm-content .item-content > a img {
  max-width: 100%;
  vertical-align: top;
  margin-bottom: 0;
}
#widget_indexdm .dm-content .item-content h5 {
  font-size: 12px;
  margin-bottom: 15px;
}
#widget_indexdm .dm-content .item-content > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s all ease-out;
  -webkit-transition: 0.3s all ease-out;
  background: rgba(0, 0, 0, 0.6);
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href {
  margin-bottom: 15px;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href:before {
  top: 0;
  bottom: auto;
  height: 160px;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href:after {
  align-self: flex-start;
  top: 60px;
}
#widget_indexdm .dm-content .item-content > a:after {
  content: 'View Demo';
  display: block;
  align-self: flex-start;
  position: absolute;
  z-index: 5;
  color: #fff;
  opacity: 0;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
#widget_indexdm .dm-content .item-content > a:hover:after {
  align-self: center;
  opacity: 1;
}
#widget_indexdm .dm-content .item-content > a:hover:before {
  width: 100%;
}
#indexdm_img {
  position: fixed;
  right: 380px;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  display: none;
}
#widget_indexdm .dm-content .item-content > a span.new-item {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 999;
}
#indexdm_img:before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  display: block;
  position: fixed;
  right: 0;
  left: auto;
  width: 380px;
  top: 0;
  bottom: 0;
}
#indexdm_img > div {
  display: inline-block;
  width: 800px;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
#indexdm_img > div.mobile-hover {
  background-size: auto;
}
#indexdm_img.active > div {
  -webkit-animation: mymove 30s infinite;
  -webkit-animation-play-state: running;
  animation: mymove 30s infinite;
  animation-play-state: running;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#indexdm_img.background {
  display: flex;
}
@-webkit-keyframes mymove {
  0% {
    background-position: center top;
  }
  50% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}
@keyframes mymove {
  0% {
    background-position: center top;
  }
  50% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}
#widget_indexdm .mobile-content {
  margin-bottom: 30px;
}
#widget_indexdm .mobile-content h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  #indexdm_img > div {
    width: 600px;
  }
}
@media (max-width: 1199px) {
  #indexdm_img {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #widget_indexdm {
    display: none !important;
  }
}
/*End tool panel*/
.top-content-home4 .col-md-9 {
  width: 80%;
}
.top-content-home4 > .col-md-3 {
  width: 20%;
}
.top-content-home4 .col-md-9 .col-md-6 {
  width: 53.67647%;
  padding: 0 3px 0 0;
}
.top-content-home4 .col-md-9 .col-md-6:last-child {
  width: 46.32353%;
  padding: 0;
}
.top-post-home4 .white.post-item {
  padding: 0 3px 3px 0;
}
.top-content-home4 .post-item.white .post-thumb:before {
  content: none;
}
.top-content-home4 .post-item.white .post-thumb img:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.top-post-home4 .row {
  margin: 0;
}
.post-box-home3 {
  margin-bottom: 0;
}
.wrap.boxed {
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 5px 10px #e5e5e5;
}
h2.title30 span {
  display: block;
  margin-bottom: 25px !important;
  margin-top: 15px;
  color: initial;
}
.vc_btn3-container.vc_btn3-inline {
  display: block !important;
}
.sidebar-mega-menu .list-cat-mega-menu li a {
  text-transform: none;
  padding: 0;
}
.home2-slider .owl-controls i {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
}
/*------------------------------------ Media screen ----------------------------------*/
@media (max-width: 1919px) {
  .top-content-home4 .col-md-9 {
    width: 100%;
  }
  .top-content-home4 img {
    width: 100%;
  }
  .top-content-home4 > .col-md-3 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .main-nav ul ul.sub-menu li.menu-item-has-children ul {
    padding: 0 0 0 10px !important;
    box-shadow: none;
  }
  .main-nav > ul > li > a,
  .main-nav ul .sub-menu li a {
    padding: 10px;
  }
  .sub-menu .menu-item-has-children ul li a {
    border-top: 1px solid #e5e5e5 !important;
  }
  .white-footer-border > div {
    padding: 0 40px !important;
  }
  .top-content-home4 .col-md-9 .col-md-6,
  .top-content-home4 .col-md-9 .col-md-6:last-child {
    width: 100%;
    padding: 0;
  }
  .top-post-home4 .white.post-item {
    padding: 0 0 3px 0;
  }
}
