.space-ptb {
  padding: 50px 0; }

.space-pt {
  padding: 50px 0 0; }

.space-pb {
  padding: 0 0 50px; }

.space-lg-ptb {
  padding: 100px 0; }

.space-lg-pt {
  padding: 100px 0 0; }

.space-lg-pb {
  padding: 0 0 100px; }

.space-sm-ptb {
  padding: 30px 0; }

.space-sm-pt {
  padding: 30px 0 0; }

.space-sm-pb {
  padding: 0 0 30px; }

.mt-n9 {
  margin-top: -200px; }

/*bg-color*/
.bg-red {
  background: #dc3545; }

.bg-blue {
  background: #0d6efd !important; }

.bg-yellow {
  background: #ffc107 !important; }

.bg-pink {
  background: #d63384 !important; }

.bg-orange {
  background: #fd7e14 !important; }

.bg-purple {
  background: #6610f2 !important; }

.bg-skyblue {
  background: #0dcaf0 !important; }

.bg-light {
  background: #e4eaf7 !important; }

.bg-dark {
  background: #051830 !important; }

.bg-primary {
  background: #30c96a !important; }

.bg-green {
  background: #5d9711 !important; }

.text-red {
  color: #dc3545 !important; }

.text-blue {
  color: #0d6efd !important; }

.text-yellow {
  color: #ffc107 !important; }

.text-pink {
  color: #d63384 !important; }

.text-orange {
  color: #fd7e14 !important; }

.text-purple {
  color: #6610f2 !important; }

.text-skyblue {
  color: #0dcaf0 !important; }

.text-light {
  color: #e4eaf7; }

.text-dark {
  color: #051830; }

.text-primary {
  color: #30c96a !important; }

.text-green {
  color: #5d9711 !important; }

.border-radius {
  border-radius: 6px; }

.bg-overlay-black-10 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-10:before {
    background: rgba(5, 24, 48, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-20:before {
    background: rgba(5, 24, 48, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-30 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-30:before {
    background: rgba(5, 24, 48, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-40 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-40:before {
    background: rgba(5, 24, 48, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }

.bg-overlay-black-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-50:before {
    background: rgba(5, 24, 48, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-60 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-60:before {
    background: rgba(5, 24, 48, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-70:before {
    background: rgba(5, 24, 48, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-80 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-80:before {
    background: rgba(5, 24, 48, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-90:before {
    background: rgba(5, 24, 48, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%; }

/*form-group*/
.form-group {
  margin-bottom: 1rem; }

.font-xxxl {
  font-size: 40px;
  line-height: 40px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1440px; } }

@media (max-width: 1200px) {
  .container {
    max-width: 100%; }
  .space-lg-ptb {
    padding: 80px 0; }
  .space-lg-pt {
    padding: 80px 0 0; }
  .space-lg-pb {
    padding: 0 0 80px; } }

@media (max-width: 991px) {
  .space-lg-ptb {
    padding: 60px 0; }
  .space-lg-pt {
    padding: 60px 0 0; }
  .space-lg-pb {
    padding: 0 0 60px; } }

@media (max-width: 767px) {
  .space-lg-ptb {
    padding: 50px 0; }
  .space-lg-pt {
    padding: 50px 0 0; }
  .space-lg-pb {
    padding: 0 0 50px; }
  .mt-n9 {
    margin-top: 0px; } }

@media (max-width: 575px) {
  .space-ptb {
    padding: 40px 0; }
  .space-pt {
    padding: 40px 0 0; }
  .space-pb {
    padding: 0 0 40px; } }

/*****************************
    Typography
*****************************/
@font-face {font-family: 'Manrope'; src: url('../fonts/manrope-400.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;}
@font-face {font-family: 'Manrope'; src: url('../fonts/manrope-500.woff2') format('woff2');
	font-weight: 500; font-style: normal; font-display: swap;}
@font-face {font-family: 'Manrope'; src: url('../fonts/manrope-700.woff2') format('woff2');
	font-weight: 700; font-style: normal; font-display: swap;}
	
body {
  font: 14px 'Manrope', sans-serif;
  color: #5c667d;
  overflow-x: hidden; }

a {
  outline: medium none !important;
  color: #30c96a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important; }
  a:focus {
    color: #30c96a;
    text-decoration: none !important; }
  a:hover {
    color: #30c96a;
    text-decoration: none !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #023a51;
  margin-top: 0px;
  }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit; }

h1 {
  font-size: 62px;
  font-weight: 700; }

h2 {
  font-size: 36px;
  font-weight: 700; }

h3 {
  font-size: 32px;
  font-weight: 700; }

h4 {
  font-size: 28px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 22px; }

small {
  font-size: 14px;
  font-weight: normal; }

p {
  font-weight: normal;
  line-height: 24px; }

.container {
  max-width: 1430px; }

ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

input.form-control {
  height: 50px; }

button:not(.close):not(.btn-primary):not(.f-button):not(.tox-tbtn):not(.fr-btn):not(.btn-close):not(.nav-link):not(.plyr__control):not(.navbar-toggler):not(.owl-nav button), .self_delete_link, select, textarea, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] 
	{appearance: none; -webkit-appearance: none; font-size: 16px; font-family: inherit;}
button:not(.close):not(.btn-primary):not(.f-button):not(.tox-tbtn):not(.fr-btn):not(.btn-close):not(.nav-link):not(.plyr__control):not(.navbar-toggler):not(.owl-nav button), .btn:not(.btn-primary):not(.btn-link), input[type="button"], input[type="reset"], input[type="submit"], .form__btn, 
.qq-upload-button, .pm__links a, .usp__btn a, .self_delete_link {border: 0;display: inline-flex; align-items: center; justify-content: center; 
	cursor: pointer; text-align: center; padding: 0 20px; height: 40px; font-size: 15px; font-weight: 400; 
	white-space: nowrap; background-color: #30c96a; color:#fff; border-radius: 3px; box-shadow: none;}
button:not(.close):not(.btn-primary):not(.f-button):not(.tox-tbtn):not(.fr-btn):not(.btn-close):not(.nav-link):not(.plyr__control):not(.navbar-toggler):not(.owl-nav button):hover, .self_delete_link:hover, .btn:not(.btn-primary):not(.btn-link):hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, 
.form__btn:hover, .qq-upload-button:hover, .pm__links a:hover, .usp__btn a:hover 
{background-color: #2ab65f; color: #fff;}
.color-btn, [class*=fr], [class*=plyr], [class*=owl-], [id*=mceu] {padding: 0; margin: 0; 
	line-height: normal; border: 0; box-shadow: none; background: none; border-radius: 0;}

input[type="text"]:not(#story), input[type="password"] {height: 40px; line-height: 40px; border-radius: 4px; padding: 0 15px;}
select {height: 40px; padding: 0 15px; display: block;}
select:not([multiple]) {background-image: url(../dleimages/chevron.svg); padding-right: 30px;
	background-repeat: no-repeat; background-position: right 15px top 50%; background-size: .6em auto;}
select option {padding: 6px 10px;}
select[multiple] {padding: 0 5px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"]:not(#story), input[type="password"], select, textarea {border: 0;width: 100%; background-color: #fff; color: #000; 
	box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.4; font-size: 15px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.d-flex, .fx-row, #dle-content {display: flex; flex-wrap: wrap; flex-direction: row;}
.fd-column, .fx-col {flex-direction: column; flex-wrap: nowrap;} 
.jc-space-between, .fx-row {justify-content: space-between;}
.jc-flex-start, .fx-start, #dle-content {justify-content: flex-start;}
.jc-center, .fx-center {justify-content: center;}
.jc-flex-end {justify-content: flex-end;}
.ai-flex-start {align-items: flex-start;}
.ai-center, .fx-middle {align-items: center;}
.ai-flex-end {align-items: flex-end;}
.order-first {order: -1;}
.order-last {order: 10;}
.flex-grow-1, .fx-1, .stretch-free-width {flex: 1 1 0; max-width: 100%; min-width: 50px;}
.btn-icon, .centered-content {display: inline-flex; justify-content: center; align-items: center;}
.icon-at-left [class*="fa-"], .icon-left .icon {margin-right: 0.5em;}
.icon-at-right [class*="fa-"], .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch, .form__header .form__btn, .comment-item__main .quote + br, .d-none {display: none;}
.animated-element, button, .btn, .page__rating-bar-progress, 
.header__menu > li:hover .header__menu-hidden {transition: all .3s;}

.no-pad {padding:0 !important;}
.img-box {overflow: hidden; position: relative; padding-top: 65%; display:block;}
.img-box.paddm {padding-top:74%;}
.img-box img {width: 100%; min-height: 100%; display: block; position: absolute !important; left: 0; top: 0; object-fit: cover;}
.img-fit-cover {overflow: hidden; position: relative;}
.img-fit-cover img {width: 100%; height: 100%; object-fit: cover;}

.js-show-login {cursor:pointer; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.js-show-login:hover {color:#30c96a;}
.js-show-login > span {font-size: 18px;margin-right: 5px; vertical-align: middle;}
.add-listing .js-show-login > span {margin-right: 15px; vertical-align: bottom;}
.add-listing .js-show-login > span.far {font-size:21px;}
@media screen and (min-width: 768px) {
	.add-listing .js-show-login {display:none;}
}

@media screen and (max-width: 760px) {
	.add-comments-form__input {min-width: 100%; margin: 0 0 10px 0;}
	.add-comments-form__btn {width: 100%; order: 10;}
	.add-comments-form .form__row--protect .form__caption {width: 100%; margin: 0 0 10px 0;}
	.mass_comments_action, .comment-item__controls, .comment-item__rating-caption {display: none;}
	.add-comments-form__input {margin-left:0 !important;}
}

.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: #f6f6f6; border-radius: 4px; width: 400px; 
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: #eee;}
.login__title {font-size: 20px; font-weight: 500; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted #797878; margin-left: 10px; font-weight: 400; color: #797878;}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: #797878;}
.login__caption {font-size: 14px; color: #212228; margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: #eb4d4b;}
.login__input input {padding-left: 40px !important;}
.login__row .fas {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: #eee; padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.login__menu a {color:#000; display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: #eee; box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 13px;}
.login__menu .fas {display: block; height: 30px; font-size: 24px; opacity: 0.3;}
.login__menu li a:hover {background-color: #30c96a;color: #fff;}

.page__comments {margin-top: 10px; background-color: #eee; border: 1px solid #ccc; padding: 10px;}
.add-comments-form.form {padding: 0; background: none; margin-top: 10px;}
.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea, 
.mass_comments_action select {box-shadow: inset 0 0 0 1px #e3e3e3; border-radius: 0;}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none, .comments_subscribe + br {display: none;}
.mass_comments_action {display: flex;align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}
.page__comments-btn {cursor: pointer; position: relative; height: 30px; line-height: 30px; font-weight: 500;
	padding: 0 10px; font-size: 14px; color: #eb4d4b; display: inline-block; 
	background-color: rgba(0,0,0,0.03); border: 1px solid #ccc;}
.page__comments-btn:hover, .page__comments-btn.is-active {color: #fff; background: #eb4d4b;}
.show-comms a {color: #eb4d4b; text-decoration: underline; margin-top: 10px; display: inline-block;}
.comimg {background-color: #fff;border: 2px dashed #ddd;color: #7d7d7d;border-radius: 3px; display: block;text-align: center; padding: 5px 0;}

.comment-item { margin-bottom: 20px; padding-bottom: 15px;border-bottom: 1px solid #eaeaea;}
.comment-item__title {font-weight: 500; font-size: 18px; margin-top: 20px;}
.comment-item {margin-top: 10px;}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 500; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 400; font-size: 14px;}
.comment-item__date {color: #797878; margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 8px 0 0 0;}
.comment-item__rating {white-space: nowrap; font-size: 12px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; text-decoration: underline;  margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b;}

.comment-item__reply a {font-size: 12px; margin-right: 20px; color: #9da5b1;}
.comment-item__reply a .fas {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fas {margin-left: 0; margin-right: 5px;}
.comment-item__controls {text-align: right; font-size: 12px; margin-right: -15px;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 16px; line-height: 16px;}
.comment-item__controls a:not(:hover) {color: #9da5b1;}
.comment-item__footer a:hover {text-decoration: underline;}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-left: 5px;}

.full-text {line-height: 1.6; font-size: 16px; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: #5278b1;}
.full-text img {max-width:100%;    width: 877px;}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table, .page__title {margin-bottom: 20px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid #fac40c; position: absolute; top: 4px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: #fac40c; color: #000; 
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 500;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: #fac40c; 
	position: absolute; left: 41px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.full-text table tr:nth-child(1) {background-color:#cee0ed;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.full-text > *:last-child {margin-bottom: 0;}
.full-text iframe {width: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 22px;}

.blockquote {
  font-size: 16px;
  font-style: italic;
  display: block;
  padding: 40px;
  background: #e4eaf7;
  border: 1px solid #e4eaf7;
  position: relative;
  border-radius: 6px; }
  .blockquote i {
    z-index: 0;
    font-size: 30px;
    line-height: 30px; }

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #30c96a; }

input {
  outline: medium none !important; }

@media (max-width: 991px) {
  h1 {
    font-size: 52px;
    font-weight: 700; }
  h2 {
    font-size: 32px;
    font-weight: 700; }
  h3 {
    font-size: 28px;
    font-weight: 700; }
  h4 {
    font-size: 28px; }
  h5 {
    font-size: 22px; }
  h6 {
    font-size: 20px; } }

@media (max-width: 767px) {
  h1 {
    font-size: 42px;
    font-weight: 700; }
  h2 {
    font-size: 28px;
    font-weight: 700; }
  h3 {
    font-size: 26px;
    font-weight: 700; }
  h4 {
    font-size: 24px; }
  h5 {
    font-size: 20px; }
  h6 {
    font-size: 18px; } }

/*****************************
    layout css
*****************************/
/*Section Title*/
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d1d8e6;
  padding-bottom: 18px;
  margin-bottom: 30px; }
  .section-title h2 {
    font-size: 24px; }
    .section-title h2 i {
      font-size: 24px;
      color: #30c96a;
      margin-right: 15px; }
  .section-title .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-title .title i {
      margin-right: 15px; }

hr {
  border-top: 1px solid #e4eaf7;
  opacity: 1; }


/*social-rounded*/
.social-icon.social-rounded ul li a {
  color: #ffffff;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 100%;
  margin-right: 30px;
  font-size: 18px; }
  .social-icon.social-rounded ul li a:hover {
    background: #30c96a;
    border: 1px solid #30c96a; }

/*Destination*/
.destination {
  position: relative;
  overflow: hidden; }
  .destination .destination-img {
    position: relative; }
    .destination .destination-img img {
      overflow: hidden;
      -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.04, 0, 0.93);
      transition: -webkit-transform 1s cubic-bezier(0.25, 0.04, 0, 0.93);
      transition: transform 1s cubic-bezier(0.25, 0.04, 0, 0.93);
      transition: transform 1s cubic-bezier(0.25, 0.04, 0, 0.93), -webkit-transform 1s cubic-bezier(0.25, 0.04, 0, 0.93);
      -webkit-transform: translate3d(0, 0, 0) scale(1.06);
              transform: translate3d(0, 0, 0) scale(1.06); }
    .destination .destination-img:before {
      z-index: 1;
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
      top: auto;
      height: 40%;
      -webkit-transition: all .35s;
      transition: all .35s; }
  .destination .destination-detail {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: inherit;
    padding: 0 30px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9; }
    .destination .destination-detail .destination-info span {
      margin-bottom: 15px; }
    .destination .destination-detail .destination-info h4 {
      font-weight: 700;
      margin-bottom: 0;
      color: #ffffff;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      -webkit-box-orient: vertical; }
      .destination .destination-detail .destination-info h4 a {
        background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
        background-image: -ms-linear-gradient(transparent 95%, currentColor 1px);
        background-repeat: no-repeat;
        background-size: 0 100%;
        background-position: 0 -1px;
        -webkit-transition: all 0.6s cubic-bezier(0.45, 0, 0.14, 1.03);
        transition: all 0.6s cubic-bezier(0.45, 0, 0.14, 1.03);
        overflow: hidden; }
    .destination .destination-detail .destination-content {
      margin-top: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      opacity: 0; }
      .destination .destination-detail .destination-content .upload-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .destination .destination-detail .destination-content .upload-box a {
          width: 30px;
          height: 30px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 30px;
                  flex: 0 0 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          background: #80848b;
          border-radius: 100%;
          color: #fff; }
          .destination .destination-detail .destination-content .upload-box a i {
            font-size: 12px; }
        .destination .destination-detail .destination-content .upload-box span.dots {
          width: 5px;
          height: 5px;
          border-radius: 5px;
          background: #ffffff;
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 30px; }
          .destination .destination-detail .destination-content .upload-box span.dots:before {
            position: absolute;
            content: "";
            left: -8px;
            top: 0;
            width: 5px;
            height: 5px;
            background: #ffffff;
            border-radius: 5px; }
          .destination .destination-detail .destination-content .upload-box span.dots:after {
            position: absolute;
            content: "";
            right: -8px;
            top: 0;
            width: 4px;
            height: 4px;
            background: #ffffff;
            border-radius: 5px; }
        
      .destination .destination-detail .destination-content .blog-post-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .destination .destination-detail .destination-content .blog-post-meta .blog-post-comment {
          margin-right: 25px; }
          .destination .destination-detail .destination-content .blog-post-meta .blog-post-comment a {
            color: #ffffff; }
            .destination .destination-detail .destination-content .blog-post-meta .blog-post-comment a i {
              padding-right: 10px; }
        .destination .destination-detail .destination-content .blog-post-meta .blog-post-share a {
          color: #ffffff; }
          .destination .destination-detail .destination-content .blog-post-meta .blog-post-share a i {
            padding-right: 10px; }
  .destination:hover .destination-img img {
    -webkit-transform: translate3d(3%, 0, 0) scale(1.06);
            transform: translate3d(3%, 0, 0) scale(1.06); }
  .destination:hover .destination-detail {
    bottom: 20px; }
    .destination:hover .destination-detail .destination-info h4 a {
      background-size: 100% 100%;
      color: inherit; }
    .destination:hover .destination-detail .destination-content {
      opacity: 1; }

/*instagram*/
.instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #30c96a;
  padding: 30px; }
  .instagram .instagram-icon i {
    font-size: 65px;
    color: #ffffff; }
  .instagram .instagram-icon h6 {
    font-size: 20px;
    padding: 20px 0;
    margin-bottom: 0;
    font-weight: 700;
    color: #ffffff; }
  .instagram .instagram-icon a {
    color: #fff;
    font-size: 16px;
    font-weight: 700; }

/*Search*/
.search ul li a {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .search ul li a:hover {
    color: #30c96a; }

#search {
  position: absolute;
  top: 55px;
  left: 0px;
  width: 100%;
  background-color: #f5f5f5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
  padding: 27px 0px; }
  #search .search-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

#search.search-style-02 {
  top: 0px; }

#search.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

#search input[type="text"] {
  width: 100%;
  color: #5c667d;
  background: #ffffff;
  border: 1px solid #e4eaf7;
  font-size: 16px;
  height: 50px;
  font-weight: 300;
  border-radius: 6px 0px 0px 6px;
  margin: 0px auto;
  margin-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search .btn {
  border-radius: 0px 6px 6px 0px; padding: 13px 20px;}

#search .close {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 15px;
  background-color: #041f42;
  color: #ffffff;
  opacity: 1;
  padding: 11px 19px;
  font-size: 18px;
  border-radius: 6px;
  border: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%); }
  #search .close:hover {
    background-color: #30c96a; }
  #search .close i {
    position: relative;
    z-index: -1; }


/*breaking-news*/
.breaking-news {
  background-color: #0b8dc9;
  padding: 7px;
  margin-bottom: 30px; }
  .breaking-news .news-btn {
    background-color: #e32927;
    display: inline-block;
    padding: 6px 15px;
    font-weight: 500;
    text-transform: uppercase;
	letter-spacing: 1px;
    font-size: 13px;
    border-radius: 4px;
    color: #ffffff; }
  .breaking-news .owl-carousel.arrow-styel-03 {
    padding-right: 90px; }
    .breaking-news .owl-carousel.arrow-styel-03 .owl-nav {
      opacity: 1; }
      .breaking-news .owl-carousel.arrow-styel-03 .owl-nav button {
        height: 24px;
        width: 24px;
        font-size: 12px;
        color: #30c96a; }
      .breaking-news .owl-carousel.arrow-styel-03 .owl-nav button.owl-prev {
        left: inherit;
        right: 30px;
        top: 14px; }
        .breaking-news .owl-carousel.arrow-styel-03 .owl-nav button.owl-prev .fa-arrow-left-long:before {
          content: "\f053" !important;
          font-family: "Font Awesome 6 Free";
          font-weight: 900; }
      .breaking-news .owl-carousel.arrow-styel-03 .owl-nav button.owl-next {
        top: 14px; }
        .breaking-news .owl-carousel.arrow-styel-03 .owl-nav button.owl-next .fa-arrow-right-long:before {
          content: "\f054" !important;
          font-family: "Font Awesome 6 Free";
          font-weight: 900; }
    .breaking-news .owl-carousel.arrow-styel-03:hover .owl-nav button.owl-next {
      right: 0; }
    .breaking-news .owl-carousel.arrow-styel-03 .news-post {
      padding-right: 15px; }

/*viedo*/
.video-box {
  margin-right: 35px;
  position: relative; }
  .video-box .video-image {
    position: relative; }
    .video-box .video-image img {
      border-radius: 10px; }
    .video-box .video-image .video-btn {
      position: absolute;
      top: 50px;
      left: inherit;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      right: 0%; }
      .video-box .video-image .video-btn i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 5px;
        -webkit-transition: all 200ms;
        transition: all 200ms;
        font-size: 22px;
        color: #30c96a; }
      .video-box .video-image .video-btn:before {
        content: "";
        position: absolute;
        z-index: 0;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 50px;
        height: 50px;
        border: 5px solid #ffffff;
        border-radius: 5px;
        -webkit-animation: pulse-border 1.5s ease-out infinite;
                animation: pulse-border 1.5s ease-out infinite; }
  .video-box:before {
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    top: auto;
    height: 40%;
    -webkit-transition: all .35s;
    transition: all .35s; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
            transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
            transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
            transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
            transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
    opacity: 0; } }

/*rkl*/
.rkl {
  margin-top: 30px; }
  .rkl a {
    position: relative;
    overflow: hidden;
    display: block; }
    .rkl a:before {
      position: absolute;
      top: 0;
      left: -75%;
      z-index: 2;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
      -webkit-transform: skewX(-25deg);
      transform: skewX(-25deg); }
    .rkl a:hover:before {
      -webkit-animation: shine 2.0s;
      animation: shine 2.0s; }
    .rkl a img {
      border-radius: 6px; }

.block-widget .rkl {
  margin-top: 0px; }
  .block-widget .rkl a:hover:before {
    -webkit-animation: shine 1.0s;
    animation: shine 1.0s; }

/*inner-header*/
.inner-header {
  padding: 15px 0;
  background: #e1ebff; }
  .inner-header .breadcrumb {line-height: 15px;
    margin-bottom: 0; }
	.speedb a {
    margin: 0 5px;
}

/*author*/
.author-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  padding: 25px;
  border: 1px solid #e4eaf7;
  border-radius: 6px; }
  .author-detail .author-image {
    min-width: 130px;
    width: 130px; }
    .author-detail .author-image img {
      border-radius: 6px; }
  .author-detail .author-info {
    margin-left: 30px; }
    .author-detail .author-info .author-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .author-detail .author-info .author-box h3 {
        margin-bottom: 0;
        font-size: 22px; }
      .author-detail .author-info .author-box .author-social .social-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .author-detail .author-info .author-box .author-social .social-icons li {
          margin-right: 30px; }
		  
          .author-detail .author-info .author-box .author-social .social-icons li a.social-icon.facebook {
            font-size: 22px;
            color: #336699; }
          
		  .author-detail .author-info .author-box .author-social .social-icons li a.social-icon.twitter {
            font-size: 22px;
            color: #20b5e6; }
          .author-detail .author-info .author-box .author-social .social-icons li a.social-icon.linkedin {
            font-size: 22px;
            color: #336699; }
          .author-detail .author-info .author-box .author-social .social-icons li a.social-icon.instagram {
            font-size: 22px;
            color: #d25b7a;
            display: inherit;
            padding: 0;
            background: inherit; }
    .author-detail .author-info p {
      padding-top: 10px; }
    .author-detail .author-info .comment {
      margin-bottom: 25px; }
      .author-detail .author-info .comment ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .author-detail .author-info .comment ul li {
          margin-right: 5px; }
          .author-detail .author-info .comment ul li a {
            font-size: 18px;
            color: #5c667d; }

/* blog-post post-style-10 */
.blog-post.post-style-10 .blog-details .blog-post-details span.text-purple:before {
  background: #6610f2; }

.blog-post.post-style-10 .blog-details .blog-post-details span.text-red:before {
  background: #dc3545; }

.blog-post.post-style-10 .blog-details .blog-post-details span.text-primary:before {
  background: #30c96a; }

.blog-post.post-style-10 .blog-details .blog-post-details span.text-skyblue:before {
  background: #0dcaf0; }

.blog-post.post-style-10 .blog-details .blog-post-details span.text-orange:before {
  background: #fd7e14; }

/*Home 05*/
.news-politics-post .sidebar-img a {
  position: relative;
  overflow: hidden;
  display: block; }
  .news-politics-post .sidebar-img a img {
    border-radius: 6px; }
  .news-politics-post .sidebar-img a:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg); }
  .news-politics-post .sidebar-img a:hover:before {
    -webkit-animation: shine 1.0s;
            animation: shine 1.0s; }

/* Home 06*/
.news-medical-posts ul.current-list li {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4eaf7;
  font-weight: 600;
  color: #5c667d; }
  .news-medical-posts ul.current-list li span {
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .news-medical-posts ul.current-list li span:before {
      content: "";
      position: absolute;
      top: 8px;
      left: 0;
      border: 1px solid #051830;
      width: 6px;
      height: 6px;
      border-radius: 50px; }
  .news-medical-posts ul.current-list li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none; }

ul.current-news li {
  position: relative;
  font-weight: 600;
  color: #5c667d;
  font-size: 18px; }
  ul.current-news li span.border-end:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    width: 1px;
    height: 60px; }
	
/* FOOTER, PAGINATION
----------------------------------------------- */
.bottom-logo {border-top: 1px solid #dbdbdb; padding: 40px 0 20px 0;}
.footer__menu li + li {margin-left: 10px; padding-left: 10px; border-left: 1px solid #c0bfbf;}
.footer__menu a, .footer__menu {color: #797878; font-weight: 400;}
.footer__copyright a {font-weight: 500; color: #eb4d4b;}
.footer__menu a:hover {text-decoration: underline;}
.footer__text {line-height: 1.4; font-weight: 400; margin-bottom: 20px;}
.footer__counter {display: inline-block; margin-top: 20px;}

.pagination {text-align: center; font-weight: 500;}
.pagination__pages { margin: 0 auto;}
.pagination__pages a, .pagination__pages span {display: inline-block; margin: 10px 5px 0 5px; line-height: 40px; 
	padding: 0 10px; min-width: 40px; border-radius: 4px; 
	background-color: #fff; border: 1px solid #31c96b; color:#000;}
.pagination__pages--full a, .pagination__pages--full span {line-height: 30px; min-width: 30px; font-size: 14px;}
.pagination__pages a:hover, .pagination__pages span:not(.nav_ext) 
{background: #31c96b; color: #fff; border-color: #31c96b;}

/*404*/
.content-404 h2 {
  font-size: 60px;
  color: #023a51;
  padding-top: 50px; }

.content-404 p {
  font-size: 16px;
  color: #5c667d;
  margin-bottom: 40px; }

/* Sticky column */
.is-sticky {
  position: sticky;
  top: 130px; }

@-webkit-keyframes "shine" {
  100% {
    left: 125%; } }

@keyframes "shine" {
  100% {
    left: 125%; } }

.lion-section .blog-post.post-style-13 {
  padding-top: 15px;
  margin-top: 15px; }

.lion-section .blog-post.post-style-03 .blog-post-details h6.blog-title {
  font-size: 20px; }

.lion-section .lion-content {
  border-top: 1px solid #e4eaf7;
  padding-top: 25px;
  margin-top: 20px; }
  .lion-section .lion-content .blog-title {
    font-size: 18px;
    font-weight: 700; }
  .lion-section .lion-content .blog-title.right-blog {
    border-left: 1px solid #e4eaf7;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700; }

/*contact us*/
.contact-info {
  padding-right: 50px; }
  .contact-info .map-info .map {
    margin-bottom: 15px; }
  .contact-info .map-info h4 {
    font-weight: bold; }

.form-info {
  padding: 40px; }

.contact-chat {
  padding: 50px;
  background-color: #041f42;
  border-radius: 6px; }
  .contact-chat .btn {
    margin-top: 40px; }
    .contact-chat .btn:hover {
      background-color: #ffffff;
      color: #30c96a; }

.contact-online {
  padding: 50px;
  background-color: #30c96a;
  border-radius: 6px; }
  .contact-online h4 {
    margin-top: 40px;
    margin-bottom: 0; }

.contact-us {
  padding: 50px;
  background-color: #e4eaf7;
  border-radius: 6px; }
  .contact-us h4 {
    margin-top: 40px;
    margin-bottom: 0; }

/*live Score*/
.live-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #041f42;
  border-radius: 6px; }
  .live-score .live-score-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 165px;
            flex: 0 0 165px;
    border-radius: 6px 0px 0px 6px;
    background-color: #30c96a;
    padding: 20px; }
    .live-score .live-score-left .title {
      font-size: 20px;
      line-height: 28px;
      font-weight: bold;
      text-transform: uppercase;
      color: #ffffff;
      position: relative; }
      .live-score .live-score-left .title .live-btn {
        background-color: #dc3545;
        position: absolute;
        top: 8px;
        right: 0px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        display: inline-block; }
        .live-score .live-score-left .title .live-btn:before, .live-score .live-score-left .title .live-btn:after {
          content: "";
          width: 20px;
          height: 20px;
          position: absolute;
          opacity: 1;
          left: -5px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .live-score .live-score-left .title .live-btn:before {
          background: #dc3545;
          border-radius: 100%;
          -webkit-animation: customOne 1.5s infinite;
                  animation: customOne 1.5s infinite; }
        .live-score .live-score-left .title .live-btn:after {
          border: 5px solid #dc3545;
          border-radius: 100%;
          -webkit-animation: customOne 2s infinite;
                  animation: customOne 2s infinite; }
    .live-score .live-score-left .sport-icon {
      margin-left: 20px; }
  .live-score .live-score-slider {
    width: calc(100% - 165px); }
    .live-score .live-score-slider .owl-carousel .owl-nav.disabled {
      opacity: 1;
      display: block; }
      .live-score .live-score-slider .owl-carousel .owl-nav.disabled button {
        height: 96px;
        color: #fff;
        background-color: #00193a !important;
        top: 50%;
        border-radius: 0; }
    .live-score .live-score-slider .owl-carousel:hover .owl-nav button.owl-prev {
      left: 0; }
    .live-score .live-score-slider .owl-carousel:hover .owl-nav button.owl-next {
      right: 0; }
    .live-score .live-score-slider .sport-tournament .tournament-details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      margin: 0 auto;
      padding-bottom: 5px;
      margin-bottom: 5px; }
      .live-score .live-score-slider .sport-tournament .tournament-details:before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: inherit;
        width: 90%;
        height: 1px;
        border-bottom: 1px solid #1e3655; }
      .live-score .live-score-slider .sport-tournament .tournament-details span {
        font-size: 14px;
        color: #ffffff;
        margin-right: 15px; }
        .live-score .live-score-slider .sport-tournament .tournament-details span:last-child {
          margin-right: 0px; }
    .live-score .live-score-slider .sport-tournament .tournament-score {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .live-score .live-score-slider .sport-tournament .tournament-score .team-01 {
        margin-right: 40px; }
      .live-score .live-score-slider .sport-tournament .tournament-score .team-02 {
        margin-left: 40px; }
      .live-score .live-score-slider .sport-tournament .tournament-score .team {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .live-score .live-score-slider .sport-tournament .tournament-score .team .team-name-flag {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 16px;
          color: #ffffff;
          margin-right: 15px; }
          .live-score .live-score-slider .sport-tournament .tournament-score .team .team-name-flag img {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 36px;
                    flex: 0 0 36px;
            margin-right: 10px; }
          .live-score .live-score-slider .sport-tournament .tournament-score .team .team-name-flag .team-name {
            width: 50px; }
        .live-score .live-score-slider .sport-tournament .tournament-score .team .team-score {
          font-size: 18px;
          font-weight: 600;
          color: #ffffff;
          margin-right: 15px; }
        .live-score .live-score-slider .sport-tournament .tournament-score .team .team-overs {
          font-size: 16px;
          font-weight: 500;
          color: rgba(255, 255, 255, 0.5); }
      .live-score .live-score-slider .sport-tournament .tournament-score .team-vs {
        font-size: 16px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.5);
        text-transform: uppercase; }
    .live-score .live-score-slider .sport-tournament hr {
      margin: 10px 0px; }

@-webkit-keyframes customOne {
  0% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    opacity: 0; } }

@keyframes customOne {
  0% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    opacity: 0; } }

/*coin-table*/
.table.coin-table {
  border-radius: 6px; }
  .table.coin-table thead {
    background-color: #041f42;
    border-radius: 6px;
    border-bottom: none; }
    .table.coin-table thead tr th {
      color: #ffffff;
      font-size: 12px;
      font-weight: 600;
      padding: 6px 6px; }
      .table.coin-table thead tr th:first-child {
        border-radius: 6px 0px 0px 6px; }
      .table.coin-table thead tr th:last-child {
        border-radius: 0px 6px 6px 0px; }
  .table.coin-table tbody tr td:first-child {
    padding-left: 0px; }
  .table.coin-table tbody tr:last-child {
    border: transparent; }
  .table.coin-table .coin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 105px; }
    .table.coin-table .coin .coin-icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 24px;
              flex: 0 0 24px;
      margin-right: 8px; }
    .table.coin-table .coin .coin-name {
      font-size: 12px;
      font-weight: 600;
      color: #5c667d; }
      .table.coin-table .coin .coin-name span {
        display: block; }
  .table.coin-table .coin-price {
    font-size: 14px;
    font-weight: 600;
    color: #5c667d; }
  .table.coin-table .coin-price-change .coin-change-price {
    font-size: 14px;
    font-weight: normal;
    color: #5c667d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .table.coin-table .coin-price-change .coin-price-percentage {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    padding: 0px 10px;
    margin-top: 0px;
    width: 100%;
    display: inline-block;
    border-radius: 50px;
    text-align: center; }
  .table.coin-table .coin-price-change.price-up .coin-change-price i {
    color: #25ac75; }
  .table.coin-table .coin-price-change.price-up .coin-price-percentage {
    background-color: #25ac75; }
  .table.coin-table .coin-price-change.price-down .coin-change-price i {
    color: #e93f33; }
  .table.coin-table .coin-price-change.price-down .coin-price-percentage {
    background-color: #e93f33; }

/*News Popup*/
.news-popup.modal {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px; }
  .news-popup.modal .modal-content {
    border: none; }
    .news-popup.modal .modal-content .btn-close {
      position: absolute;
      right: 20px;
      top: 20px;
      z-index: 9;
      background: none;
      opacity: 1;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .news-popup.modal .modal-content .btn-close i {
        font-size: 20px;
        color: #051830; }
      .news-popup.modal .modal-content .btn-close:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
    .news-popup.modal .modal-content .modal-body {
      padding: 0px;
      border-radius: 6px; }
      .news-popup.modal .modal-content .modal-body .popup-bg {
        border-radius: 6px 0px 0px 6px; }
        .news-popup.modal .modal-content .modal-body .popup-bg img {
          border-radius: 6px 0px 0px 6px; }
      .news-popup.modal .modal-content .modal-body .popup-content {
        padding: 40px; }
        .news-popup.modal .modal-content .modal-body .popup-content .newsletter {
          padding: 0;
          background-color: inherit;
          text-align: left; }
          .news-popup.modal .modal-content .modal-body .popup-content .newsletter .title {
            font-size: 26px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 18px; }
          .news-popup.modal .modal-content .modal-body .popup-content .newsletter > p {
            margin-bottom: 36px; }
          .news-popup.modal .modal-content .modal-body .popup-content .newsletter .newsletter-box {
            margin-bottom: 36px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .news-popup.modal .modal-content .modal-body .popup-content .newsletter .newsletter-box .form-control {
              border-color: #e4eaf7;
              border-radius: 6px 0 0 6px;
              margin-bottom: 0; }
            .news-popup.modal .modal-content .modal-body .popup-content .newsletter .newsletter-box button.submit-btn {
              border-radius: 0px 6px 6px 0px;
              font-size: 18px;
              padding: 10px 45px 11px;
              background-color: #051830;
              color: #ffffff;
              width: 250px; }
              .news-popup.modal .modal-content .modal-body .popup-content .newsletter .newsletter-box button.submit-btn:hover {
                background-color: #30c96a;
                color: #ffffff; }
          .news-popup.modal .modal-content .modal-body .popup-content .newsletter .form-check {
            margin-bottom: 32px; }
          .news-popup.modal .modal-content .modal-body .popup-content .newsletter .social-icons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .news-popup.modal .modal-content .modal-body .popup-content .newsletter .social-icons li {
              margin-right: 35px; }
              .news-popup.modal .modal-content .modal-body .popup-content .newsletter .social-icons li:last-child {
                margin-right: 0px; }
              .news-popup.modal .modal-content .modal-body .popup-content .newsletter .social-icons li a {
                font-size: 22px;
                color: #051830; }
                .news-popup.modal .modal-content .modal-body .popup-content .newsletter .social-icons li a i {
                  font-size: 22px;
                  margin-bottom: 0px;
                  -webkit-transition: all 0.3s ease-in-out;
                  transition: all 0.3s ease-in-out; }
                .news-popup.modal .modal-content .modal-body .popup-content .newsletter .social-icons li a:hover {
                  color: #30c96a; }
                  .news-popup.modal .modal-content .modal-body .popup-content .newsletter .social-icons li a:hover i {
                    color: #30c96a; }

.dropcap {
  font-weight: 500;
  font-size: 90px;
  width: 80px;
  height: 70px;
  line-height: 70px;
  float: left;
  margin-right: 10px; }

/* Back to top */
.progress-wrap {
  position: fixed;
  z-index: 99;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px #041f42;
          box-shadow: inset 0 0 0 2px #041f42;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px); }
  .progress-wrap::before {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    content: "\f062";
    text-align: center;
    line-height: 46px;
    opacity: 1;
    height: 46px;
    width: 46px;
	font-weight: 900;
    font-size: 16px;
    color: #30c96a; }
  .progress-wrap svg path {
    fill: none; }
  .progress-wrap svg.progress-circle path {
    stroke: #30c96a;
    stroke-width: 4; }

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0); }


/* Responsive*/
@media (max-width: 1299px) {
  .follow-style-01 .social-box .follower-btn a {
    padding: 2px 10px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .follow-style-05 .social ul li {
    margin-right: 10px; }
    .follow-style-05 .social ul li a {
      width: 50px;
      height: 50px;
      font-size: 22px; } }

@media (max-width: 1199px) {
  .news-popup.modal .modal-content .modal-body .popup-content {
    padding: 25px 40px; } }

@media (max-width: 991px) {
  #search {
    padding: 16px 0px;
    top: 87px; }
  #search.search-style-03 {
    top: 90px; }
  .video-box {
    margin-right: 0;
    margin-bottom: 30px; }
  .section-title h2 {
    font-size: 24px; }
  .news-popup.modal .modal-content .btn-close {
    background-color: #ffffff;
    padding: 10px; }
  .news-popup.modal .modal-content .modal-body .popup-bg {
    border-radius: 6px 6px 0px 0px; }
    .news-popup.modal .modal-content .modal-body .popup-bg img {
      border-radius: 6px 6px 0px 0px; }
  .news-popup.modal .modal-content .modal-body .popup-content {
    padding: 20px 20px; }
    .news-popup.modal .modal-content .modal-body .popup-content .newsletter .title {
      margin-bottom: 10px; }
    .news-popup.modal .modal-content .modal-body .popup-content .newsletter p {
      margin-bottom: 20px; }
    .news-popup.modal .modal-content .modal-body .popup-content .newsletter .newsletter-box {
      margin-bottom: 20px; }
    .news-popup.modal .modal-content .modal-body .popup-content .newsletter .form-check {
      margin-bottom: 20px; }
  .news-medical-posts .current-list {
    margin-top: 30px; }
  .news-medical-posts .current-news {
    margin-bottom: 30px; }
    .news-medical-posts .current-news li span {
      border-right: inherit !important; }
  .explore-products .table-responsive .table.coin-table {
    margin-bottom: 0; }
  .live-score {
    display: block; }
    .live-score .live-score-left {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 6px 6px 0px 0px; }
    .live-score .live-score-slider {
      width: calc(100% - 0px); }
      .live-score .live-score-slider .arrow-styel-04 .sport-tournament {
        padding: 15px 0; }
        .live-score .live-score-slider .arrow-styel-04 .sport-tournament .tournament-details {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          width: 85%; }
        .live-score .live-score-slider .arrow-styel-04 .sport-tournament .tournament-score {
          display: block;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center; }
          .live-score .live-score-slider .arrow-styel-04 .sport-tournament .tournament-score .team-02.team {
            margin-left: 0; }
          .live-score .live-score-slider .arrow-styel-04 .sport-tournament .tournament-score .team-01.team {
            margin-right: 0; }
          .live-score .live-score-slider .arrow-styel-04 .sport-tournament .tournament-score .team {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
      .live-score .live-score-slider .arrow-styel-04 .owl-nav .owl-prev {
        top: 70px;
        min-height: 138px;
        border-radius: 0 0px 0 6px; }
      .live-score .live-score-slider .arrow-styel-04 .owl-nav .owl-next {
        top: 70px;
        min-height: 138px;
        border-radius: 0 0px 6px 0px; }
  .contact-info {
    padding-right: 0; }
  .follow-style-01 .social-box .follower-btn a {
    padding: 2px 5px;
    font-size: 16px; }
  .banner-section .destination .destination-detail {
    padding: 0 15px; }
    .banner-section .destination .destination-detail .destination-info h4 {
      font-size: 20px; }
    .banner-section .destination .destination-detail .destination-content .blog-post-meta .blog-post-comment {
      margin-right: 6px; }
    
  .progress-wrap {
    right: 30px;
    bottom: 30px; } }

@media (max-width: 767px) {
  #search {
    top: 0;
    padding: 16px 0px; }
  #search.search-style-02 {
    padding: 31px 0; }
  #search.search-style-03 {
    top: 40px; }
  .breaking-news .news-btn {
    margin-bottom: 15px; }
  .lion-section .lion-content .blog-title.right-blog {
    border-left: 0;
    padding-left: 0;
    margin-bottom: 0; }
  .news-medical-posts .current-list {
    margin-top: 0; }
  .form-info {
    padding: 20px; }
  .live-score .live-score-slider .arrow-styel-04 .sport-tournament .tournament-details {
    width: 70%; }
  .live-score .live-score-slider .arrow-styel-04 .owl-nav .owl-prev {
    top: 80px;
    min-height: 100%; }
  .live-score .live-score-slider .arrow-styel-04 .owl-nav .owl-next {
    top: 80px;
    min-height: 100%; } }

@media (max-width: 575px) {
  #search {
    padding: 11px 0px; }
  .countrys .country-01 {
    text-align: center; }
  .countrys .country-02 {
    text-align: center !important;
    margin-top: 10px; }
  .live-score .live-score-slider .arrow-styel-04 .sport-tournament .tournament-details {
    width: 85%; }
  .live-score .live-score-slider .arrow-styel-04 .sport-tournament .tournament-score .team .team-name-flag {
    margin-right: 5px; }
    .live-score .live-score-slider .arrow-styel-04 .sport-tournament .tournament-score .team .team-name-flag .team-name {
      font-size: 12px; }
  .live-score .live-score-slider .arrow-styel-04 .sport-tournament .tournament-score .team .team-score {
    font-size: 12px;
    margin-right: 5px; }
  .live-score .live-score-slider .arrow-styel-04 .sport-tournament .tournament-score .team .team-overs {
    font-size: 12px; }
  .live-score .live-score-slider .arrow-styel-04 .owl-nav .owl-prev {
    top: 76px; }
  .live-score .live-score-slider .arrow-styel-04 .owl-nav .owl-next {
    top: 76px; }
  .author-detail .author-info .author-box {
    display: block; }
    .author-detail .author-info .author-box h3 {
      margin-bottom: 10px; } }

@media (max-width: 479px) {
  .news-popup.modal .modal-content .modal-body .popup-content .newsletter .newsletter-box .form-control {
    padding-right: 110px; }
  .news-popup.modal .modal-content .modal-body .popup-content .newsletter .newsletter-box button.submit-btn {
    padding: 13px 20px 14px;
    font-size: 14px; }
  /*follow style 05*/
  .follow-style-05 .social ul li {
    margin-right: 20px; }
    .follow-style-05 .social ul li a {
      font-size: 20px;
      width: 45px;
      height: 45px;
      line-height: 45px; }
  .author-detail {
    display: block; }
    .author-detail .author-info {
      margin-left: 0;
      margin-top: 15px; }
  .news-popup.modal .modal-content .modal-body .popup-content .newsletter .newsletter-box {
    display: block; }
    .news-popup.modal .modal-content .modal-body .popup-content .newsletter .newsletter-box .form-control {
      border-radius: 6px;
      margin-bottom: 15px;
      padding-right: 20px; }
    .news-popup.modal .modal-content .modal-body .popup-content .newsletter .newsletter-box button.submit-btn {
      border-radius: 6px;
      width: auto; } }

@media (max-width: 359px) {
  .live-score .live-score-slider .arrow-styel-04 .owl-nav .owl-next {
    top: 87px; }
  .live-score .live-score-slider .arrow-styel-04 .owl-nav .owl-prev {
    top: 87px; } }

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.accordion .accordion-item {
  border: none;
  padding: 0 12px;
  margin-bottom: 10px; }
  .accordion .accordion-item .accordion-header {
    background: none;
    padding: 0;
    margin-bottom: 0;
    border: none; }
    .accordion .accordion-item .accordion-header:before {
      border-bottom: 1px solid #e4eaf7; }
    .accordion .accordion-item .accordion-header .accordion-button {
      position: relative;
      font-size: 18px;
      font-weight: 700;
      color: #30c96a;
      padding: 10px 0px 10px 30px;
      width: 100%;
      text-align: left;
      border: none; }
      .accordion .accordion-item .accordion-header .accordion-button:focus {
        -webkit-box-shadow: inherit;
                box-shadow: inherit; }
      .accordion .accordion-item .accordion-header .accordion-button:before {
        line-height: 12px;
        font-size: 8px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        content: "\f068";
        font-family: "Font Awesome 5 Free";
        border: 1px solid #041f42;
        width: 15px;
        height: 15px;
        line-height: 12px;
        border-radius: 50%;
        z-index: 9;
        text-align: center; }
      .accordion .accordion-item .accordion-header .accordion-button:after {
        display: none; }
    .accordion .accordion-item .accordion-header .accordion-button.collapsed {
      color: #041f42; }
    .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
      border: 1px solid #30c96a; }
  .accordion .accordion-item .accordion-collapse {
    border: none; }
    .accordion .accordion-item .accordion-collapse .accordion-body {
      padding: 0;
      border: none;
      color: #5c667d; }

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #30c96a;
  -webkit-box-shadow: inherit;
          box-shadow: inherit; }

/*****************************
  Badge
*****************************/
.badge {
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  z-index: 1;
  font-weight: 600; }

.badge-small {
  padding: 4px 15px;
  font-weight: 600; }

.badge-medium {
  padding: 6px 15px;
  font-weight: 600; }

.badge-large {
  padding: 7px 15px;
  font-weight: 600; }

/*badge-style-02*/
.badge-style-02 {
  position: relative;
  color: #0d6efd;
  font-weight: 600;
  font-size: 14px;
  margin-left: 6px; }
  .badge-style-02:before {
    content: '';
    height: 2px;
    display: block;
    width: 5px;
    background: #0d6efd;
    top: 50%;
    position: absolute;
    left: -10px;
    margin-right: 0px; }
  .badge-style-02.text-red:before {
    background: #dc3545; }
  .badge-style-02.text-blue:before {
    background: #0d6efd; }
  .badge-style-02.text-yellow:before {
    background: #ffc107; }
  .badge-style-02.text-pink:before {
    background: #d63384; }
  .badge-style-02.text-orange:before {
    background: #fd7e14; }
  .badge-style-02.text-purple:before {
    background: #6610f2; }
  .badge-style-02.text-skyblue:before {
    background: #0dcaf0; }
  .badge-style-02.text-primary:before {
    background: #30c96a; }

/*badge-style-03*/
.badge-style-03 {
  position: relative;
  color: #041f42;
  font-size: 14px;
  margin-left: 52px;
  font-weight: 700; }
  .badge-style-03:before {
    content: '';
    height: 2px;
    display: block;
    width: 20px;
    background: #041f42;
    top: 6px;
    position: absolute;
    left: -32px;
    margin-right: 0px; }

/*****************************
  Banner
*****************************/
.banner-content {
  padding-top: 200px; }


/* banner-new-style */
.banner-new-style {
  padding: 0 90px;
  margin-top: 100px;
  display: inline-block; }
  .banner-new-style .blog-post.post-style-12 {
    background: #f3f7ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .banner-new-style .blog-post.post-style-12 .blog-details {
      padding: 60px; }
      .banner-new-style .blog-post.post-style-12 .blog-details h4 {
        margin-bottom: 30px; }
      .banner-new-style .blog-post.post-style-12 .blog-details .btn {
        margin-top: 40px; }
  .banner-new-style .banner-new-img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    .banner-new-style .banner-new-img img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

@media (max-width: 1430px) {
  .banner-new-style {
    padding: 0 0px; }
    .banner-new-style .banner-new-img img {
      width: 100%; } }

@media (max-width: 991px) {
  .banner-new-style .blog-post.post-style-12 .blog-details {
    padding: 60px 60px 60px 60px; } }

@media (max-width: 767px) {
  .destination-list-item .destination-item {
    width: 50%; }
    .destination-list-item .destination-item .destination-img img {
      height: 350px; }
    .destination-list-item .destination-item .destination .destination-detail .destination-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 8px; }
      .destination-list-item .destination-item .destination .destination-detail .destination-content .upload-box {
        margin-bottom: 6px; }
  .banner-new-style {
    padding: 0;
    margin-top: 90px; }
    .banner-new-style .blog-details {
      padding: 0px 30px 30px 30px; }
    .banner-new-style .banner-new-img img {
      width: 100%; } }

@media (max-width: 575px) {
  .destination-list-item .destination-item {
    width: 100%; }
    .destination-list-item .destination-item .destination-img img {
      height: 200px; }
  .banner-section .destination-list-item .destination .destination-detail {
    padding: 0px 15px; }
    .banner-section .destination-list-item .destination .destination-detail .destination-info span {
      margin-bottom: 6px; }
    .banner-section .destination-list-item .destination .destination-detail .destination-info h4 {
      font-size: 16px;
      line-height: 24px; }
  .banner-new-style .blog-post.post-style-12 .blog-details {
    padding: 30px 30px 30px 30px; }
    .banner-new-style .blog-post.post-style-12 .blog-details h4 {
      font-size: 26px;
      line-height: 42px; } }

@supports ((-webkit-backdrop-filter: blur(9px)) or (backdrop-filter: blur(9px))) {
  .destination-item:before,
  .destination-item.active .destination {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px); } }

/*****************************
  Blog Post
*****************************/


.blog-post {position: relative;}
.blog-title.s5-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.blog-post.full {display: block !important;}
.blog-post.full .blog-post-meta, .blog-post.full .blog-post-time { font-size: 14px;} 
  .blog-post-meta, .blog-post-time {
    font-size: 12px;
}
  .blog-post .blog-image {
	display: block; 
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    -webkit-perspective: 1px;
            perspective: 1px; }
    .blog-post .blog-image img {
      border-radius: 6px;
      overflow: hidden;
      -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.04, 0, 0.93);
      transition: -webkit-transform 1s cubic-bezier(0.25, 0.04, 0, 0.93);
      transition: transform 1s cubic-bezier(0.25, 0.04, 0, 0.93);
      transition: transform 1s cubic-bezier(0.25, 0.04, 0, 0.93), -webkit-transform 1s cubic-bezier(0.25, 0.04, 0, 0.93);
      -webkit-transform: translate3d(0, 0, 0) scale(1.06);
              transform: translate3d(0, 0, 0) scale(1.06);
      width: 100%; }
    .blog-post .blog-image:before {
      z-index: 1;
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
      top: auto;
      height: 70%;
      -webkit-transition: all .35s;
      transition: all .35s; }
    .blog-post .blog-post-details .blog-title a {
      background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
      background-image: -ms-linear-gradient(transparent 95%, currentColor 1px);
      background-repeat: no-repeat;
      background-size: 0 100%;
      background-position: 0 -1px;
      -webkit-transition: all 0.6s cubic-bezier(0.45, 0, 0.14, 1.03);
      transition: all 0.6s cubic-bezier(0.45, 0, 0.14, 1.03); }
      .blog-post .blog-post-details .blog-title a:focus {
        color: inherit; }
      .blog-post .blog-post-details .blog-title a:hover {
        color: inherit; }
  .blog-post .blog-post-details .blog-post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px; }
    .blog-post .blog-post-details .blog-post-meta .blog-post-author a {
      color: #5c667d; }
      .blog-post .blog-post-details .blog-post-meta .blog-post-author a img {
        height: 30px;
        border-radius: 50%;
        margin: 0px;
        width: auto;
        display: inline-block;
        margin-right: 10px; }
    .blog-post .blog-post-details .blog-post-meta .blog-post-time a {
      color: #5c667d; }
    .blog-post .blog-post-details .blog-post-meta .blog-post-time i {
      margin-right: 5px; }
  .blog-post:hover .blog-title a {
    background-size: 100% 100%;
    color: inherit; }
  .blog-post:hover img {
    -webkit-transform: translate3d(3%, 0, 0) scale(1.06);
            transform: translate3d(3%, 0, 0) scale(1.06); }

.blog-post-image img {
  border-radius: 6px; }

/* Post Style 01 */
.blog-post.post-style-01 {
  position: relative;
  cursor: pointer; }
  .blog-post.post-style-01 .blog-post-details {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    bottom: 20px;
    padding: 0px 30px; }
    .blog-post.post-style-01 .blog-post-details a.tag {
      font-size: 12px;
      line-height: 12px;
      color: #ffffff;
      padding: 6px 20px;
      text-transform: uppercase;
      font-weight: bold; }
      .blog-post.post-style-01 .blog-post-details a.tag:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
    .blog-post.post-style-01 .blog-post-details h3 {
      margin-top: 20px;
      color: #ffffff; }
    .blog-post.post-style-01 .blog-post-details h4 {
      margin-top: 15px;
      color: #ffffff;
      font-weight: bold;
      margin-bottom: 0px;
      font-size: 20px;
      line-height: 32px; }
    .blog-post.post-style-01 .blog-post-details h5 {
      margin-top: 15px;
      color: #ffffff;
      font-weight: bold;
      margin-bottom: 0px;
      font-size: 18px;
      line-height: 32px; }
    .blog-post.post-style-01 .blog-post-details .blog-post-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 10px; }
      .blog-post.post-style-01 .blog-post-details .blog-post-meta .blog-post-author {
        margin-right: 20px;
        margin-bottom: 10px; }
        .blog-post.post-style-01 .blog-post-details .blog-post-meta .blog-post-author a {
          color: #ffffff; }
          .blog-post.post-style-01 .blog-post-details .blog-post-meta .blog-post-author a img {
            height: 30px;
            border-radius: 50%;
            margin: 0px;
            width: auto;
            display: inline-block;
            margin-right: 10px;
            -webkit-transform: inherit;
                    transform: inherit; }
      .blog-post.post-style-01 .blog-post-details .blog-post-meta .blog-post-time {
        margin-bottom: 10px;     margin-right: 20px;}
        .blog-post.post-style-01 .blog-post-details .blog-post-meta .blog-post-time a, .blog-post.post-style-01 .blog-post-details .blog-post-meta .blog-post-time {
          color: #ffffff; }
        .blog-post.post-style-01 .blog-post-details .blog-post-meta .blog-post-time i {
          margin-right: 10px; }
  .blog-post.post-style-01:hover h3 a {
    background-size: 100% 100%;
    color: #ffffff; }
  .blog-post.post-style-01:hover h4 a {
    background-size: 100% 100%;
    color: #ffffff; }
  .blog-post.post-style-01:hover h5 a {
    background-size: 100% 100%;
    color: #ffffff; }

/* Post Style 02 */
.blog-post.post-style-02 {
  position: relative;
  overflow: hidden; }
  .blog-post.post-style-02 .badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9; }
    .blog-post.post-style-02 .badge:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .blog-post.post-style-02 .blog-post-details {
    margin-top: 15px; }
    .blog-post.post-style-02 .blog-post-details h6 {
      font-size: 16px;
      line-height: 22px;
      font-weight: bold;
      margin-bottom: 10px;
      color: #023a51; }
      .blog-post.post-style-02 .blog-post-details h6 a:hover {
        color: #023a51; }
    .blog-post.post-style-02 .blog-post-details .blog-post-time a {
      color: #5c667d; }
	  .blog-post.post-style-02 .blog-post-details .blog-post-time {margin-right:15px;}
      .blog-post.post-style-02 .blog-post-details .blog-post-time i {
        margin-right: 5px; }

/* Post Style 03 */
.blog-post.post-style-03 {
  position: relative;
  overflow: hidden; }
  .blog-post.post-style-03 .badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9; }
    .blog-post.post-style-03 .badge:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .blog-post.post-style-03 .blog-post-details {
    margin-top: 15px; }
    .blog-post.post-style-03 .blog-post-details h6 {
      font-size: 18px;
      line-height: 24px;
      font-weight: bold;
      margin-bottom: 10px;
      color: #023a51; }
      .blog-post.post-style-03 .blog-post-details h6 a:hover {
        color: #023a51; }
    .blog-post.post-style-03 .blog-post-details .blog-post-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 10px; }
      .blog-post.post-style-03 .blog-post-details .blog-post-meta .blog-post-author a {
        color: #5c667d; }
        .blog-post.post-style-03 .blog-post-details .blog-post-meta .blog-post-author a img {
          height: 20px;
          border-radius: 50%;
          margin: 0px;
          width: auto;
          display: inline-block;
          margin-right: 10px; }
        .blog-post.post-style-03 .blog-post-details .blog-post-meta .blog-post-time a {
          color: #5c667d; }
          .blog-post.post-style-03 .blog-post-details .blog-post-meta .blog-post-time a i {
            margin-right: 5px;
             }
    .blog-post.post-style-03 .blog-post-details p {
      margin-top: 10px; }
  .blog-post.post-style-03:hover .blog-post-author a img {
    -webkit-transform: translate3d(0%, 0, 0) scale(1);
            transform: translate3d(0%, 0, 0) scale(1); }
.sh-meta {margin-left: 10px;}
.sh-meta a{color: #5c667d;}
.sh-meta i {margin-right: 5px; }

/* Post Style 04 */
.blog-post.post-style-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .blog-post.post-style-04 .blog-image {
    min-width: 130px;
    width: 130px;
    margin-right: 25px;
    border-radius: 6px; }
    .blog-post.post-style-04 .blog-image img {
      border-radius: 6px;
      overflow: hidden;
      -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.04, 0, 0.93);
      transition: -webkit-transform 1s cubic-bezier(0.25, 0.04, 0, 0.93);
      transition: transform 1s cubic-bezier(0.25, 0.04, 0, 0.93);
      transition: transform 1s cubic-bezier(0.25, 0.04, 0, 0.93), -webkit-transform 1s cubic-bezier(0.25, 0.04, 0, 0.93);
      -webkit-transform: translate3d(0, 0, 0) scale(1.06);
              transform: translate3d(0, 0, 0) scale(1.06); }
      .blog-post.post-style-04 .blog-image img:hover {
        -webkit-transform: translate3d(3%, 0, 0) scale(1.06);
                transform: translate3d(3%, 0, 0) scale(1.06); }
    .blog-post.post-style-04 .blog-image:before {
      background: rgba(5, 24, 48, 0.1);
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 9; }
  .blog-post.post-style-04 .blog-post-details .badge {
    padding: 0px;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    text-transform: uppercase; }
    .blog-post.post-style-04 .blog-post-details .badge:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .blog-post.post-style-04 .blog-post-details h6 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 10px;
    color: #023a51;
    line-height: 24px; }
    .blog-post.post-style-04 .blog-post-details h6 a:hover {
      color: #023a51; }
   .blog-post.post-style-04 .blog-post-details .blog-post-time, .blog-post.post-style-03 .blog-post-details .blog-post-time {margin-right:15px;}
  .blog-post.post-style-04 .blog-post-details .blog-post-time a {
    color: #5c667d; }
    .blog-post.post-style-04 .blog-post-details .blog-post-time a i {
      margin-right: 5px;
      color: #5c667d; }
  .blog-post.post-style-04 .blog-post-details .blog-post-meta {
    margin-top: 0; }
  .blog-post.post-style-04:hover img {
    -webkit-transform: translate3d(3%, 0, 0) scale(1.06);
            transform: translate3d(3%, 0, 0) scale(1.06); }

/* Post Style 05 */
.blog-post.post-style-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }
  .blog-post.post-style-05:last-child {
    margin-bottom: 0px; }
  .blog-post.post-style-05 .blog-post-date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13%;
            flex: 0 0 13%; }
    .blog-post.post-style-05 .blog-post-date a {
      color: #5c667d;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase; }
    .blog-post.post-style-05 .blog-post-date span {
      font-size: 36px;
	  display: block;
      line-height: 36px;
      font-weight: 900;
      margin-bottom: 0;
      margin-top: 7px; }
  .blog-post.post-style-05 .blog-image {
    min-width: 160px;
    width: 160px;
    margin-right: 30px;
    position: relative; }
    .blog-post.post-style-05 .blog-image img {
      border-radius: 6px;
      position: relative; }
    .blog-post.post-style-05 .blog-image .video-icon {
      position: absolute;
      z-index: 9;
      bottom: 10px;
      right: 10px; }
      .blog-post.post-style-05 .blog-image .video-icon a i {
        background: #ffffff;
        padding: 5.5px 4.6px;
        border-radius: 6px;
        line-height: 16px; }
    .blog-post.post-style-05 .blog-image:before {
      background: rgba(5, 24, 48, 0.09);
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 9; }
  .blog-post.post-style-05 .blog-post-details h6 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #023a51;
    line-height: 24px; }
	.blog-post.post-style-05 .blog-post-details .blog-view a {margin-right:15px;}
	.blog-post.post-style-05 .blog-post-details .blog-view i {margin-right:5px;}
    .blog-post.post-style-05 .blog-post-details h6 a:hover {
      color: #023a51; }
  .blog-post.post-style-05 .blog-post-details .blog-view a {
    color: #5c667d; }
    .blog-post.post-style-05 .blog-post-details .blog-view a:last-child {
      padding-left: 35px;
      position: relative; }
      .blog-post.post-style-05 .blog-post-details .blog-view a:last-child:before {
        content: "";
        position: absolute;
        background: #ffffff;
        height: 4px;
        width: 4px;
        border-radius: 50%;
        left: 15px;
        top: 9px; }

.video-section .blog-style-vertical {
  overflow: auto;
  height: 550px;
  padding-right: 20px; }
  .video-section .blog-style-vertical .blog-post.post-style-05 .blog-post-date a {
    color: #ffffff; }
  .video-section .blog-style-vertical .blog-post.post-style-05 .blog-post-date h2 {
    color: #ffffff; }
  .video-section .blog-style-vertical .blog-post.post-style-05 .blog-post-details h6 {
    color: #ffffff; }
    .video-section .blog-style-vertical .blog-post.post-style-05 .blog-post-details h6 a:hover {
      background-size: 100% 100%;
      color: #ffffff; }
  .video-section .blog-style-vertical .blog-post.post-style-05 .blog-post-details .blog-view a {
    color: #ffffff; }
  .video-section .blog-style-vertical .blog-post.post-style-05:hover {
    background-size: 100% 100%;
    color: #ffffff; }
  .video-section .blog-style-vertical::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #22364f;
    border-radius: 100px; }
  .video-section .blog-style-vertical::-webkit-scrollbar {
    width: 3px;
    background-color: #5d6e83;
    border-radius: 100px; }
  .video-section .blog-style-vertical::-webkit-scrollbar-thumb {
    background-color: #5d6e83; }

/* Post Style 06 */
.blog-post.post-style-06 {
  border: 1px solid #e4eaf7;
  border-radius: 6px; }
  .blog-post.post-style-06 .blog-image {
    border-radius: 6px 6px 0px 0px; }
  .blog-post.post-style-06 .blog-details {
    padding: 23px 15px; }
    .blog-post.post-style-06 .blog-details .blog-post-details {
      text-align: center; }
      .blog-post.post-style-06 .blog-details .blog-post-details .blog-title {
        margin: 20px 0 15px 0;
        font-size: 18px;
        font-weight: 700; }
      .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03 {
        color: #0d6efd;
        margin-left: 0; }
        .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03:before {
          background: #0d6efd; }
      .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-red {
        color: #dc3545;
        margin-left: 0; }
        .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-red:before {
          background: #dc3545; }
      .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-blue {
        color: #0d6efd;
        margin-left: 0; }
        .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-blue:before {
          background: #0d6efd; }
      .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-yellow {
        color: #ffc107;
        margin-left: 0; }
        .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-yellow:before {
          background: #ffc107; }
      .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-pink {
        color: #d63384;
        margin-left: 0; }
        .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-pink:before {
          background: #d63384; }
      .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-orange {
        color: #fd7e14;
        margin-left: 0; }
        .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-orange:before {
          background: #fd7e14; }
      .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-purple {
        color: #6610f2;
        margin-left: 0; }
        .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-purple:before {
          background: #6610f2; }
      .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-skyblue {
        color: #0dcaf0;
        margin-left: 0; }
        .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-skyblue:before {
          background: #0dcaf0; }
      .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-light {
        color: #e4eaf7;
        margin-left: 0; }
        .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-light:before {
          background: #e4eaf7; }
      .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-dark {
        color: #051830;
        margin-left: 0; }
        .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-dark:before {
          background: #051830; }
      .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-primary {
        color: #30c96a;
        margin-left: 0; }
        .blog-post.post-style-06 .blog-details .blog-post-details .badge-style-03.text-primary:before {
          background: #30c96a; }
      .blog-post.post-style-06 .blog-details .blog-post-details .blog-post-meta {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 15px;
        border-bottom: 1px solid #e4eaf7;
        margin-bottom: 10px; }
        .blog-post.post-style-06 .blog-details .blog-post-details .blog-post-meta .blog-post-time {
          margin-right: 15px; }
          .blog-post.post-style-06 .blog-details .blog-post-details .blog-post-meta .blog-post-time i {
            margin-right: 10px; }
        .blog-post.post-style-06 .blog-details .blog-post-details .blog-post-meta .blog-post-comment {
          margin-right: 15px; }
          .blog-post.post-style-06 .blog-details .blog-post-details .blog-post-meta .blog-post-comment a {
            color: #5c667d; }
            .blog-post.post-style-06 .blog-details .blog-post-details .blog-post-meta .blog-post-comment i {
              margin-right: 5px; }
       
    .blog-post.post-style-06 .blog-details .blog-content p {
      text-align: center;
      margin-bottom: 0; }
	  
.frating .fas {font-size: 16px; position: relative;}
.fdislike .fas {top: 2px;}
.frating {position:absolute; right:0;}
.frating:not(.starrate) a {display: block; padding: 0 15px; height: 30px; line-height: 30px; border-radius: 4px;
	background-color: #6ab04c; color: #fff; text-align: center; font-size: 12px;}
.fdislike a {background-color: #eb4d4b !important; margin-left: 15px;}
.frating-counter {display: inline-block; border-left: 1px solid rgba(0,0,0,.15); padding-left: 10px; margin-left: 10px;}
.frating a:hover {color: #fff;}
.frating .flike a:hover {background-color: #5e9c43;}
.frating .fdislike a:hover {background-color: #da4846 !important;}

.frating.type-3 .frating-counter {
    display: inline-block;
    margin-left: 10px;
    line-height: 30px;
    background: #f0f0f0;
	border-left:none;
    text-align: center;
    padding: 0 10px;
    border-radius: 4px;
}
.frating.type-3 .fdislike a {margin-left:10px;}	

/* Post Style 07 */
.blog-post.post-style-07 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 6px;
    border: 1px solid #d1d8e6;
    padding: 20px;
}
.blog-post-title h1 {font-size:25px;}
    .blog-post.post-style-07 .blog-post-details .blog-title {
      font-weight: 600;
      padding-top: 15px;
      margin-bottom: 0;
      font-size: 20px;
      line-height: 30px; }
    .blog-post.post-style-07 .blog-post-details .blog-post-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 22px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 0; }
      .blog-post.post-style-07 .blog-post-details .blog-post-meta .blog-post-user {
        margin-right: 15px; }
        .blog-post.post-style-07 .blog-post-details .blog-post-meta .blog-post-user a {
          color: #5c667d;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .blog-post.post-style-07 .blog-post-details .blog-post-meta .blog-post-user a img {
            margin: 0 5px;
            height: 20px;
            border-radius: 50%; }
          .blog-post.post-style-07 .blog-post-details .blog-post-meta .blog-post-user a i {
            margin-right: 10px; }
      .blog-post.post-style-07 .blog-post-details .blog-post-meta .blog-post-time {
        margin-right: 15px; }
        .blog-post.post-style-07 .blog-post-details .blog-post-meta .blog-post-time a {
          color: #5c667d;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .blog-post.post-style-07 .blog-post-details .blog-post-meta .blog-post-time a i {
            margin-right: 10px; }
      .blog-post.post-style-07 .blog-post-details .blog-post-meta .blog-post-comment {
        margin-right: 15px; }
        .blog-post.post-style-07 .blog-post-details .blog-post-meta .blog-post-comment a {
          color: #5c667d;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .blog-post.post-style-07 .blog-post-details .blog-post-meta .blog-post-comment i {
            margin-right: 5px; }
     
      .blog-post.post-style-07 .blog-post-details .blog-post-meta .blog-post-user a img {
        -webkit-transform: inherit;
                transform: inherit; }
  .blog-post.post-style-07 .post-image {
    overflow: hidden;
    border-radius: 6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
    -webkit-perspective: 1px;
            perspective: 1px; }
    .blog-post.post-style-07 .post-image img {
      border-radius: 6px;
      -webkit-transform: scale(1.001) rotate(0);
              transform: scale(1.001) rotate(0);
      -webkit-transition: -webkit-transform .9s ease;
      transition: -webkit-transform .9s ease;
      transition: transform .9s ease;
      transition: transform .9s ease, -webkit-transform .9s ease;
      will-change: transform; }
  .blog-post.post-style-07:hover img {
    -webkit-transform: scale(1.1) rotate(1.1deg);
            transform: scale(1.1) rotate(1.1deg); }

/* Post Style 08 */
.blog-post.post-style-08 {
  border-radius: 6px;
  border: 1px solid #e4eaf7; }
  .blog-post.post-style-08 .blog-image {
    overflow: hidden;
    border-radius: 6px 6px 0px 0px; }
    .blog-post.post-style-08 .blog-image img {
      border-radius: 6px 6px 0px 0px;
      -webkit-transform: scale(1.001) rotate(0);
              transform: scale(1.001) rotate(0);
      -webkit-transition: -webkit-transform .9s ease;
      transition: -webkit-transform .9s ease;
      transition: transform .9s ease;
      transition: transform .9s ease, -webkit-transform .9s ease;
      will-change: transform; }
    .blog-post.post-style-08 .blog-image span {
      font-weight: bold;
      position: absolute;
      top: 20px;
      left: 20px; }
  .blog-post.post-style-08 .blog-details {
    padding: 25px 15px;
    position: relative; }
    .blog-post.post-style-08 .blog-details .author-img {
      height: 50px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50px;
              flex: 0 0 50px;
      width: 50px;
      border: 4px solid #ffffff;
      border-radius: 100px;
      position: absolute;
      z-index: 9;
      left: 0;
      top: -10%;
      right: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto; }
      .blog-post.post-style-08 .blog-details .author-img img {
        border-radius: 100px; }
      .blog-post.post-style-08 .blog-details .author-img i {
        height: 15px;
        width: 15px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 15px;
                flex: 0 0 15px;
        font-size: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 100px;
        background: #0d6efd;
        color: #ffffff;
        position: absolute;
        right: 0;
        bottom: 0px; }
    .blog-post.post-style-08 .blog-details .blog-post-details {
      text-align: center; }
      .blog-post.post-style-08 .blog-details .blog-post-details h6 {
        margin: 10px 0 18px 0;
        font-weight: 700; }
      .blog-post.post-style-08 .blog-details .blog-post-details .badge-style-03 {
        color: #0d6efd;
        margin-left: 0; }
        .blog-post.post-style-08 .blog-details .blog-post-details .badge-style-03:before {
          background: #0d6efd; }
      .blog-post.post-style-08 .blog-details .blog-post-details .blog-post-meta {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 27px;
        border-bottom: 1px solid #e4eaf7;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .blog-post.post-style-08 .blog-details .blog-post-details .blog-post-meta .blog-post-time {
          margin-right: 20px; }
          .blog-post.post-style-08 .blog-details .blog-post-details .blog-post-meta .blog-post-time i {
            margin-right: 10px; }
        .blog-post.post-style-08 .blog-details .blog-post-details .blog-post-meta .blog-post-comment {
          margin-right: 20px; }
          .blog-post.post-style-08 .blog-details .blog-post-details .blog-post-meta .blog-post-comment a {
            color: #5c667d; }
            .blog-post.post-style-08 .blog-details .blog-post-details .blog-post-meta .blog-post-comment a i {
              margin-right: 10px; }
        
    .blog-post.post-style-08 .blog-details .blog-content {
      padding-top: 20px; }
      .blog-post.post-style-08 .blog-details .blog-content p {
        text-align: center;
        margin-bottom: 10px; }
  .blog-post.post-style-08:hover .blog-image img {
    -webkit-transform: scale(1.1) rotate(1.1deg);
            transform: scale(1.1) rotate(1.1deg); }
  .blog-post.post-style-08:hover .blog-details .author-img img {
    -webkit-transform: inherit;
            transform: inherit; }

/* Post Style 09 */
.blog-post.post-style-09 .blog-image {
  position: relative;
  border-radius: 6px; }
  .blog-post.post-style-09 .blog-image img {
    border-radius: 6px; }

.blog-post.post-style-09 .blog-post-details {
  position: absolute;
  background: #ffffff;
  margin: -50px 30px 0px 30px;
  z-index: 1;
  position: relative;
  padding: 40px;
  text-align: center;
  border-radius: 6px; }
  .blog-post.post-style-09 .blog-post-details p {
    margin-bottom: 0px; }
  .blog-post.post-style-09 .blog-post-details h5 {
    margin: 10px 0px;
    font-weight: 700;    font-size: 18px; }
    .blog-post.post-style-09 .blog-post-details h5 a:hover {
      color: #023a51; }
    .blog-post.post-style-09 .blog-post-details h5 a:focus {
      color: inherit; }

/* Post Style 10 */
.blog-post.post-style-10 .blog-image:before {
  background: inherit !important; }

.blog-post.post-style-10 .blog-details {
  padding: 13px 0; }
  .blog-post.post-style-10 .blog-details .blog-post-details h6 {
    margin: 10px 0 24px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700; }
  .blog-post.post-style-10 .blog-details .blog-post-details .badge-style-03 {
    color: #0d6efd;
    margin-left: 32px; }
    .blog-post.post-style-10 .blog-details .blog-post-details .badge-style-03:before {
      background: #0d6efd; }
  .blog-post.post-style-10 .blog-details .blog-content {
    padding-bottom: 15px;
    border-bottom: 2px solid #e4eaf7; }
    .blog-post.post-style-10 .blog-details .blog-content p {
      margin-bottom: 0; }

/* Post Style 11 */
.blog-post.post-style-11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 6px;
  border: 1px solid #d1d8e6; }
  .blog-post.post-style-11 .blog-image {
    overflow: hidden;
    border-radius: 6px 0px 0px 6px;
    width: 415px;
    min-width: 415px; }
    .blog-post.post-style-11 .blog-image img {
      border-radius: 6px 0px 0px 6px;
      -webkit-transform: scale(1.001) rotate(0);
              transform: scale(1.001) rotate(0);
      -webkit-transition: -webkit-transform .9s ease;
      transition: -webkit-transform .9s ease;
      transition: transform .9s ease;
      transition: transform .9s ease, -webkit-transform .9s ease;
      will-change: transform; }
      .blog-post.post-style-11 .blog-image img:hover {
        -webkit-transform: scale(1.1) rotate(1.1deg);
                transform: scale(1.1) rotate(1.1deg); }
  .blog-post.post-style-11 .blog-post-details {
    width: 60%;
    padding: 34px; }
    .blog-post.post-style-11 .blog-post-details span.badge {
      padding: 7px 23px; }
    .blog-post.post-style-11 .blog-post-details h4 {
      font-size: 18px;
      font-weight: 600;
      padding-top: 16px;
      margin-bottom: 0; }
    .blog-post.post-style-11 .blog-post-details .blog-post-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 0 20px 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border-bottom: 1px solid #e4eaf7;
      margin-bottom: 10px; }
      .blog-post.post-style-11 .blog-post-details .blog-post-meta .blog-post-user {
        margin-right: 15px; }
        .blog-post.post-style-11 .blog-post-details .blog-post-meta .blog-post-user a {
          color: #5c667d;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .blog-post.post-style-11 .blog-post-details .blog-post-meta .blog-post-user a img {
            margin: 0 5px;
            height: 20px;
            border-radius: 50%; }
          .blog-post.post-style-11 .blog-post-details .blog-post-meta .blog-post-user a i {
            margin-right: 10px; }
      .blog-post.post-style-11 .blog-post-details .blog-post-meta .blog-post-time {
        margin-right: 15px; }
        .blog-post.post-style-11 .blog-post-details .blog-post-meta .blog-post-time a {
          color: #5c667d;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .blog-post.post-style-11 .blog-post-details .blog-post-meta .blog-post-time a i {
            margin-right: 10px; }
      .blog-post.post-style-11 .blog-post-details .blog-post-meta .blog-post-comment {
        margin-right: 15px; }
        .blog-post.post-style-11 .blog-post-details .blog-post-meta .blog-post-comment a {
          color: #5c667d;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .blog-post.post-style-11 .blog-post-details .blog-post-meta .blog-post-comment a i {
            margin-right: 10px; }
      
    .blog-post.post-style-11 .blog-post-details p {
      margin-bottom: 20px; }
  .blog-post.post-style-11:hover .blog-image img {
    -webkit-transform: translate3d(3%, 0, 0) scale(1.06);
            transform: translate3d(3%, 0, 0) scale(1.06); }
  .blog-post.post-style-11:hover .blog-post-details h4 a {
    background-size: 100% 100%; }
  .blog-post.post-style-11:hover .blog-post-details .blog-post-meta .blog-post-user a img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1); }

/* Post Style 12 */
.blog-post.post-style-12 .blog-details {
  padding: 40px; }
  .blog-post.post-style-12 .blog-details .blog-post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 29px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .blog-post.post-style-12 .blog-details .blog-post-meta .blog-post-user {
      margin-right: 15px; }
      .blog-post.post-style-12 .blog-details .blog-post-meta .blog-post-user a {
        color: #5c667d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .blog-post.post-style-12 .blog-details .blog-post-meta .blog-post-user a img {
          margin: 0 5px;
          height: 20px;
          border-radius: 50%; }
        .blog-post.post-style-12 .blog-details .blog-post-meta .blog-post-user a i {
          margin-right: 10px; }
    .blog-post.post-style-12 .blog-details .blog-post-meta .blog-post-time {
      margin-right: 15px; }
      .blog-post.post-style-12 .blog-details .blog-post-meta .blog-post-time a {
        color: #5c667d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .blog-post.post-style-12 .blog-details .blog-post-meta .blog-post-time a i {
          margin-right: 10px; }
    .blog-post.post-style-12 .blog-details .blog-post-meta .blog-post-comment {
      margin-right: 15px; }
      .blog-post.post-style-12 .blog-details .blog-post-meta .blog-post-comment a {
        color: #5c667d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .blog-post.post-style-12 .blog-details .blog-post-meta .blog-post-comment a i {
          margin-right: 10px; }
   
  .blog-post.post-style-12 .blog-details h4 {
    font-size: 36px;
    line-height: 52px;
    font-weight: 900;
    margin-bottom: 0; }

/* Post Style 13 */
.blog-post.post-style-13 {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d1d8e6; }
  .blog-post.post-style-13 .blog-post-details .badge {
    margin-bottom: 12px;
    font-weight: 700; }
  .blog-post.post-style-13 .blog-post-details .blog-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; }
  .blog-post.post-style-13 .blog-post-details .blog-post-meta .blog-post-time {
    margin-right: 15px; }
  .blog-post.post-style-13 .blog-post-details .blog-post-meta .blog-post-comment {
    margin-right: 15px; }
    .blog-post.post-style-13 .blog-post-details .blog-post-meta .blog-post-comment a {
      color: #5c667d;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .blog-post.post-style-13 .blog-post-details .blog-post-meta .blog-post-comment i {
        margin-right: 5px; }
  

.blog-post.banner-post-style {
  padding: 100px; }
  .blog-post.banner-post-style .blog-post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 30px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .blog-post.banner-post-style .blog-post-meta .blog-post-user {
      margin-right: 15px; }
      .blog-post.banner-post-style .blog-post-meta .blog-post-user a {
        color: #5c667d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .blog-post.banner-post-style .blog-post-meta .blog-post-user a img {
          margin: 0 5px;
          height: 20px;
          border-radius: 50%; }
        .blog-post.banner-post-style .blog-post-meta .blog-post-user a i {
          margin-right: 10px; }
    .blog-post.banner-post-style .blog-post-meta .blog-post-time {
      margin-right: 15px; }
      .blog-post.banner-post-style .blog-post-meta .blog-post-time a {
        color: #5c667d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .blog-post.banner-post-style .blog-post-meta .blog-post-time a i {
          margin-right: 10px; }
    .blog-post.banner-post-style .blog-post-meta .blog-post-comment {
      margin-right: 15px; }
      .blog-post.banner-post-style .blog-post-meta .blog-post-comment a {
        color: #5c667d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .blog-post.banner-post-style .blog-post-meta .blog-post-comment a i {
          margin-right: 10px; }
    
  .blog-post.banner-post-style .blog-title {
    font-size: 62px;
    font-weight: 800;
    line-height: 82px;
    color: #000000;
    margin-bottom: 30px; }
  .blog-post.banner-post-style .blog-post-content p {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #5c667d; }

/*Madical Section*/
.madical-section .blog-post.post-style-07 {
  padding: 11px 13px; }
  .madical-section .blog-post.post-style-07 .post-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
            flex: 0 0 135px;
    margin-right: 25px;
    -webkit-perspective: 1px;
            perspective: 1px; }
  .madical-section .blog-post.post-style-07 .blog-post-details {
    width: inherit; }
    .madical-section .blog-post.post-style-07 .blog-post-details .badge-small {
      padding: 4px 12px;
      font-size: 10px; }
    .madical-section .blog-post.post-style-07 .blog-post-details .blog-title {
      padding-top: 8px;
      font-size: 16px;
      line-height: 20px; }
    .madical-section .blog-post.post-style-07 .blog-post-details .blog-post-meta {
      padding-top: 9px; }
      .madical-section .blog-post.post-style-07 .blog-post-details .blog-post-meta a {
        font-size: 12px; }

/*filters-group */
.filters-group button {
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0 4px;
  border: none;
  background-color: inherit;
  color: #5c667d;
  text-transform: uppercase; }
  .filters-group button:hover {
    color: #30c96a;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    background-size: 300% 100%; }
  .filters-group button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
  .filters-group button:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #30c96a; }

.filters-group button.active {
  background-size: 300% 100%;
  color: #30c96a; }

.explore-products .filters-group {
  position: absolute;
  top: -70px;
  right: 6px; }

/*news-post*/
.news-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .news-post .news-image {
    width: 28px;
    height: 28px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    margin-right: 15px;
    border-radius: 4px; }
    .news-post .news-image img {
      border-radius: 4px; height: 28px;}
  .news-post .news-post-details {
    width: 95%; }
    .news-post .news-post-details .news-title {
      font-size: 14px;
      font-weight: normal;
      color: #ffffff;
      margin-bottom: 0;
      line-height: 1; }
      .news-post .news-post-details .news-title a {
        background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
        background-image: -ms-linear-gradient(transparent 95%, currentColor 1px);
        background-repeat: no-repeat;
        background-size: 0 100%;
        background-position: 0 0px;
        -webkit-transition: all 0.6s cubic-bezier(0.45, 0, 0.14, 1.03);
        transition: all 0.6s cubic-bezier(0.45, 0, 0.14, 1.03);
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis; }
        .news-post .news-post-details .news-title a:focus {
          color: inherit; }
        .news-post .news-post-details .news-title a:hover {
          background-size: 100% 100%;
          color: #30c96a; }

/*blog-style-01*/
.blog-post-share-box {
  padding: 25px 0px;
      position: relative;
  border-bottom: 1px solid #e4eaf7;
  border-top: 1px solid #e4eaf7; position:relative;}
  .blog-post-share-box .blog-post.post-style-07 {
    padding: 0;    padding-right: 200px; }
    .blog-post-share-box .blog-post.post-style-07 .blog-post-details {
      width: 100%; }
  .blog-post-share-box .badges a, .ftags a {
    border: 1px solid #e4eaf7;
    padding: 8px 10px;
	border-radius:6px;
    background-color: transparent;
	    margin-bottom: 5px;
    display: inline-block;
    color: #5c667d; }
    .blog-post-share-box .badges a:hover, .ftags a:hover {
      background-color: #30c96a;
      color: #ffffff; }
	  .badges {
    font-size: 0;
}
	  .badges a {
    font-size: 14px;
    margin-right: 5px;
}
.badges .fas {
    font-size: 16px;
    margin-right: 10px;
}
@media screen and (max-width: 590px) {
.blog-post-share-box .blog-post.post-style-07 {padding-right:0;}
.frating {position:relative; margin: 10px auto 0; width: 100%;}
.blog-post-meta.p-0 .blog-post-user, .blog-post-meta.p-0 .print {display:none;}
}

.navigation.post-navigation .nav-previous {
  width: 42%;
  margin-right: 3%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.navigation.post-navigation .nav-next {
  width: 42%;
  margin-left: 3%;
  text-align: right;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.navigation.post-navigation .blog-post-nav-media img {
  border-radius: 6px;
  width: 85px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover; }

.navigation.post-navigation .nav-previous .nav-left {
  width: 70%; }
  .navigation.post-navigation .nav-previous .nav-left .nav-title {
    font-size: 16px;
    font-weight: 500;
    color: #5c667d;
    margin: 5px 20px 0px 0px; }

.navigation.post-navigation .nav-next .nav-right {
  width: 70%; }
  .navigation.post-navigation .nav-next .nav-right .nav-title {
    color: #5c667d;
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0px 0px 20px; }

/* Responsive */
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-section .banner-content {
    padding-top: 150px; }
    .banner-section .banner-content .blog-post.banner-post-style {
      padding: 50px 50px 100px 100px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post.post-style-01 .blog-post-details {
    padding: 0px 20px; }
    .blog-post.post-style-01 .blog-post-details h5.blog-title {
      font-size: 20px;
      line-height: 26px; }
    .blog-post.post-style-01 .blog-post-details .blog-post-meta .blog-post-author {
      margin-right: 10px; }
      .blog-post.post-style-01 .blog-post-details .blog-post-meta .blog-post-author a {
        font-size: 14px; }
        .blog-post.post-style-01 .blog-post-details .blog-post-meta .blog-post-author a img {
          height: 25px;
          margin-right: 6px; }
    .blog-post.post-style-01 .blog-post-details .blog-post-meta .blog-post-time a {
      font-size: 14px; }
      .blog-post.post-style-01 .blog-post-details .blog-post-meta .blog-post-time a i {
        margin-right: 6px; }
  .blog-post.post-style-09 .blog-post-details {
    padding: 20px;
    margin: -50px 20px 0px 20px; } }

@media (max-width: 1399px) {
  .filters-group button {
    padding: 12px 25px; }
  .banner-section .banner-content {
    padding-top: 130px; }
    .banner-section .banner-content .blog-post.banner-post-style {
      padding: 50px 50px 100px 100px; }
      .banner-section .banner-content .blog-post.banner-post-style .blog-post-details .blog-title {
        font-size: 52px;
        line-height: 62px; } }

@media (max-width: 1199px) {
  .explore-products .filters-group {
    position: inherit;
    top: 0;
    right: 0;
    margin-bottom: 30px; }
    .explore-products .filters-group button {
      padding: 12px 40px; }
  .blog-post.post-style-11 {
    display: block; }
    .blog-post.post-style-11 .blog-image {
      width: 100%;
      border-radius: 6px 6px 0px 0px; }
      .blog-post.post-style-11 .blog-image img {
        border-radius: 6px 6px 0px 0px; }
    .blog-post.post-style-11 .blog-post-details {
      width: 100%; }
  .banner-section .banner-content {
    padding-top: 100px; }
    .banner-section .banner-content .blog-post.banner-post-style {
      padding: 0px 100px 100px 100px; } }

@media (max-width: 991px) {
  .filters-group button {
    margin: 0 5px 10px; }
  .filters-group button:first-child {
    margin-left: 0; }
  .filters-group button:last-child {
    margin-right: 0; }
  .blog-post.post-style-11 .post-info {
    padding: 10px 20px 10px 20px; }
    .blog-post.post-style-11 .post-info .blog-post-meta {
      padding: 15px 0 15px 0; }
    .blog-post.post-style-11 .post-info p {
      margin-bottom: 15px; }
  /* News Latest Posts*/
  .news-latest-posts .blog-post.post-style-01 {
    margin-bottom: 25px; }
  /* News Sport Posts*/
  .news-sport-posts .blog-post.post-style-03 {
    margin-bottom: 20px; }
  .blog-post.post-style-01 .blog-post-details {
    padding: 0px 20px; }
  /* blog-style-07*/
  .madical-section .blog-post.post-style-07 .post-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px; }
  .madical-section .blog-post.post-style-07 .blog-post-details {
    width: 100%; }
  .banner-section .banner-content {
    padding-top: 20px; }
    .banner-section .banner-content .blog-post.banner-post-style {
      padding: 0px 50px 50px 50px; }
      .banner-section .banner-content .blog-post.banner-post-style .blog-post-details .blog-post-meta {
        padding-bottom: 20px; }
  .blog-post.post-style-12 .blog-details .blog-post-meta {
    padding: 0px 0 29px 0; } }

@media (max-width: 767px) {
  /* blog-style-11*/
  .blog-post.post-style-11 {
    display: block; }
    .blog-post.post-style-11 .post-image {
      width: 100%;
      min-width: 100%; }
    .blog-post.post-style-11 .post-info {
      padding: 30px;
      width: 100%; }
  .news-medical-posts .blog-post.post-style-01 {
    margin-bottom: 30px; }
  .banner-section .banner-content .blog-post.banner-post-style {
    padding: 0px 50px 50px 50px; }
    .banner-section .banner-content .blog-post.banner-post-style .blog-post-details .blog-title {
      font-size: 42px;
      line-height: 52px;
      margin-bottom: 20px; }
    .banner-section .banner-content .blog-post.banner-post-style .blog-post-details .blog-post-content p {
      margin-bottom: 25px; }
  .blog-post.post-style-09 .blog-post-details {
    padding: 20px;
    margin: -50px 20px 0px 20px; } }

@media (max-width: 575px) {
  .blog-post.post-style-01 .blog-post-details h3,
  .blog-post.post-style-01 .blog-post-details h4,
  .blog-post.post-style-01 .blog-post-details h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 24px; }
  .blog-post.post-style-04 {
    display: block; }
    .blog-post.post-style-04 .blog-image {
      width: 100%;
      margin-bottom: 15px; }
  .blog-post.post-style-05 {
    display: block;
    margin-bottom: 35px; }
    .blog-post.post-style-05 .blog-image {
      width: 100%;
      margin-bottom: 20px; }
    .blog-post.post-style-05 .blog-post-date {
      position: absolute;
      z-index: 9;
      left: 15px;
      top: 15px;
      text-align: center;
      background: #ffffff;
      padding: 10px;
      border-radius: 6px; }
      .blog-post.post-style-05 .blog-post-date h2 {
        font-size: 24px;
        line-height: 16px; }
  .blog-post.post-style-11 .blog-image {
    min-width: 100%; }
  .blog-post.post-style-11 .blog-post-details {
    padding: 20px; }
  .blog-post.post-style-07 {
    display: block; }
    .blog-post.post-style-07 .blog-post-details {
      width: 100%; }
    .blog-post.post-style-07 .post-image {
      margin-top: 20px; }
  
  /* blog-style-07*/
  .madical-section .blog-post.post-style-07 {
    padding: 20px; }
    .madical-section .blog-post.post-style-07 .post-image {
      margin: 0; }
    .madical-section .blog-post.post-style-07 .blog-post-details {
      margin-top: 15px; }
  .video-section .blog-style-vertical .blog-post.post-style-05 .blog-post-date a {
    color: #5c667d; }
  .video-section .blog-style-vertical .blog-post.post-style-05 .blog-post-date h2 {
    color: #023a51; }
  .banner-section .banner-content .blog-post.banner-post-style {
    padding: 0px 30px 30px 30px; }
    .banner-section .banner-content .blog-post.banner-post-style .blog-post-details .blog-title {
      font-size: 32px;
      line-height: 38px;
      margin-bottom: 10px; }
    .banner-section .banner-content .blog-post.banner-post-style .blog-post-details .blog-post-content p {
      margin-bottom: 15px; }
  .navigation.post-navigation .nav-previous {
    width: 100%;
    margin-right: 0%; }
    .navigation.post-navigation .nav-previous .nav-left {
      width: 100%; }
  .navigation.post-navigation .nav-next {
    width: 100%;
    margin-left: 0%; }
    .navigation.post-navigation .nav-next .nav-right {
      width: 100%; }
  .news-latest-posts.blog-single-04 .blog-post.post-style-01 .blog-post-details {
    bottom: 10px; } }

@media (max-width: 391px) {
  .blog-post.post-style-01 .blog-post-details {
    bottom: 10px;
    padding: 0px 20px; }
    .blog-post.post-style-01 .blog-post-details .blog-post-meta .blog-post-author {
      margin-right: 10px; }
      .blog-post.post-style-01 .blog-post-details .blog-post-meta .blog-post-author a {
        font-size: 14px; }
        .blog-post.post-style-01 .blog-post-details .blog-post-meta .blog-post-author a img {
          height: 25px;
          margin-right: 6px; }
    .blog-post.post-style-01 .blog-post-details .blog-post-meta .blog-post-time a {
      font-size: 14px; }
      .blog-post.post-style-01 .blog-post-details .blog-post-meta .blog-post-time a i {
        margin-right: 6px; }
  .blog-post.post-style-13 .blog-post-details .blog-post-meta .blog-post-time {
    margin-right: 10px; }
    .blog-post.post-style-13 .blog-post-details .blog-post-meta .blog-post-time i {
      margin-right: 6px; }
  .blog-post.post-style-13 .blog-post-details .blog-post-meta .blog-post-comment {
    margin-right: 10px; }
    .blog-post.post-style-13 .blog-post-details .blog-post-meta .blog-post-comment a i {
      margin-right: 6px; }
  .news-latest-posts.blog-single-04 .blog-post.post-style-01 .blog-image img {
    height: 180px; } }

/*****************************
  Button
*****************************/
.btn {
  border: none;
  z-index: 1;
  position: relative;
  font-size: 16px;
  padding: 13px 40px;
  overflow: hidden;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
  .btn:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
  .btn:active:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-primary {
  background: #30c96a;
  color: #ffffff; }
  .btn-primary:hover {
    color: #ffffff;
    background: #041f42; }
  .btn-primary:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff;
    background: #041f42; }
  .btn-primary:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff;
    background: #041f42; }

.btn-secondary {
  background: #041f42;
  color: #ffffff; }
  .btn-secondary:hover {
    color: #ffffff;
    background: #30c96a; }
  .btn-secondary:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff;
    background: #30c96a; }
  .btn-secondary:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff;
    background: #30c96a; }

.btn-link {
  padding: 0;
  margin-top: 15px;
  text-decoration: none;
  color: #30c96a;
  font-weight: 600; }
  .btn-link:hover {
    color: #023a51; }


/*****************************
  Owl carousel
*****************************/
.owl-carousel .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 66%;
    left: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #041f42;
    background-color: #ffffff !important;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(4, 31, 66, 0.1);
            box-shadow: 1px 1px 5px 1px rgba(4, 31, 66, 0.1);
    border-radius: 6px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .owl-carousel .owl-nav button.owl-prev:hover {
      background: #30c96a !important;
      border-color: #30c96a !important;
      color: #ffffff; }
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 66%;
    right: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #041f42;
    background-color: #ffffff !important;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(4, 31, 66, 0.1);
            box-shadow: 1px 1px 5px 1px rgba(4, 31, 66, 0.1);
    border-radius: 6px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .owl-carousel .owl-nav button.owl-next:hover {
      background: #30c96a !important;
      border-color: #30c96a !important;
      color: #ffffff; }

.owl-carousel:hover .owl-nav {
  opacity: 1; }
  .owl-carousel:hover .owl-nav button.owl-prev {
    left: -20px; }
  .owl-carousel:hover .owl-nav button.owl-next {
    right: -20px; }

.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px; }
  .owl-carousel .owl-dots .owl-dot {
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 100%;
    margin: 0 5px; }
    .owl-carousel .owl-dots .owl-dot span {
      height: 12px;
      width: 12px;
      display: inline-block;
      border-radius: 100%;
      background-color: #383838; }
  .owl-carousel .owl-dots .active.owl-dot {
    border: 1px solid #30c96a; }
    .owl-carousel .owl-dots .active.owl-dot span {
      background-color: inherit;
      background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
      background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea); }

/*arrow-styel-02*/
.owl-carousel.arrow-styel-02 .owl-nav {
  opacity: 1; }
  .owl-carousel.arrow-styel-02 .owl-nav button.owl-prev {
    top: -66px;
    right: 40px;
    left: initial; }
  .owl-carousel.arrow-styel-02 .owl-nav button.owl-next {
    top: -66px; }

.owl-carousel.arrow-styel-02:hover .owl-nav button.owl-prev {
  left: initial; }

.owl-carousel.arrow-styel-02:hover .owl-nav button.owl-next {
  right: 0px; }

/*arrow-styel-04*/
.owl-carousel.arrow-styel-04 .owl-nav {
  opacity: 1; }
  .owl-carousel.arrow-styel-04 .owl-nav button {
    background-color: #00193a !important;
    color: #ffffff; }
  .owl-carousel.arrow-styel-04 .owl-nav button.owl-prev {
    top: 29px;
    height: 96px;
    border-radius: 0; }
    .owl-carousel.arrow-styel-04 .owl-nav button.owl-prev .fa-arrow-left-long:before {
      content: "\f053" !important;
      font-family: "Font Awesome 6 Free";
      font-weight: 900; }
  .owl-carousel.arrow-styel-04 .owl-nav button.owl-next {
    top: 29px;
    height: 96px;
    border-radius: 0 6px 6px 0px; }
    .owl-carousel.arrow-styel-04 .owl-nav button.owl-next .fa-arrow-right-long:before {
      content: "\f054" !important;
      font-family: "Font Awesome 6 Free";
      font-weight: 900; }

/*owl-carousel-vertical*/
.owl-carousel.owl-carousel-vertical {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
  .owl-carousel.owl-carousel-vertical .owl-item .item {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

@media (max-width: 1599px) {
  .owl-carousel:hover .owl-nav button.owl-prev {
    left: 0px; }
  .owl-carousel:hover .owl-nav button.owl-next {
    right: 0px; } }

@media (max-width: 570px) {
  .section-title {
    padding-right: 80px; }
    .section-title h2 {
      font-size: 22px; } }

/*****************************
  Range Slider
*****************************/
.irs--flat .irs-line {
  height: 6px; }

.irs--flat .irs-bar {
  background: #30c96a;
  height: 6px; }

.irs--flat .irs-from {
  background: transparent;
  color: #30c96a;
  font-size: 13px;
  font-weight: 600; }
  .irs--flat .irs-from:before {
    display: none; }

.irs--flat .irs-to {
  background: transparent;
  color: #30c96a;
  font-size: 13px;
  font-weight: 600; }
  .irs--flat .irs-to:before {
    display: none; }

.irs--flat .irs-single {
  background: transparent;
  color: #30c96a;
  font-size: 13px;
  font-weight: 600; }
  .irs--flat .irs-single:before {
    display: none; }

.irs--flat .irs-handle > i:first-child {
  background: #ffffff;
  background: #ffffff;
  width: 12px;
  width: 12px;
  height: 12px;
  height: 12px;
  border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #30c96a;
  border: 2px solid #30c96a;
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.irs--flat .irs-handle:hover > i:first-child {
  background: #30c96a; }

.irs--flat .irs-handle.state_hover > i:first-child {
  background: #30c96a; }

/*****************************
Select
*****************************/
.select2-container .select2-selection--single {
  height: auto;
  outline: none; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px; }

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: none; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #e4eaf7;
    font-weight: normal;
    line-height: inherit;
    text-transform: capitalize; }

.bigdrop {
  min-width: 196px !important; }

.select2-results__options {
  padding: 8px 2px; }

.select2-container {
  width: 100% !important; }

.select2-container--default .select2-results__option--highlighted {
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

input[type="radio"]:radio {
  background-color: #30c96a; }

/* Select Dropdown Arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
  right: 10px;
  height: 21px;
  width: 14px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none; }
  .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    color: #5c667d; }

.select2-container--default .select2-search--dropdown {
  padding: 0; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e4eaf7; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e4eaf7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(48, 201, 106, 0.1);
  color: #30c96a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.select2-dropdown {
  border: none;
  border-radius: 0px;
  z-index: 9; }

.select-border .select2-container--default .select2-selection--single {
  border: 1px solid #e4eaf7;
  height: 50px;
  line-height: 20px;
  padding: 15px 20px;
  border-radius: 6px; }
  .select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 20px; }

.select2-results__option[aria-selected] {
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px; }

.select2-container--default .select2-results > .select2-results__options {
  border: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #5c667d; }

.select2-container--open .select2-dropdown {
  background: #ffffff;
  padding: 7px;
  border: 1px solid rgba(61, 209, 213, 0.1);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(5, 24, 48, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(5, 24, 48, 0.1); }

.select2-search--dropdown .select2-search__field {
  border: 1px solid #e4eaf7;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04); }

.select2-container--default .select2-selection--single {
  height: 50px;
  padding: 15px 20px; }

.custom-control-input:radio {
  background-color: #30c96a; }

.newsletter .search input::-webkit-input-placeholder {
  color: #ffffff; }

.newsletter .search input::-moz-placeholder {
  color: #ffffff; }

.newsletter .search input:-ms-input-placeholder {
  color: #ffffff; }

.newsletter .search input::-ms-input-placeholder {
  color: #ffffff; }

.newsletter .search input::placeholder {
  color: #ffffff; }

.form-check .form-check-input {
  float: inherit;
  -webkit-box-shadow: none;
          box-shadow: none; }

.form-check-input:checked {
  background-color: #30c96a;
  border-color: #30c96a;
  -webkit-box-shadow: inherit;
          box-shadow: inherit; }

/*****************************
  Shop
*****************************/
/* Product */
.product {
  text-align: center;
  border: 1px solid #e4eaf7; }
  .product .product-image {
    position: relative;
    padding: 25px; }
    .product .product-image .product-overlay {
      opacity: 0;
      text-align: center;
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      z-index: 1;
      margin: 0 auto;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .product .product-image .product-overlay .add-to-cart a {
        display: inline-block;
        background: #30c96a;
        color: #ffffff;
        text-transform: capitalize;
        padding: 10px 20px;
        border-radius: 6px;
        font-weight: bold; }
        .product .product-image .product-overlay .add-to-cart a span {
          display: inline-block; }
        .product .product-image .product-overlay .add-to-cart a:hover {
          background: #041f42; }
  .product:hover .product-image .product-overlay {
    opacity: 1; }
  .product .product-description {
    padding: 25px; }
    .product .product-description .product-title {
      margin: 0px 0px 10px; }
      .product .product-description .product-title a {
        font-size: 20px;
        font-weight: bold;
        color: #023a51; }
        .product .product-description .product-title a:hover {
          color: #30c96a; }
    .product .product-description .product-price {
      font-size: 14px;
      font-weight: bold; }
      .product .product-description .product-price del {
        color: #d1d8e6; }
      .product .product-description .product-price ins {
        color: #5c667d;
        text-decoration: none; }
  .product hr {
    margin: 0 25px;
    padding: 0px; }

/* Product Detail */
.shop-single .nav-tabs-02 {
  border-bottom: inherit; }
  .shop-single .nav-tabs-02 .nav-item {
    margin-bottom: 10px;
    margin-right: 10px; }
    .shop-single .nav-tabs-02 .nav-item .nav-link {
      font-size: 16px;
      color: #041f42;
      padding: 12px 30px;
      border-color: #e4eaf7;
      background-color: #e4eaf7;
      border-radius: 6px; }
      .shop-single .nav-tabs-02 .nav-item .nav-link:hover {
        background-color: #30c96a;
        border-bottom: 1px solid #30c96a;
        color: #ffffff; }
    .shop-single .nav-tabs-02 .nav-item .nav-link.active {
      background-color: #30c96a;
      border-bottom: 1px solid #30c96a;
      color: #ffffff; }

.shop-single .tab-content .tab-pane h5 {
  font-weight: 700; }

.shop-single .product-detail h4 {
  font-weight: 700; }

.shop-single .product-detail .product-price-rating .product-price {
  margin-bottom: 20px; }
  .shop-single .product-detail .product-price-rating .product-price h4 {
    font-size: 20px;
    margin-bottom: 0; }
    .shop-single .product-detail .product-price-rating .product-price h4 span {
      font-size: 24px;
      color: #30c96a;
      margin-left: 8px; }

.shop-single .product-detail .product-price-rating .product-rating {
  margin: 20px 0; }
  .shop-single .product-detail .product-price-rating .product-rating i {
    color: #30c96a; }

.shop-single .product-detail .product-price-rating .reviews {
  color: #5c667d; }

.shop-single .product-detail .product-summary {
  margin-top: 30px; }
  .shop-single .product-detail .product-summary a {
    color: #5c667d;
    margin-right: 10px; }
    .shop-single .product-detail .product-summary a i {
      color: #30c96a;
      margin-right: 10px; }
    .shop-single .product-detail .product-summary a:hover {
      color: #30c96a; }

.shop-single .product-detail hr {
  margin: 30px 0; }

.shop-single .product-detail .product-detail-meta {
  margin-bottom: 20px; }
  .shop-single .product-detail .product-detail-meta span {
    display: block;
    margin: 10px 0; }

.shop-single .product-detail .product-detail-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e4eaf7;
  border-bottom: 1px solid #e4eaf7;
  padding: 10px 0; }
  .shop-single .product-detail .product-detail-social span {
    font-weight: 800; }
  .shop-single .product-detail .product-detail-social ul {
    padding-left: 15px;
    margin-bottom: 0; }
    .shop-single .product-detail .product-detail-social ul li {
      display: inline-block;
      list-style-type: none;
      float: left;
      margin-right: 20px;
      font-size: 16px; }

.shop-single .product-detail .input-group {
  width: 90px;
  float: left;
  margin-right: 20px; }

.title h4 {
  font-weight: 700; }

.form-group .product-rating {
  color: #30c96a; }

.slider-slick .slider-nav .slick-next:before {
  content: "\f054" !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: inherit;
  left: 50%;
  top: 50%;
  z-index: 999;
  color: #ffffff;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.slider-slick .slider-nav .slick-prev:before {
  content: "\f053" !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  color: #ffffff;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.slider-slick .slider-nav:hover .slick-prev {
  left: 0;
  z-index: 99;
  opacity: 1; }

.slider-slick .slider-nav:hover .slick-next {
  right: 0;
  opacity: 1; }

.slider-slick .slider-nav .slick-prev {
  opacity: 0;
  width: 35px;
  height: 50%;
  background: #30c96a;
  border-radius: 4px;
  color: #023a51;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.slider-slick .slider-nav .slick-next {
  opacity: 0;
  width: 35px;
  border-radius: 4px;
  height: 50%;
  background: #30c96a;
  color: #023a51;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.slider-slick .slider-nav .slick-track .slick-slide {
  margin-left: 5px;
  margin-right: 5px; }

/* commentlist */
.commentlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .commentlist .comment-author .avatar.avatar-lg {
    width: 75px;
    height: auto;
    border-radius: 6px; }
  .commentlist .comment-content {
    border: 1px solid #e4eaf7;
    padding: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 6px; }
    .commentlist .comment-content .reviews {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .commentlist .comment-content .reviews .rating {
        margin-left: auto; }
        .commentlist .comment-content .reviews .rating i {
          color: #30c96a; }

.form-check-label {
  padding-left: 10px; }

/* Shop Sidebar */
.blog-sidebar {
  padding: 20px 20px; }
  .blog-sidebar .widget {
    margin-bottom: 50px; }
    .blog-sidebar .widget .widget-title {
      margin-bottom: 10px; }
    .blog-sidebar .widget .price-filter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .blog-sidebar .widget .price-filter a {
        margin-left: auto; }
    .blog-sidebar .widget .custom-control-label {
      line-height: 20px; }
    .blog-sidebar .widget .form-check {
      display: block;
      font-size: 16px;
      margin-bottom: 10px; }
      .blog-sidebar .widget .form-check:last-child {
        margin-bottom: 0; }
      .blog-sidebar .widget .form-check span {
        float: right; }
    .blog-sidebar .widget .social ul li {
      display: inline-block;
      list-style-type: none;
      margin-right: 20px;
      font-size: 16px; }
    .blog-sidebar .widget .tagcloud ul li {
      margin-bottom: 10px;
      display: inline-block; }
      .blog-sidebar .widget .tagcloud ul li a {
        color: #023a51;
        line-height: 32px;
        border: 1px solid #e4eaf7;
        padding: 0 16px;
        display: block; }
        .blog-sidebar .widget .tagcloud ul li a span {
          display: block; }
        .blog-sidebar .widget .tagcloud ul li a:hover {
          background: #30c96a;
          border: 1px solid #30c96a;
          color: #ffffff; }
    .blog-sidebar .widget .widget-categories ul li a {
      font-size: 14px;
      color: #023a51;
      line-height: 32px;
      display: block; }
      .blog-sidebar .widget .widget-categories ul li a:hover {
        color: #30c96a; }

.search-field {
  padding-left: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e4eaf7;
  height: 50px;
  border-radius: 6px;
  width: 100%; }

/* Checkout */
.checkout-info {
  padding: 25px 25px 25px 120px;
  background: #d1d8e6;
  position: relative;
  border-radius: 6px; }
  .checkout-info:before {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 25px;
    content: "\f2f6";
    font-size: 60px;
    font-family: "Font Awesome 5 Free";
    z-index: 8;
    color: #023a51;
    font-weight: 600; }

.checkout-info-coupon .checkout-info:before {
  content: "\f3ff"; }

.checkout-info-coupon .checkout-coupon {
  padding: 20px;
  border: 2px dashed #e4eaf7; }

.checkout-review {
  padding: 15px 30px 30px;
  border: 1px solid #e4eaf7;
  border-radius: 6px; }
  .checkout-review .table tr th {
    padding: 15px 0;
    font-size: 18px;
    color: #5c667d; }
  .checkout-review .table tr th.shipping {
    font-size: 14px;
    color: #5c667d; }
  .checkout-review .table tr td {
    padding: 15px 0;
    font-size: 14px;
    color: #5c667d; }
  .checkout-review .table tr td.amount {
    font-size: 18px; }

/* Cart */
.cart-table {
  border-radius: 6px; }
  .cart-table .table {
    border: 1px solid #e4eaf7;
    margin-bottom: 0; }
    .cart-table .table tr th {
      border: none;
      padding: 15px 10px;
      color: #5c667d; }
    .cart-table .table tr td {
      border: none;
      border-top: 1px solid #e4eaf7;
      padding: 15px 10px;
      color: #5c667d;
      vertical-align: middle; }
      .cart-table .table tr td.product-remove {
        padding: 15px 25px;
        text-align: center; }
      .cart-table .table tr td.product-quantity .form-control {
        width: 100px; }
      .cart-table .table tr td a {
        color: #5c667d; }
        .cart-table .table tr td a:hover {
          color: #30c96a; }
      .cart-table .table tr td .form-group {
        margin-bottom: 0px; }
    .cart-table .table thead tr {
      border: none; }
      .cart-table .table thead tr th:last-child {
        border-radius: 6px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      .cart-table .table thead tr th:first-child {
        border-radius: 6px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
  .cart-table .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e4eaf7;
    border-top: none;
    padding: 15px 10px; }
    .cart-table .actions .coupon form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cart-table .actions .coupon form .input-text {
        border: 1px solid #e4eaf7;
        border-radius: 0px;
        height: 48px;
        padding: 10px 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 14px;
        font-weight: 500;
        color: #214d63;
        border-radius: 6px; }
      .cart-table .actions .coupon form .btn {
        padding: 12px 20px;
        margin-left: 5px; }
    .cart-table .actions .update-cart {
      margin-left: auto; }

.cart-table .table td.product-thumbnail img {
  width: 70px;
  height: auto; }

.cart-totals {
  background: #e4eaf7;
  padding: 20px;
  border-radius: 6px; }
  .cart-totals .cart-totals-title {
    margin-bottom: 20px;
    text-align: center; }
  .cart-totals .table tr th {
    text-align: left;
    border: none;
    border-top: 1px solid #e4eaf7;
    vertical-align: top;
    background: #ffffff; }
  .cart-totals .table tr td {
    text-align: right;
    border: none;
    border-top: 1px solid #e4eaf7;
    background: #ffffff; }
  .cart-totals .table tr.shipping .form-group {
    margin-bottom: 0; }
  .cart-totals .table tr.shipping .form-check-label {
    padding-left: 0px; }
  .cart-totals .table tr.shipping p {
    margin-bottom: 0; }
  .cart-totals .table tr.order-total th {
    font-size: 18px;
    font-weight: bold; }
  .cart-totals .table tr.order-total td {
    font-size: 26px;
    font-weight: bold; }
  .cart-totals .table .cart-subtotal th {
    font-size: 18px;
    font-weight: bold;
    border: none; }
  .cart-totals .table .cart-subtotal td {
    font-size: 18px;
    font-weight: bold;
    border: none; }
  .cart-totals .checkout-button {
    width: 100%;
    text-align: center;
    padding: 15px 25px; }

.checkout label {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .slider-slick .slider-for .slick-prev {
    left: 0px;
    opacity: 0; }
  .slider-slick .slider-for .slick-next {
    right: 0px;
    opacity: 0; }
  .slider-slick .slider-nav .slick-prev {
    left: 0px; }
  .slider-slick .slider-nav .slick-next {
    right: 0px; } }

@media (max-width: 575px) {
  .cart-table .actions {
    display: block; }
    .cart-table .actions .coupon form {
      display: block; }
      .cart-table .actions .coupon form .input-text {
        width: 100%; }
      .cart-table .actions .coupon form .btn {
        margin-top: 15px;
        margin-left: 0px;
        width: 100%; }
    .cart-table .actions .update-cart .btn {
      width: 100%; } }

/*****************************
  Sidebar
*****************************/
.sidebar {
  border: 1px solid #d1d8e6;
  padding: 25px 30px 30px 30px;
  border-radius: 6px; }
  .sidebar .widget {
    margin-bottom: 30px; }
    .sidebar .widget .filters-group {
      position: inherit;
      top: 0px;
      right: 0px; }
    .sidebar .widget:last-child {
      margin-bottom: 0; }
    .sidebar .widget .price-filter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .sidebar .widget .price-filter a {
        margin-left: auto; }
    .sidebar .widget .sidebar-img img {
      border-radius: 6px; }
  .sidebar .widget.widget-tag .widget-title {
    margin-bottom: 10px; }

      .sidebar .widget.widget-tag a {
        padding: 10px 20px;
        display: block;
        color: #041f42;
        background: #e4eaf7;
        border-radius: 6px; 
		display: inline-block;
      margin-right: 10px;
      margin-top: 10px;
		}
        .sidebar .widget.widget-tag a:hover {
          background: #041f42;
          color: #ffffff; }
  .sidebar .widget-title {
    border-bottom: 1px solid #d1d8e6;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px; }
  .sidebar .news-tab .nav {
    position: inherit;
    top: 0;
    margin-bottom: 20px; }
  .sidebar .voting-widget {
    background-color: #e4eaf7;
    border-radius: 6px;
    border: 5px solid rgba(228, 234, 247, 0.3);
    padding: 25px;
    margin-bottom: 0px; }
    .sidebar .voting-widget .voting-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 25px; }
    .sidebar .voting-widget .title {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 20px; }
    .sidebar .voting-widget .team-progress .team {
      margin-bottom: 10px;
      position: relative; }
      .sidebar .voting-widget .team-progress .team .progress {
        position: relative;
        height: 30px;
        border-radius: 6px;
        background-color: #ffffff; }
        .sidebar .voting-widget .team-progress .team .progress .percentage {
          position: absolute;
          right: 15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          color: #023a51; }
        .sidebar .voting-widget .team-progress .team .progress .team-name {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #ffffff; }
          .sidebar .voting-widget .team-progress .team .progress .team-name .flags-icon {
            padding-right: 10px; }
    .sidebar .voting-widget .team-progress .team-1 .progress .progress-bar {
      background-color: #fd7e14; }
    .sidebar .voting-widget .team-progress .team-2 {
      margin-bottom: 0px; }
      .sidebar .voting-widget .team-progress .team-2 .progress .progress-bar {
        background-color: #0d6efd; }
  .sidebar .search-widget {
    position: relative; }
    .sidebar .search-widget input[type=search] {
      width: 100%;
      color: #5c667d;
      background: #ffffff;
      border: 1px solid #e4eaf7;
      font-size: 16px;
      height: 50px;
      font-weight: 300;
      border-radius: 6px;
      margin-top: 0px;
      padding-left: 20px;
      padding-right: 60px;
      outline: none;
      text-transform: capitalize; }
    .sidebar .search-widget .btn {
      position: absolute;
      top: 0;
      right: 0;
      padding: 13px 20px;
      border-radius: 0px 6px 6px 0px; }
      .sidebar .search-widget .btn i {
        padding-right: 0px; }

/* Responsive */
@media (max-width: 1199px) {
  .sidebar .widget.post-widget .news-tab {
    padding-top: 0; }
 }

@media (max-width: 991px) {
  .sidebar {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .sidebar {
    padding: 25px 20px; } }

/*****************************
	Tabs
*****************************/
.news-tab {
  position: relative; }
  .news-tab .nav {
    position: absolute;
    right: 0;
    top: -70px; }
    .news-tab .nav .nav-item {
      margin-right: 25px; }
      .news-tab .nav .nav-item .nav-link {
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        color: #5c667d;
        border-bottom: 1px solid transparent;
        padding: 0px;
        border-radius: 0px;
        outline: none; }
        .news-tab .nav .nav-item .nav-link:hover {
          color: #30c96a;
          border-bottom: 1px solid rgba(48, 201, 106, 0.5); }
        .news-tab .nav .nav-item .nav-link:focus {
          color: #5c667d; }
        .news-tab .nav .nav-item .nav-link:focus-visible {
          outline: none; }
      .news-tab .nav .nav-item .nav-link.active {
        background-color: inherit;
        color: #30c96a;
        border-bottom: 1px solid rgba(48, 201, 106, 0.5); }
      .news-tab .nav .nav-item:last-child {
        margin-right: 0px; }
  .news-tab .current-news.blog-title {
    font-size: 18px;
    font-weight: 600;
    padding-right: 24px;
    line-height: 24px;
    position: relative;
    color: #5c667d;
    border-right: 1px solid #e4eaf7; }

/* Responsive */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .news-tab .nav {
    position: inherit;
    top: 0px; } }

@media (max-width: 767px) {
  .news-tab .nav {
    position: inherit;
    top: 0px; }
  .news-tab .current-news.blog-title {
    border-right: none;
    padding-right: 0; }
  .news-medical-posts .current-news {
    margin-bottom: 20px; } }

@media (max-width: 575px) {
  .news-tab {
    padding-top: 0px; }
    .news-tab .nav {
      top: 0; }
      .news-tab .nav .nav-item {
        margin-right: 16px; }
  .news-politics-posts .blog-post.post-style-06 {
    margin-bottom: 30px; } }

@media (max-width: 479px) {
  .news-tab .nav .nav-item {
    margin-right: 10px;
    margin-bottom: 5px; }
    .news-tab .nav .nav-item .nav-link {
      font-size: 12px; } }

/*****************************
  Team
*****************************/
.team {
  text-align: center;
  position: relative; }
  .team .team-img {
    position: relative;
    overflow: hidden; }
    .team .team-img img {
      border-radius: 6px; }
    .team .team-img ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0;
      position: absolute;
      bottom: -40px;
      left: 0;
      right: 0;
      opacity: 1;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .team .team-img ul li a {
        display: block;
        margin: 0 5px;
        color: #ffffff;
        background: #30c96a;
        line-height: 40px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .team .team-img ul li a:hover {
          color: #ffffff;
          background: #041f42; }
  .team .team-info {
    padding: 25px 0px 0px; }
    .team .team-info .team-name {
      color: #041f42;
      font-size: 20px;
      font-weight: 700; }
      .team .team-info .team-name:hover {
        color: #30c96a; }
    .team .team-info p {
      font-size: 16px;
      margin-bottom: 25px; }
  .team:hover .team-img {
    z-index: 9;
    position: relative; }
    .team:hover .team-img ul {
      bottom: 15px; }
  .team:hover .team-info {
    z-index: 9;
    position: relative; }

/*****************************
  responsive
*****************************/
@media (max-width: 575px) {
  .team .team-img img {
    width: 100%; } }

/*****************************
  Header
*****************************/
.header .navbar {
  padding: 30px 0px; }
  .header .navbar .navbar-brand {
    padding: 0;
    margin-right: 30px; }
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 19px;
    color: #5c667d;
	    font-weight: 500;
    padding: 10px; }
    .header .navbar .navbar-nav .nav-item .nav-link:hover {
      color: #30c96a; }
    .header .navbar .navbar-nav .nav-item .nav-link i {
      font-size: 12px;
      margin-left: 10px; }
  .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    display: none; }
  .header .navbar .navbar-nav .nav-item .megamenu-fullwidth {
    min-height: 300px;
    width: calc(100% - 30px);
    left: 25px; }
  .header .navbar .navbar-nav .nav-item .megamenu-screen {
    min-height: 330px; }
  .header .navbar .navbar-nav .nav-item.active .nav-link {
    color: #30c96a; }
  .header .navbar .navbar-nav .dropdown-menu li.active > a {
    background: rgba(48, 201, 106, 0.07);
    color: #30c96a;
    padding-left: 10px;
    border-radius: 6px; }
  .header .navbar .navbar-nav .dropdown-menu li:hover > a {
    background: rgba(48, 201, 106, 0.07);
    color: #30c96a;
    padding-left: 10px;
    border-radius: 6px; }
  .header .navbar .navbar-nav .dropdown-menu li > a:hover {
    background: rgba(48, 201, 106, 0.07);
    color: #30c96a;
    padding-left: 10px;
    border-radius: 6px; }
  .header .navbar .navbar-nav .dropdown-menu .inner-mega-menu .nav-item .dropdown-item {
    font-size: 16px;
    padding: 7px 0px; }
    .header .navbar .navbar-nav .dropdown-menu .inner-mega-menu .nav-item .dropdown-item:active, .header .navbar .navbar-nav .dropdown-menu .inner-mega-menu .nav-item .dropdown-item:hover {
      background: rgba(48, 201, 106, 0.07);
      color: #30c96a;
      padding-left: 10px;
      border-radius: 6px; }
  .header .navbar .navbar-nav .dropdown-menu .inner-mega-menu .nav-item .dropdown-item.active {
    background: rgba(48, 201, 106, 0.07);
    color: #30c96a;
    padding-left: 10px;
    border-radius: 6px; }
  .header .navbar .navbar-nav .dropdown-menu .inner-mega-menu .blog-post.post-style-02 .blog-post-details .blog-title {
    font-size: 16px; }

.header .topbar {
  padding: 15px 0px;
  border-bottom: 1px solid #e4eaf7; }
  .header .topbar .topbar-date {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #e4eaf7; }
    .header .topbar .topbar-date .date i {
      margin-right: 6px; }
  .header .topbar .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header .topbar .top-menu li {
      list-style-type: none;
      margin-right: 15px; }
      .header .topbar .top-menu li a {
        color: #5c667d;
        padding: 0;
        font-weight: 500; }
        .header .topbar .top-menu li a:hover {
          color: #30c96a; }
      .header .topbar .top-menu li:last-child {
        margin-right: 0px; }
  .header .topbar .topbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header .topbar .user {
    margin-right: 20px; }
    .header .topbar .user a {
      color: #5c667d; }
      .header .topbar .user a:hover {
        color: #30c96a; }
      .header .topbar .user a img {
        margin-right: 5px; }
  .header .topbar .news-language {
    margin-right: 20px; }
    .header .topbar .news-language .dropdown-toggle {
      color: #5c667d; }
      .header .topbar .news-language .dropdown-toggle i {
        margin-left: 8px; }
      .header .topbar .news-language .dropdown-toggle:hover {
        color: #30c96a; }
      .header .topbar .news-language .dropdown-toggle:after {
        display: none; }
      .header .topbar .news-language .dropdown-toggle img {
        margin-right: 5px;
        width: 20px;
        height: auto; }
    .header .topbar .news-language .dropdown-menu {
      top: 50% !important;
      padding: 10px;
      -webkit-box-shadow: 0px 2px 5px 0px rgba(5, 24, 48, 0.1);
              box-shadow: 0px 2px 5px 0px rgba(5, 24, 48, 0.1);
      border: none; }
      .header .topbar .news-language .dropdown-menu .dropdown-item {
        color: #5c667d;
        font-size: 16px;
        padding: 5px 0px; }
        .header .topbar .news-language .dropdown-menu .dropdown-item img {
          margin-right: 8px;
          width: 20px;
          height: auto; }
        .header .topbar .news-language .dropdown-menu .dropdown-item:hover {
          color: #30c96a;
          background-color: inherit; }

.header .add-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header .add-listing .header-search {
    margin-right: 20px; }
    .header .add-listing .header-search .search a i {
      font-size: 18px;
	      vertical-align: bottom;
      color: #5c667d;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header .add-listing .header-search .search a i:hover {
        color: #30c96a; }
  .header .add-listing .side-menu a {
    cursor: pointer; }
    .header .add-listing .side-menu a i {
      color: #5c667d;
      font-size: 24px; }
    .header .add-listing .side-menu a:hover i {
      color: #30c96a; }


.navbar-brand .logo-light {
  display: none; }

.social ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .social ul li {
    list-style-type: none;
    margin-right: 15px; }
    .social ul li a {
      color: #5c667d;
      font-size: 16px;
      padding: 0; }
      .social ul li a:hover {
        color: #30c96a; }
    .social ul li:last-child {
      margin-right: 0px; }

/*megamenu*/
.megamenu {
  padding: 20px 20px;
  width: 100%; }
  .megamenu > div > li > ul {
    padding: 0;
    margin: 0; }
    .megamenu > div > li > ul > li {
      list-style: none; }
      .megamenu > div > li > ul > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #5c667d;
        white-space: normal; }
        .megamenu > div > li > ul > li > a:hover {
          text-decoration: none;
          color: #5c667d;
          background-color: #5c667d; }
        .megamenu > div > li > ul > li > a:focus {
          text-decoration: none;
          color: #5c667d;
          background-color: #5c667d; }

.megamenu.dropdown-header {
  color: #30c96a;
  font-size: 18px; }

.dropdown-submenu {
  position: relative;
  padding: 7px 0 7px 0;
  display: block;
  color: #041f42; }

/*Header Transparent*/
.header.header-transparent {
  background-color: transparent; }
  .header.header-transparent .navbar .navbar-nav .nav-item .nav-link {
    color: #ffffff; }
    .header.header-transparent .navbar .navbar-nav .nav-item .nav-link:hover {
      color: #30c96a; }
  .header.header-transparent .navbar .nav-item.active .nav-link {
    color: #30c96a; }
  .header.header-transparent .add-listing .header-search .search a i {
    color: #ffffff; }
  .header.header-transparent .add-listing .header-search .search a:hover i {
    color: #30c96a; }
  .header.header-transparent .add-listing .side-menu a i {
    color: #ffffff; }
  .header.header-transparent .add-listing .side-menu a:hover i {
    color: #30c96a; }


/*Header Style 02*/
.header.header-style-02 {
  padding: 0px 90px;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 9; }
  .header.header-style-02 .navbar {
    padding: 20px 0px; }
  .header.header-style-02 .news-headlin {
    width: 27%;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .header.header-style-02 .news-headlin .news-headlin-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      height: 100%;
      white-space: nowrap;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
      .header.header-style-02 .news-headlin .news-headlin-title span {
        -webkit-animation: scrollText 30s infinite linear;
                animation: scrollText 30s infinite linear;
        font-size: 16px;
        font-weight: normal; }

@-webkit-keyframes scrollText {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes scrollText {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

.header-transparent.header-style-02:after {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  top: 0;
  height: 100px;
  -webkit-transition: all .35s;
  transition: all .35s;
  z-index: -1; }

/*sticky header*/
.header.is-sticky {
  position: fixed !important;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(4, 31, 66, 0.1);
          box-shadow: 1px 1px 5px 1px rgba(4, 31, 66, 0.1);
  top: 0;
  z-index: 999;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both; }
  .header.is-sticky .topbar {
    display: none !important; }
  .header.is-sticky .navbar {
    padding: 5px 0px; }
  .header.is-sticky .add-listing .header-search {
    display: none; }

.header.header-transparent.is-sticky {
  background: #051830; }

@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.news-headlin {
  margin-right: 30px;
  color: #ffffff;
  font-size: 16px;
  width: 400px; }

/*Header Style 03*/
.header-style-03 {
  width: 50%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 0px 90px; }

.navbar-nav-style-03 .nav-item .nav-link {
  position: relative;
  padding: 10px;
  color: #5c667d; }
  .navbar-nav-style-03 .nav-item .nav-link i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .navbar-nav-style-03 .nav-item .nav-link:hover {
    color: #30c96a; }

.navbar-nav-style-03 .nav-item ul.dropdown-menu.show {
  position: relative !important;
  border: none;
  -webkit-transform: none !important;
          transform: none !important; }

.navbar-nav-style-03 .nav-item .dropdown-menu {
  padding: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: #e4eaf7; }
  .navbar-nav-style-03 .nav-item .dropdown-menu li .dropdown-item {
    font-size: 16px;
    color: #5c667d; }
    .navbar-nav-style-03 .nav-item .dropdown-menu li .dropdown-item:hover {
      background: rgba(48, 201, 106, 0.07);
      color: #30c96a;
      padding-left: 10px; }
  .navbar-nav-style-03 .nav-item .dropdown-menu li.active .dropdown-item {
    background: rgba(48, 201, 106, 0.07);
    color: #30c96a;
    padding-left: 10px; }

.navbar-nav-style-03 .nav-item.active .nav-link {
  color: #30c96a; }

.navbar-nav-style-03 .nav-link.dropdown-toggle:after {
  display: none; }

.offcanvas.offcanvas-start .offcanvas-body .navbar-nav-style-03 .nav-item .dropdown-menu li.active a {
  padding-left: 10px; }

.offcanvas.offcanvas-start {
  width: 800px;
  background: #ffffff;
  border-right: inherit;
  padding: 50px 100px; }
  .offcanvas.offcanvas-start .offcanvas-header .btn-close {
    background: inherit;
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    overflow: hidden;
    opacity: 1; }
    .offcanvas.offcanvas-start .offcanvas-header .btn-close:before {
      content: '';
      position: absolute;
      height: 4px;
      width: 100%;
      top: 50%;
      left: 0;
      margin-top: -1px;
      background: #5c667d;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .offcanvas.offcanvas-start .offcanvas-header .btn-close:after {
      content: '';
      position: absolute;
      height: 4px;
      width: 100%;
      top: 50%;
      left: 0;
      margin-top: -1px;
      background: #5c667d;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .offcanvas.offcanvas-start .offcanvas-header .btn-close:focus {
      -webkit-box-shadow: inherit;
              box-shadow: inherit; }
    .offcanvas.offcanvas-start .offcanvas-header .btn-close:hover:before {
      background: #30c96a; }
    .offcanvas.offcanvas-start .offcanvas-header .btn-close:hover:after {
      background: #30c96a; }
  .offcanvas.offcanvas-start .offcanvas-body {
    overflow: auto;
    height: 550px; }
    .offcanvas.offcanvas-start .offcanvas-body ul.navbar-nav-style-03 li.nav-item a {
      padding: 15px 0; font-size: 15px;}
    .offcanvas.offcanvas-start .offcanvas-body ul.navbar-nav-style-03 li.nav-item .dropdown-menu li a.dropdown-item {
      padding: 10px 0; }
    .offcanvas.offcanvas-start .offcanvas-body ul.navbar-nav-style-03 li.nav-item .dropdown-menu li.active a.dropdown-item {
      padding-left: 10px; }
    .offcanvas.offcanvas-start .offcanvas-body ul.navbar-nav-style-03 li .sidebar-post {
      margin-top: 50px;
      padding-bottom: 50px;
      border-bottom: 1px solid #ebf0f9; }
    .offcanvas.offcanvas-start .offcanvas-body .social-icons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 40px; }
      .offcanvas.offcanvas-start .offcanvas-body .social-icons li {
        margin-right: 60px; }
        .offcanvas.offcanvas-start .offcanvas-body .social-icons li:last-child {
          margin-right: 0px; }
        .offcanvas.offcanvas-start .offcanvas-body .social-icons li a {
          font-size: 22px;
          color: #5c667d; }
          .offcanvas.offcanvas-start .offcanvas-body .social-icons li a:hover {
            color: #30c96a; }
    .offcanvas.offcanvas-start .offcanvas-body::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
      background-color: #fff;
      border-radius: 100px; }
    .offcanvas.offcanvas-start .offcanvas-body::-webkit-scrollbar {
      width: 3px;
      background-color: #fff;
      border-radius: 100px; }
    .offcanvas.offcanvas-start .offcanvas-body::-webkit-scrollbar-thumb {
      background-color: #fff; }

.offcanvas.offcanvas-start .offcanvas-body .navbar-nav-style-03 .nav-item .dropdown-menu li .dropdown-item:hover {
  padding-left: 10px; }

/*Header Style 04*/
.header.header-style-04 {
  padding: 0px 90px;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 999; }
  .header.header-style-04 .navbar {
    padding: 28px 0px; }

/*Header Style 06*/
.header.header-style-06.is-sticky {
  border-bottom: none; }
  .header.header-style-06.is-sticky .navbar {
    border-bottom: none;
    margin-bottom: 0;
    padding: 10px 0px; }
    .header.header-style-06.is-sticky .navbar .navbar-brand {
      display: inline-block !important; }
    .header.header-style-06.is-sticky .navbar .navbar-nav .nav-item:first-child .nav-link {
      padding-left: 10px; }
  .header.header-style-06.is-sticky .trending .news-headlin {
    width: 450px; }

.header.header-style-06 .topbar {
  padding: 20px 0px; }
  .header.header-style-06 .topbar .topbar-right .news-language {
    margin-right: 0; }

.header.header-style-06 .navbar {
  border-bottom: 1px solid #e4eaf7;
  margin-bottom: 2px;
  padding: 2px 0px;
  background: #041f42; }
  .header.header-style-06 .navbar .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0px; }
  .header.header-style-06 .navbar .add-listing .search a i {
    color: #ffffff; }
  .header.header-style-06 .navbar .add-listing .side-menu a i {
    color: #ffffff; }

.header.header-style-06 .trending {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header.header-style-06 .trending .title {
    font-size: 16px;
    color: #ffffff;
    padding-right: 15px; }
  .header.header-style-06 .trending .news-headlin {
    width: 630px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 60px; }
    .header.header-style-06 .trending .news-headlin .news-headlin-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      height: 100%;
      white-space: nowrap;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
      .header.header-style-06 .trending .news-headlin .news-headlin-title ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-animation: scrollText 30s infinite linear;
                animation: scrollText 30s infinite linear; }
        .header.header-style-06 .trending .news-headlin .news-headlin-title ul li {
          font-weight: normal;
          font-size: 16px;
          color: #ffffff;
          position: relative;
          padding-right: 10px; }

.header.header-style-06 .navbar-nav .nav-item .nav-link {
  color: #ffffff; }

@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin: 0px;
    min-width: 200px;
    font-size: 14px;
    border-radius: 6px;
    padding: 20px;
    border-color: transparent;
    left: 0;
    -webkit-transform: translate3d(-10px, 15px, 0);
            transform: translate3d(-10px, 15px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important; }
    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
      left: 100%;
      right: auto;
      -webkit-transform: translate3d(0, 10px, 0);
              transform: translate3d(0, 10px, 0); }
    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
      right: 100%;
      left: auto;
      -webkit-transform: translate3d(-15px, 10px, 0);
              transform: translate3d(-15px, 10px, 0); }
  .header .navbar .dropdown-menu.megamenu {
    left: 0; }
  .header .navbar .dropdown-menu.megamenu.megamenu-screen {
    width: calc(100% - 20px);
    left: 20px; }
  .header .navbar .dropdown > .dropdown-menu {
    top: 100%;
    margin-top: 0px; }
  .header .navbar .dropdown > .dropdown-menu.megamenu {
    top: 100%; }
  .header .navbar .dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(-10px, 0px, 0);
            transform: translate3d(-10px, 0px, 0);
    visibility: visible;
    opacity: 1; }
  .navbar-nav .dropdown-menu.dropdown-menu-lg {
    min-width: 630px; }
  .navbar-nav .dropdown-menu.dropdown-menu-md {
    min-width: 450px; }
  .navbar-nav .mega-menu {
    position: static; }
    .navbar-nav .mega-menu ul {
      display: none; }
    .navbar-nav .mega-menu:hover ul {
      display: block; }
    .navbar-nav .mega-menu li .inner-mega-menu {
      display: none; }
    .navbar-nav .mega-menu li.selected .inner-mega-menu {
      display: block; }
    .navbar-nav .mega-menu .dropdown-menu li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .navbar-nav .mega-menu .dropdown-menu li a {
        width: 15%; }
      .navbar-nav .mega-menu .dropdown-menu li .inner-mega-menu {
        position: absolute;
        left: calc(2% - -15%);
        top: 20px;
        right: 20px; }
    .navbar-nav .mega-menu .dropdown-menu a.dropdown-item.active {
      background: rgba(48, 201, 106, 0.07);
      color: #30c96a;
      padding-left: 10px;
      border-radius: 6px; }
    .navbar-nav .mega-menu .dropdown-menu a.dropdown-item:active {
      background: rgba(48, 201, 106, 0.07);
      color: #30c96a;
      padding-left: 10px;
      border-radius: 6px; }
  .navbar-nav li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1; }
  .dropdown-submenu {
    position: relative;
    padding: 7px 0 7px 0;
    display: block;
    color: #041f42;
    font-weight: 400; }
    .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px; }
  .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .dropdown-menu .dropdown-item {
    padding: 7px 0 7px 0; }
    .dropdown-menu .dropdown-item:focus {
      background-color: transparent; }
  .header.header-style-04 .navbar .navbar-collapse {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .categories-mobile {
    display: none; } }

@media (max-width: 1699px) {
  .header.header-style-02 {
    padding: 0px 20px; }
    .header.header-style-02 .news-headlin {
      margin-right: 20px;
      width: 18%; } }

@media (max-width: 1430px) {
  .header.header-style-04 {
    padding: 0px 0px; } }

@media (max-width: 1399px) {
  .header.header-style-02 {
    padding: 0px 10px; }
    .header.header-style-02 .news-headlin {
      width: 16%; }
    .header.header-style-02 .navbar .navbar-brand {
      margin-right: 15px; }
    .header.header-style-02 .navbar .navbar-nav .nav-item .nav-link {
      padding: 10px 6px; }
  .header.header-style-06 .trending .news-headlin {
    width: 500px; }
  .header.header-style-06.is-sticky .trending .news-headlin {
    width: 350px; } }

@media (max-width: 1299px) {
  .header.header-style-02 {
    padding: 0px 15px; }
    .header.header-style-02 .add-listing .header-search {
      margin-right: 10px; }
    .header.header-style-02 .navbar .navbar-nav .nav-item .nav-link {
      font-size: 14px; }
  .header.header-style-06 .trending .news-headlin {
    width: 370px; }
  .header.header-style-06.is-sticky .trending .title {
    padding-right: 30px; }
  .header.header-style-06.is-sticky .trending .news-headlin {
    width: 250px;
    margin-right: 40px; } }

@media (max-width: 1199px) {
  .header .navbar .navbar-brand {
    margin-right: 10px; }
    .header .navbar .navbar-brand img {
      max-width: 180px; }
  .header .add-listing .header-search {
    margin-right: 10px; }

  .header.header-style-02 {
    padding: 0px; }
    .header.header-style-02 .navbar .navbar-brand {
      margin-right: 10px; }
    .header.header-style-02 .news-headlin {
      width: 26%;
      margin-right: 10px; }
  .header.header-style-03 {
    width: 100%;
    padding: 0 30px;
    background-color: rgba(255, 255, 255, 0.8); }
    .header.header-style-03 .navbar {
      padding: 20px 0px; }
  .header.header-style-03.is-sticky {
    background-color: white; }
    .header.header-style-03.is-sticky .navbar {
      padding: 15px 0px; }
  .header.header-style-04 {
    padding: 0px 0px; }
    .header.header-style-04 .navbar .navbar-nav .nav-item .nav-link {
      padding: 10px; }
  .header.header-style-06 .trending .news-headlin {
    width: 250px; }
  .header.header-style-06 .topbar .topbar-date {
    padding-right: 8px;
    margin-right: 8px;
    font-size: 14px; }
  .header.header-style-06 .topbar .top-menu li {
    margin-right: 10px; }
    .header.header-style-06 .topbar .top-menu li a {
      font-size: 14px; }
  .header.header-style-06.is-sticky .trending .title {
    padding-right: 15px; }
  .header.header-style-06.is-sticky .trending .news-headlin {
    width: 150px;
    margin-right: 20px; } }

@media (max-width: 991px) {
  .header .topbar .topbar-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    max-height: 350px;
    overflow: auto;
    left: 0;
    margin-top: -1px;
    margin-left: 0px;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .header .navbar {
    padding: 20px 0px; }
    .header .navbar .navbar-brand img {
      max-width:165px; }
    .header .navbar .navbar-nav {
      -webkit-box-align: initial;
          -ms-flex-align: initial;
              align-items: initial; }
      .header .navbar .navbar-nav .nav-item {
        margin-right: 0; }
        .header .navbar .navbar-nav .nav-item .nav-link {
          color: #5c667d;
          padding: 10px 15px;
          font-size: 16px; }
          .header .navbar .navbar-nav .nav-item .nav-link i {
            position: absolute;
            right: 20px;
            top: 20px; }
        .header .navbar .navbar-nav .nav-item .inner-mega-menu {
          display: none; }
      .header .navbar .navbar-nav .dropdown.mega-menu .megamenu {
        width: 100%;
        margin: 0 auto;
        min-height: auto; }
    .header .navbar .dropdown-menu {
      font-size: 16px;
      border-radius: 0px;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: inherit;
      padding: 0 30px;
      border-radius: 6px; }
      .header .navbar .dropdown-menu .dropdown-item {
        padding: 10px 0px; }
      .header .navbar .dropdown-menu .dropdown-item.active {
        padding-left: 10px;
        background-color: rgba(48, 201, 106, 0.07);
        color: #30c96a; }
    .header .navbar .nav-title {
      margin-top: 20px; }
    .header .navbar .navbar-toggler {
      position: absolute;
      right: 12px;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      background: #30c96a;
      color: #ffffff;
      padding: 15px;
      border-radius: 4px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 40px;
      width: 45px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header .navbar .add-listing .menu-btn {
        display: none; }
  .header.is-sticky .navbar {
    padding: 10px 0px; }
  .header.header-transparent .navbar .navbar-nav .nav-item .nav-link {
    color: #5c667d; }
  .header.header-transparent .navbar .navbar-nav .nav-item.active .nav-link {
    color: #30c96a; }
  .header.header-style-02 {
    position: inherit;
    background-color: #051830;
    padding: 0px; }
    .header.header-style-02 .navbar .navbar-brand img {
      height: auto; }
    .header.header-style-02 .navbar .navbar-nav .nav-item .nav-link {
      padding: 10px 15px;
      font-size: 16px; }
    .header.header-style-02 .news-headlin {
      width: 48%;
      margin-right: 10px; }
  .header.header-style-03 .navbar .add-listing {
    padding-right: 0px; }
  .header.header-style-06 .trending .news-headlin {
    width: 250px; }
  .header.header-style-06 .navbar {
    padding: 15px 0px; }
    .header.header-style-06 .navbar .navbar-nav .nav-item:first-child .nav-link {
      padding-left: 15px; }
  .header.header-style-06.is-sticky .trending .title {
    padding-right: 30px; }
  .header.header-style-06.is-sticky .trending .news-headlin {
    width: 300px;
    margin-right: 30px; }
  .categories-desktop {
    display: none; } }

@media (max-width: 767px) {
  .header.header-style-02 .navbar {
    padding-top: 50px; }
  .header.header-style-02 .news-headlin {
    position: absolute;
    top: -40px;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .header.header-style-02.is-sticky .navbar {
    padding-top: 10px; }
  .header.header-style-02.is-sticky .news-headlin {
    display: none; }
  .header.header-style-04 {
    padding: 0px 0px; }
  .header.header-style-06 .navbar {
    padding-top: 15px; }
  .header.header-style-06 .trending {
    display: none; }
  .header.header-style-06.is-sticky .trending {
    display: none; }
  .offcanvas.offcanvas-start {
    padding: 30px; }
    .offcanvas.offcanvas-start .offcanvas-header {
      padding-top: 0; } }

@media (max-width: 575px) {
  .header .navbar {
    padding: 15px 0; }
  .header.header-style-06 .trending {
    display: none; }
    .header.header-style-06 .trending .title {
      padding-right: 10px;
      font-size: 14px; }
    .header.header-style-06 .trending .news-headlin {
      width: 60%;
      margin-right: 10px; }
      .header.header-style-06 .trending .news-headlin ul li {
        font-size: 14px; }
  #search input[type="text"] {
    padding-left: 10px;
    padding-right: 10px; }
    #search input[type="text"] .close {
      right: 10px; }
  #search .btn {
    font-size: 14px;
    padding: 14px 15px; } }

/*****************************
  Footer
*****************************/
.footer {
  background-color: #041f42;
  padding-top: 60px; }
  .footer .main-footer {
    padding-bottom: 36px; }
  .footer .footer-about {
    padding-right: 40px; }
    .footer .footer-about .footer-logo {
      margin-bottom: 25px;
      display: block; }
    .footer .footer-about p {
      color: #ffffff;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 35px; }
  .footer .footer-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative; }
    .footer .footer-title:before {
      position: absolute;
      content: "";
      height: 2px;
      width: 60px;
      background-color: #30c96a;
      left: 0;
      bottom: 0; }
  .footer .footer-menu li a {
    margin-bottom: 17px;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    color: #e2e2e2; }
    .footer .footer-menu li a i {
      margin-right: 10px;
      font-size: 12px; }
    .footer .footer-menu li a:hover {
      color: #30c96a;
      padding-left: 5px; }
  .footer .footer-post {
    padding-right: 35px; }
    .footer .footer-post .blog-post {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px; }
      .footer .footer-post .blog-post .blog-image {
        width: 110px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 110px;
                flex: 0 0 110px;
        margin-right: 24px;
        border-radius: 6px; }
        .footer .footer-post .blog-post .blog-image img {
          border-radius: 6px; }
        .footer .footer-post .blog-post .blog-image:before {
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 100%);
          height: 70%; }
      .footer .footer-post .blog-post .blog-post-details .blog-title a {
        font-size: 18px;
        color: #ffffff;
        font-weight: 600; }
        .footer .footer-post .blog-post .blog-post-details .blog-title a:hover {
          color: #30c96a; }
      .footer .footer-post .blog-post .blog-post-meta .blog-post-time a {
        color: #ffffff; }
        .footer .footer-post .blog-post .blog-post-meta .blog-post-time a i {
          color: #ffffff;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .footer .footer-post .blog-post .blog-post-meta .blog-post-time a:hover {
          color: #30c96a; }
          .footer .footer-post .blog-post .blog-post-meta .blog-post-time a:hover i {
            color: #30c96a; }
  
  .footer .footer-social .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer .footer-social .social-icons li {
      margin-right: 30px; }
      .footer .footer-social .social-icons li:last-child {
        margin-right: 0px; }
      .footer .footer-social .social-icons li a {
        font-size: 22px;
        color: #ffffff; }
        .footer .footer-social .social-icons li a:hover {
          color: #30c96a; }
  .footer .footer-bottom {
    background-color: #051830;
    padding: 25px 0px; }
    .footer .footer-bottom .copyright {
      color: #ffffff; }
  .footer .footer-useful-List .footer-menu {
    width: 50%;
    display: inline-block; }

/*footer-style-02*/
.footer.footer-style-02 .footer-logo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto; }

.footer.footer-style-02 .footer-menu ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer.footer-style-02 .footer-menu ul li a {
    padding: 12px 18px;
    margin-bottom: 0px; }

.footer.footer-style-02 .social-icon.social-rounded ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .footer.footer-style-02 .social-icon.social-rounded ul li a {
    margin: 0px 15px; }

.footer.footer-style-02 .footer-bottom {
  background-color: #041f42; }
  .footer.footer-style-02 .footer-bottom .copyright p.text-white a {
    color: #ffffff; }
    .footer.footer-style-02 .footer-bottom .copyright p.text-white a:hover {
      color: #30c96a; }

.footer.footer-style-02 hr {
  opacity: 0.1; }

/*footer-style-03*/
.footer.footer-style-03 {
  background: #051830; }
  .footer.footer-style-03 .blog-post {
    margin-bottom: 30px; }
    .footer.footer-style-03 .blog-post .blog-post-details .blog-title {
      color: #ffffff;
      font-size: 18px; }
    .footer.footer-style-03 .blog-post .blog-post-details .blog-post-meta {
      margin-top: 5px; }
      .footer.footer-style-03 .blog-post .blog-post-details .blog-post-meta a {
        color: #ffffff;
        font-size: 14px; }
    .footer.footer-style-03 .blog-post:last-child {
      margin-bottom: 0px; }
  .footer.footer-style-03 .newsletter-box {
    position: relative; }
    .footer.footer-style-03 .newsletter-box input {
      height: 50px;
      background: transparent;
      border: 1px solid #1e3045;
      font-size: 14px;
      color: #ffffff;
      padding-left: 20px;
      padding-right: 130px; }
      .footer.footer-style-03 .newsletter-box input:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
    .footer.footer-style-03 .newsletter-box input::-webkit-input-placeholder {
      color: #ffffff; }
    .footer.footer-style-03 .newsletter-box input::-moz-placeholder {
      color: #ffffff; }
    .footer.footer-style-03 .newsletter-box input:-ms-input-placeholder {
      color: #ffffff; }
    .footer.footer-style-03 .newsletter-box input::-ms-input-placeholder {
      color: #ffffff; }
    .footer.footer-style-03 .newsletter-box input::placeholder {
      color: #ffffff; }
    .footer.footer-style-03 .newsletter-box .submit-btn {
      position: absolute;
      top: 1px;
      right: 0;
      border-radius: 0px 6px 6px 0px;
      font-size: 14px;
      padding: 14px 30px 13px;
      width: auto;
      color: #ffffff; }
  .footer.footer-style-03 .footer-botoom {
    border-top: 1px solid #1e3655;
    padding-top: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer.footer-style-03 .footer-botoom h6 {
      padding-right: 40px; }
    .footer.footer-style-03 .footer-botoom ul li {
      display: inline-block;
      margin-bottom: 10px;
      margin-top: 10px;
      padding-right: 30px; }
      .footer.footer-style-03 .footer-botoom ul li a {
        margin-bottom: 0px; }
        .footer.footer-style-03 .footer-botoom ul li a:after {
          content: "";
          position: absolute;
          width: 8px;
          height: 8px;
          background-color: #30c96a;
          top: 50%;
          left: -16px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          border-radius: 50px;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
        .footer.footer-style-03 .footer-botoom ul li a:hover {
          color: #30c96a;
          background-color: inherit;
          padding-left: 16px; }
          .footer.footer-style-03 .footer-botoom ul li a:hover:after {
            opacity: 1;
            visibility: visible;
            left: 0; }
			

@media (max-width: 991px) {
  .footer .footer-about {
    padding-right: 0; }
    .footer .footer-about p {
      margin-bottom: 15px; }
  .footer .footer-post {
    padding-right: 0; } .not-mob {display:none;} .main-footer .col-xl-6.col-lg-6 {width:100% !important;} }

@media (max-width: 767px) {
  .footer {
    padding-top: 50px; }
    .footer .main-footer {
      padding-bottom: 16px; } }

@media (max-width: 479px) {
  .footer {
    padding-top: 40px; }
    .footer .main-footer {
      padding-bottom: 6px; }
    .footer .footer-post .blog-post {
      display: block; }
      .footer .footer-post .blog-post .blog-image {
        width: 100%;
        margin-bottom: 15px; } }

.ciziq a{
       position: absolute;
    margin-top: 70px;
    width: 650px;
    padding: 5px;
    font-size: 22px;
    background: #eee;
    text-align: center;
	border-radius: 10px;}
	
	
	.kvadrat a {color: #ffffff;
    /* padding: 0px; */
    /* font-weight: 500; */
    background-color: #0c92cf;
    margin-right: 24px;
    padding: 5px;}
	
	
	/* Yazı böyütmə düymələri üçün stil */
.text-size-controls {
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
}

.text-size-controls button {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
}

.text-size-controls button:hover {
    background-color: #0056b3;
}

.text-size-controls button:active {
    transform: scale(0.95);
}

/* Məqalə mətni üçün standart stil */
#article-content {
    font-size: 16px; /* Varsayılan yazı ölçüsü */
    line-height: 1.6;
    color: #333;
    font-family: Arial, sans-serif;
}

#article-content p {
    margin-bottom: 1em;
}


