<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------
 CSS Index
****************************

1. variables
2. typography
3. spacing
4. reset
5. forms
6. mixins
7. shortcode
8. common
9. animations
10. text-animation
11. sal animation




/* Default  */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@300;400;500;600;700&amp;display=swap");
:root {
  --color-primary: #537FE7;
  --color-primary-3: #FF390E;
  --color-primary-m: #7817F2;
  --home-5-title-font:"Bebas Neue", sans-serif;
  --home-5-body-font:"DM Sans", sans-serif;
  --home-5-body-color:#EBEBEB;
  --color-body:#5E5E5E;
  --dark-color-body:rgba(255, 255, 255, .8);
  --color-title-af-bf: #F9F9F9;
  --color-heading-1: #181823;
  --dark-color-heading-1: #ffffff;
  --bg-dark-one: #27272e;
  --bg-dark-two: #212121;
  --bg-dark-three: #0f0f1c;
  --color-white:#fff;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: 0.3s;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 22px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 66px;
  --h2: 40px;
  --h3: 36px;
  --h4: 30px;
  --h5: 26px;
  --h6: 22px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: auto !important;
}

body {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-body);
  font-weight: var(--p-regular);
  position: relative;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
  }
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.05;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: "Bona Nova", serif;
  line-height: 1.4074;
  color: var(--color-heading-1);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 91px;
  font-weight: 700;
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.23;
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 54px;
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 1.25;
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 1.24;
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

.bg-color-tertiary h1,
.bg-color-tertiary h2,
.bg-color-tertiary h3,
.bg-color-tertiary h4,
.bg-color-tertiary h5,
.bg-color-tertiary h6,
.bg-color-tertiary .h1,
.bg-color-tertiary .h2,
.bg-color-tertiary .h3,
.bg-color-tertiary .h4,
.bg-color-tertiary .h5,
.bg-color-tertiary .h6 {
  color: #fff;
}
.bg-color-tertiary p {
  color: #6c7279;
}
.bg-color-tertiary a {
  color: #6c7279;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
.h1 {
    font-size: 38px;
  }

  h2,
.h2 {
    font-size: 32px;
  }

  h3,
.h3 {
    font-size: 28px;
  }

  h4,
.h4 {
    font-size: 24px;
  }

  h5,
.h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
.h1 {
    font-size: 34px;
  }

  h2,
.h2 {
    font-size: 28px;
  }

  h3,
.h3 {
    font-size: 24px;
  }

  h4,
.h4 {
    font-size: 20px;
  }

  h5,
.h5 {
    font-size: 20px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--s-bold);
}

h4,
.h4,
h5,
.h5 {
  font-weight: var(--s-bold);
}

h6,
.h6 {
  font-weight: var(--s-bold);
}

p {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-weight: var(--p-regular);
  color: var(--color-body);
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 28px;
  }
}
p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}
p.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}
p.has-medium-font-size {
  font-size: 24px;
  line-height: 36px;
}
p.has-small-font-size {
  font-size: 13px;
}
p.has-very-light-gray-color {
  color: var(--color-white);
}
p.has-background {
  padding: 20px 30px;
}
p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
p.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}
p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}
p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--color-heading);
}

var {
  font-family: "Manrope", sans-serif;
}

/*---------------------------
	List Style
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}
ul.liststyle.bullet li {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-body);
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}
ul.liststyle.bullet li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--color-body);
  left: 0;
  top: 10px;
}
ul.liststyle.bullet li + li {
  margin-top: 8px;
}
ul li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
}
ul li a {
  text-decoration: none;
  color: var(--color-gray);
}
ul li a:hover {
  color: var(--color-primary);
}
ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}
ol li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  color: var(--color-body);
  margin-top: 10px;
  margin-bottom: 10px;
}
ol li a {
  color: var(--color-heading);
  text-decoration: none;
}
ol li a:hover {
  color: var(--color-primary);
}
ol ul {
  padding-left: 30px;
}

.typo-title-area .title {
  margin-top: 0;
}

.paragraph-area p.disc {
  margin-bottom: 20px;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 30px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

/*=========================
    Section Separation
==========================*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mb_dec--25 {
  margin-bottom: -25px;
}

.mb_dec--30 {
  margin-bottom: -30px;
}

.m--0 {
  margin: 0;
}

.rts-section-gap {
  padding: 150px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap {
    padding: 60px 0;
  }
}

.rts-section-gapBottom {
  padding-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gapBottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gapBottom {
    padding-bottom: 60px;
  }
}

.rts-section-gapTop {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gapTop {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gapTop {
    padding-top: 60px;
  }
}

.rts-section-gap2 {
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap2 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap2 {
    padding: 60px 0;
  }
}

.rts-section-gap2Bottom {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap2Bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap2Bottom {
    padding-bottom: 60px;
  }
}

.rts-section-gap2Top {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap2Top {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap2Top {
    padding-top: 60px;
  }
}

.pl--0 {
  padding-left: 0 !important;
}

.pr--0 {
  padding-right: 0 !important;
}

.pt--0 {
  padding-top: 0 !important;
}

.pb--0 {
  padding-bottom: 0 !important;
}

.mr--0 {
  margin-right: 0 !important;
}

.ml--0 {
  margin-left: 0 !important;
}

.mt--0 {
  margin-top: 0 !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

.ptb--5 {
  padding: 5px 0 !important;
}

.plr--5 {
  padding: 0 5px !important;
}

.pt--5 {
  padding-top: 5px !important;
}

.pb--5 {
  padding-bottom: 5px !important;
}

.pl--5 {
  padding-left: 5px !important;
}

.pr--5 {
  padding-right: 5px !important;
}

.mt--5 {
  margin-top: 5px !important;
}

.mb--5 {
  margin-bottom: 5px !important;
}

.mr--5 {
  margin-right: 5px !important;
}

.ml--5 {
  margin-left: 5px !important;
}

.ptb--10 {
  padding: 10px 0 !important;
}

.plr--10 {
  padding: 0 10px !important;
}

.pt--10 {
  padding-top: 10px !important;
}

.pb--10 {
  padding-bottom: 10px !important;
}

.pl--10 {
  padding-left: 10px !important;
}

.pr--10 {
  padding-right: 10px !important;
}

.mt--10 {
  margin-top: 10px !important;
}

.mb--10 {
  margin-bottom: 10px !important;
}

.mr--10 {
  margin-right: 10px !important;
}

.ml--10 {
  margin-left: 10px !important;
}

.ptb--15 {
  padding: 15px 0 !important;
}

.plr--15 {
  padding: 0 15px !important;
}

.pt--15 {
  padding-top: 15px !important;
}

.pb--15 {
  padding-bottom: 15px !important;
}

.pl--15 {
  padding-left: 15px !important;
}

.pr--15 {
  padding-right: 15px !important;
}

.mt--15 {
  margin-top: 15px !important;
}

.mb--15 {
  margin-bottom: 15px !important;
}

.mr--15 {
  margin-right: 15px !important;
}

.ml--15 {
  margin-left: 15px !important;
}

.ptb--20 {
  padding: 20px 0 !important;
}

.plr--20 {
  padding: 0 20px !important;
}

.pt--20 {
  padding-top: 20px !important;
}

.pb--20 {
  padding-bottom: 20px !important;
}

.pl--20 {
  padding-left: 20px !important;
}

.pr--20 {
  padding-right: 20px !important;
}

.mt--20 {
  margin-top: 20px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.mr--20 {
  margin-right: 20px !important;
}

.ml--20 {
  margin-left: 20px !important;
}

.ptb--25 {
  padding: 25px 0 !important;
}

.plr--25 {
  padding: 0 25px !important;
}

.pt--25 {
  padding-top: 25px !important;
}

.pb--25 {
  padding-bottom: 25px !important;
}

.pl--25 {
  padding-left: 25px !important;
}

.pr--25 {
  padding-right: 25px !important;
}

.mt--25 {
  margin-top: 25px !important;
}

.mb--25 {
  margin-bottom: 25px !important;
}

.mr--25 {
  margin-right: 25px !important;
}

.ml--25 {
  margin-left: 25px !important;
}

.ptb--30 {
  padding: 30px 0 !important;
}

.plr--30 {
  padding: 0 30px !important;
}

.pt--30 {
  padding-top: 30px !important;
}

.pb--30 {
  padding-bottom: 30px !important;
}

.pl--30 {
  padding-left: 30px !important;
}

.pr--30 {
  padding-right: 30px !important;
}

.mt--30 {
  margin-top: 30px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.mr--30 {
  margin-right: 30px !important;
}

.ml--30 {
  margin-left: 30px !important;
}

.ptb--35 {
  padding: 35px 0 !important;
}

.plr--35 {
  padding: 0 35px !important;
}

.pt--35 {
  padding-top: 35px !important;
}

.pb--35 {
  padding-bottom: 35px !important;
}

.pl--35 {
  padding-left: 35px !important;
}

.pr--35 {
  padding-right: 35px !important;
}

.mt--35 {
  margin-top: 35px !important;
}

.mb--35 {
  margin-bottom: 35px !important;
}

.mr--35 {
  margin-right: 35px !important;
}

.ml--35 {
  margin-left: 35px !important;
}

.ptb--40 {
  padding: 40px 0 !important;
}

.plr--40 {
  padding: 0 40px !important;
}

.pt--40 {
  padding-top: 40px !important;
}

.pb--40 {
  padding-bottom: 40px !important;
}

.pl--40 {
  padding-left: 40px !important;
}

.pr--40 {
  padding-right: 40px !important;
}

.mt--40 {
  margin-top: 40px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.mr--40 {
  margin-right: 40px !important;
}

.ml--40 {
  margin-left: 40px !important;
}

.ptb--45 {
  padding: 45px 0 !important;
}

.plr--45 {
  padding: 0 45px !important;
}

.pt--45 {
  padding-top: 45px !important;
}

.pb--45 {
  padding-bottom: 45px !important;
}

.pl--45 {
  padding-left: 45px !important;
}

.pr--45 {
  padding-right: 45px !important;
}

.mt--45 {
  margin-top: 45px !important;
}

.mb--45 {
  margin-bottom: 45px !important;
}

.mr--45 {
  margin-right: 45px !important;
}

.ml--45 {
  margin-left: 45px !important;
}

.ptb--50 {
  padding: 50px 0 !important;
}

.plr--50 {
  padding: 0 50px !important;
}

.pt--50 {
  padding-top: 50px !important;
}

.pb--50 {
  padding-bottom: 50px !important;
}

.pl--50 {
  padding-left: 50px !important;
}

.pr--50 {
  padding-right: 50px !important;
}

.mt--50 {
  margin-top: 50px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.mr--50 {
  margin-right: 50px !important;
}

.ml--50 {
  margin-left: 50px !important;
}

.ptb--55 {
  padding: 55px 0 !important;
}

.plr--55 {
  padding: 0 55px !important;
}

.pt--55 {
  padding-top: 55px !important;
}

.pb--55 {
  padding-bottom: 55px !important;
}

.pl--55 {
  padding-left: 55px !important;
}

.pr--55 {
  padding-right: 55px !important;
}

.mt--55 {
  margin-top: 55px !important;
}

.mb--55 {
  margin-bottom: 55px !important;
}

.mr--55 {
  margin-right: 55px !important;
}

.ml--55 {
  margin-left: 55px !important;
}

.ptb--60 {
  padding: 60px 0 !important;
}

.plr--60 {
  padding: 0 60px !important;
}

.pt--60 {
  padding-top: 60px !important;
}

.pb--60 {
  padding-bottom: 60px !important;
}

.pl--60 {
  padding-left: 60px !important;
}

.pr--60 {
  padding-right: 60px !important;
}

.mt--60 {
  margin-top: 60px !important;
}

.mb--60 {
  margin-bottom: 60px !important;
}

.mr--60 {
  margin-right: 60px !important;
}

.ml--60 {
  margin-left: 60px !important;
}

.ptb--65 {
  padding: 65px 0 !important;
}

.plr--65 {
  padding: 0 65px !important;
}

.pt--65 {
  padding-top: 65px !important;
}

.pb--65 {
  padding-bottom: 65px !important;
}

.pl--65 {
  padding-left: 65px !important;
}

.pr--65 {
  padding-right: 65px !important;
}

.mt--65 {
  margin-top: 65px !important;
}

.mb--65 {
  margin-bottom: 65px !important;
}

.mr--65 {
  margin-right: 65px !important;
}

.ml--65 {
  margin-left: 65px !important;
}

.ptb--70 {
  padding: 70px 0 !important;
}

.plr--70 {
  padding: 0 70px !important;
}

.pt--70 {
  padding-top: 70px !important;
}

.pb--70 {
  padding-bottom: 70px !important;
}

.pl--70 {
  padding-left: 70px !important;
}

.pr--70 {
  padding-right: 70px !important;
}

.mt--70 {
  margin-top: 70px !important;
}

.mb--70 {
  margin-bottom: 70px !important;
}

.mr--70 {
  margin-right: 70px !important;
}

.ml--70 {
  margin-left: 70px !important;
}

.ptb--75 {
  padding: 75px 0 !important;
}

.plr--75 {
  padding: 0 75px !important;
}

.pt--75 {
  padding-top: 75px !important;
}

.pb--75 {
  padding-bottom: 75px !important;
}

.pl--75 {
  padding-left: 75px !important;
}

.pr--75 {
  padding-right: 75px !important;
}

.mt--75 {
  margin-top: 75px !important;
}

.mb--75 {
  margin-bottom: 75px !important;
}

.mr--75 {
  margin-right: 75px !important;
}

.ml--75 {
  margin-left: 75px !important;
}

.ptb--80 {
  padding: 80px 0 !important;
}

.plr--80 {
  padding: 0 80px !important;
}

.pt--80 {
  padding-top: 80px !important;
}

.pb--80 {
  padding-bottom: 80px !important;
}

.pl--80 {
  padding-left: 80px !important;
}

.pr--80 {
  padding-right: 80px !important;
}

.mt--80 {
  margin-top: 80px !important;
}

.mb--80 {
  margin-bottom: 80px !important;
}

.mr--80 {
  margin-right: 80px !important;
}

.ml--80 {
  margin-left: 80px !important;
}

.ptb--85 {
  padding: 85px 0 !important;
}

.plr--85 {
  padding: 0 85px !important;
}

.pt--85 {
  padding-top: 85px !important;
}

.pb--85 {
  padding-bottom: 85px !important;
}

.pl--85 {
  padding-left: 85px !important;
}

.pr--85 {
  padding-right: 85px !important;
}

.mt--85 {
  margin-top: 85px !important;
}

.mb--85 {
  margin-bottom: 85px !important;
}

.mr--85 {
  margin-right: 85px !important;
}

.ml--85 {
  margin-left: 85px !important;
}

.ptb--90 {
  padding: 90px 0 !important;
}

.plr--90 {
  padding: 0 90px !important;
}

.pt--90 {
  padding-top: 90px !important;
}

.pb--90 {
  padding-bottom: 90px !important;
}

.pl--90 {
  padding-left: 90px !important;
}

.pr--90 {
  padding-right: 90px !important;
}

.mt--90 {
  margin-top: 90px !important;
}

.mb--90 {
  margin-bottom: 90px !important;
}

.mr--90 {
  margin-right: 90px !important;
}

.ml--90 {
  margin-left: 90px !important;
}

.ptb--95 {
  padding: 95px 0 !important;
}

.plr--95 {
  padding: 0 95px !important;
}

.pt--95 {
  padding-top: 95px !important;
}

.pb--95 {
  padding-bottom: 95px !important;
}

.pl--95 {
  padding-left: 95px !important;
}

.pr--95 {
  padding-right: 95px !important;
}

.mt--95 {
  margin-top: 95px !important;
}

.mb--95 {
  margin-bottom: 95px !important;
}

.mr--95 {
  margin-right: 95px !important;
}

.ml--95 {
  margin-left: 95px !important;
}

.ptb--100 {
  padding: 100px 0 !important;
}

.plr--100 {
  padding: 0 100px !important;
}

.pt--100 {
  padding-top: 100px !important;
}

.pb--100 {
  padding-bottom: 100px !important;
}

.pl--100 {
  padding-left: 100px !important;
}

.pr--100 {
  padding-right: 100px !important;
}

.mt--100 {
  margin-top: 100px !important;
}

.mb--100 {
  margin-bottom: 100px !important;
}

.mr--100 {
  margin-right: 100px !important;
}

.ml--100 {
  margin-left: 100px !important;
}

.ptb--105 {
  padding: 105px 0 !important;
}

.plr--105 {
  padding: 0 105px !important;
}

.pt--105 {
  padding-top: 105px !important;
}

.pb--105 {
  padding-bottom: 105px !important;
}

.pl--105 {
  padding-left: 105px !important;
}

.pr--105 {
  padding-right: 105px !important;
}

.mt--105 {
  margin-top: 105px !important;
}

.mb--105 {
  margin-bottom: 105px !important;
}

.mr--105 {
  margin-right: 105px !important;
}

.ml--105 {
  margin-left: 105px !important;
}

.ptb--110 {
  padding: 110px 0 !important;
}

.plr--110 {
  padding: 0 110px !important;
}

.pt--110 {
  padding-top: 110px !important;
}

.pb--110 {
  padding-bottom: 110px !important;
}

.pl--110 {
  padding-left: 110px !important;
}

.pr--110 {
  padding-right: 110px !important;
}

.mt--110 {
  margin-top: 110px !important;
}

.mb--110 {
  margin-bottom: 110px !important;
}

.mr--110 {
  margin-right: 110px !important;
}

.ml--110 {
  margin-left: 110px !important;
}

.ptb--115 {
  padding: 115px 0 !important;
}

.plr--115 {
  padding: 0 115px !important;
}

.pt--115 {
  padding-top: 115px !important;
}

.pb--115 {
  padding-bottom: 115px !important;
}

.pl--115 {
  padding-left: 115px !important;
}

.pr--115 {
  padding-right: 115px !important;
}

.mt--115 {
  margin-top: 115px !important;
}

.mb--115 {
  margin-bottom: 115px !important;
}

.mr--115 {
  margin-right: 115px !important;
}

.ml--115 {
  margin-left: 115px !important;
}

.ptb--120 {
  padding: 120px 0 !important;
}

.plr--120 {
  padding: 0 120px !important;
}

.pt--120 {
  padding-top: 120px !important;
}

.pb--120 {
  padding-bottom: 120px !important;
}

.pl--120 {
  padding-left: 120px !important;
}

.pr--120 {
  padding-right: 120px !important;
}

.mt--120 {
  margin-top: 120px !important;
}

.mb--120 {
  margin-bottom: 120px !important;
}

.mr--120 {
  margin-right: 120px !important;
}

.ml--120 {
  margin-left: 120px !important;
}

.ptb--125 {
  padding: 125px 0 !important;
}

.plr--125 {
  padding: 0 125px !important;
}

.pt--125 {
  padding-top: 125px !important;
}

.pb--125 {
  padding-bottom: 125px !important;
}

.pl--125 {
  padding-left: 125px !important;
}

.pr--125 {
  padding-right: 125px !important;
}

.mt--125 {
  margin-top: 125px !important;
}

.mb--125 {
  margin-bottom: 125px !important;
}

.mr--125 {
  margin-right: 125px !important;
}

.ml--125 {
  margin-left: 125px !important;
}

.ptb--130 {
  padding: 130px 0 !important;
}

.plr--130 {
  padding: 0 130px !important;
}

.pt--130 {
  padding-top: 130px !important;
}

.pb--130 {
  padding-bottom: 130px !important;
}

.pl--130 {
  padding-left: 130px !important;
}

.pr--130 {
  padding-right: 130px !important;
}

.mt--130 {
  margin-top: 130px !important;
}

.mb--130 {
  margin-bottom: 130px !important;
}

.mr--130 {
  margin-right: 130px !important;
}

.ml--130 {
  margin-left: 130px !important;
}

.ptb--135 {
  padding: 135px 0 !important;
}

.plr--135 {
  padding: 0 135px !important;
}

.pt--135 {
  padding-top: 135px !important;
}

.pb--135 {
  padding-bottom: 135px !important;
}

.pl--135 {
  padding-left: 135px !important;
}

.pr--135 {
  padding-right: 135px !important;
}

.mt--135 {
  margin-top: 135px !important;
}

.mb--135 {
  margin-bottom: 135px !important;
}

.mr--135 {
  margin-right: 135px !important;
}

.ml--135 {
  margin-left: 135px !important;
}

.ptb--140 {
  padding: 140px 0 !important;
}

.plr--140 {
  padding: 0 140px !important;
}

.pt--140 {
  padding-top: 140px !important;
}

.pb--140 {
  padding-bottom: 140px !important;
}

.pl--140 {
  padding-left: 140px !important;
}

.pr--140 {
  padding-right: 140px !important;
}

.mt--140 {
  margin-top: 140px !important;
}

.mb--140 {
  margin-bottom: 140px !important;
}

.mr--140 {
  margin-right: 140px !important;
}

.ml--140 {
  margin-left: 140px !important;
}

.ptb--145 {
  padding: 145px 0 !important;
}

.plr--145 {
  padding: 0 145px !important;
}

.pt--145 {
  padding-top: 145px !important;
}

.pb--145 {
  padding-bottom: 145px !important;
}

.pl--145 {
  padding-left: 145px !important;
}

.pr--145 {
  padding-right: 145px !important;
}

.mt--145 {
  margin-top: 145px !important;
}

.mb--145 {
  margin-bottom: 145px !important;
}

.mr--145 {
  margin-right: 145px !important;
}

.ml--145 {
  margin-left: 145px !important;
}

.ptb--150 {
  padding: 150px 0 !important;
}

.plr--150 {
  padding: 0 150px !important;
}

.pt--150 {
  padding-top: 150px !important;
}

.pb--150 {
  padding-bottom: 150px !important;
}

.pl--150 {
  padding-left: 150px !important;
}

.pr--150 {
  padding-right: 150px !important;
}

.mt--150 {
  margin-top: 150px !important;
}

.mb--150 {
  margin-bottom: 150px !important;
}

.mr--150 {
  margin-right: 150px !important;
}

.ml--150 {
  margin-left: 150px !important;
}

.ptb--155 {
  padding: 155px 0 !important;
}

.plr--155 {
  padding: 0 155px !important;
}

.pt--155 {
  padding-top: 155px !important;
}

.pb--155 {
  padding-bottom: 155px !important;
}

.pl--155 {
  padding-left: 155px !important;
}

.pr--155 {
  padding-right: 155px !important;
}

.mt--155 {
  margin-top: 155px !important;
}

.mb--155 {
  margin-bottom: 155px !important;
}

.mr--155 {
  margin-right: 155px !important;
}

.ml--155 {
  margin-left: 155px !important;
}

.ptb--160 {
  padding: 160px 0 !important;
}

.plr--160 {
  padding: 0 160px !important;
}

.pt--160 {
  padding-top: 160px !important;
}

.pb--160 {
  padding-bottom: 160px !important;
}

.pl--160 {
  padding-left: 160px !important;
}

.pr--160 {
  padding-right: 160px !important;
}

.mt--160 {
  margin-top: 160px !important;
}

.mb--160 {
  margin-bottom: 160px !important;
}

.mr--160 {
  margin-right: 160px !important;
}

.ml--160 {
  margin-left: 160px !important;
}

.ptb--165 {
  padding: 165px 0 !important;
}

.plr--165 {
  padding: 0 165px !important;
}

.pt--165 {
  padding-top: 165px !important;
}

.pb--165 {
  padding-bottom: 165px !important;
}

.pl--165 {
  padding-left: 165px !important;
}

.pr--165 {
  padding-right: 165px !important;
}

.mt--165 {
  margin-top: 165px !important;
}

.mb--165 {
  margin-bottom: 165px !important;
}

.mr--165 {
  margin-right: 165px !important;
}

.ml--165 {
  margin-left: 165px !important;
}

.ptb--170 {
  padding: 170px 0 !important;
}

.plr--170 {
  padding: 0 170px !important;
}

.pt--170 {
  padding-top: 170px !important;
}

.pb--170 {
  padding-bottom: 170px !important;
}

.pl--170 {
  padding-left: 170px !important;
}

.pr--170 {
  padding-right: 170px !important;
}

.mt--170 {
  margin-top: 170px !important;
}

.mb--170 {
  margin-bottom: 170px !important;
}

.mr--170 {
  margin-right: 170px !important;
}

.ml--170 {
  margin-left: 170px !important;
}

.ptb--175 {
  padding: 175px 0 !important;
}

.plr--175 {
  padding: 0 175px !important;
}

.pt--175 {
  padding-top: 175px !important;
}

.pb--175 {
  padding-bottom: 175px !important;
}

.pl--175 {
  padding-left: 175px !important;
}

.pr--175 {
  padding-right: 175px !important;
}

.mt--175 {
  margin-top: 175px !important;
}

.mb--175 {
  margin-bottom: 175px !important;
}

.mr--175 {
  margin-right: 175px !important;
}

.ml--175 {
  margin-left: 175px !important;
}

.ptb--180 {
  padding: 180px 0 !important;
}

.plr--180 {
  padding: 0 180px !important;
}

.pt--180 {
  padding-top: 180px !important;
}

.pb--180 {
  padding-bottom: 180px !important;
}

.pl--180 {
  padding-left: 180px !important;
}

.pr--180 {
  padding-right: 180px !important;
}

.mt--180 {
  margin-top: 180px !important;
}

.mb--180 {
  margin-bottom: 180px !important;
}

.mr--180 {
  margin-right: 180px !important;
}

.ml--180 {
  margin-left: 180px !important;
}

.ptb--185 {
  padding: 185px 0 !important;
}

.plr--185 {
  padding: 0 185px !important;
}

.pt--185 {
  padding-top: 185px !important;
}

.pb--185 {
  padding-bottom: 185px !important;
}

.pl--185 {
  padding-left: 185px !important;
}

.pr--185 {
  padding-right: 185px !important;
}

.mt--185 {
  margin-top: 185px !important;
}

.mb--185 {
  margin-bottom: 185px !important;
}

.mr--185 {
  margin-right: 185px !important;
}

.ml--185 {
  margin-left: 185px !important;
}

.ptb--190 {
  padding: 190px 0 !important;
}

.plr--190 {
  padding: 0 190px !important;
}

.pt--190 {
  padding-top: 190px !important;
}

.pb--190 {
  padding-bottom: 190px !important;
}

.pl--190 {
  padding-left: 190px !important;
}

.pr--190 {
  padding-right: 190px !important;
}

.mt--190 {
  margin-top: 190px !important;
}

.mb--190 {
  margin-bottom: 190px !important;
}

.mr--190 {
  margin-right: 190px !important;
}

.ml--190 {
  margin-left: 190px !important;
}

.ptb--195 {
  padding: 195px 0 !important;
}

.plr--195 {
  padding: 0 195px !important;
}

.pt--195 {
  padding-top: 195px !important;
}

.pb--195 {
  padding-bottom: 195px !important;
}

.pl--195 {
  padding-left: 195px !important;
}

.pr--195 {
  padding-right: 195px !important;
}

.mt--195 {
  margin-top: 195px !important;
}

.mb--195 {
  margin-bottom: 195px !important;
}

.mr--195 {
  margin-right: 195px !important;
}

.ml--195 {
  margin-left: 195px !important;
}

.ptb--200 {
  padding: 200px 0 !important;
}

.plr--200 {
  padding: 0 200px !important;
}

.pt--200 {
  padding-top: 200px !important;
}

.pb--200 {
  padding-bottom: 200px !important;
}

.pl--200 {
  padding-left: 200px !important;
}

.pr--200 {
  padding-right: 200px !important;
}

.mt--200 {
  margin-top: 200px !important;
}

.mb--200 {
  margin-bottom: 200px !important;
}

.mr--200 {
  margin-right: 200px !important;
}

.ml--200 {
  margin-left: 200px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ptb_lp--5 {
    padding: 5px 0;
  }

  .plr_lp--5 {
    padding: 0 5px;
  }

  .pt_lp--5 {
    padding-top: 5px;
  }

  .pb_lp--5 {
    padding-bottom: 5px;
  }

  .pl_lp--5 {
    padding-left: 5px;
  }

  .pr_lp--5 {
    padding-right: 5px;
  }

  .mt_lp--5 {
    margin-top: 5px;
  }

  .mb_lp--5 {
    margin-bottom: 5px;
  }

  .ptb_lp--10 {
    padding: 10px 0;
  }

  .plr_lp--10 {
    padding: 0 10px;
  }

  .pt_lp--10 {
    padding-top: 10px;
  }

  .pb_lp--10 {
    padding-bottom: 10px;
  }

  .pl_lp--10 {
    padding-left: 10px;
  }

  .pr_lp--10 {
    padding-right: 10px;
  }

  .mt_lp--10 {
    margin-top: 10px;
  }

  .mb_lp--10 {
    margin-bottom: 10px;
  }

  .ptb_lp--15 {
    padding: 15px 0;
  }

  .plr_lp--15 {
    padding: 0 15px;
  }

  .pt_lp--15 {
    padding-top: 15px;
  }

  .pb_lp--15 {
    padding-bottom: 15px;
  }

  .pl_lp--15 {
    padding-left: 15px;
  }

  .pr_lp--15 {
    padding-right: 15px;
  }

  .mt_lp--15 {
    margin-top: 15px;
  }

  .mb_lp--15 {
    margin-bottom: 15px;
  }

  .ptb_lp--20 {
    padding: 20px 0;
  }

  .plr_lp--20 {
    padding: 0 20px;
  }

  .pt_lp--20 {
    padding-top: 20px;
  }

  .pb_lp--20 {
    padding-bottom: 20px;
  }

  .pl_lp--20 {
    padding-left: 20px;
  }

  .pr_lp--20 {
    padding-right: 20px;
  }

  .mt_lp--20 {
    margin-top: 20px;
  }

  .mb_lp--20 {
    margin-bottom: 20px;
  }

  .ptb_lp--25 {
    padding: 25px 0;
  }

  .plr_lp--25 {
    padding: 0 25px;
  }

  .pt_lp--25 {
    padding-top: 25px;
  }

  .pb_lp--25 {
    padding-bottom: 25px;
  }

  .pl_lp--25 {
    padding-left: 25px;
  }

  .pr_lp--25 {
    padding-right: 25px;
  }

  .mt_lp--25 {
    margin-top: 25px;
  }

  .mb_lp--25 {
    margin-bottom: 25px;
  }

  .ptb_lp--30 {
    padding: 30px 0;
  }

  .plr_lp--30 {
    padding: 0 30px;
  }

  .pt_lp--30 {
    padding-top: 30px;
  }

  .pb_lp--30 {
    padding-bottom: 30px;
  }

  .pl_lp--30 {
    padding-left: 30px;
  }

  .pr_lp--30 {
    padding-right: 30px;
  }

  .mt_lp--30 {
    margin-top: 30px;
  }

  .mb_lp--30 {
    margin-bottom: 30px;
  }

  .ptb_lp--35 {
    padding: 35px 0;
  }

  .plr_lp--35 {
    padding: 0 35px;
  }

  .pt_lp--35 {
    padding-top: 35px;
  }

  .pb_lp--35 {
    padding-bottom: 35px;
  }

  .pl_lp--35 {
    padding-left: 35px;
  }

  .pr_lp--35 {
    padding-right: 35px;
  }

  .mt_lp--35 {
    margin-top: 35px;
  }

  .mb_lp--35 {
    margin-bottom: 35px;
  }

  .ptb_lp--40 {
    padding: 40px 0;
  }

  .plr_lp--40 {
    padding: 0 40px;
  }

  .pt_lp--40 {
    padding-top: 40px;
  }

  .pb_lp--40 {
    padding-bottom: 40px;
  }

  .pl_lp--40 {
    padding-left: 40px;
  }

  .pr_lp--40 {
    padding-right: 40px;
  }

  .mt_lp--40 {
    margin-top: 40px;
  }

  .mb_lp--40 {
    margin-bottom: 40px;
  }

  .ptb_lp--45 {
    padding: 45px 0;
  }

  .plr_lp--45 {
    padding: 0 45px;
  }

  .pt_lp--45 {
    padding-top: 45px;
  }

  .pb_lp--45 {
    padding-bottom: 45px;
  }

  .pl_lp--45 {
    padding-left: 45px;
  }

  .pr_lp--45 {
    padding-right: 45px;
  }

  .mt_lp--45 {
    margin-top: 45px;
  }

  .mb_lp--45 {
    margin-bottom: 45px;
  }

  .ptb_lp--50 {
    padding: 50px 0;
  }

  .plr_lp--50 {
    padding: 0 50px;
  }

  .pt_lp--50 {
    padding-top: 50px;
  }

  .pb_lp--50 {
    padding-bottom: 50px;
  }

  .pl_lp--50 {
    padding-left: 50px;
  }

  .pr_lp--50 {
    padding-right: 50px;
  }

  .mt_lp--50 {
    margin-top: 50px;
  }

  .mb_lp--50 {
    margin-bottom: 50px;
  }

  .ptb_lp--55 {
    padding: 55px 0;
  }

  .plr_lp--55 {
    padding: 0 55px;
  }

  .pt_lp--55 {
    padding-top: 55px;
  }

  .pb_lp--55 {
    padding-bottom: 55px;
  }

  .pl_lp--55 {
    padding-left: 55px;
  }

  .pr_lp--55 {
    padding-right: 55px;
  }

  .mt_lp--55 {
    margin-top: 55px;
  }

  .mb_lp--55 {
    margin-bottom: 55px;
  }

  .ptb_lp--60 {
    padding: 60px 0;
  }

  .plr_lp--60 {
    padding: 0 60px;
  }

  .pt_lp--60 {
    padding-top: 60px;
  }

  .pb_lp--60 {
    padding-bottom: 60px;
  }

  .pl_lp--60 {
    padding-left: 60px;
  }

  .pr_lp--60 {
    padding-right: 60px;
  }

  .mt_lp--60 {
    margin-top: 60px;
  }

  .mb_lp--60 {
    margin-bottom: 60px;
  }

  .ptb_lp--65 {
    padding: 65px 0;
  }

  .plr_lp--65 {
    padding: 0 65px;
  }

  .pt_lp--65 {
    padding-top: 65px;
  }

  .pb_lp--65 {
    padding-bottom: 65px;
  }

  .pl_lp--65 {
    padding-left: 65px;
  }

  .pr_lp--65 {
    padding-right: 65px;
  }

  .mt_lp--65 {
    margin-top: 65px;
  }

  .mb_lp--65 {
    margin-bottom: 65px;
  }

  .ptb_lp--70 {
    padding: 70px 0;
  }

  .plr_lp--70 {
    padding: 0 70px;
  }

  .pt_lp--70 {
    padding-top: 70px;
  }

  .pb_lp--70 {
    padding-bottom: 70px;
  }

  .pl_lp--70 {
    padding-left: 70px;
  }

  .pr_lp--70 {
    padding-right: 70px;
  }

  .mt_lp--70 {
    margin-top: 70px;
  }

  .mb_lp--70 {
    margin-bottom: 70px;
  }

  .ptb_lp--75 {
    padding: 75px 0;
  }

  .plr_lp--75 {
    padding: 0 75px;
  }

  .pt_lp--75 {
    padding-top: 75px;
  }

  .pb_lp--75 {
    padding-bottom: 75px;
  }

  .pl_lp--75 {
    padding-left: 75px;
  }

  .pr_lp--75 {
    padding-right: 75px;
  }

  .mt_lp--75 {
    margin-top: 75px;
  }

  .mb_lp--75 {
    margin-bottom: 75px;
  }

  .ptb_lp--80 {
    padding: 80px 0;
  }

  .plr_lp--80 {
    padding: 0 80px;
  }

  .pt_lp--80 {
    padding-top: 80px;
  }

  .pb_lp--80 {
    padding-bottom: 80px;
  }

  .pl_lp--80 {
    padding-left: 80px;
  }

  .pr_lp--80 {
    padding-right: 80px;
  }

  .mt_lp--80 {
    margin-top: 80px;
  }

  .mb_lp--80 {
    margin-bottom: 80px;
  }

  .ptb_lp--85 {
    padding: 85px 0;
  }

  .plr_lp--85 {
    padding: 0 85px;
  }

  .pt_lp--85 {
    padding-top: 85px;
  }

  .pb_lp--85 {
    padding-bottom: 85px;
  }

  .pl_lp--85 {
    padding-left: 85px;
  }

  .pr_lp--85 {
    padding-right: 85px;
  }

  .mt_lp--85 {
    margin-top: 85px;
  }

  .mb_lp--85 {
    margin-bottom: 85px;
  }

  .ptb_lp--90 {
    padding: 90px 0;
  }

  .plr_lp--90 {
    padding: 0 90px;
  }

  .pt_lp--90 {
    padding-top: 90px;
  }

  .pb_lp--90 {
    padding-bottom: 90px;
  }

  .pl_lp--90 {
    padding-left: 90px;
  }

  .pr_lp--90 {
    padding-right: 90px;
  }

  .mt_lp--90 {
    margin-top: 90px;
  }

  .mb_lp--90 {
    margin-bottom: 90px;
  }

  .ptb_lp--95 {
    padding: 95px 0;
  }

  .plr_lp--95 {
    padding: 0 95px;
  }

  .pt_lp--95 {
    padding-top: 95px;
  }

  .pb_lp--95 {
    padding-bottom: 95px;
  }

  .pl_lp--95 {
    padding-left: 95px;
  }

  .pr_lp--95 {
    padding-right: 95px;
  }

  .mt_lp--95 {
    margin-top: 95px;
  }

  .mb_lp--95 {
    margin-bottom: 95px;
  }

  .ptb_lp--100 {
    padding: 100px 0;
  }

  .plr_lp--100 {
    padding: 0 100px;
  }

  .pt_lp--100 {
    padding-top: 100px;
  }

  .pb_lp--100 {
    padding-bottom: 100px;
  }

  .pl_lp--100 {
    padding-left: 100px;
  }

  .pr_lp--100 {
    padding-right: 100px;
  }

  .mt_lp--100 {
    margin-top: 100px;
  }

  .mb_lp--100 {
    margin-bottom: 100px;
  }

  .ptb_lp--105 {
    padding: 105px 0;
  }

  .plr_lp--105 {
    padding: 0 105px;
  }

  .pt_lp--105 {
    padding-top: 105px;
  }

  .pb_lp--105 {
    padding-bottom: 105px;
  }

  .pl_lp--105 {
    padding-left: 105px;
  }

  .pr_lp--105 {
    padding-right: 105px;
  }

  .mt_lp--105 {
    margin-top: 105px;
  }

  .mb_lp--105 {
    margin-bottom: 105px;
  }

  .ptb_lp--110 {
    padding: 110px 0;
  }

  .plr_lp--110 {
    padding: 0 110px;
  }

  .pt_lp--110 {
    padding-top: 110px;
  }

  .pb_lp--110 {
    padding-bottom: 110px;
  }

  .pl_lp--110 {
    padding-left: 110px;
  }

  .pr_lp--110 {
    padding-right: 110px;
  }

  .mt_lp--110 {
    margin-top: 110px;
  }

  .mb_lp--110 {
    margin-bottom: 110px;
  }

  .ptb_lp--115 {
    padding: 115px 0;
  }

  .plr_lp--115 {
    padding: 0 115px;
  }

  .pt_lp--115 {
    padding-top: 115px;
  }

  .pb_lp--115 {
    padding-bottom: 115px;
  }

  .pl_lp--115 {
    padding-left: 115px;
  }

  .pr_lp--115 {
    padding-right: 115px;
  }

  .mt_lp--115 {
    margin-top: 115px;
  }

  .mb_lp--115 {
    margin-bottom: 115px;
  }

  .ptb_lp--120 {
    padding: 120px 0;
  }

  .plr_lp--120 {
    padding: 0 120px;
  }

  .pt_lp--120 {
    padding-top: 120px;
  }

  .pb_lp--120 {
    padding-bottom: 120px;
  }

  .pl_lp--120 {
    padding-left: 120px;
  }

  .pr_lp--120 {
    padding-right: 120px;
  }

  .mt_lp--120 {
    margin-top: 120px;
  }

  .mb_lp--120 {
    margin-bottom: 120px;
  }

  .ptb_lp--125 {
    padding: 125px 0;
  }

  .plr_lp--125 {
    padding: 0 125px;
  }

  .pt_lp--125 {
    padding-top: 125px;
  }

  .pb_lp--125 {
    padding-bottom: 125px;
  }

  .pl_lp--125 {
    padding-left: 125px;
  }

  .pr_lp--125 {
    padding-right: 125px;
  }

  .mt_lp--125 {
    margin-top: 125px;
  }

  .mb_lp--125 {
    margin-bottom: 125px;
  }

  .ptb_lp--130 {
    padding: 130px 0;
  }

  .plr_lp--130 {
    padding: 0 130px;
  }

  .pt_lp--130 {
    padding-top: 130px;
  }

  .pb_lp--130 {
    padding-bottom: 130px;
  }

  .pl_lp--130 {
    padding-left: 130px;
  }

  .pr_lp--130 {
    padding-right: 130px;
  }

  .mt_lp--130 {
    margin-top: 130px;
  }

  .mb_lp--130 {
    margin-bottom: 130px;
  }

  .ptb_lp--135 {
    padding: 135px 0;
  }

  .plr_lp--135 {
    padding: 0 135px;
  }

  .pt_lp--135 {
    padding-top: 135px;
  }

  .pb_lp--135 {
    padding-bottom: 135px;
  }

  .pl_lp--135 {
    padding-left: 135px;
  }

  .pr_lp--135 {
    padding-right: 135px;
  }

  .mt_lp--135 {
    margin-top: 135px;
  }

  .mb_lp--135 {
    margin-bottom: 135px;
  }

  .ptb_lp--140 {
    padding: 140px 0;
  }

  .plr_lp--140 {
    padding: 0 140px;
  }

  .pt_lp--140 {
    padding-top: 140px;
  }

  .pb_lp--140 {
    padding-bottom: 140px;
  }

  .pl_lp--140 {
    padding-left: 140px;
  }

  .pr_lp--140 {
    padding-right: 140px;
  }

  .mt_lp--140 {
    margin-top: 140px;
  }

  .mb_lp--140 {
    margin-bottom: 140px;
  }

  .ptb_lp--145 {
    padding: 145px 0;
  }

  .plr_lp--145 {
    padding: 0 145px;
  }

  .pt_lp--145 {
    padding-top: 145px;
  }

  .pb_lp--145 {
    padding-bottom: 145px;
  }

  .pl_lp--145 {
    padding-left: 145px;
  }

  .pr_lp--145 {
    padding-right: 145px;
  }

  .mt_lp--145 {
    margin-top: 145px;
  }

  .mb_lp--145 {
    margin-bottom: 145px;
  }

  .ptb_lp--150 {
    padding: 150px 0;
  }

  .plr_lp--150 {
    padding: 0 150px;
  }

  .pt_lp--150 {
    padding-top: 150px;
  }

  .pb_lp--150 {
    padding-bottom: 150px;
  }

  .pl_lp--150 {
    padding-left: 150px;
  }

  .pr_lp--150 {
    padding-right: 150px;
  }

  .mt_lp--150 {
    margin-top: 150px;
  }

  .mb_lp--150 {
    margin-bottom: 150px;
  }

  .ptb_lp--155 {
    padding: 155px 0;
  }

  .plr_lp--155 {
    padding: 0 155px;
  }

  .pt_lp--155 {
    padding-top: 155px;
  }

  .pb_lp--155 {
    padding-bottom: 155px;
  }

  .pl_lp--155 {
    padding-left: 155px;
  }

  .pr_lp--155 {
    padding-right: 155px;
  }

  .mt_lp--155 {
    margin-top: 155px;
  }

  .mb_lp--155 {
    margin-bottom: 155px;
  }

  .ptb_lp--160 {
    padding: 160px 0;
  }

  .plr_lp--160 {
    padding: 0 160px;
  }

  .pt_lp--160 {
    padding-top: 160px;
  }

  .pb_lp--160 {
    padding-bottom: 160px;
  }

  .pl_lp--160 {
    padding-left: 160px;
  }

  .pr_lp--160 {
    padding-right: 160px;
  }

  .mt_lp--160 {
    margin-top: 160px;
  }

  .mb_lp--160 {
    margin-bottom: 160px;
  }

  .ptb_lp--165 {
    padding: 165px 0;
  }

  .plr_lp--165 {
    padding: 0 165px;
  }

  .pt_lp--165 {
    padding-top: 165px;
  }

  .pb_lp--165 {
    padding-bottom: 165px;
  }

  .pl_lp--165 {
    padding-left: 165px;
  }

  .pr_lp--165 {
    padding-right: 165px;
  }

  .mt_lp--165 {
    margin-top: 165px;
  }

  .mb_lp--165 {
    margin-bottom: 165px;
  }

  .ptb_lp--170 {
    padding: 170px 0;
  }

  .plr_lp--170 {
    padding: 0 170px;
  }

  .pt_lp--170 {
    padding-top: 170px;
  }

  .pb_lp--170 {
    padding-bottom: 170px;
  }

  .pl_lp--170 {
    padding-left: 170px;
  }

  .pr_lp--170 {
    padding-right: 170px;
  }

  .mt_lp--170 {
    margin-top: 170px;
  }

  .mb_lp--170 {
    margin-bottom: 170px;
  }

  .ptb_lp--175 {
    padding: 175px 0;
  }

  .plr_lp--175 {
    padding: 0 175px;
  }

  .pt_lp--175 {
    padding-top: 175px;
  }

  .pb_lp--175 {
    padding-bottom: 175px;
  }

  .pl_lp--175 {
    padding-left: 175px;
  }

  .pr_lp--175 {
    padding-right: 175px;
  }

  .mt_lp--175 {
    margin-top: 175px;
  }

  .mb_lp--175 {
    margin-bottom: 175px;
  }

  .ptb_lp--180 {
    padding: 180px 0;
  }

  .plr_lp--180 {
    padding: 0 180px;
  }

  .pt_lp--180 {
    padding-top: 180px;
  }

  .pb_lp--180 {
    padding-bottom: 180px;
  }

  .pl_lp--180 {
    padding-left: 180px;
  }

  .pr_lp--180 {
    padding-right: 180px;
  }

  .mt_lp--180 {
    margin-top: 180px;
  }

  .mb_lp--180 {
    margin-bottom: 180px;
  }

  .ptb_lp--185 {
    padding: 185px 0;
  }

  .plr_lp--185 {
    padding: 0 185px;
  }

  .pt_lp--185 {
    padding-top: 185px;
  }

  .pb_lp--185 {
    padding-bottom: 185px;
  }

  .pl_lp--185 {
    padding-left: 185px;
  }

  .pr_lp--185 {
    padding-right: 185px;
  }

  .mt_lp--185 {
    margin-top: 185px;
  }

  .mb_lp--185 {
    margin-bottom: 185px;
  }

  .ptb_lp--190 {
    padding: 190px 0;
  }

  .plr_lp--190 {
    padding: 0 190px;
  }

  .pt_lp--190 {
    padding-top: 190px;
  }

  .pb_lp--190 {
    padding-bottom: 190px;
  }

  .pl_lp--190 {
    padding-left: 190px;
  }

  .pr_lp--190 {
    padding-right: 190px;
  }

  .mt_lp--190 {
    margin-top: 190px;
  }

  .mb_lp--190 {
    margin-bottom: 190px;
  }

  .ptb_lp--195 {
    padding: 195px 0;
  }

  .plr_lp--195 {
    padding: 0 195px;
  }

  .pt_lp--195 {
    padding-top: 195px;
  }

  .pb_lp--195 {
    padding-bottom: 195px;
  }

  .pl_lp--195 {
    padding-left: 195px;
  }

  .pr_lp--195 {
    padding-right: 195px;
  }

  .mt_lp--195 {
    margin-top: 195px;
  }

  .mb_lp--195 {
    margin-bottom: 195px;
  }

  .ptb_lp--200 {
    padding: 200px 0;
  }

  .plr_lp--200 {
    padding: 0 200px;
  }

  .pt_lp--200 {
    padding-top: 200px;
  }

  .pb_lp--200 {
    padding-bottom: 200px;
  }

  .pl_lp--200 {
    padding-left: 200px;
  }

  .pr_lp--200 {
    padding-right: 200px;
  }

  .mt_lp--200 {
    margin-top: 200px;
  }

  .mb_lp--200 {
    margin-bottom: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb_lg--5 {
    padding: 5px 0 !important;
  }

  .plr_lg--5 {
    padding: 0 5px !important;
  }

  .pt_lg--5 {
    padding-top: 5px !important;
  }

  .pb_lg--5 {
    padding-bottom: 5px !important;
  }

  .pl_lg--5 {
    padding-left: 5px !important;
  }

  .pr_lg--5 {
    padding-right: 5px !important;
  }

  .mt_lg--5 {
    margin-top: 5px !important;
  }

  .mb_lg--5 {
    margin-bottom: 5px !important;
  }

  .ml_lg--5 {
    margin-left: 5px !important;
  }

  .ptb_lg--10 {
    padding: 10px 0 !important;
  }

  .plr_lg--10 {
    padding: 0 10px !important;
  }

  .pt_lg--10 {
    padding-top: 10px !important;
  }

  .pb_lg--10 {
    padding-bottom: 10px !important;
  }

  .pl_lg--10 {
    padding-left: 10px !important;
  }

  .pr_lg--10 {
    padding-right: 10px !important;
  }

  .mt_lg--10 {
    margin-top: 10px !important;
  }

  .mb_lg--10 {
    margin-bottom: 10px !important;
  }

  .ml_lg--10 {
    margin-left: 10px !important;
  }

  .ptb_lg--15 {
    padding: 15px 0 !important;
  }

  .plr_lg--15 {
    padding: 0 15px !important;
  }

  .pt_lg--15 {
    padding-top: 15px !important;
  }

  .pb_lg--15 {
    padding-bottom: 15px !important;
  }

  .pl_lg--15 {
    padding-left: 15px !important;
  }

  .pr_lg--15 {
    padding-right: 15px !important;
  }

  .mt_lg--15 {
    margin-top: 15px !important;
  }

  .mb_lg--15 {
    margin-bottom: 15px !important;
  }

  .ml_lg--15 {
    margin-left: 15px !important;
  }

  .ptb_lg--20 {
    padding: 20px 0 !important;
  }

  .plr_lg--20 {
    padding: 0 20px !important;
  }

  .pt_lg--20 {
    padding-top: 20px !important;
  }

  .pb_lg--20 {
    padding-bottom: 20px !important;
  }

  .pl_lg--20 {
    padding-left: 20px !important;
  }

  .pr_lg--20 {
    padding-right: 20px !important;
  }

  .mt_lg--20 {
    margin-top: 20px !important;
  }

  .mb_lg--20 {
    margin-bottom: 20px !important;
  }

  .ml_lg--20 {
    margin-left: 20px !important;
  }

  .ptb_lg--25 {
    padding: 25px 0 !important;
  }

  .plr_lg--25 {
    padding: 0 25px !important;
  }

  .pt_lg--25 {
    padding-top: 25px !important;
  }

  .pb_lg--25 {
    padding-bottom: 25px !important;
  }

  .pl_lg--25 {
    padding-left: 25px !important;
  }

  .pr_lg--25 {
    padding-right: 25px !important;
  }

  .mt_lg--25 {
    margin-top: 25px !important;
  }

  .mb_lg--25 {
    margin-bottom: 25px !important;
  }

  .ml_lg--25 {
    margin-left: 25px !important;
  }

  .ptb_lg--30 {
    padding: 30px 0 !important;
  }

  .plr_lg--30 {
    padding: 0 30px !important;
  }

  .pt_lg--30 {
    padding-top: 30px !important;
  }

  .pb_lg--30 {
    padding-bottom: 30px !important;
  }

  .pl_lg--30 {
    padding-left: 30px !important;
  }

  .pr_lg--30 {
    padding-right: 30px !important;
  }

  .mt_lg--30 {
    margin-top: 30px !important;
  }

  .mb_lg--30 {
    margin-bottom: 30px !important;
  }

  .ml_lg--30 {
    margin-left: 30px !important;
  }

  .ptb_lg--35 {
    padding: 35px 0 !important;
  }

  .plr_lg--35 {
    padding: 0 35px !important;
  }

  .pt_lg--35 {
    padding-top: 35px !important;
  }

  .pb_lg--35 {
    padding-bottom: 35px !important;
  }

  .pl_lg--35 {
    padding-left: 35px !important;
  }

  .pr_lg--35 {
    padding-right: 35px !important;
  }

  .mt_lg--35 {
    margin-top: 35px !important;
  }

  .mb_lg--35 {
    margin-bottom: 35px !important;
  }

  .ml_lg--35 {
    margin-left: 35px !important;
  }

  .ptb_lg--40 {
    padding: 40px 0 !important;
  }

  .plr_lg--40 {
    padding: 0 40px !important;
  }

  .pt_lg--40 {
    padding-top: 40px !important;
  }

  .pb_lg--40 {
    padding-bottom: 40px !important;
  }

  .pl_lg--40 {
    padding-left: 40px !important;
  }

  .pr_lg--40 {
    padding-right: 40px !important;
  }

  .mt_lg--40 {
    margin-top: 40px !important;
  }

  .mb_lg--40 {
    margin-bottom: 40px !important;
  }

  .ml_lg--40 {
    margin-left: 40px !important;
  }

  .ptb_lg--45 {
    padding: 45px 0 !important;
  }

  .plr_lg--45 {
    padding: 0 45px !important;
  }

  .pt_lg--45 {
    padding-top: 45px !important;
  }

  .pb_lg--45 {
    padding-bottom: 45px !important;
  }

  .pl_lg--45 {
    padding-left: 45px !important;
  }

  .pr_lg--45 {
    padding-right: 45px !important;
  }

  .mt_lg--45 {
    margin-top: 45px !important;
  }

  .mb_lg--45 {
    margin-bottom: 45px !important;
  }

  .ml_lg--45 {
    margin-left: 45px !important;
  }

  .ptb_lg--50 {
    padding: 50px 0 !important;
  }

  .plr_lg--50 {
    padding: 0 50px !important;
  }

  .pt_lg--50 {
    padding-top: 50px !important;
  }

  .pb_lg--50 {
    padding-bottom: 50px !important;
  }

  .pl_lg--50 {
    padding-left: 50px !important;
  }

  .pr_lg--50 {
    padding-right: 50px !important;
  }

  .mt_lg--50 {
    margin-top: 50px !important;
  }

  .mb_lg--50 {
    margin-bottom: 50px !important;
  }

  .ml_lg--50 {
    margin-left: 50px !important;
  }

  .ptb_lg--55 {
    padding: 55px 0 !important;
  }

  .plr_lg--55 {
    padding: 0 55px !important;
  }

  .pt_lg--55 {
    padding-top: 55px !important;
  }

  .pb_lg--55 {
    padding-bottom: 55px !important;
  }

  .pl_lg--55 {
    padding-left: 55px !important;
  }

  .pr_lg--55 {
    padding-right: 55px !important;
  }

  .mt_lg--55 {
    margin-top: 55px !important;
  }

  .mb_lg--55 {
    margin-bottom: 55px !important;
  }

  .ml_lg--55 {
    margin-left: 55px !important;
  }

  .ptb_lg--60 {
    padding: 60px 0 !important;
  }

  .plr_lg--60 {
    padding: 0 60px !important;
  }

  .pt_lg--60 {
    padding-top: 60px !important;
  }

  .pb_lg--60 {
    padding-bottom: 60px !important;
  }

  .pl_lg--60 {
    padding-left: 60px !important;
  }

  .pr_lg--60 {
    padding-right: 60px !important;
  }

  .mt_lg--60 {
    margin-top: 60px !important;
  }

  .mb_lg--60 {
    margin-bottom: 60px !important;
  }

  .ml_lg--60 {
    margin-left: 60px !important;
  }

  .ptb_lg--65 {
    padding: 65px 0 !important;
  }

  .plr_lg--65 {
    padding: 0 65px !important;
  }

  .pt_lg--65 {
    padding-top: 65px !important;
  }

  .pb_lg--65 {
    padding-bottom: 65px !important;
  }

  .pl_lg--65 {
    padding-left: 65px !important;
  }

  .pr_lg--65 {
    padding-right: 65px !important;
  }

  .mt_lg--65 {
    margin-top: 65px !important;
  }

  .mb_lg--65 {
    margin-bottom: 65px !important;
  }

  .ml_lg--65 {
    margin-left: 65px !important;
  }

  .ptb_lg--70 {
    padding: 70px 0 !important;
  }

  .plr_lg--70 {
    padding: 0 70px !important;
  }

  .pt_lg--70 {
    padding-top: 70px !important;
  }

  .pb_lg--70 {
    padding-bottom: 70px !important;
  }

  .pl_lg--70 {
    padding-left: 70px !important;
  }

  .pr_lg--70 {
    padding-right: 70px !important;
  }

  .mt_lg--70 {
    margin-top: 70px !important;
  }

  .mb_lg--70 {
    margin-bottom: 70px !important;
  }

  .ml_lg--70 {
    margin-left: 70px !important;
  }

  .ptb_lg--75 {
    padding: 75px 0 !important;
  }

  .plr_lg--75 {
    padding: 0 75px !important;
  }

  .pt_lg--75 {
    padding-top: 75px !important;
  }

  .pb_lg--75 {
    padding-bottom: 75px !important;
  }

  .pl_lg--75 {
    padding-left: 75px !important;
  }

  .pr_lg--75 {
    padding-right: 75px !important;
  }

  .mt_lg--75 {
    margin-top: 75px !important;
  }

  .mb_lg--75 {
    margin-bottom: 75px !important;
  }

  .ml_lg--75 {
    margin-left: 75px !important;
  }

  .ptb_lg--80 {
    padding: 80px 0 !important;
  }

  .plr_lg--80 {
    padding: 0 80px !important;
  }

  .pt_lg--80 {
    padding-top: 80px !important;
  }

  .pb_lg--80 {
    padding-bottom: 80px !important;
  }

  .pl_lg--80 {
    padding-left: 80px !important;
  }

  .pr_lg--80 {
    padding-right: 80px !important;
  }

  .mt_lg--80 {
    margin-top: 80px !important;
  }

  .mb_lg--80 {
    margin-bottom: 80px !important;
  }

  .ml_lg--80 {
    margin-left: 80px !important;
  }

  .ptb_lg--85 {
    padding: 85px 0 !important;
  }

  .plr_lg--85 {
    padding: 0 85px !important;
  }

  .pt_lg--85 {
    padding-top: 85px !important;
  }

  .pb_lg--85 {
    padding-bottom: 85px !important;
  }

  .pl_lg--85 {
    padding-left: 85px !important;
  }

  .pr_lg--85 {
    padding-right: 85px !important;
  }

  .mt_lg--85 {
    margin-top: 85px !important;
  }

  .mb_lg--85 {
    margin-bottom: 85px !important;
  }

  .ml_lg--85 {
    margin-left: 85px !important;
  }

  .ptb_lg--90 {
    padding: 90px 0 !important;
  }

  .plr_lg--90 {
    padding: 0 90px !important;
  }

  .pt_lg--90 {
    padding-top: 90px !important;
  }

  .pb_lg--90 {
    padding-bottom: 90px !important;
  }

  .pl_lg--90 {
    padding-left: 90px !important;
  }

  .pr_lg--90 {
    padding-right: 90px !important;
  }

  .mt_lg--90 {
    margin-top: 90px !important;
  }

  .mb_lg--90 {
    margin-bottom: 90px !important;
  }

  .ml_lg--90 {
    margin-left: 90px !important;
  }

  .ptb_lg--95 {
    padding: 95px 0 !important;
  }

  .plr_lg--95 {
    padding: 0 95px !important;
  }

  .pt_lg--95 {
    padding-top: 95px !important;
  }

  .pb_lg--95 {
    padding-bottom: 95px !important;
  }

  .pl_lg--95 {
    padding-left: 95px !important;
  }

  .pr_lg--95 {
    padding-right: 95px !important;
  }

  .mt_lg--95 {
    margin-top: 95px !important;
  }

  .mb_lg--95 {
    margin-bottom: 95px !important;
  }

  .ml_lg--95 {
    margin-left: 95px !important;
  }

  .ptb_lg--100 {
    padding: 100px 0 !important;
  }

  .plr_lg--100 {
    padding: 0 100px !important;
  }

  .pt_lg--100 {
    padding-top: 100px !important;
  }

  .pb_lg--100 {
    padding-bottom: 100px !important;
  }

  .pl_lg--100 {
    padding-left: 100px !important;
  }

  .pr_lg--100 {
    padding-right: 100px !important;
  }

  .mt_lg--100 {
    margin-top: 100px !important;
  }

  .mb_lg--100 {
    margin-bottom: 100px !important;
  }

  .ml_lg--100 {
    margin-left: 100px !important;
  }

  .ptb_lg--105 {
    padding: 105px 0 !important;
  }

  .plr_lg--105 {
    padding: 0 105px !important;
  }

  .pt_lg--105 {
    padding-top: 105px !important;
  }

  .pb_lg--105 {
    padding-bottom: 105px !important;
  }

  .pl_lg--105 {
    padding-left: 105px !important;
  }

  .pr_lg--105 {
    padding-right: 105px !important;
  }

  .mt_lg--105 {
    margin-top: 105px !important;
  }

  .mb_lg--105 {
    margin-bottom: 105px !important;
  }

  .ml_lg--105 {
    margin-left: 105px !important;
  }

  .ptb_lg--110 {
    padding: 110px 0 !important;
  }

  .plr_lg--110 {
    padding: 0 110px !important;
  }

  .pt_lg--110 {
    padding-top: 110px !important;
  }

  .pb_lg--110 {
    padding-bottom: 110px !important;
  }

  .pl_lg--110 {
    padding-left: 110px !important;
  }

  .pr_lg--110 {
    padding-right: 110px !important;
  }

  .mt_lg--110 {
    margin-top: 110px !important;
  }

  .mb_lg--110 {
    margin-bottom: 110px !important;
  }

  .ml_lg--110 {
    margin-left: 110px !important;
  }

  .ptb_lg--115 {
    padding: 115px 0 !important;
  }

  .plr_lg--115 {
    padding: 0 115px !important;
  }

  .pt_lg--115 {
    padding-top: 115px !important;
  }

  .pb_lg--115 {
    padding-bottom: 115px !important;
  }

  .pl_lg--115 {
    padding-left: 115px !important;
  }

  .pr_lg--115 {
    padding-right: 115px !important;
  }

  .mt_lg--115 {
    margin-top: 115px !important;
  }

  .mb_lg--115 {
    margin-bottom: 115px !important;
  }

  .ml_lg--115 {
    margin-left: 115px !important;
  }

  .ptb_lg--120 {
    padding: 120px 0 !important;
  }

  .plr_lg--120 {
    padding: 0 120px !important;
  }

  .pt_lg--120 {
    padding-top: 120px !important;
  }

  .pb_lg--120 {
    padding-bottom: 120px !important;
  }

  .pl_lg--120 {
    padding-left: 120px !important;
  }

  .pr_lg--120 {
    padding-right: 120px !important;
  }

  .mt_lg--120 {
    margin-top: 120px !important;
  }

  .mb_lg--120 {
    margin-bottom: 120px !important;
  }

  .ml_lg--120 {
    margin-left: 120px !important;
  }

  .ptb_lg--125 {
    padding: 125px 0 !important;
  }

  .plr_lg--125 {
    padding: 0 125px !important;
  }

  .pt_lg--125 {
    padding-top: 125px !important;
  }

  .pb_lg--125 {
    padding-bottom: 125px !important;
  }

  .pl_lg--125 {
    padding-left: 125px !important;
  }

  .pr_lg--125 {
    padding-right: 125px !important;
  }

  .mt_lg--125 {
    margin-top: 125px !important;
  }

  .mb_lg--125 {
    margin-bottom: 125px !important;
  }

  .ml_lg--125 {
    margin-left: 125px !important;
  }

  .ptb_lg--130 {
    padding: 130px 0 !important;
  }

  .plr_lg--130 {
    padding: 0 130px !important;
  }

  .pt_lg--130 {
    padding-top: 130px !important;
  }

  .pb_lg--130 {
    padding-bottom: 130px !important;
  }

  .pl_lg--130 {
    padding-left: 130px !important;
  }

  .pr_lg--130 {
    padding-right: 130px !important;
  }

  .mt_lg--130 {
    margin-top: 130px !important;
  }

  .mb_lg--130 {
    margin-bottom: 130px !important;
  }

  .ml_lg--130 {
    margin-left: 130px !important;
  }

  .ptb_lg--135 {
    padding: 135px 0 !important;
  }

  .plr_lg--135 {
    padding: 0 135px !important;
  }

  .pt_lg--135 {
    padding-top: 135px !important;
  }

  .pb_lg--135 {
    padding-bottom: 135px !important;
  }

  .pl_lg--135 {
    padding-left: 135px !important;
  }

  .pr_lg--135 {
    padding-right: 135px !important;
  }

  .mt_lg--135 {
    margin-top: 135px !important;
  }

  .mb_lg--135 {
    margin-bottom: 135px !important;
  }

  .ml_lg--135 {
    margin-left: 135px !important;
  }

  .ptb_lg--140 {
    padding: 140px 0 !important;
  }

  .plr_lg--140 {
    padding: 0 140px !important;
  }

  .pt_lg--140 {
    padding-top: 140px !important;
  }

  .pb_lg--140 {
    padding-bottom: 140px !important;
  }

  .pl_lg--140 {
    padding-left: 140px !important;
  }

  .pr_lg--140 {
    padding-right: 140px !important;
  }

  .mt_lg--140 {
    margin-top: 140px !important;
  }

  .mb_lg--140 {
    margin-bottom: 140px !important;
  }

  .ml_lg--140 {
    margin-left: 140px !important;
  }

  .ptb_lg--145 {
    padding: 145px 0 !important;
  }

  .plr_lg--145 {
    padding: 0 145px !important;
  }

  .pt_lg--145 {
    padding-top: 145px !important;
  }

  .pb_lg--145 {
    padding-bottom: 145px !important;
  }

  .pl_lg--145 {
    padding-left: 145px !important;
  }

  .pr_lg--145 {
    padding-right: 145px !important;
  }

  .mt_lg--145 {
    margin-top: 145px !important;
  }

  .mb_lg--145 {
    margin-bottom: 145px !important;
  }

  .ml_lg--145 {
    margin-left: 145px !important;
  }

  .ptb_lg--150 {
    padding: 150px 0 !important;
  }

  .plr_lg--150 {
    padding: 0 150px !important;
  }

  .pt_lg--150 {
    padding-top: 150px !important;
  }

  .pb_lg--150 {
    padding-bottom: 150px !important;
  }

  .pl_lg--150 {
    padding-left: 150px !important;
  }

  .pr_lg--150 {
    padding-right: 150px !important;
  }

  .mt_lg--150 {
    margin-top: 150px !important;
  }

  .mb_lg--150 {
    margin-bottom: 150px !important;
  }

  .ml_lg--150 {
    margin-left: 150px !important;
  }

  .ptb_lg--155 {
    padding: 155px 0 !important;
  }

  .plr_lg--155 {
    padding: 0 155px !important;
  }

  .pt_lg--155 {
    padding-top: 155px !important;
  }

  .pb_lg--155 {
    padding-bottom: 155px !important;
  }

  .pl_lg--155 {
    padding-left: 155px !important;
  }

  .pr_lg--155 {
    padding-right: 155px !important;
  }

  .mt_lg--155 {
    margin-top: 155px !important;
  }

  .mb_lg--155 {
    margin-bottom: 155px !important;
  }

  .ml_lg--155 {
    margin-left: 155px !important;
  }

  .ptb_lg--160 {
    padding: 160px 0 !important;
  }

  .plr_lg--160 {
    padding: 0 160px !important;
  }

  .pt_lg--160 {
    padding-top: 160px !important;
  }

  .pb_lg--160 {
    padding-bottom: 160px !important;
  }

  .pl_lg--160 {
    padding-left: 160px !important;
  }

  .pr_lg--160 {
    padding-right: 160px !important;
  }

  .mt_lg--160 {
    margin-top: 160px !important;
  }

  .mb_lg--160 {
    margin-bottom: 160px !important;
  }

  .ml_lg--160 {
    margin-left: 160px !important;
  }

  .ptb_lg--165 {
    padding: 165px 0 !important;
  }

  .plr_lg--165 {
    padding: 0 165px !important;
  }

  .pt_lg--165 {
    padding-top: 165px !important;
  }

  .pb_lg--165 {
    padding-bottom: 165px !important;
  }

  .pl_lg--165 {
    padding-left: 165px !important;
  }

  .pr_lg--165 {
    padding-right: 165px !important;
  }

  .mt_lg--165 {
    margin-top: 165px !important;
  }

  .mb_lg--165 {
    margin-bottom: 165px !important;
  }

  .ml_lg--165 {
    margin-left: 165px !important;
  }

  .ptb_lg--170 {
    padding: 170px 0 !important;
  }

  .plr_lg--170 {
    padding: 0 170px !important;
  }

  .pt_lg--170 {
    padding-top: 170px !important;
  }

  .pb_lg--170 {
    padding-bottom: 170px !important;
  }

  .pl_lg--170 {
    padding-left: 170px !important;
  }

  .pr_lg--170 {
    padding-right: 170px !important;
  }

  .mt_lg--170 {
    margin-top: 170px !important;
  }

  .mb_lg--170 {
    margin-bottom: 170px !important;
  }

  .ml_lg--170 {
    margin-left: 170px !important;
  }

  .ptb_lg--175 {
    padding: 175px 0 !important;
  }

  .plr_lg--175 {
    padding: 0 175px !important;
  }

  .pt_lg--175 {
    padding-top: 175px !important;
  }

  .pb_lg--175 {
    padding-bottom: 175px !important;
  }

  .pl_lg--175 {
    padding-left: 175px !important;
  }

  .pr_lg--175 {
    padding-right: 175px !important;
  }

  .mt_lg--175 {
    margin-top: 175px !important;
  }

  .mb_lg--175 {
    margin-bottom: 175px !important;
  }

  .ml_lg--175 {
    margin-left: 175px !important;
  }

  .ptb_lg--180 {
    padding: 180px 0 !important;
  }

  .plr_lg--180 {
    padding: 0 180px !important;
  }

  .pt_lg--180 {
    padding-top: 180px !important;
  }

  .pb_lg--180 {
    padding-bottom: 180px !important;
  }

  .pl_lg--180 {
    padding-left: 180px !important;
  }

  .pr_lg--180 {
    padding-right: 180px !important;
  }

  .mt_lg--180 {
    margin-top: 180px !important;
  }

  .mb_lg--180 {
    margin-bottom: 180px !important;
  }

  .ml_lg--180 {
    margin-left: 180px !important;
  }

  .ptb_lg--185 {
    padding: 185px 0 !important;
  }

  .plr_lg--185 {
    padding: 0 185px !important;
  }

  .pt_lg--185 {
    padding-top: 185px !important;
  }

  .pb_lg--185 {
    padding-bottom: 185px !important;
  }

  .pl_lg--185 {
    padding-left: 185px !important;
  }

  .pr_lg--185 {
    padding-right: 185px !important;
  }

  .mt_lg--185 {
    margin-top: 185px !important;
  }

  .mb_lg--185 {
    margin-bottom: 185px !important;
  }

  .ml_lg--185 {
    margin-left: 185px !important;
  }

  .ptb_lg--190 {
    padding: 190px 0 !important;
  }

  .plr_lg--190 {
    padding: 0 190px !important;
  }

  .pt_lg--190 {
    padding-top: 190px !important;
  }

  .pb_lg--190 {
    padding-bottom: 190px !important;
  }

  .pl_lg--190 {
    padding-left: 190px !important;
  }

  .pr_lg--190 {
    padding-right: 190px !important;
  }

  .mt_lg--190 {
    margin-top: 190px !important;
  }

  .mb_lg--190 {
    margin-bottom: 190px !important;
  }

  .ml_lg--190 {
    margin-left: 190px !important;
  }

  .ptb_lg--195 {
    padding: 195px 0 !important;
  }

  .plr_lg--195 {
    padding: 0 195px !important;
  }

  .pt_lg--195 {
    padding-top: 195px !important;
  }

  .pb_lg--195 {
    padding-bottom: 195px !important;
  }

  .pl_lg--195 {
    padding-left: 195px !important;
  }

  .pr_lg--195 {
    padding-right: 195px !important;
  }

  .mt_lg--195 {
    margin-top: 195px !important;
  }

  .mb_lg--195 {
    margin-bottom: 195px !important;
  }

  .ml_lg--195 {
    margin-left: 195px !important;
  }

  .ptb_lg--200 {
    padding: 200px 0 !important;
  }

  .plr_lg--200 {
    padding: 0 200px !important;
  }

  .pt_lg--200 {
    padding-top: 200px !important;
  }

  .pb_lg--200 {
    padding-bottom: 200px !important;
  }

  .pl_lg--200 {
    padding-left: 200px !important;
  }

  .pr_lg--200 {
    padding-right: 200px !important;
  }

  .mt_lg--200 {
    margin-top: 200px !important;
  }

  .mb_lg--200 {
    margin-bottom: 200px !important;
  }

  .ml_lg--200 {
    margin-left: 200px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_md--0 {
    padding: 0 !important;
  }

  .pl_md--0 {
    padding-left: 0 !important;
  }

  .pr_md--0 {
    padding-right: 0 !important;
  }

  .pt_md--0 {
    padding-top: 0 !important;
  }

  .pb_md--0 {
    padding-bottom: 0 !important;
  }

  .mr_md--0 {
    margin-right: 0 !important;
  }

  .ml_md--0 {
    margin-left: 0 !important;
  }

  .mt_md--0 {
    margin-top: 0 !important;
  }

  .mb_md--0 {
    margin-bottom: 0 !important;
  }

  .ptb_md--250 {
    padding: 250px 0 !important;
  }

  .ptb_md--5 {
    padding: 5px 0 !important;
  }

  .plr_md--5 {
    padding: 0 5px !important;
  }

  .pt_md--5 {
    padding-top: 5px !important;
  }

  .pb_md--5 {
    padding-bottom: 5px !important;
  }

  .pl_md--5 {
    padding-left: 5px !important;
  }

  .pr_md--5 {
    padding-right: 5px !important;
  }

  .mt_md--5 {
    margin-top: 5px !important;
  }

  .mb_md--5 {
    margin-bottom: 5px !important;
  }

  .ptb_md--10 {
    padding: 10px 0 !important;
  }

  .plr_md--10 {
    padding: 0 10px !important;
  }

  .pt_md--10 {
    padding-top: 10px !important;
  }

  .pb_md--10 {
    padding-bottom: 10px !important;
  }

  .pl_md--10 {
    padding-left: 10px !important;
  }

  .pr_md--10 {
    padding-right: 10px !important;
  }

  .mt_md--10 {
    margin-top: 10px !important;
  }

  .mb_md--10 {
    margin-bottom: 10px !important;
  }

  .ptb_md--15 {
    padding: 15px 0 !important;
  }

  .plr_md--15 {
    padding: 0 15px !important;
  }

  .pt_md--15 {
    padding-top: 15px !important;
  }

  .pb_md--15 {
    padding-bottom: 15px !important;
  }

  .pl_md--15 {
    padding-left: 15px !important;
  }

  .pr_md--15 {
    padding-right: 15px !important;
  }

  .mt_md--15 {
    margin-top: 15px !important;
  }

  .mb_md--15 {
    margin-bottom: 15px !important;
  }

  .ptb_md--20 {
    padding: 20px 0 !important;
  }

  .plr_md--20 {
    padding: 0 20px !important;
  }

  .pt_md--20 {
    padding-top: 20px !important;
  }

  .pb_md--20 {
    padding-bottom: 20px !important;
  }

  .pl_md--20 {
    padding-left: 20px !important;
  }

  .pr_md--20 {
    padding-right: 20px !important;
  }

  .mt_md--20 {
    margin-top: 20px !important;
  }

  .mb_md--20 {
    margin-bottom: 20px !important;
  }

  .ptb_md--25 {
    padding: 25px 0 !important;
  }

  .plr_md--25 {
    padding: 0 25px !important;
  }

  .pt_md--25 {
    padding-top: 25px !important;
  }

  .pb_md--25 {
    padding-bottom: 25px !important;
  }

  .pl_md--25 {
    padding-left: 25px !important;
  }

  .pr_md--25 {
    padding-right: 25px !important;
  }

  .mt_md--25 {
    margin-top: 25px !important;
  }

  .mb_md--25 {
    margin-bottom: 25px !important;
  }

  .ptb_md--30 {
    padding: 30px 0 !important;
  }

  .plr_md--30 {
    padding: 0 30px !important;
  }

  .pt_md--30 {
    padding-top: 30px !important;
  }

  .pb_md--30 {
    padding-bottom: 30px !important;
  }

  .pl_md--30 {
    padding-left: 30px !important;
  }

  .pr_md--30 {
    padding-right: 30px !important;
  }

  .mt_md--30 {
    margin-top: 30px !important;
  }

  .mb_md--30 {
    margin-bottom: 30px !important;
  }

  .ptb_md--35 {
    padding: 35px 0 !important;
  }

  .plr_md--35 {
    padding: 0 35px !important;
  }

  .pt_md--35 {
    padding-top: 35px !important;
  }

  .pb_md--35 {
    padding-bottom: 35px !important;
  }

  .pl_md--35 {
    padding-left: 35px !important;
  }

  .pr_md--35 {
    padding-right: 35px !important;
  }

  .mt_md--35 {
    margin-top: 35px !important;
  }

  .mb_md--35 {
    margin-bottom: 35px !important;
  }

  .ptb_md--40 {
    padding: 40px 0 !important;
  }

  .plr_md--40 {
    padding: 0 40px !important;
  }

  .pt_md--40 {
    padding-top: 40px !important;
  }

  .pb_md--40 {
    padding-bottom: 40px !important;
  }

  .pl_md--40 {
    padding-left: 40px !important;
  }

  .pr_md--40 {
    padding-right: 40px !important;
  }

  .mt_md--40 {
    margin-top: 40px !important;
  }

  .mb_md--40 {
    margin-bottom: 40px !important;
  }

  .ptb_md--45 {
    padding: 45px 0 !important;
  }

  .plr_md--45 {
    padding: 0 45px !important;
  }

  .pt_md--45 {
    padding-top: 45px !important;
  }

  .pb_md--45 {
    padding-bottom: 45px !important;
  }

  .pl_md--45 {
    padding-left: 45px !important;
  }

  .pr_md--45 {
    padding-right: 45px !important;
  }

  .mt_md--45 {
    margin-top: 45px !important;
  }

  .mb_md--45 {
    margin-bottom: 45px !important;
  }

  .ptb_md--50 {
    padding: 50px 0 !important;
  }

  .plr_md--50 {
    padding: 0 50px !important;
  }

  .pt_md--50 {
    padding-top: 50px !important;
  }

  .pb_md--50 {
    padding-bottom: 50px !important;
  }

  .pl_md--50 {
    padding-left: 50px !important;
  }

  .pr_md--50 {
    padding-right: 50px !important;
  }

  .mt_md--50 {
    margin-top: 50px !important;
  }

  .mb_md--50 {
    margin-bottom: 50px !important;
  }

  .ptb_md--55 {
    padding: 55px 0 !important;
  }

  .plr_md--55 {
    padding: 0 55px !important;
  }

  .pt_md--55 {
    padding-top: 55px !important;
  }

  .pb_md--55 {
    padding-bottom: 55px !important;
  }

  .pl_md--55 {
    padding-left: 55px !important;
  }

  .pr_md--55 {
    padding-right: 55px !important;
  }

  .mt_md--55 {
    margin-top: 55px !important;
  }

  .mb_md--55 {
    margin-bottom: 55px !important;
  }

  .ptb_md--60 {
    padding: 60px 0 !important;
  }

  .plr_md--60 {
    padding: 0 60px !important;
  }

  .pt_md--60 {
    padding-top: 60px !important;
  }

  .pb_md--60 {
    padding-bottom: 60px !important;
  }

  .pl_md--60 {
    padding-left: 60px !important;
  }

  .pr_md--60 {
    padding-right: 60px !important;
  }

  .mt_md--60 {
    margin-top: 60px !important;
  }

  .mb_md--60 {
    margin-bottom: 60px !important;
  }

  .ptb_md--65 {
    padding: 65px 0 !important;
  }

  .plr_md--65 {
    padding: 0 65px !important;
  }

  .pt_md--65 {
    padding-top: 65px !important;
  }

  .pb_md--65 {
    padding-bottom: 65px !important;
  }

  .pl_md--65 {
    padding-left: 65px !important;
  }

  .pr_md--65 {
    padding-right: 65px !important;
  }

  .mt_md--65 {
    margin-top: 65px !important;
  }

  .mb_md--65 {
    margin-bottom: 65px !important;
  }

  .ptb_md--70 {
    padding: 70px 0 !important;
  }

  .plr_md--70 {
    padding: 0 70px !important;
  }

  .pt_md--70 {
    padding-top: 70px !important;
  }

  .pb_md--70 {
    padding-bottom: 70px !important;
  }

  .pl_md--70 {
    padding-left: 70px !important;
  }

  .pr_md--70 {
    padding-right: 70px !important;
  }

  .mt_md--70 {
    margin-top: 70px !important;
  }

  .mb_md--70 {
    margin-bottom: 70px !important;
  }

  .ptb_md--75 {
    padding: 75px 0 !important;
  }

  .plr_md--75 {
    padding: 0 75px !important;
  }

  .pt_md--75 {
    padding-top: 75px !important;
  }

  .pb_md--75 {
    padding-bottom: 75px !important;
  }

  .pl_md--75 {
    padding-left: 75px !important;
  }

  .pr_md--75 {
    padding-right: 75px !important;
  }

  .mt_md--75 {
    margin-top: 75px !important;
  }

  .mb_md--75 {
    margin-bottom: 75px !important;
  }

  .ptb_md--80 {
    padding: 80px 0 !important;
  }

  .plr_md--80 {
    padding: 0 80px !important;
  }

  .pt_md--80 {
    padding-top: 80px !important;
  }

  .pb_md--80 {
    padding-bottom: 80px !important;
  }

  .pl_md--80 {
    padding-left: 80px !important;
  }

  .pr_md--80 {
    padding-right: 80px !important;
  }

  .mt_md--80 {
    margin-top: 80px !important;
  }

  .mb_md--80 {
    margin-bottom: 80px !important;
  }

  .ptb_md--85 {
    padding: 85px 0 !important;
  }

  .plr_md--85 {
    padding: 0 85px !important;
  }

  .pt_md--85 {
    padding-top: 85px !important;
  }

  .pb_md--85 {
    padding-bottom: 85px !important;
  }

  .pl_md--85 {
    padding-left: 85px !important;
  }

  .pr_md--85 {
    padding-right: 85px !important;
  }

  .mt_md--85 {
    margin-top: 85px !important;
  }

  .mb_md--85 {
    margin-bottom: 85px !important;
  }

  .ptb_md--90 {
    padding: 90px 0 !important;
  }

  .plr_md--90 {
    padding: 0 90px !important;
  }

  .pt_md--90 {
    padding-top: 90px !important;
  }

  .pb_md--90 {
    padding-bottom: 90px !important;
  }

  .pl_md--90 {
    padding-left: 90px !important;
  }

  .pr_md--90 {
    padding-right: 90px !important;
  }

  .mt_md--90 {
    margin-top: 90px !important;
  }

  .mb_md--90 {
    margin-bottom: 90px !important;
  }

  .ptb_md--95 {
    padding: 95px 0 !important;
  }

  .plr_md--95 {
    padding: 0 95px !important;
  }

  .pt_md--95 {
    padding-top: 95px !important;
  }

  .pb_md--95 {
    padding-bottom: 95px !important;
  }

  .pl_md--95 {
    padding-left: 95px !important;
  }

  .pr_md--95 {
    padding-right: 95px !important;
  }

  .mt_md--95 {
    margin-top: 95px !important;
  }

  .mb_md--95 {
    margin-bottom: 95px !important;
  }

  .ptb_md--100 {
    padding: 100px 0 !important;
  }

  .plr_md--100 {
    padding: 0 100px !important;
  }

  .pt_md--100 {
    padding-top: 100px !important;
  }

  .pb_md--100 {
    padding-bottom: 100px !important;
  }

  .pl_md--100 {
    padding-left: 100px !important;
  }

  .pr_md--100 {
    padding-right: 100px !important;
  }

  .mt_md--100 {
    margin-top: 100px !important;
  }

  .mb_md--100 {
    margin-bottom: 100px !important;
  }

  .ptb_md--105 {
    padding: 105px 0 !important;
  }

  .plr_md--105 {
    padding: 0 105px !important;
  }

  .pt_md--105 {
    padding-top: 105px !important;
  }

  .pb_md--105 {
    padding-bottom: 105px !important;
  }

  .pl_md--105 {
    padding-left: 105px !important;
  }

  .pr_md--105 {
    padding-right: 105px !important;
  }

  .mt_md--105 {
    margin-top: 105px !important;
  }

  .mb_md--105 {
    margin-bottom: 105px !important;
  }

  .ptb_md--110 {
    padding: 110px 0 !important;
  }

  .plr_md--110 {
    padding: 0 110px !important;
  }

  .pt_md--110 {
    padding-top: 110px !important;
  }

  .pb_md--110 {
    padding-bottom: 110px !important;
  }

  .pl_md--110 {
    padding-left: 110px !important;
  }

  .pr_md--110 {
    padding-right: 110px !important;
  }

  .mt_md--110 {
    margin-top: 110px !important;
  }

  .mb_md--110 {
    margin-bottom: 110px !important;
  }

  .ptb_md--115 {
    padding: 115px 0 !important;
  }

  .plr_md--115 {
    padding: 0 115px !important;
  }

  .pt_md--115 {
    padding-top: 115px !important;
  }

  .pb_md--115 {
    padding-bottom: 115px !important;
  }

  .pl_md--115 {
    padding-left: 115px !important;
  }

  .pr_md--115 {
    padding-right: 115px !important;
  }

  .mt_md--115 {
    margin-top: 115px !important;
  }

  .mb_md--115 {
    margin-bottom: 115px !important;
  }

  .ptb_md--120 {
    padding: 120px 0 !important;
  }

  .plr_md--120 {
    padding: 0 120px !important;
  }

  .pt_md--120 {
    padding-top: 120px !important;
  }

  .pb_md--120 {
    padding-bottom: 120px !important;
  }

  .pl_md--120 {
    padding-left: 120px !important;
  }

  .pr_md--120 {
    padding-right: 120px !important;
  }

  .mt_md--120 {
    margin-top: 120px !important;
  }

  .mb_md--120 {
    margin-bottom: 120px !important;
  }

  .ptb_md--125 {
    padding: 125px 0 !important;
  }

  .plr_md--125 {
    padding: 0 125px !important;
  }

  .pt_md--125 {
    padding-top: 125px !important;
  }

  .pb_md--125 {
    padding-bottom: 125px !important;
  }

  .pl_md--125 {
    padding-left: 125px !important;
  }

  .pr_md--125 {
    padding-right: 125px !important;
  }

  .mt_md--125 {
    margin-top: 125px !important;
  }

  .mb_md--125 {
    margin-bottom: 125px !important;
  }

  .ptb_md--130 {
    padding: 130px 0 !important;
  }

  .plr_md--130 {
    padding: 0 130px !important;
  }

  .pt_md--130 {
    padding-top: 130px !important;
  }

  .pb_md--130 {
    padding-bottom: 130px !important;
  }

  .pl_md--130 {
    padding-left: 130px !important;
  }

  .pr_md--130 {
    padding-right: 130px !important;
  }

  .mt_md--130 {
    margin-top: 130px !important;
  }

  .mb_md--130 {
    margin-bottom: 130px !important;
  }

  .ptb_md--135 {
    padding: 135px 0 !important;
  }

  .plr_md--135 {
    padding: 0 135px !important;
  }

  .pt_md--135 {
    padding-top: 135px !important;
  }

  .pb_md--135 {
    padding-bottom: 135px !important;
  }

  .pl_md--135 {
    padding-left: 135px !important;
  }

  .pr_md--135 {
    padding-right: 135px !important;
  }

  .mt_md--135 {
    margin-top: 135px !important;
  }

  .mb_md--135 {
    margin-bottom: 135px !important;
  }

  .ptb_md--140 {
    padding: 140px 0 !important;
  }

  .plr_md--140 {
    padding: 0 140px !important;
  }

  .pt_md--140 {
    padding-top: 140px !important;
  }

  .pb_md--140 {
    padding-bottom: 140px !important;
  }

  .pl_md--140 {
    padding-left: 140px !important;
  }

  .pr_md--140 {
    padding-right: 140px !important;
  }

  .mt_md--140 {
    margin-top: 140px !important;
  }

  .mb_md--140 {
    margin-bottom: 140px !important;
  }

  .ptb_md--145 {
    padding: 145px 0 !important;
  }

  .plr_md--145 {
    padding: 0 145px !important;
  }

  .pt_md--145 {
    padding-top: 145px !important;
  }

  .pb_md--145 {
    padding-bottom: 145px !important;
  }

  .pl_md--145 {
    padding-left: 145px !important;
  }

  .pr_md--145 {
    padding-right: 145px !important;
  }

  .mt_md--145 {
    margin-top: 145px !important;
  }

  .mb_md--145 {
    margin-bottom: 145px !important;
  }

  .ptb_md--150 {
    padding: 150px 0 !important;
  }

  .plr_md--150 {
    padding: 0 150px !important;
  }

  .pt_md--150 {
    padding-top: 150px !important;
  }

  .pb_md--150 {
    padding-bottom: 150px !important;
  }

  .pl_md--150 {
    padding-left: 150px !important;
  }

  .pr_md--150 {
    padding-right: 150px !important;
  }

  .mt_md--150 {
    margin-top: 150px !important;
  }

  .mb_md--150 {
    margin-bottom: 150px !important;
  }

  .ptb_md--155 {
    padding: 155px 0 !important;
  }

  .plr_md--155 {
    padding: 0 155px !important;
  }

  .pt_md--155 {
    padding-top: 155px !important;
  }

  .pb_md--155 {
    padding-bottom: 155px !important;
  }

  .pl_md--155 {
    padding-left: 155px !important;
  }

  .pr_md--155 {
    padding-right: 155px !important;
  }

  .mt_md--155 {
    margin-top: 155px !important;
  }

  .mb_md--155 {
    margin-bottom: 155px !important;
  }

  .ptb_md--160 {
    padding: 160px 0 !important;
  }

  .plr_md--160 {
    padding: 0 160px !important;
  }

  .pt_md--160 {
    padding-top: 160px !important;
  }

  .pb_md--160 {
    padding-bottom: 160px !important;
  }

  .pl_md--160 {
    padding-left: 160px !important;
  }

  .pr_md--160 {
    padding-right: 160px !important;
  }

  .mt_md--160 {
    margin-top: 160px !important;
  }

  .mb_md--160 {
    margin-bottom: 160px !important;
  }

  .ptb_md--165 {
    padding: 165px 0 !important;
  }

  .plr_md--165 {
    padding: 0 165px !important;
  }

  .pt_md--165 {
    padding-top: 165px !important;
  }

  .pb_md--165 {
    padding-bottom: 165px !important;
  }

  .pl_md--165 {
    padding-left: 165px !important;
  }

  .pr_md--165 {
    padding-right: 165px !important;
  }

  .mt_md--165 {
    margin-top: 165px !important;
  }

  .mb_md--165 {
    margin-bottom: 165px !important;
  }

  .ptb_md--170 {
    padding: 170px 0 !important;
  }

  .plr_md--170 {
    padding: 0 170px !important;
  }

  .pt_md--170 {
    padding-top: 170px !important;
  }

  .pb_md--170 {
    padding-bottom: 170px !important;
  }

  .pl_md--170 {
    padding-left: 170px !important;
  }

  .pr_md--170 {
    padding-right: 170px !important;
  }

  .mt_md--170 {
    margin-top: 170px !important;
  }

  .mb_md--170 {
    margin-bottom: 170px !important;
  }

  .ptb_md--175 {
    padding: 175px 0 !important;
  }

  .plr_md--175 {
    padding: 0 175px !important;
  }

  .pt_md--175 {
    padding-top: 175px !important;
  }

  .pb_md--175 {
    padding-bottom: 175px !important;
  }

  .pl_md--175 {
    padding-left: 175px !important;
  }

  .pr_md--175 {
    padding-right: 175px !important;
  }

  .mt_md--175 {
    margin-top: 175px !important;
  }

  .mb_md--175 {
    margin-bottom: 175px !important;
  }

  .ptb_md--180 {
    padding: 180px 0 !important;
  }

  .plr_md--180 {
    padding: 0 180px !important;
  }

  .pt_md--180 {
    padding-top: 180px !important;
  }

  .pb_md--180 {
    padding-bottom: 180px !important;
  }

  .pl_md--180 {
    padding-left: 180px !important;
  }

  .pr_md--180 {
    padding-right: 180px !important;
  }

  .mt_md--180 {
    margin-top: 180px !important;
  }

  .mb_md--180 {
    margin-bottom: 180px !important;
  }

  .ptb_md--185 {
    padding: 185px 0 !important;
  }

  .plr_md--185 {
    padding: 0 185px !important;
  }

  .pt_md--185 {
    padding-top: 185px !important;
  }

  .pb_md--185 {
    padding-bottom: 185px !important;
  }

  .pl_md--185 {
    padding-left: 185px !important;
  }

  .pr_md--185 {
    padding-right: 185px !important;
  }

  .mt_md--185 {
    margin-top: 185px !important;
  }

  .mb_md--185 {
    margin-bottom: 185px !important;
  }

  .ptb_md--190 {
    padding: 190px 0 !important;
  }

  .plr_md--190 {
    padding: 0 190px !important;
  }

  .pt_md--190 {
    padding-top: 190px !important;
  }

  .pb_md--190 {
    padding-bottom: 190px !important;
  }

  .pl_md--190 {
    padding-left: 190px !important;
  }

  .pr_md--190 {
    padding-right: 190px !important;
  }

  .mt_md--190 {
    margin-top: 190px !important;
  }

  .mb_md--190 {
    margin-bottom: 190px !important;
  }

  .ptb_md--195 {
    padding: 195px 0 !important;
  }

  .plr_md--195 {
    padding: 0 195px !important;
  }

  .pt_md--195 {
    padding-top: 195px !important;
  }

  .pb_md--195 {
    padding-bottom: 195px !important;
  }

  .pl_md--195 {
    padding-left: 195px !important;
  }

  .pr_md--195 {
    padding-right: 195px !important;
  }

  .mt_md--195 {
    margin-top: 195px !important;
  }

  .mb_md--195 {
    margin-bottom: 195px !important;
  }

  .ptb_md--200 {
    padding: 200px 0 !important;
  }

  .plr_md--200 {
    padding: 0 200px !important;
  }

  .pt_md--200 {
    padding-top: 200px !important;
  }

  .pb_md--200 {
    padding-bottom: 200px !important;
  }

  .pl_md--200 {
    padding-left: 200px !important;
  }

  .pr_md--200 {
    padding-right: 200px !important;
  }

  .mt_md--200 {
    margin-top: 200px !important;
  }

  .mb_md--200 {
    margin-bottom: 200px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ptb_sm--250 {
    padding: 250px 0 !important;
  }

  .ptb_sm--0 {
    padding: 0 !important;
  }

  .pl_sm--0 {
    padding-left: 0 !important;
  }

  .pr_sm--0 {
    padding-right: 0 !important;
  }

  .pt_sm--0 {
    padding-top: 0 !important;
  }

  .pb_sm--0 {
    padding-bottom: 0 !important;
  }

  .mr_sm--0 {
    margin-right: 0 !important;
  }

  .ml_sm--0 {
    margin-left: 0 !important;
  }

  .mt_sm--0 {
    margin-top: 0 !important;
  }

  .mb_sm--0 {
    margin-bottom: 0 !important;
  }

  .pt_sm--150 {
    padding-top: 150px !important;
  }

  .pb_sm--110 {
    padding-bottom: 110px !important;
  }

  .ptb_sm--5 {
    padding: 5px 0 !important;
  }

  .plr_sm--5 {
    padding: 0 5px !important;
  }

  .pt_sm--5 {
    padding-top: 5px !important;
  }

  .pb_sm--5 {
    padding-bottom: 5px !important;
  }

  .pl_sm--5 {
    padding-left: 5px !important;
  }

  .pr_sm--5 {
    padding-right: 5px !important;
  }

  .mt_sm--5 {
    margin-top: 5px !important;
  }

  .ml_sm--5 {
    margin-left: 5px !important;
  }

  .mr_sm--5 {
    margin-right: 5px !important;
  }

  .mb_sm--5 {
    margin-bottom: 5px !important;
  }

  .ptb_sm--10 {
    padding: 10px 0 !important;
  }

  .plr_sm--10 {
    padding: 0 10px !important;
  }

  .pt_sm--10 {
    padding-top: 10px !important;
  }

  .pb_sm--10 {
    padding-bottom: 10px !important;
  }

  .pl_sm--10 {
    padding-left: 10px !important;
  }

  .pr_sm--10 {
    padding-right: 10px !important;
  }

  .mt_sm--10 {
    margin-top: 10px !important;
  }

  .ml_sm--10 {
    margin-left: 10px !important;
  }

  .mr_sm--10 {
    margin-right: 10px !important;
  }

  .mb_sm--10 {
    margin-bottom: 10px !important;
  }

  .ptb_sm--15 {
    padding: 15px 0 !important;
  }

  .plr_sm--15 {
    padding: 0 15px !important;
  }

  .pt_sm--15 {
    padding-top: 15px !important;
  }

  .pb_sm--15 {
    padding-bottom: 15px !important;
  }

  .pl_sm--15 {
    padding-left: 15px !important;
  }

  .pr_sm--15 {
    padding-right: 15px !important;
  }

  .mt_sm--15 {
    margin-top: 15px !important;
  }

  .ml_sm--15 {
    margin-left: 15px !important;
  }

  .mr_sm--15 {
    margin-right: 15px !important;
  }

  .mb_sm--15 {
    margin-bottom: 15px !important;
  }

  .ptb_sm--20 {
    padding: 20px 0 !important;
  }

  .plr_sm--20 {
    padding: 0 20px !important;
  }

  .pt_sm--20 {
    padding-top: 20px !important;
  }

  .pb_sm--20 {
    padding-bottom: 20px !important;
  }

  .pl_sm--20 {
    padding-left: 20px !important;
  }

  .pr_sm--20 {
    padding-right: 20px !important;
  }

  .mt_sm--20 {
    margin-top: 20px !important;
  }

  .ml_sm--20 {
    margin-left: 20px !important;
  }

  .mr_sm--20 {
    margin-right: 20px !important;
  }

  .mb_sm--20 {
    margin-bottom: 20px !important;
  }

  .ptb_sm--25 {
    padding: 25px 0 !important;
  }

  .plr_sm--25 {
    padding: 0 25px !important;
  }

  .pt_sm--25 {
    padding-top: 25px !important;
  }

  .pb_sm--25 {
    padding-bottom: 25px !important;
  }

  .pl_sm--25 {
    padding-left: 25px !important;
  }

  .pr_sm--25 {
    padding-right: 25px !important;
  }

  .mt_sm--25 {
    margin-top: 25px !important;
  }

  .ml_sm--25 {
    margin-left: 25px !important;
  }

  .mr_sm--25 {
    margin-right: 25px !important;
  }

  .mb_sm--25 {
    margin-bottom: 25px !important;
  }

  .ptb_sm--30 {
    padding: 30px 0 !important;
  }

  .plr_sm--30 {
    padding: 0 30px !important;
  }

  .pt_sm--30 {
    padding-top: 30px !important;
  }

  .pb_sm--30 {
    padding-bottom: 30px !important;
  }

  .pl_sm--30 {
    padding-left: 30px !important;
  }

  .pr_sm--30 {
    padding-right: 30px !important;
  }

  .mt_sm--30 {
    margin-top: 30px !important;
  }

  .ml_sm--30 {
    margin-left: 30px !important;
  }

  .mr_sm--30 {
    margin-right: 30px !important;
  }

  .mb_sm--30 {
    margin-bottom: 30px !important;
  }

  .ptb_sm--35 {
    padding: 35px 0 !important;
  }

  .plr_sm--35 {
    padding: 0 35px !important;
  }

  .pt_sm--35 {
    padding-top: 35px !important;
  }

  .pb_sm--35 {
    padding-bottom: 35px !important;
  }

  .pl_sm--35 {
    padding-left: 35px !important;
  }

  .pr_sm--35 {
    padding-right: 35px !important;
  }

  .mt_sm--35 {
    margin-top: 35px !important;
  }

  .ml_sm--35 {
    margin-left: 35px !important;
  }

  .mr_sm--35 {
    margin-right: 35px !important;
  }

  .mb_sm--35 {
    margin-bottom: 35px !important;
  }

  .ptb_sm--40 {
    padding: 40px 0 !important;
  }

  .plr_sm--40 {
    padding: 0 40px !important;
  }

  .pt_sm--40 {
    padding-top: 40px !important;
  }

  .pb_sm--40 {
    padding-bottom: 40px !important;
  }

  .pl_sm--40 {
    padding-left: 40px !important;
  }

  .pr_sm--40 {
    padding-right: 40px !important;
  }

  .mt_sm--40 {
    margin-top: 40px !important;
  }

  .ml_sm--40 {
    margin-left: 40px !important;
  }

  .mr_sm--40 {
    margin-right: 40px !important;
  }

  .mb_sm--40 {
    margin-bottom: 40px !important;
  }

  .ptb_sm--45 {
    padding: 45px 0 !important;
  }

  .plr_sm--45 {
    padding: 0 45px !important;
  }

  .pt_sm--45 {
    padding-top: 45px !important;
  }

  .pb_sm--45 {
    padding-bottom: 45px !important;
  }

  .pl_sm--45 {
    padding-left: 45px !important;
  }

  .pr_sm--45 {
    padding-right: 45px !important;
  }

  .mt_sm--45 {
    margin-top: 45px !important;
  }

  .ml_sm--45 {
    margin-left: 45px !important;
  }

  .mr_sm--45 {
    margin-right: 45px !important;
  }

  .mb_sm--45 {
    margin-bottom: 45px !important;
  }

  .ptb_sm--50 {
    padding: 50px 0 !important;
  }

  .plr_sm--50 {
    padding: 0 50px !important;
  }

  .pt_sm--50 {
    padding-top: 50px !important;
  }

  .pb_sm--50 {
    padding-bottom: 50px !important;
  }

  .pl_sm--50 {
    padding-left: 50px !important;
  }

  .pr_sm--50 {
    padding-right: 50px !important;
  }

  .mt_sm--50 {
    margin-top: 50px !important;
  }

  .ml_sm--50 {
    margin-left: 50px !important;
  }

  .mr_sm--50 {
    margin-right: 50px !important;
  }

  .mb_sm--50 {
    margin-bottom: 50px !important;
  }

  .ptb_sm--55 {
    padding: 55px 0 !important;
  }

  .plr_sm--55 {
    padding: 0 55px !important;
  }

  .pt_sm--55 {
    padding-top: 55px !important;
  }

  .pb_sm--55 {
    padding-bottom: 55px !important;
  }

  .pl_sm--55 {
    padding-left: 55px !important;
  }

  .pr_sm--55 {
    padding-right: 55px !important;
  }

  .mt_sm--55 {
    margin-top: 55px !important;
  }

  .ml_sm--55 {
    margin-left: 55px !important;
  }

  .mr_sm--55 {
    margin-right: 55px !important;
  }

  .mb_sm--55 {
    margin-bottom: 55px !important;
  }

  .ptb_sm--60 {
    padding: 60px 0 !important;
  }

  .plr_sm--60 {
    padding: 0 60px !important;
  }

  .pt_sm--60 {
    padding-top: 60px !important;
  }

  .pb_sm--60 {
    padding-bottom: 60px !important;
  }

  .pl_sm--60 {
    padding-left: 60px !important;
  }

  .pr_sm--60 {
    padding-right: 60px !important;
  }

  .mt_sm--60 {
    margin-top: 60px !important;
  }

  .ml_sm--60 {
    margin-left: 60px !important;
  }

  .mr_sm--60 {
    margin-right: 60px !important;
  }

  .mb_sm--60 {
    margin-bottom: 60px !important;
  }

  .ptb_sm--65 {
    padding: 65px 0 !important;
  }

  .plr_sm--65 {
    padding: 0 65px !important;
  }

  .pt_sm--65 {
    padding-top: 65px !important;
  }

  .pb_sm--65 {
    padding-bottom: 65px !important;
  }

  .pl_sm--65 {
    padding-left: 65px !important;
  }

  .pr_sm--65 {
    padding-right: 65px !important;
  }

  .mt_sm--65 {
    margin-top: 65px !important;
  }

  .ml_sm--65 {
    margin-left: 65px !important;
  }

  .mr_sm--65 {
    margin-right: 65px !important;
  }

  .mb_sm--65 {
    margin-bottom: 65px !important;
  }

  .ptb_sm--70 {
    padding: 70px 0 !important;
  }

  .plr_sm--70 {
    padding: 0 70px !important;
  }

  .pt_sm--70 {
    padding-top: 70px !important;
  }

  .pb_sm--70 {
    padding-bottom: 70px !important;
  }

  .pl_sm--70 {
    padding-left: 70px !important;
  }

  .pr_sm--70 {
    padding-right: 70px !important;
  }

  .mt_sm--70 {
    margin-top: 70px !important;
  }

  .ml_sm--70 {
    margin-left: 70px !important;
  }

  .mr_sm--70 {
    margin-right: 70px !important;
  }

  .mb_sm--70 {
    margin-bottom: 70px !important;
  }

  .ptb_sm--75 {
    padding: 75px 0 !important;
  }

  .plr_sm--75 {
    padding: 0 75px !important;
  }

  .pt_sm--75 {
    padding-top: 75px !important;
  }

  .pb_sm--75 {
    padding-bottom: 75px !important;
  }

  .pl_sm--75 {
    padding-left: 75px !important;
  }

  .pr_sm--75 {
    padding-right: 75px !important;
  }

  .mt_sm--75 {
    margin-top: 75px !important;
  }

  .ml_sm--75 {
    margin-left: 75px !important;
  }

  .mr_sm--75 {
    margin-right: 75px !important;
  }

  .mb_sm--75 {
    margin-bottom: 75px !important;
  }

  .ptb_sm--80 {
    padding: 80px 0 !important;
  }

  .plr_sm--80 {
    padding: 0 80px !important;
  }

  .pt_sm--80 {
    padding-top: 80px !important;
  }

  .pb_sm--80 {
    padding-bottom: 80px !important;
  }

  .pl_sm--80 {
    padding-left: 80px !important;
  }

  .pr_sm--80 {
    padding-right: 80px !important;
  }

  .mt_sm--80 {
    margin-top: 80px !important;
  }

  .ml_sm--80 {
    margin-left: 80px !important;
  }

  .mr_sm--80 {
    margin-right: 80px !important;
  }

  .mb_sm--80 {
    margin-bottom: 80px !important;
  }

  .ptb_sm--85 {
    padding: 85px 0 !important;
  }

  .plr_sm--85 {
    padding: 0 85px !important;
  }

  .pt_sm--85 {
    padding-top: 85px !important;
  }

  .pb_sm--85 {
    padding-bottom: 85px !important;
  }

  .pl_sm--85 {
    padding-left: 85px !important;
  }

  .pr_sm--85 {
    padding-right: 85px !important;
  }

  .mt_sm--85 {
    margin-top: 85px !important;
  }

  .ml_sm--85 {
    margin-left: 85px !important;
  }

  .mr_sm--85 {
    margin-right: 85px !important;
  }

  .mb_sm--85 {
    margin-bottom: 85px !important;
  }

  .ptb_sm--90 {
    padding: 90px 0 !important;
  }

  .plr_sm--90 {
    padding: 0 90px !important;
  }

  .pt_sm--90 {
    padding-top: 90px !important;
  }

  .pb_sm--90 {
    padding-bottom: 90px !important;
  }

  .pl_sm--90 {
    padding-left: 90px !important;
  }

  .pr_sm--90 {
    padding-right: 90px !important;
  }

  .mt_sm--90 {
    margin-top: 90px !important;
  }

  .ml_sm--90 {
    margin-left: 90px !important;
  }

  .mr_sm--90 {
    margin-right: 90px !important;
  }

  .mb_sm--90 {
    margin-bottom: 90px !important;
  }

  .ptb_sm--95 {
    padding: 95px 0 !important;
  }

  .plr_sm--95 {
    padding: 0 95px !important;
  }

  .pt_sm--95 {
    padding-top: 95px !important;
  }

  .pb_sm--95 {
    padding-bottom: 95px !important;
  }

  .pl_sm--95 {
    padding-left: 95px !important;
  }

  .pr_sm--95 {
    padding-right: 95px !important;
  }

  .mt_sm--95 {
    margin-top: 95px !important;
  }

  .ml_sm--95 {
    margin-left: 95px !important;
  }

  .mr_sm--95 {
    margin-right: 95px !important;
  }

  .mb_sm--95 {
    margin-bottom: 95px !important;
  }

  .ptb_sm--100 {
    padding: 100px 0 !important;
  }

  .plr_sm--100 {
    padding: 0 100px !important;
  }

  .pt_sm--100 {
    padding-top: 100px !important;
  }

  .pb_sm--100 {
    padding-bottom: 100px !important;
  }

  .pl_sm--100 {
    padding-left: 100px !important;
  }

  .pr_sm--100 {
    padding-right: 100px !important;
  }

  .mt_sm--100 {
    margin-top: 100px !important;
  }

  .ml_sm--100 {
    margin-left: 100px !important;
  }

  .mr_sm--100 {
    margin-right: 100px !important;
  }

  .mb_sm--100 {
    margin-bottom: 100px !important;
  }

  .ptb_sm--105 {
    padding: 105px 0 !important;
  }

  .plr_sm--105 {
    padding: 0 105px !important;
  }

  .pt_sm--105 {
    padding-top: 105px !important;
  }

  .pb_sm--105 {
    padding-bottom: 105px !important;
  }

  .pl_sm--105 {
    padding-left: 105px !important;
  }

  .pr_sm--105 {
    padding-right: 105px !important;
  }

  .mt_sm--105 {
    margin-top: 105px !important;
  }

  .ml_sm--105 {
    margin-left: 105px !important;
  }

  .mr_sm--105 {
    margin-right: 105px !important;
  }

  .mb_sm--105 {
    margin-bottom: 105px !important;
  }

  .ptb_sm--110 {
    padding: 110px 0 !important;
  }

  .plr_sm--110 {
    padding: 0 110px !important;
  }

  .pt_sm--110 {
    padding-top: 110px !important;
  }

  .pb_sm--110 {
    padding-bottom: 110px !important;
  }

  .pl_sm--110 {
    padding-left: 110px !important;
  }

  .pr_sm--110 {
    padding-right: 110px !important;
  }

  .mt_sm--110 {
    margin-top: 110px !important;
  }

  .ml_sm--110 {
    margin-left: 110px !important;
  }

  .mr_sm--110 {
    margin-right: 110px !important;
  }

  .mb_sm--110 {
    margin-bottom: 110px !important;
  }

  .ptb_sm--115 {
    padding: 115px 0 !important;
  }

  .plr_sm--115 {
    padding: 0 115px !important;
  }

  .pt_sm--115 {
    padding-top: 115px !important;
  }

  .pb_sm--115 {
    padding-bottom: 115px !important;
  }

  .pl_sm--115 {
    padding-left: 115px !important;
  }

  .pr_sm--115 {
    padding-right: 115px !important;
  }

  .mt_sm--115 {
    margin-top: 115px !important;
  }

  .ml_sm--115 {
    margin-left: 115px !important;
  }

  .mr_sm--115 {
    margin-right: 115px !important;
  }

  .mb_sm--115 {
    margin-bottom: 115px !important;
  }

  .ptb_sm--120 {
    padding: 120px 0 !important;
  }

  .plr_sm--120 {
    padding: 0 120px !important;
  }

  .pt_sm--120 {
    padding-top: 120px !important;
  }

  .pb_sm--120 {
    padding-bottom: 120px !important;
  }

  .pl_sm--120 {
    padding-left: 120px !important;
  }

  .pr_sm--120 {
    padding-right: 120px !important;
  }

  .mt_sm--120 {
    margin-top: 120px !important;
  }

  .ml_sm--120 {
    margin-left: 120px !important;
  }

  .mr_sm--120 {
    margin-right: 120px !important;
  }

  .mb_sm--120 {
    margin-bottom: 120px !important;
  }

  .ptb_sm--125 {
    padding: 125px 0 !important;
  }

  .plr_sm--125 {
    padding: 0 125px !important;
  }

  .pt_sm--125 {
    padding-top: 125px !important;
  }

  .pb_sm--125 {
    padding-bottom: 125px !important;
  }

  .pl_sm--125 {
    padding-left: 125px !important;
  }

  .pr_sm--125 {
    padding-right: 125px !important;
  }

  .mt_sm--125 {
    margin-top: 125px !important;
  }

  .ml_sm--125 {
    margin-left: 125px !important;
  }

  .mr_sm--125 {
    margin-right: 125px !important;
  }

  .mb_sm--125 {
    margin-bottom: 125px !important;
  }

  .ptb_sm--130 {
    padding: 130px 0 !important;
  }

  .plr_sm--130 {
    padding: 0 130px !important;
  }

  .pt_sm--130 {
    padding-top: 130px !important;
  }

  .pb_sm--130 {
    padding-bottom: 130px !important;
  }

  .pl_sm--130 {
    padding-left: 130px !important;
  }

  .pr_sm--130 {
    padding-right: 130px !important;
  }

  .mt_sm--130 {
    margin-top: 130px !important;
  }

  .ml_sm--130 {
    margin-left: 130px !important;
  }

  .mr_sm--130 {
    margin-right: 130px !important;
  }

  .mb_sm--130 {
    margin-bottom: 130px !important;
  }

  .ptb_sm--135 {
    padding: 135px 0 !important;
  }

  .plr_sm--135 {
    padding: 0 135px !important;
  }

  .pt_sm--135 {
    padding-top: 135px !important;
  }

  .pb_sm--135 {
    padding-bottom: 135px !important;
  }

  .pl_sm--135 {
    padding-left: 135px !important;
  }

  .pr_sm--135 {
    padding-right: 135px !important;
  }

  .mt_sm--135 {
    margin-top: 135px !important;
  }

  .ml_sm--135 {
    margin-left: 135px !important;
  }

  .mr_sm--135 {
    margin-right: 135px !important;
  }

  .mb_sm--135 {
    margin-bottom: 135px !important;
  }

  .ptb_sm--140 {
    padding: 140px 0 !important;
  }

  .plr_sm--140 {
    padding: 0 140px !important;
  }

  .pt_sm--140 {
    padding-top: 140px !important;
  }

  .pb_sm--140 {
    padding-bottom: 140px !important;
  }

  .pl_sm--140 {
    padding-left: 140px !important;
  }

  .pr_sm--140 {
    padding-right: 140px !important;
  }

  .mt_sm--140 {
    margin-top: 140px !important;
  }

  .ml_sm--140 {
    margin-left: 140px !important;
  }

  .mr_sm--140 {
    margin-right: 140px !important;
  }

  .mb_sm--140 {
    margin-bottom: 140px !important;
  }

  .ptb_sm--145 {
    padding: 145px 0 !important;
  }

  .plr_sm--145 {
    padding: 0 145px !important;
  }

  .pt_sm--145 {
    padding-top: 145px !important;
  }

  .pb_sm--145 {
    padding-bottom: 145px !important;
  }

  .pl_sm--145 {
    padding-left: 145px !important;
  }

  .pr_sm--145 {
    padding-right: 145px !important;
  }

  .mt_sm--145 {
    margin-top: 145px !important;
  }

  .ml_sm--145 {
    margin-left: 145px !important;
  }

  .mr_sm--145 {
    margin-right: 145px !important;
  }

  .mb_sm--145 {
    margin-bottom: 145px !important;
  }

  .ptb_sm--150 {
    padding: 150px 0 !important;
  }

  .plr_sm--150 {
    padding: 0 150px !important;
  }

  .pt_sm--150 {
    padding-top: 150px !important;
  }

  .pb_sm--150 {
    padding-bottom: 150px !important;
  }

  .pl_sm--150 {
    padding-left: 150px !important;
  }

  .pr_sm--150 {
    padding-right: 150px !important;
  }

  .mt_sm--150 {
    margin-top: 150px !important;
  }

  .ml_sm--150 {
    margin-left: 150px !important;
  }

  .mr_sm--150 {
    margin-right: 150px !important;
  }

  .mb_sm--150 {
    margin-bottom: 150px !important;
  }

  .ptb_sm--155 {
    padding: 155px 0 !important;
  }

  .plr_sm--155 {
    padding: 0 155px !important;
  }

  .pt_sm--155 {
    padding-top: 155px !important;
  }

  .pb_sm--155 {
    padding-bottom: 155px !important;
  }

  .pl_sm--155 {
    padding-left: 155px !important;
  }

  .pr_sm--155 {
    padding-right: 155px !important;
  }

  .mt_sm--155 {
    margin-top: 155px !important;
  }

  .ml_sm--155 {
    margin-left: 155px !important;
  }

  .mr_sm--155 {
    margin-right: 155px !important;
  }

  .mb_sm--155 {
    margin-bottom: 155px !important;
  }

  .ptb_sm--160 {
    padding: 160px 0 !important;
  }

  .plr_sm--160 {
    padding: 0 160px !important;
  }

  .pt_sm--160 {
    padding-top: 160px !important;
  }

  .pb_sm--160 {
    padding-bottom: 160px !important;
  }

  .pl_sm--160 {
    padding-left: 160px !important;
  }

  .pr_sm--160 {
    padding-right: 160px !important;
  }

  .mt_sm--160 {
    margin-top: 160px !important;
  }

  .ml_sm--160 {
    margin-left: 160px !important;
  }

  .mr_sm--160 {
    margin-right: 160px !important;
  }

  .mb_sm--160 {
    margin-bottom: 160px !important;
  }

  .ptb_sm--165 {
    padding: 165px 0 !important;
  }

  .plr_sm--165 {
    padding: 0 165px !important;
  }

  .pt_sm--165 {
    padding-top: 165px !important;
  }

  .pb_sm--165 {
    padding-bottom: 165px !important;
  }

  .pl_sm--165 {
    padding-left: 165px !important;
  }

  .pr_sm--165 {
    padding-right: 165px !important;
  }

  .mt_sm--165 {
    margin-top: 165px !important;
  }

  .ml_sm--165 {
    margin-left: 165px !important;
  }

  .mr_sm--165 {
    margin-right: 165px !important;
  }

  .mb_sm--165 {
    margin-bottom: 165px !important;
  }

  .ptb_sm--170 {
    padding: 170px 0 !important;
  }

  .plr_sm--170 {
    padding: 0 170px !important;
  }

  .pt_sm--170 {
    padding-top: 170px !important;
  }

  .pb_sm--170 {
    padding-bottom: 170px !important;
  }

  .pl_sm--170 {
    padding-left: 170px !important;
  }

  .pr_sm--170 {
    padding-right: 170px !important;
  }

  .mt_sm--170 {
    margin-top: 170px !important;
  }

  .ml_sm--170 {
    margin-left: 170px !important;
  }

  .mr_sm--170 {
    margin-right: 170px !important;
  }

  .mb_sm--170 {
    margin-bottom: 170px !important;
  }

  .ptb_sm--175 {
    padding: 175px 0 !important;
  }

  .plr_sm--175 {
    padding: 0 175px !important;
  }

  .pt_sm--175 {
    padding-top: 175px !important;
  }

  .pb_sm--175 {
    padding-bottom: 175px !important;
  }

  .pl_sm--175 {
    padding-left: 175px !important;
  }

  .pr_sm--175 {
    padding-right: 175px !important;
  }

  .mt_sm--175 {
    margin-top: 175px !important;
  }

  .ml_sm--175 {
    margin-left: 175px !important;
  }

  .mr_sm--175 {
    margin-right: 175px !important;
  }

  .mb_sm--175 {
    margin-bottom: 175px !important;
  }

  .ptb_sm--180 {
    padding: 180px 0 !important;
  }

  .plr_sm--180 {
    padding: 0 180px !important;
  }

  .pt_sm--180 {
    padding-top: 180px !important;
  }

  .pb_sm--180 {
    padding-bottom: 180px !important;
  }

  .pl_sm--180 {
    padding-left: 180px !important;
  }

  .pr_sm--180 {
    padding-right: 180px !important;
  }

  .mt_sm--180 {
    margin-top: 180px !important;
  }

  .ml_sm--180 {
    margin-left: 180px !important;
  }

  .mr_sm--180 {
    margin-right: 180px !important;
  }

  .mb_sm--180 {
    margin-bottom: 180px !important;
  }

  .ptb_sm--185 {
    padding: 185px 0 !important;
  }

  .plr_sm--185 {
    padding: 0 185px !important;
  }

  .pt_sm--185 {
    padding-top: 185px !important;
  }

  .pb_sm--185 {
    padding-bottom: 185px !important;
  }

  .pl_sm--185 {
    padding-left: 185px !important;
  }

  .pr_sm--185 {
    padding-right: 185px !important;
  }

  .mt_sm--185 {
    margin-top: 185px !important;
  }

  .ml_sm--185 {
    margin-left: 185px !important;
  }

  .mr_sm--185 {
    margin-right: 185px !important;
  }

  .mb_sm--185 {
    margin-bottom: 185px !important;
  }

  .ptb_sm--190 {
    padding: 190px 0 !important;
  }

  .plr_sm--190 {
    padding: 0 190px !important;
  }

  .pt_sm--190 {
    padding-top: 190px !important;
  }

  .pb_sm--190 {
    padding-bottom: 190px !important;
  }

  .pl_sm--190 {
    padding-left: 190px !important;
  }

  .pr_sm--190 {
    padding-right: 190px !important;
  }

  .mt_sm--190 {
    margin-top: 190px !important;
  }

  .ml_sm--190 {
    margin-left: 190px !important;
  }

  .mr_sm--190 {
    margin-right: 190px !important;
  }

  .mb_sm--190 {
    margin-bottom: 190px !important;
  }

  .ptb_sm--195 {
    padding: 195px 0 !important;
  }

  .plr_sm--195 {
    padding: 0 195px !important;
  }

  .pt_sm--195 {
    padding-top: 195px !important;
  }

  .pb_sm--195 {
    padding-bottom: 195px !important;
  }

  .pl_sm--195 {
    padding-left: 195px !important;
  }

  .pr_sm--195 {
    padding-right: 195px !important;
  }

  .mt_sm--195 {
    margin-top: 195px !important;
  }

  .ml_sm--195 {
    margin-left: 195px !important;
  }

  .mr_sm--195 {
    margin-right: 195px !important;
  }

  .mb_sm--195 {
    margin-bottom: 195px !important;
  }

  .ptb_sm--200 {
    padding: 200px 0 !important;
  }

  .plr_sm--200 {
    padding: 0 200px !important;
  }

  .pt_sm--200 {
    padding-top: 200px !important;
  }

  .pb_sm--200 {
    padding-bottom: 200px !important;
  }

  .pl_sm--200 {
    padding-left: 200px !important;
  }

  .pr_sm--200 {
    padding-right: 200px !important;
  }

  .mt_sm--200 {
    margin-top: 200px !important;
  }

  .ml_sm--200 {
    margin-left: 200px !important;
  }

  .mr_sm--200 {
    margin-right: 200px !important;
  }

  .mb_sm--200 {
    margin-bottom: 200px !important;
  }

  .pl_sm--0 {
    padding-left: 0;
  }

  .pr_sm--0 {
    padding-right: 0;
  }

  .pt_sm--0 {
    padding-top: 0;
  }

  .pb_sm--0 {
    padding-bottom: 0;
  }

  .mr_sm--0 {
    margin-right: 0;
  }

  .ml_sm--0 {
    margin-left: 0;
  }

  .mt_sm--0 {
    margin-top: 0;
  }

  .mb_sm--0 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .ptb_mobile--5 {
    padding: 5px 0 !important;
  }

  .plr_mobile--5 {
    padding: 0 5px !important;
  }

  .pt_mobile--5 {
    padding-top: 5px !important;
  }

  .pb_mobile--5 {
    padding-bottom: 5px !important;
  }

  .pl_mobile--5 {
    padding-left: 5px !important;
  }

  .pr_mobile--5 {
    padding-right: 5px !important;
  }

  .mt_mobile--5 {
    margin-top: 5px !important;
  }

  .mb_mobile--5 {
    margin-bottom: 5px !important;
  }

  .ptb_mobile--10 {
    padding: 10px 0 !important;
  }

  .plr_mobile--10 {
    padding: 0 10px !important;
  }

  .pt_mobile--10 {
    padding-top: 10px !important;
  }

  .pb_mobile--10 {
    padding-bottom: 10px !important;
  }

  .pl_mobile--10 {
    padding-left: 10px !important;
  }

  .pr_mobile--10 {
    padding-right: 10px !important;
  }

  .mt_mobile--10 {
    margin-top: 10px !important;
  }

  .mb_mobile--10 {
    margin-bottom: 10px !important;
  }

  .ptb_mobile--15 {
    padding: 15px 0 !important;
  }

  .plr_mobile--15 {
    padding: 0 15px !important;
  }

  .pt_mobile--15 {
    padding-top: 15px !important;
  }

  .pb_mobile--15 {
    padding-bottom: 15px !important;
  }

  .pl_mobile--15 {
    padding-left: 15px !important;
  }

  .pr_mobile--15 {
    padding-right: 15px !important;
  }

  .mt_mobile--15 {
    margin-top: 15px !important;
  }

  .mb_mobile--15 {
    margin-bottom: 15px !important;
  }

  .ptb_mobile--20 {
    padding: 20px 0 !important;
  }

  .plr_mobile--20 {
    padding: 0 20px !important;
  }

  .pt_mobile--20 {
    padding-top: 20px !important;
  }

  .pb_mobile--20 {
    padding-bottom: 20px !important;
  }

  .pl_mobile--20 {
    padding-left: 20px !important;
  }

  .pr_mobile--20 {
    padding-right: 20px !important;
  }

  .mt_mobile--20 {
    margin-top: 20px !important;
  }

  .mb_mobile--20 {
    margin-bottom: 20px !important;
  }

  .ptb_mobile--25 {
    padding: 25px 0 !important;
  }

  .plr_mobile--25 {
    padding: 0 25px !important;
  }

  .pt_mobile--25 {
    padding-top: 25px !important;
  }

  .pb_mobile--25 {
    padding-bottom: 25px !important;
  }

  .pl_mobile--25 {
    padding-left: 25px !important;
  }

  .pr_mobile--25 {
    padding-right: 25px !important;
  }

  .mt_mobile--25 {
    margin-top: 25px !important;
  }

  .mb_mobile--25 {
    margin-bottom: 25px !important;
  }

  .ptb_mobile--30 {
    padding: 30px 0 !important;
  }

  .plr_mobile--30 {
    padding: 0 30px !important;
  }

  .pt_mobile--30 {
    padding-top: 30px !important;
  }

  .pb_mobile--30 {
    padding-bottom: 30px !important;
  }

  .pl_mobile--30 {
    padding-left: 30px !important;
  }

  .pr_mobile--30 {
    padding-right: 30px !important;
  }

  .mt_mobile--30 {
    margin-top: 30px !important;
  }

  .mb_mobile--30 {
    margin-bottom: 30px !important;
  }

  .ptb_mobile--35 {
    padding: 35px 0 !important;
  }

  .plr_mobile--35 {
    padding: 0 35px !important;
  }

  .pt_mobile--35 {
    padding-top: 35px !important;
  }

  .pb_mobile--35 {
    padding-bottom: 35px !important;
  }

  .pl_mobile--35 {
    padding-left: 35px !important;
  }

  .pr_mobile--35 {
    padding-right: 35px !important;
  }

  .mt_mobile--35 {
    margin-top: 35px !important;
  }

  .mb_mobile--35 {
    margin-bottom: 35px !important;
  }

  .ptb_mobile--40 {
    padding: 40px 0 !important;
  }

  .plr_mobile--40 {
    padding: 0 40px !important;
  }

  .pt_mobile--40 {
    padding-top: 40px !important;
  }

  .pb_mobile--40 {
    padding-bottom: 40px !important;
  }

  .pl_mobile--40 {
    padding-left: 40px !important;
  }

  .pr_mobile--40 {
    padding-right: 40px !important;
  }

  .mt_mobile--40 {
    margin-top: 40px !important;
  }

  .mb_mobile--40 {
    margin-bottom: 40px !important;
  }

  .ptb_mobile--45 {
    padding: 45px 0 !important;
  }

  .plr_mobile--45 {
    padding: 0 45px !important;
  }

  .pt_mobile--45 {
    padding-top: 45px !important;
  }

  .pb_mobile--45 {
    padding-bottom: 45px !important;
  }

  .pl_mobile--45 {
    padding-left: 45px !important;
  }

  .pr_mobile--45 {
    padding-right: 45px !important;
  }

  .mt_mobile--45 {
    margin-top: 45px !important;
  }

  .mb_mobile--45 {
    margin-bottom: 45px !important;
  }

  .ptb_mobile--50 {
    padding: 50px 0 !important;
  }

  .plr_mobile--50 {
    padding: 0 50px !important;
  }

  .pt_mobile--50 {
    padding-top: 50px !important;
  }

  .pb_mobile--50 {
    padding-bottom: 50px !important;
  }

  .pl_mobile--50 {
    padding-left: 50px !important;
  }

  .pr_mobile--50 {
    padding-right: 50px !important;
  }

  .mt_mobile--50 {
    margin-top: 50px !important;
  }

  .mb_mobile--50 {
    margin-bottom: 50px !important;
  }

  .ptb_mobile--55 {
    padding: 55px 0 !important;
  }

  .plr_mobile--55 {
    padding: 0 55px !important;
  }

  .pt_mobile--55 {
    padding-top: 55px !important;
  }

  .pb_mobile--55 {
    padding-bottom: 55px !important;
  }

  .pl_mobile--55 {
    padding-left: 55px !important;
  }

  .pr_mobile--55 {
    padding-right: 55px !important;
  }

  .mt_mobile--55 {
    margin-top: 55px !important;
  }

  .mb_mobile--55 {
    margin-bottom: 55px !important;
  }

  .ptb_mobile--60 {
    padding: 60px 0 !important;
  }

  .plr_mobile--60 {
    padding: 0 60px !important;
  }

  .pt_mobile--60 {
    padding-top: 60px !important;
  }

  .pb_mobile--60 {
    padding-bottom: 60px !important;
  }

  .pl_mobile--60 {
    padding-left: 60px !important;
  }

  .pr_mobile--60 {
    padding-right: 60px !important;
  }

  .mt_mobile--60 {
    margin-top: 60px !important;
  }

  .mb_mobile--60 {
    margin-bottom: 60px !important;
  }

  .ptb_mobile--65 {
    padding: 65px 0 !important;
  }

  .plr_mobile--65 {
    padding: 0 65px !important;
  }

  .pt_mobile--65 {
    padding-top: 65px !important;
  }

  .pb_mobile--65 {
    padding-bottom: 65px !important;
  }

  .pl_mobile--65 {
    padding-left: 65px !important;
  }

  .pr_mobile--65 {
    padding-right: 65px !important;
  }

  .mt_mobile--65 {
    margin-top: 65px !important;
  }

  .mb_mobile--65 {
    margin-bottom: 65px !important;
  }

  .ptb_mobile--70 {
    padding: 70px 0 !important;
  }

  .plr_mobile--70 {
    padding: 0 70px !important;
  }

  .pt_mobile--70 {
    padding-top: 70px !important;
  }

  .pb_mobile--70 {
    padding-bottom: 70px !important;
  }

  .pl_mobile--70 {
    padding-left: 70px !important;
  }

  .pr_mobile--70 {
    padding-right: 70px !important;
  }

  .mt_mobile--70 {
    margin-top: 70px !important;
  }

  .mb_mobile--70 {
    margin-bottom: 70px !important;
  }

  .ptb_mobile--75 {
    padding: 75px 0 !important;
  }

  .plr_mobile--75 {
    padding: 0 75px !important;
  }

  .pt_mobile--75 {
    padding-top: 75px !important;
  }

  .pb_mobile--75 {
    padding-bottom: 75px !important;
  }

  .pl_mobile--75 {
    padding-left: 75px !important;
  }

  .pr_mobile--75 {
    padding-right: 75px !important;
  }

  .mt_mobile--75 {
    margin-top: 75px !important;
  }

  .mb_mobile--75 {
    margin-bottom: 75px !important;
  }

  .ptb_mobile--80 {
    padding: 80px 0 !important;
  }

  .plr_mobile--80 {
    padding: 0 80px !important;
  }

  .pt_mobile--80 {
    padding-top: 80px !important;
  }

  .pb_mobile--80 {
    padding-bottom: 80px !important;
  }

  .pl_mobile--80 {
    padding-left: 80px !important;
  }

  .pr_mobile--80 {
    padding-right: 80px !important;
  }

  .mt_mobile--80 {
    margin-top: 80px !important;
  }

  .mb_mobile--80 {
    margin-bottom: 80px !important;
  }

  .ptb_mobile--85 {
    padding: 85px 0 !important;
  }

  .plr_mobile--85 {
    padding: 0 85px !important;
  }

  .pt_mobile--85 {
    padding-top: 85px !important;
  }

  .pb_mobile--85 {
    padding-bottom: 85px !important;
  }

  .pl_mobile--85 {
    padding-left: 85px !important;
  }

  .pr_mobile--85 {
    padding-right: 85px !important;
  }

  .mt_mobile--85 {
    margin-top: 85px !important;
  }

  .mb_mobile--85 {
    margin-bottom: 85px !important;
  }

  .ptb_mobile--90 {
    padding: 90px 0 !important;
  }

  .plr_mobile--90 {
    padding: 0 90px !important;
  }

  .pt_mobile--90 {
    padding-top: 90px !important;
  }

  .pb_mobile--90 {
    padding-bottom: 90px !important;
  }

  .pl_mobile--90 {
    padding-left: 90px !important;
  }

  .pr_mobile--90 {
    padding-right: 90px !important;
  }

  .mt_mobile--90 {
    margin-top: 90px !important;
  }

  .mb_mobile--90 {
    margin-bottom: 90px !important;
  }

  .ptb_mobile--95 {
    padding: 95px 0 !important;
  }

  .plr_mobile--95 {
    padding: 0 95px !important;
  }

  .pt_mobile--95 {
    padding-top: 95px !important;
  }

  .pb_mobile--95 {
    padding-bottom: 95px !important;
  }

  .pl_mobile--95 {
    padding-left: 95px !important;
  }

  .pr_mobile--95 {
    padding-right: 95px !important;
  }

  .mt_mobile--95 {
    margin-top: 95px !important;
  }

  .mb_mobile--95 {
    margin-bottom: 95px !important;
  }

  .ptb_mobile--100 {
    padding: 100px 0 !important;
  }

  .plr_mobile--100 {
    padding: 0 100px !important;
  }

  .pt_mobile--100 {
    padding-top: 100px !important;
  }

  .pb_mobile--100 {
    padding-bottom: 100px !important;
  }

  .pl_mobile--100 {
    padding-left: 100px !important;
  }

  .pr_mobile--100 {
    padding-right: 100px !important;
  }

  .mt_mobile--100 {
    margin-top: 100px !important;
  }

  .mb_mobile--100 {
    margin-bottom: 100px !important;
  }
}
.slick-gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.slick-gutter-5 .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}

.slick-gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.slick-gutter-10 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

.slick-gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-gutter-15 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-gutter-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.slick-gutter-20 .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}

.slick-gutter-25 {
  margin-left: -25px;
  margin-right: -25px;
}
.slick-gutter-25 .slick-slide {
  padding-left: 25px;
  padding-right: 25px;
}

.slick-gutter-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.slick-gutter-30 .slick-slide {
  padding-left: 30px;
  padding-right: 30px;
}

.slick-gutter-35 {
  margin-left: -35px;
  margin-right: -35px;
}
.slick-gutter-35 .slick-slide {
  padding-left: 35px;
  padding-right: 35px;
}

.slick-gutter-40 {
  margin-left: -40px;
  margin-right: -40px;
}
.slick-gutter-40 .slick-slide {
  padding-left: 40px;
  padding-right: 40px;
}

.slick-gutter-45 {
  margin-left: -45px;
  margin-right: -45px;
}
.slick-gutter-45 .slick-slide {
  padding-left: 45px;
  padding-right: 45px;
}

.slick-gutter-50 {
  margin-left: -50px;
  margin-right: -50px;
}
.slick-gutter-50 .slick-slide {
  padding-left: 50px;
  padding-right: 50px;
}

.slick-gutter-55 {
  margin-left: -55px;
  margin-right: -55px;
}
.slick-gutter-55 .slick-slide {
  padding-left: 55px;
  padding-right: 55px;
}

.slick-gutter-60 {
  margin-left: -60px;
  margin-right: -60px;
}
.slick-gutter-60 .slick-slide {
  padding-left: 60px;
  padding-right: 60px;
}

.slick-gutter-65 {
  margin-left: -65px;
  margin-right: -65px;
}
.slick-gutter-65 .slick-slide {
  padding-left: 65px;
  padding-right: 65px;
}

.slick-gutter-70 {
  margin-left: -70px;
  margin-right: -70px;
}
.slick-gutter-70 .slick-slide {
  padding-left: 70px;
  padding-right: 70px;
}

.slick-gutter-75 {
  margin-left: -75px;
  margin-right: -75px;
}
.slick-gutter-75 .slick-slide {
  padding-left: 75px;
  padding-right: 75px;
}

.slick-gutter-80 {
  margin-left: -80px;
  margin-right: -80px;
}
.slick-gutter-80 .slick-slide {
  padding-left: 80px;
  padding-right: 80px;
}

.slick-gutter-85 {
  margin-left: -85px;
  margin-right: -85px;
}
.slick-gutter-85 .slick-slide {
  padding-left: 85px;
  padding-right: 85px;
}

.slick-gutter-90 {
  margin-left: -90px;
  margin-right: -90px;
}
.slick-gutter-90 .slick-slide {
  padding-left: 90px;
  padding-right: 90px;
}

.slick-gutter-95 {
  margin-left: -95px;
  margin-right: -95px;
}
.slick-gutter-95 .slick-slide {
  padding-left: 95px;
  padding-right: 95px;
}

.slick-gutter-100 {
  margin-left: -100px;
  margin-right: -100px;
}
.slick-gutter-100 .slick-slide {
  padding-left: 100px;
  padding-right: 100px;
}

.mt-dec-30 {
  margin-top: -30px !important;
}

.mt_dec--30 {
  margin-top: -30px !important;
}

.mt-dec-100 {
  margin-top: -100px !important;
}

@media only screen and (max-width: 479px) {
  .small-margin-pricing {
    margin-bottom: 25px !important;
  }
}

@media only screen and (max-width: 479px) {
  .contact-input {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb_dec--35 {
    margin-bottom: -50px;
  }
}

@media only screen and (max-width: 767px) {
  .mb_dec--35 {
    margin-bottom: -75px;
  }
}
@media only screen and (max-width: 575px) {
  .mb_dec--35 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .mt-contact-sm {
    margin-top: 30px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-pb {
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-input {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-input {
    padding-bottom: 30px;
  }
}

.pb_xl--130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1199px) {
  .pb_xl--130 {
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 1199px) {
  .mt_experience {
    margin-top: -10px;
  }
}

.mt_dec--120 {
  margin-top: -120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr_md--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr_md--30 {
    padding-left: 30 !important;
    padding-right: 30 !important;
  }
}

@media only screen and (max-width: 400px) {
  .plr--10 {
    padding: 0 10px !important;
  }
}
.padding-contorler-am-slide {
  padding-left: 246px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding-contorler-am-slide {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-contorler-am-slide {
    padding-left: 15px;
  }
}

.padding-contorler-am-slide-11 {
  padding-left: 246px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide-11 {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide-11 {
    padding-left: 0;
  }
}

.padding-contorler-am-slide-right {
  padding-right: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
    padding-top: 50px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--color-primary);
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: var(--color-primary);
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary);
}

kbd,
ins {
  color: #ffffff;
}

pre {
  font-family: "Raleway", sans-serif;
  font-size: var(--font-size-b3);
  margin: 10px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: var(--color-body);
  background: var(--color-lighter);
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: var(--color-heading);
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li &gt; ul,
li &gt; ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

caption,
th,
td {
  font-weight: normal;
}

th {
  font-weight: 500;
  text-transform: uppercase;
}

td,
.wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

del {
  color: #333;
}

ins {
  background: rgba(255, 47, 47, 0.4);
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

table a,
table a:link,
table a:visited {
  text-decoration: underline;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--heading-color);
}

dfn,
cite,
em {
  font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--p-light);
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: 700;
}

/* ========= Forms Styles ========= */
input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid var(--color-border);
  transition: all 0.4s ease-out 0s;
  color: var(--color-body);
  width: 100%;
}
input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: var(--color-primary);
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

input {
  height: 40px;
  padding: 0 15px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  font-size: var(--font-size-b2);
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  /* -- Placeholder -- */
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
}
input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
}
input[type=text].p-holder__active, .input-active input[type=text], input[type=text].input-active,
input[type=password].p-holder__active,
.input-active input[type=password],
input[type=password].input-active,
input[type=email].p-holder__active,
.input-active input[type=email],
input[type=email].input-active,
input[type=number].p-holder__active,
.input-active input[type=number],
input[type=number].input-active,
input[type=tel].p-holder__active,
.input-active input[type=tel],
input[type=tel].input-active,
textarea.p-holder__active,
textarea.input-active {
  border-color: var(--color-primary);
  /* -- Placeholder -- */
}
input[type=text].p-holder__active::placeholder, .input-active input[type=text]::placeholder, input[type=text].input-active::placeholder,
input[type=password].p-holder__active::placeholder,
.input-active input[type=password]::placeholder,
input[type=password].input-active::placeholder,
input[type=email].p-holder__active::placeholder,
.input-active input[type=email]::placeholder,
input[type=email].input-active::placeholder,
input[type=number].p-holder__active::placeholder,
.input-active input[type=number]::placeholder,
input[type=number].input-active::placeholder,
input[type=tel].p-holder__active::placeholder,
.input-active input[type=tel]::placeholder,
input[type=tel].input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
  color: var(--color-primary);
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__active:-ms-input-placeholder, .input-active input[type=text]:-ms-input-placeholder, input[type=text].input-active:-ms-input-placeholder,
input[type=password].p-holder__active:-ms-input-placeholder,
.input-active input[type=password]:-ms-input-placeholder,
input[type=password].input-active:-ms-input-placeholder,
input[type=email].p-holder__active:-ms-input-placeholder,
.input-active input[type=email]:-ms-input-placeholder,
input[type=email].input-active:-ms-input-placeholder,
input[type=number].p-holder__active:-ms-input-placeholder,
.input-active input[type=number]:-ms-input-placeholder,
input[type=number].input-active:-ms-input-placeholder,
input[type=tel].p-holder__active:-ms-input-placeholder,
.input-active input[type=tel]:-ms-input-placeholder,
input[type=tel].input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-primary);
}
input[type=text].p-holder__active::-ms-input-placeholder, .input-active input[type=text]::-ms-input-placeholder, input[type=text].input-active::-ms-input-placeholder,
input[type=password].p-holder__active::-ms-input-placeholder,
.input-active input[type=password]::-ms-input-placeholder,
input[type=password].input-active::-ms-input-placeholder,
input[type=email].p-holder__active::-ms-input-placeholder,
.input-active input[type=email]::-ms-input-placeholder,
input[type=email].input-active::-ms-input-placeholder,
input[type=number].p-holder__active::-ms-input-placeholder,
.input-active input[type=number]::-ms-input-placeholder,
input[type=number].input-active::-ms-input-placeholder,
input[type=tel].p-holder__active::-ms-input-placeholder,
.input-active input[type=tel]::-ms-input-placeholder,
input[type=tel].input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-primary);
}
input[type=text].p-holder__error, .input-error input[type=text], input[type=text].input-error,
input[type=password].p-holder__error,
.input-error input[type=password],
input[type=password].input-error,
input[type=email].p-holder__error,
.input-error input[type=email],
input[type=email].input-error,
input[type=number].p-holder__error,
.input-error input[type=number],
input[type=number].input-error,
input[type=tel].p-holder__error,
.input-error input[type=tel],
input[type=tel].input-error,
textarea.p-holder__error,
textarea.input-error {
  border-color: #f4282d;
  /* -- Placeholder -- */
}
input[type=text].p-holder__error::placeholder, .input-error input[type=text]::placeholder, input[type=text].input-error::placeholder,
input[type=password].p-holder__error::placeholder,
.input-error input[type=password]::placeholder,
input[type=password].input-error::placeholder,
input[type=email].p-holder__error::placeholder,
.input-error input[type=email]::placeholder,
input[type=email].input-error::placeholder,
input[type=number].p-holder__error::placeholder,
.input-error input[type=number]::placeholder,
input[type=number].input-error::placeholder,
input[type=tel].p-holder__error::placeholder,
.input-error input[type=tel]::placeholder,
input[type=tel].input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__error:-ms-input-placeholder, .input-error input[type=text]:-ms-input-placeholder, input[type=text].input-error:-ms-input-placeholder,
input[type=password].p-holder__error:-ms-input-placeholder,
.input-error input[type=password]:-ms-input-placeholder,
input[type=password].input-error:-ms-input-placeholder,
input[type=email].p-holder__error:-ms-input-placeholder,
.input-error input[type=email]:-ms-input-placeholder,
input[type=email].input-error:-ms-input-placeholder,
input[type=number].p-holder__error:-ms-input-placeholder,
.input-error input[type=number]:-ms-input-placeholder,
input[type=number].input-error:-ms-input-placeholder,
input[type=tel].p-holder__error:-ms-input-placeholder,
.input-error input[type=tel]:-ms-input-placeholder,
input[type=tel].input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4282d;
}
input[type=text].p-holder__error::-ms-input-placeholder, .input-error input[type=text]::-ms-input-placeholder, input[type=text].input-error::-ms-input-placeholder,
input[type=password].p-holder__error::-ms-input-placeholder,
.input-error input[type=password]::-ms-input-placeholder,
input[type=password].input-error::-ms-input-placeholder,
input[type=email].p-holder__error::-ms-input-placeholder,
.input-error input[type=email]::-ms-input-placeholder,
input[type=email].input-error::-ms-input-placeholder,
input[type=number].p-holder__error::-ms-input-placeholder,
.input-error input[type=number]::-ms-input-placeholder,
input[type=number].input-error::-ms-input-placeholder,
input[type=tel].p-holder__error::-ms-input-placeholder,
.input-error input[type=tel]::-ms-input-placeholder,
input[type=tel].input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4282d;
}
input[type=text].p-holder__error:focus, .input-error input[type=text]:focus, input[type=text].input-error:focus,
input[type=password].p-holder__error:focus,
.input-error input[type=password]:focus,
input[type=password].input-error:focus,
input[type=email].p-holder__error:focus,
.input-error input[type=email]:focus,
input[type=email].input-error:focus,
input[type=number].p-holder__error:focus,
.input-error input[type=number]:focus,
input[type=number].input-error:focus,
input[type=tel].p-holder__error:focus,
.input-error input[type=tel]:focus,
input[type=tel].input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
  border-color: #f4282d;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: var(--color-primary);
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
}
input[type=checkbox] ~ label,
input[type=radio] ~ label {
  position: relative;
  font-size: 12px;
  line-height: 17px;
  color: var(--color-body);
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
}
input[type=checkbox] ~ label::before,
input[type=radio] ~ label::before {
  content: " ";
  position: absolute;
  top: 1 px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #5d5d7e;
  border-radius: 2px;
  transition: all 0.3s;
  border-radius: 2px;
}
input[type=checkbox] ~ label::after,
input[type=radio] ~ label::after {
  content: " ";
  position: absolute;
  top: 16%;
  left: 2px;
  width: 10px;
  height: 6px;
  background-color: transparent;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}
input[type=checkbox]:checked ~ label::after,
input[type=radio]:checked ~ label::after {
  opacity: 1;
}

input:checked ~ .rn-check-box-label::before {
  background: var(--color-primary) !important;
}

input[type=radio] ~ label::before {
  border-radius: 50%;
}
input[type=radio] ~ label::after {
  width: 8px;
  height: 8px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.form-group input {
  border: 0 none;
  border-radius: 4px;
  height: 50px;
  font-size: var(--font-size-b2);
  transition: var(--transition);
  padding: 0 20px;
  background-color: var(--color-lightest);
  border: 1px solid transparent;
  transition: var(--transition);
}
.form-group input:focus {
  border-color: var(--color-primary);
  box-shadow: none;
}
.form-group textarea {
  min-height: 160px;
  border: 0 none;
  border-radius: 4px;
  resize: none;
  padding: 15px;
  font-size: var(--font-size-b2);
  transition: var(--transition);
  background-color: var(--color-lightest);
  border: 1px solid transparent;
}
.form-group textarea:focus {
  border-color: var(--color-primary);
}

input[type=submit] {
  width: auto;
  padding: 0 30px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
  height: 60px;
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: var(--p-medium);
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b3);
  height: 50px;
  border: 2px solid var(--color-primary);
  transition: var(--transition);
}
input[type=submit]:hover {
  background: transparent;
  color: var(--color-primary);
  transform: translateY(-5px);
}

/*==============================
 *  Utilities
=================================*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.fix {
  overflow: hidden;
}

.slick-initialized .slick-slide {
  margin-bottom: -10px;
}

.slick-gutter-15 {
  margin: -30px -15px;
}
.slick-gutter-15 .slick-slide {
  padding: 30px 15px;
}

iframe {
  width: 100%;
}

/*===============================
    Background Color
=================================*/
.bg-color-primary {
  background: var(--color-primary);
}

.bg-color-secondary {
  background: var(--color-secondary);
}

.bg-color-tertiary {
  background: var(--color-tertiary);
}

.bg-color-gray {
  background: var(--color-gray);
}

.bg-color-white {
  background: #FFFFFF;
}

.bg-color-black {
  background: #1A1A1A;
}

.bg-color-extra03 {
  background: var(--color-extra03);
}

/*===========================
Background Image
=============================*/
.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--1 {
  background-image: url(../images/bg/bg-image-1.jpg);
}

.bg_image--2 {
  background-image: url(../images/bg/bg-image-2.jpg);
}

.bg_image--3 {
  background-image: url(../images/bg/bg-image-3.jpg);
}

.bg_image--4 {
  background-image: url(../images/bg/bg-image-4.jpg);
}

.bg_image--5 {
  background-image: url(../images/bg/bg-image-5.jpg);
}

.bg_image--6 {
  background-image: url(../images/bg/bg-image-6.jpg);
}

.bg_image--7 {
  background-image: url(../images/bg/bg-image-7.jpg);
}

.bg_image--8 {
  background-image: url(../images/bg/bg-image-8.jpg);
}

.bg_image--9 {
  background-image: url(../images/bg/bg-image-9.jpg);
}

.bg_image--10 {
  background-image: url(../images/bg/bg-image-10.jpg);
}

.bg_image--11 {
  background-image: url(../images/bg/bg-image-11.jpg);
}

.bg_image--12 {
  background-image: url(../images/bg/bg-image-12.jpg);
}

.bg_image--13 {
  background-image: url(../images/bg/bg-image-13.jpg);
}

.bg_image--14 {
  background-image: url(../images/bg/bg-image-14.jpg);
}

.bg_image--15 {
  background-image: url(../images/bg/bg-image-15.jpg);
}

.bg_image--16 {
  background-image: url(../images/bg/bg-image-16.jpg);
}

.bg_image--17 {
  background-image: url(../images/bg/bg-image-17.jpg);
}

.bg_image--18 {
  background-image: url(../images/bg/bg-image-18.jpg);
}

.bg_image--19 {
  background-image: url(../images/bg/bg-image-19.jpg);
}

.bg_image--20 {
  background-image: url(../images/bg/bg-image-20.jpg);
}

.bg_image--21 {
  background-image: url(../images/bg/bg-image-21.jpg);
}

.bg_image--22 {
  background-image: url(../images/bg/bg-image-22.jpg);
}

.bg_image--23 {
  background-image: url(../images/bg/bg-image-23.jpg);
}

.bg_image--24 {
  background-image: url(../images/bg/bg-image-24.jpg);
}

.bg_image--25 {
  background-image: url(../images/bg/bg-image-25.jpg);
}

.bg_image--26 {
  background-image: url(../images/bg/bg-image-26.jpg);
}

.bg_image--27 {
  background-image: url(../images/bg/bg-image-27.jpg);
}

.bg_image--28 {
  background-image: url(../images/bg/bg-image-28.jpg);
}

.bg_image--29 {
  background-image: url(../images/bg/bg-image-29.jpg);
}

.bg_image--30 {
  background-image: url(../images/bg/bg-image-30.jpg);
}

.bg_image--31 {
  background-image: url(../images/bg/bg-image-31.jpg);
}

.bg_image--32 {
  background-image: url(../images/bg/bg-image-32.jpg);
}

.bg_image--33 {
  background-image: url(../images/bg/bg-image-33.jpg);
}

.bg_image--34 {
  background-image: url(../images/bg/bg-image-34.jpg);
}

.bg_image--35 {
  background-image: url(../images/bg/bg-image-35.jpg);
}

.bg_image--36 {
  background-image: url(../images/bg/bg-image-36.jpg);
}

.bg_image--37 {
  background-image: url(../images/bg/bg-image-37.jpg);
}

.bg_image--38 {
  background-image: url(../images/bg/bg-image-38.jpg);
}

.bg_image--39 {
  background-image: url(../images/bg/bg-image-39.jpg);
}

.bg_image--40 {
  background-image: url(../images/bg/bg-image-40.jpg);
}

.bg_tr-image--1 {
  background-image: url(../images/bg/bg-image-1.png) !important;
  background-size: cover !important;
}

.bg_tr-image--2 {
  background-image: url(../images/bg/bg-image-2.png) !important;
  background-size: cover !important;
}

.bg_tr-image--3 {
  background-image: url(../images/bg/bg-image-3.png) !important;
  background-size: cover !important;
}

.bg_tr-image--4 {
  background-image: url(../images/bg/bg-image-4.png) !important;
  background-size: cover !important;
}

.bg_tr-image--5 {
  background-image: url(../images/bg/bg-image-5.png) !important;
  background-size: cover !important;
}

.bg_tr-image--6 {
  background-image: url(../images/bg/bg-image-6.png) !important;
  background-size: cover !important;
}

.bg_tr-image--7 {
  background-image: url(../images/bg/bg-image-7.png) !important;
  background-size: cover !important;
}

.bg_tr-image--8 {
  background-image: url(../images/bg/bg-image-8.png) !important;
  background-size: cover !important;
}

.bg_tr-image--9 {
  background-image: url(../images/bg/bg-image-9.png) !important;
  background-size: cover !important;
}

.bg_tr-image--10 {
  background-image: url(../images/bg/bg-image-10.png) !important;
  background-size: cover !important;
}

.bg_tr-image--11 {
  background-image: url(../images/bg/bg-image-11.png) !important;
  background-size: cover !important;
}

.bg_tr-image--12 {
  background-image: url(../images/bg/bg-image-12.png) !important;
  background-size: cover !important;
}

.bg_tr-image--13 {
  background-image: url(../images/bg/bg-image-13.png) !important;
  background-size: cover !important;
}

.bg_tr-image--14 {
  background-image: url(../images/bg/bg-image-14.png) !important;
  background-size: cover !important;
}

.bg_tr-image--15 {
  background-image: url(../images/bg/bg-image-15.png) !important;
  background-size: cover !important;
}

.bg_tr-image--16 {
  background-image: url(../images/bg/bg-image-16.png) !important;
  background-size: cover !important;
}

.bg_tr-image--17 {
  background-image: url(../images/bg/bg-image-17.png) !important;
  background-size: cover !important;
}

.bg_tr-image--18 {
  background-image: url(../images/bg/bg-image-18.png) !important;
  background-size: cover !important;
}

.bg_tr-image--19 {
  background-image: url(../images/bg/bg-image-19.png) !important;
  background-size: cover !important;
}

.bg_tr-image--20 {
  background-image: url(../images/bg/bg-image-20.png) !important;
  background-size: cover !important;
}

/* Height and width */
.fullscreen {
  min-height: 980px;
  width: 100%;
}

/*===================
Custom Row
======================*/
.row--0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row--0 &gt; [class*=col] {
  padding-left: 0px;
  padding-right: 0px;
}

.row--5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row--5 &gt; [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row--10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row--10 &gt; [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.row--20 {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--20 &gt; [class*=col], .row--20 &gt; [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 &gt; [class*=col], .row--20 &gt; [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 &gt; [class*=col], .row--20 &gt; [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 &gt; [class*=col], .row--20 &gt; [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 &gt; [class*=col], .row--20 &gt; [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--25 {
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--25 &gt; [class*=col], .row--25 &gt; [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 &gt; [class*=col], .row--25 &gt; [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 &gt; [class*=col], .row--25 &gt; [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 &gt; [class*=col], .row--25 &gt; [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 &gt; [class*=col], .row--25 &gt; [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--30 &gt; [class*=col], .row--30 &gt; [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 &gt; [class*=col], .row--30 &gt; [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 &gt; [class*=col], .row--30 &gt; [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 &gt; [class*=col], .row--30 &gt; [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 &gt; [class*=col], .row--30 &gt; [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--45 {
  margin-left: -45px;
  margin-right: -45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--45 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--45 &gt; [class*=col], .row--45 &gt; [class*=col-] {
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 &gt; [class*=col], .row--45 &gt; [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 &gt; [class*=col], .row--45 &gt; [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 &gt; [class*=col], .row--45 &gt; [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--45 &gt; [class*=col], .row--45 &gt; [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--40 {
  margin-left: -40px;
  margin-right: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--40 &gt; [class*=col], .row--40 &gt; [class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 &gt; [class*=col], .row--40 &gt; [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 &gt; [class*=col], .row--40 &gt; [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 &gt; [class*=col], .row--40 &gt; [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--40 &gt; [class*=col], .row--40 &gt; [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--60 {
  margin-left: -60px;
  margin-right: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--60 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--60 &gt; [class*=col], .row--60 &gt; [class*=col-] {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--60 &gt; [class*=col], .row--60 &gt; [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--60 &gt; [class*=col], .row--60 &gt; [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--60 &gt; [class*=col], .row--60 &gt; [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--60 &gt; [class*=col], .row--60 &gt; [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	Overlay styles
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
  z-index: 2;
}

[data-overlay] &gt; div,
[data-overlay] &gt; *,
[data-black-overlay] &gt; div,
[data-black-overlay] &gt; *,
[data-white-overlay] &gt; div,
[data-white-overlay] &gt; * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

[data-overlay]:before {
  background: var(--color-primary);
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

/*------------------------------
    Scroll Up
--------------------------------*/
#scrollUp {
  width: 70px;
  height: 80px;
  right: 100px;
  bottom: 60px;
  text-align: center;
  z-index: 9811 !important;
  text-decoration: none;
  background: #fff;
  line-height: 80px;
  color: #757589;
  font-size: 15px;
  font-weight: 400;
  transition: var(--transition);
  display: inline-block;
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}
#scrollUp::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
  filter: blur(50px);
}
#scrollUp::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 60px;
    line-height: 60px;
  }
}
#scrollUp span.text {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  #scrollUp span.text {
    margin-top: 3px;
  }
}
#scrollUp span.text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent var(--color-primary) transparent;
  position: absolute;
  content: "";
  left: 50%;
  top: 21%;
  transform: translateX(-50%);
}
#scrollUp:hover span.text {
  color: var(--color-primary);
}

body {
  scroll-behavior: auto;
  background: #fff;
  overflow-x: hidden;
}

.container {
  max-width: 1170px;
}

.title-hover {
  background-size: 200% 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.title-hover:hover {
  background-position: 0% 100%;
  color: #000;
}

p {
  font-size: 16px;
  line-height: 26px;
}

a.pe-none {
  font-size: 14px;
  font-weight: 500;
}

.img-transition-scale {
  overflow: hidden;
}
.img-transition-scale:hover a img {
  transform: scale(110%);
}
.img-transition-scale a {
  display: block;
  width: 100%;
}
.img-transition-scale a img {
  transform: scale(100%);
  transition: all 0.4s;
}

.home-three .img-transition-scale {
  overflow: hidden;
  border-radius: 20px;
}
.home-three .img-transition-scale:hover a img {
  transform: scale(110%);
}
.home-three .img-transition-scale a {
  display: block;
  width: 100%;
}
.home-three .img-transition-scale a img {
  transform: scale(100%);
  transition: all 0.4s;
  width: 100%;
}

.echo-get-in-tuch {
  margin-bottom: 40px;
}
.echo-get-in-tuch h4 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  position: relative;
}
.echo-get-in-tuch h4::after {

  font-family: "Font Awesome 6 Pro" !important;
  position: absolute;
  font-size: 16px;
  margin-left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.echo-py-btn:hover {
  background-color: var(--color-primary);
  transition: all ease-in 0.3s;
  border: 1px solid var(--color-primary) !important;
  color: #fff;
}

.echo-py-hover-white svg path {
  transition: all ease-in 0.3s;
}
.echo-py-hover-white:hover {
  background-color: #fff;
  transition: all ease-in 0.3s;
  color: #000 !important;
}
.echo-py-hover-white:hover svg path {
  fill: #000;
}

.echo-py-btn-border {
  transition: all ease-in 0.3s;
}
.echo-py-btn-border:hover {
  background-color: #181823 !important;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  transition: all ease-in 0.3s;
}

/*------------------------
    Header Sticky
--------------------------*/
/* Start Sticky Menu */
.echo-header-area.header-sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  transition: 0.3s;
}

.echo-header-area .echo-header-top.remove-content {
  display: none;
}

/* End Sticky Menu */
.home-2-area-shep {
  position: relative;
  max-width: max-content;
}
.home-2-area-shep p {
  clip-path: polygon(5% 1%, 85% 0, 80% 100%, 0% 100%);
  padding: 0 40px 0 23px;
  display: inline-block;
  background-color: #924FFF;
}
.home-2-area-shep p span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.home-2-area-shep::after {
  content: "";
  position: absolute;
  width: 3px;
  top: 0px;
  right: 10px;
  height: 28px;
  transform: rotate(11deg);
  background-color: #924FFF;
}
.home-2-area-shep.secondary p {
  background-color: #53B7BD;
}
.home-2-area-shep.secondary::after {
  background-color: #53B7BD;
}
.home-2-area-shep.df-orange p {
  background-color: #F16228;
}
.home-2-area-shep.df-orange::after {
  background-color: #F16228;
}

.home-2-read-more-btn a {
  position: relative;
  color: #fff;
  transition: all ease 0.4s;
}
.home-2-read-more-btn a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro" !important;
  position: absolute;
  margin-left: 10px;
  transition: all ease 0.3s;
}
.home-2-read-more-btn a:hover {
  color: #7817F2;
}
.home-2-read-more-btn a:hover::after {
  transform: translateX(5px);
}
.home-2-read-more-btn a.df-color {
  color: #5E5E5E;
}
.home-2-read-more-btn a.df-color:hover {
  color: #7817F2;
}

.col-lg-20 {
  width: 20%;
  float: left;
}

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
    float: left;
  }
}
@media only screen and (max-width: 1199px) {
  .col-lg-20 {
    width: 33%;
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-lg-20 {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .col-lg-20 {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 575px) {
  .col-lg-20 {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 479px) {
  .col-lg-20 {
    width: 100%;
    float: left;
  }
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5D666F !important;
  opacity: 1 !important;
  /* Firefox */
  font-size: 16px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5D666F !important;
  font-size: 16px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #5D666F !important;
  font-size: 16px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.bg-1 {
  background: #e00a0a;
}

.bg-secondary {
  background: #1D2027 !important;
}

.bg-white {
  background: #FFFFFF;
}

.bg-footer-one {
  background-repeat: no-repeat;
  background-size: cover;
  background: #0E1422;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bg-footer-one::after {
  content: "";
  position: absolute;
  background-image: url(../images/footer/h1-shape/01.svg);
  height: 450px;
  width: 450px;
  right: -3%;
  background-repeat: no-repeat;
  bottom: -5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .bg-footer-one::after {
    right: -15%;
  }
}
@media only screen and (max-width: 1199px) {
  .bg-footer-one::after {
    right: -15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-footer-one::after {
    left: 53%;
  }
}
.bg-footer-one::before {
  content: "";
  position: absolute;
  background-image: url(../images/footer/h1-shape/02.png);
  height: 800px;
  width: 823px;
  left: -16%;
  background-position: center;
  bottom: -13%;
  background-size: cover;
  z-index: -1;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .bg-footer-one::before {
    left: -25%;
  }
}
@media only screen and (max-width: 1199px) {
  .bg-footer-one::before {
    left: -25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-footer-one::before {
    left: -48%;
  }
}
.bg-footer-one .bg-shape-f1 {
  position: relative;
  z-index: 1;
}
.bg-footer-one .bg-shape-f1::after {
  position: absolute;
  background-image: url(../images/footer/h1-shape/03.png);
  content: "";
  height: 500px;
  width: 523px;
  left: -25%;
  top: -20%;
  z-index: -1;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .bg-footer-one .bg-shape-f1::after {
    left: -30%;
    top: -32%;
  }
}
@media only screen and (max-width: 1199px) {
  .bg-footer-one .bg-shape-f1::after {
    left: -30%;
    top: -32%;
  }
}

.over_link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  left: 0;
  top: 0;
}

.title-area span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #3B38EB;
}
.title-area .title {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .title-area .title {
    margin-bottom: 15px;
  }
}

.bg-light {
  background: #ecf2f6;
}

.photographer-home.dark-version .header--sticky.sticky {
  background: #2f2d24 !important;
}

.header--sticky {
  transition: 0.3s;
  top: 0;
  z-index: 5;
  position: relative;
}
.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: block;
  backdrop-filter: blur(9px);
  width: 100%;
  box-shadow: 0px 7px 18px #1810100d;
  background: #fff !important;
  z-index: 999;
}

.bg_dark {
  background: #1C1C1C;
}

.g-6, .gy-6 {
  --bs-gutter-y: 4rem !important;
}

.g-6, .gx-6 {
  --bs-gutter-x: 4rem !important;
}

.g-24, .gy-24 {
  --bs-gutter-y: 2.4rem !important;
}

.g-24, .gx-24 {
  --bs-gutter-x: 2.4rem !important;
}

.h2-title-area {
  position: relative;
  z-index: 4;
}
.h2-title-area::after {
  position: absolute;
  content: "";
  height: 99%;
  width: 100%;
  top: 4px;
  z-index: -1;
  left: 0;
  background: linear-gradient(180deg, #ffffff00 0%, #ecf0f3 100%);
}
.h2-title-area span.bg-text {
  position: absolute;
  z-index: 1;
  font-weight: 800;
  font-size: 120px;
  z-index: -1;
  left: 0;
  top: 54px;
  color: #fff;
  text-transform: uppercase;
  max-width: max-content;
  width: max-content;
}
.h2-title-area .pre-title {
  display: inline-block;
  padding: 2px 15px;
  border: 1px solid #141414;
  border-radius: 33px;
  color: #141414;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.h2-title-area .title {
  margin-top: 30px;
  font-size: 48px;
}
@media only screen and (max-width: 575px) {
  .h2-title-area .title {
    font-size: 27px;
  }
}

.photographer-home.dark-version .h2-title-area .pre-title {
  border: 1px solid #d3d3d3;
  border-radius: 33px;
  color: #d3d3d3;
}

.h2-title-area.text-center {
  position: relative;
  z-index: 4;
}
.h2-title-area.text-center::after {
  position: absolute;
  content: "";
  height: 71%;
  width: 100%;
  top: 0;
  z-index: -1;
  left: 0;
  background: linear-gradient(180deg, #ffffff00 0%, #ecf0f3 100%);
}
.h2-title-area.text-center span.bg-text {
  position: absolute;
  z-index: 1;
  font-weight: 800;
  font-size: 120px;
  z-index: -1;
  left: 50%;
  top: 15px;
  color: #fff;
  text-transform: uppercase;
  transform: translateX(-50%);
  max-width: max-content;
  width: max-content;
}
@media only screen and (max-width: 767px) {
  .h2-title-area.text-center span.bg-text {
    font-size: 62px;
  }
}
.h2-title-area.text-center .pre-title {
  display: inline-block;
  padding: 2px 15px;
  border: 1px solid #141414;
  border-radius: 33px;
  color: #141414;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.h2-title-area.text-center .title {
  margin-top: 30px;
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .h2-title-area.text-center .title {
    font-size: 27px;
  }
}

.title-area-h3 .pre-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #74787C;
}
.title-area-h3 .title {
  font-weight: 600;
  font-size: 60px;
  line-height: 82px;
  color: #141414;
}
@media only screen and (max-width: 479px) {
  .title-area-h3 .title {
    line-height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .title-area-h3 .title {
    font-size: 36px;
  }
}
.title-area-h3 .title span {
  color: #FF390E;
}

.title-area-home-4 .pre-title {
  background: linear-gradient(130.08deg, #FFFFFF 0%, #ECF0F3 100%);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 40px #D3DAE1;
  border-radius: 100px;
  padding: 3px 24px;
  text-transform: uppercase;
  color: #141414;
  font-weight: 700;
}
.title-area-home-4 .title {
  font-weight: 800;
  font-size: 48px;
  line-height: 66px;
  color: #141414;
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .title-area-home-4 .title {
    font-size: 39px;
    line-height: 61px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-area-home-4 .title {
    font-size: 30px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .title-area-home-4 .title {
    font-size: 26px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 479px) {
  .title-area-home-4 .title {
    font-size: 20px;
    line-height: 33px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-contact-area.four {
    background: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .rts-contact-area.four {
    background: transparent;
  }
}

.echo-breadcrumb-area {
  background-image: url("../images/breadcrumb/breadcrumb.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.echo-breadcrumb-area .breadcrumb-inner .meta .next {
  text-transform: uppercase;
}
.echo-breadcrumb-area .breadcrumb-inner .title {
  margin-bottom: 0;
  font-size: 56px;
  line-height: 76px;
}

.echo-breadcrumb-area-2 {
  background-image: url("../images/breadcrumb/breadcrumb.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 65px 0;
}
.echo-breadcrumb-area-2 .echo-author-content {
  display: flex;
  gap: 30px;
}
.echo-breadcrumb-area-2 .echo-author-content h5 {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 35px;
}
.echo-breadcrumb-area-2 .echo-author-content p {
  margin-bottom: 15px;
}
.echo-breadcrumb-area-2 .echo-author-content .echo-footer-social-media a:first-child {
  margin-left: -5px;
}
.echo-breadcrumb-area-2 .echo-author-content .echo-footer-social-media a {
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  border: 1px solid #5E5E5E;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s ease;
  transform: scale(0.9);
  position: relative;
}
.echo-breadcrumb-area-2 .echo-author-content .echo-footer-social-media a i {
  color: #5E5E5E;
}
.echo-breadcrumb-area-2 .echo-author-content .echo-footer-social-media a:hover {
  background-color: var(--color-primary);
  border: 1px solid transparent;
}
.echo-breadcrumb-area-2 .echo-author-content .echo-footer-social-media a:hover i {
  color: #fff;
}

/* Category 3 Style blog Shep */
.echo-ct-style-3-shep {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translate(-50%);
}
.echo-ct-style-3-shep p {
  font-size: 14px;
  line-height: 22px;
  background-color: #000;
  color: #fff;
  padding: 8px 18px;
  text-align: center;
  text-transform: uppercase;
}

.rts-dark-light {
  transition: all 0.4s;
  cursor: pointer;
  font-size: 20px;
}
.rts-dark-light i {
  transition: all 0.4s;
}

[data-theme=light] .rts-dark-light i.fa-sun {
  display: none;
}
[data-theme=light] .rts-dark-light i.fa-moon {
  display: block;
}

[data-theme=dark] .rts-dark-light i.fa-sun {
  display: block;
}
[data-theme=dark] .rts-dark-light i.fa-moon {
  display: none;
}

.search-input-area {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 200px 0;
  background: #fff;
  -webkit-box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
  z-index: 1100;
  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;
}
.search-input-area.show {
  visibility: visible;
  -webkit-transform: inherit;
  transform: inherit;
  opacity: 1;
}
.search-input-area .search-input-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: center;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.search-input-area .search-input-inner .input-div {
  width: 80%;
  position: relative;
}
.search-input-area .search-input-inner input {
  background: none;
  border: 1px solid rgba(94, 94, 94, 0.6);
  padding: 20px;
  padding-left: 40px;
  border-radius: 0;
  width: 100%;
  font-size: 15px;
  position: relative;
}
.search-input-area .search-input-inner input:focus {
  border: 1px solid var(--color-primary);
}
.search-input-area .search-input-inner .search-close-icon {
  width: 6%;
}
.search-input-area .search-input-inner .search-close-icon i {
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
  background: var(--color-primary);
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.home-one .rts-darkmode {
  position: relative;
}

.home-two .rts-darkmode {
  position: relative;
}

.home-three .echo-site-main-logo-menu-social .echo-home-1-social-media-icons {
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
}
.home-three .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .rts-darkmode {
  position: relative;
  margin-left: 40px;
}
@media (max-width: 1200px) {
  .home-three .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .rts-darkmode {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .home-three .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .rts-darkmode {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (max-width: 400px) {
  .home-three .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .rts-darkmode {
    margin-left: 0;
    margin-right: 30px;
  }
}
.home-three .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .rts-darkmode::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
  left: -20px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .home-three .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .rts-darkmode::before {
    display: none;
  }
}
.home-three .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .rts-darkmode i {
  color: #FFFFFF;
}
.home-three .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .echo-header-top-menu-bar {
  position: relative;
}
.home-three .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .echo-header-top-menu-bar::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
  left: -20px;
  background-color: #fff;
}
@media (max-width: 400px) {
  .home-three .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .echo-header-top-menu-bar::before {
    left: -15px;
  }
}
.home-three .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .echo-header-top-menu-bar svg path {
  fill: #FFFFFF;
}
.home-three .echo-header-area.header-sticky .echo-home-1-menu .echo-header-top-menu-bar {
  display: none;
}

.home-four .rts-darkmode {
  position: relative;
}
.home-four .rts-darkmode i {
  color: #FFFFFF;
}

.innerpage .echo-site-main-logo-menu-social .echo-home-1-social-media-icons {
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
}
.innerpage .echo-site-main-logo-menu-social .echo-home-1-social-media-icons ul {
  margin-right: 0;
}
.innerpage .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .rts-darkmode {
  position: relative;
}
.innerpage .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .rts-darkmode::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
  left: -20px;
  background-color: #181823;
}
.innerpage .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .rts-darkmode i {
  color: #181823;
}
.innerpage .echo-header-top {
  padding: 10px 0;
  background: #181823;
}
.innerpage .echo-header-top .echo-meta-jobs-text span {
  color: #FFFFFF;
}
.innerpage .echo-header-top .echo-day-name,
.innerpage .echo-header-top .echo-date-time {
  color: #FFFFFF;
}
.innerpage .echo-header-top .echo-subscribe {
  position: relative;
}
.innerpage .echo-header-top .echo-subscribe a {
  padding: 5px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.innerpage .echo-header-top .echo-subscribe a:hover {
  background: none;
  border-width: 0 0 1px 0 !important;
  border-color: #FFFFFF !important;
}
.innerpage .echo-header-top .echo-subscribe a i {
  margin-right: 5px;
}
.innerpage .echo-header-top .rts-dark-light i {
  color: #FFFFFF;
}
.innerpage .echo-header-top .echo-header-top-search-btn::after {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.innerpage .echo-header-top .echo-header-top-menu-bar svg path {
  fill: #FFFFFF;
}

html[data-theme=dark] .innerpage .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .rts-darkmode::before {
  background-color: #FFFFFF;
}
html[data-theme=dark] .innerpage .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .rts-darkmode i {
  color: #FFFFFF;
}

html[data-theme=light] .logo-dark {
  display: none;
}
html[data-theme=light] .logo-light {
  display: block;
}

html[data-theme=dark] .logo-dark {
  display: block;
}
html[data-theme=dark] .logo-light {
  display: none;
}

.echo-header-top-menu-bar svg {
  position: relative;
  margin-top: -4px;
}

.home-four .side-bar button {
  background: #FF4962;
}
.home-four .side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner form button.subscribe-btn {
  background: #FF4962;
}
.home-four .side-bar .inner-main-wrapper-desk .inner-content .category-menu-area .category-area .item .content .recent-post-title:hover a {
  color: #FF4962;
}

.home-five .side-bar button {
  background: #D5225B;
}
.home-five .side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner form button.subscribe-btn {
  background: #D5225B;
}
.home-five .side-bar .inner-main-wrapper-desk .inner-content .category-menu-area .category-area .item .content .recent-post-title:hover a {
  color: #D5225B;
}

input {
  transition: 0.3s;
}
input:focus {
  border: 1px solid var(--color-primary) !important;
}

textarea {
  transition: 0.3s;
}
textarea:focus {
  border: 1px solid var(--color-primary) !important;
}

.home-two input,
.home-three input {
  transition: 0.3s;
}
.home-two input:focus,
.home-three input:focus {
  border: 1px solid #924FFF !important;
}
.home-two textarea,
.home-three textarea {
  transition: 0.3s;
}
.home-two textarea:focus,
.home-three textarea:focus {
  border: 1px solid #924FFF !important;
}

.home-four input {
  transition: 0.3s;
}
.home-four input:focus {
  border: 1px solid #FF4962 !important;
}
.home-four textarea {
  transition: 0.3s;
}
.home-four textarea:focus {
  border: 1px solid #FF4962 !important;
}

.rt-treding-slider10 {
  height: 67px;
  line-height: 67px;
}

.img-transition-scales {
  overflow: hidden;
}
.img-transition-scales .img-hovers {
  transform: scale(100%);
  transition: 0.3s ease-in-out;
}
.img-transition-scales:hover .img-hovers {
  transform: scale(104%);
}

#form-messages.success {
  color: var(--color-primary);
}

.hm5-btn-1 {
  background-color: #D5225B;
  color: var(--color-white);
  font-family: var(--home-5-body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  padding: 25px 55px 23px 35px;
  border-radius: 15px;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .hm5-btn-1 {
    font-size: 16px;
    padding: 20px 50px 18px 30px;
  }
}
.hm5-btn-1:hover {
  background: #FFFFFF;
  color: #181823;
}
.hm5-btn-1:hover .arrow-1 {
  opacity: 0;
  transform: translate(10px, -50%);
}
.hm5-btn-1:hover .arrow-2 {
  opacity: 1;
  transform: translate(0, -50%);
}
.hm5-btn-1 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  transition: all 0.4s;
}
.hm5-btn-1 img.arrow-2 {
  opacity: 0;
  transform: translate(-10px, -50%);
}

.hm5-btn-2 {
  background-color: transparent;
  color: #999;
  font-family: var(--home-5-body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.4s;
  padding: 18px 50px 16px 25px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #999999;
}
.hm5-btn-2:hover {
  background: #D5225B;
  border: 1px solid #D5225B;
  color: #FFFFFF;
}
.hm5-btn-2:hover .arrow-1 {
  opacity: 0;
  transform: translate(10px, -50%);
}
.hm5-btn-2:hover .arrow-2 {
  opacity: 1;
  transform: translate(0, -50%);
}
.hm5-btn-2 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all 0.4s;
}
.hm5-btn-2 img.arrow-2 {
  opacity: 0;
  transform: translate(-10px, -50%);
}

.hm-5-title-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hm-5-title-btn .hm-5-main-title {
  width: 85%;
}
@media (max-width: 1460px) {
  .hm-5-title-btn .hm-5-main-title {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .hm-5-title-btn .hm-5-main-title {
    width: auto;
  }
}
.hm-5-title-btn .hm-5-main-title h2 {
  color: var(--color-white);
  font-family: var(--home-5-title-font);
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 991px) {
  .hm-5-title-btn .hm-5-main-title h2 {
    font-size: 56px;
    line-height: 1.1;
  }
}
@media (max-width: 768px) {
  .hm-5-title-btn .hm-5-main-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .hm-5-title-btn .hm-5-main-title h2 {
    font-size: 42px;
  }
}
.hm-5-title-btn .hm-5-main-title h2::after {
  position: absolute;
  content: "";
  left: 35%;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  height: 1px;
  background-color: #999999;
}
@media (max-width: 1460px) {
  .hm-5-title-btn .hm-5-main-title h2::after {
    width: 55%;
    left: 50%;
  }
}
@media (max-width: 1200px) {
  .hm-5-title-btn .hm-5-main-title h2::after {
    display: none;
  }
}

.hm-5-container {
  max-width: 1706px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .hm-5-container {
    padding: 0 15px;
  }
}

.hm-6-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .hm-6-container {
    padding: 0 15px;
  }
}

.hm-7-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .hm-7-container {
    padding: 0 15px;
  }
}

.hm-9-container {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 15px;
}
.hm-5-meta-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hm-5-meta-box .hm-5-meta-btn span {
  background-color: #D5225B;
  padding: 7px 20px 5px 20px;
  text-align: center;
  color: var(--color-white);
  text-align: center;
  font-family: var(--home-5-title-font);
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  text-transform: uppercase;
}
.hm-5-meta-box .hm-5-meta-date span {
  color: #999;
  font-family: var(--home-5-title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.hm7-btn-1 {
  color: #FE5301;
  font-family: "Inter", sans-serif;
  border: 1px solid #FE5301;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 15px 55px 13px 35px;
  border-radius: 0;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .hm7-btn-1 {
    font-size: 16px;
    padding: 20px 50px 18px 30px;
  }
}
.hm7-btn-1 i {
  color: #FE5301;
}
.hm7-btn-1:hover {
  color: #FE5301;
}
.hm7-btn-1:hover .arrow-1 {
  opacity: 0;
  transform: translate(10px, -50%);
}
.hm7-btn-1:hover .arrow-2 {
  opacity: 1;
  transform: translate(0, -50%);
}
.hm7-btn-1 i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  transition: all 0.4s;
}
.hm7-btn-1 i.arrow-2 {
  opacity: 0;
  transform: translate(-10px, -50%);
}

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/*jump animation */
@keyframes jump-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50px, 0) scale(0.7);
    transform: translate3d(0, 50px, 0) scale(0.7);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-4 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0) scale(0.8);
    transform: translate3d(0, 20px, 0) scale(0.8);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-5 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes videobuttonpopup {
  0% {
    box-shadow: 0 0 0 0 #F0ECE9, 0 0 0 0 #F0ECE9;
  }
  80% {
    box-shadow: 0 0 0 20px #fff0, 0 0 0 40px #fff0;
  }
  100% {
    box-shadow: 0 0 0 0 #fff0, 0 0 0 0 #fff0;
  }
}
@keyframes videobuttonpopupsmall {
  0% {
    box-shadow: 0 0 0 0 #F0ECE9, 0 0 0 0 #F0ECE9;
  }
  80% {
    box-shadow: 0 0 0 10px #fff0, 0 0 0 12px #fff0;
  }
  100% {
    box-shadow: 0 0 0 0 #fff0, 0 0 0 0 #fff0;
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes jump-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateIt2 {
  to {
    transform: rotate(360deg);
  }
}
@keyframes shape-service-1 {
  0% {
    right: -40%;
    top: 30%;
  }
  100% {
    right: -23%;
    top: 0;
  }
}
@keyframes animate-floting {
  0% {
    transform: translateX(50%);
  }
  50% {
    transform: translateX(-40%);
  }
  100% {
    transform: translateX(40%);
  }
}
@keyframes animate-floting-2 {
  0% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(40%);
  }
  100% {
    transform: translateX(-40%);
  }
}
@keyframes animate-floting-3 {
  0% {
    transform: translateX(-20%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-20%);
  }
}
.floting-line {
  animation: animate-floting 15s linear infinite;
}
.floting-line:hover {
  animation-play-state: paused;
}

.floting-line-2 {
  animation: animate-floting-2 15s linear infinite;
}
.floting-line-2:hover {
  animation-play-state: paused;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes vsmorph {
  0% {
    border-radius: var(--morp-value);
  }
  50% {
    border-radius: var(--morp-md-value);
  }
  100% {
    border-radius: 40% 60%;
  }
}
@keyframes morpspin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes customOne {
  0% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    opacity: 0;
  }
}
@keyframes liveAuction {
  0% {
    background: var(--color-white);
  }
  100% {
    background: var(--color-danger);
  }
}
.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}
.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .cd-headline {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .cd-headline {
    font-size: 26px;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* --------------------------------

xclip

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  margin-top: -20px;
}
.cd-headline.clip .cd-words-wrapper b {
  font-weight: 700;
}

.cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: var(--color-primary-3);
  transform: translateY(-50%);
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
  * Animations
  */
[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=slide-up] {
  transform: translateY(20%);
}

[data-sal=slide-down] {
  transform: translateY(-20%);
}

[data-sal=slide-left] {
  transform: translateX(20%);
}

[data-sal=slide-right] {
  transform: translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=zoom-in] {
  transform: scale(0.5);
}

[data-sal=zoom-out] {
  transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

[data-sal|=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  transform: none;
}

/* Header area style  */
.echo-header-top {
  padding: 20px 0;
}
@media (max-width: 576px) {
  .echo-header-top {
    padding: 15px 0;
  }
}

@media (max-width: 768px) {
  .echo-full-header-top {
    padding: 0 30px;
  }
}
@media (max-width: 400px) {
  .echo-full-header-top {
    padding: 0 10px;
  }
}

.echo-meta-total-jobs {
  display: flex;
  gap: 18px;
  align-items: center;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .echo-meta-total-jobs {
    gap: 10px;
  }
}
.echo-meta-total-jobs .echo-meta-jobs-text span {
  font-weight: var(--s-bold);
  font-size: var(--font-size-b2);
  color: var(--color-heading-1);
  font-family: "Inter", sans-serif;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .echo-meta-total-jobs .echo-meta-jobs-text span {
    font-size: 14px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .echo-meta-total-jobs .echo-meta-jobs-text span {
    font-size: 14px;
  }
}

.echo-header-top-date {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .echo-header-top-date {
    justify-content: left;
  }
}
.echo-header-top-date .echo-day-name span i,
.echo-header-top-date .echo-date-time span i {
  margin-right: 10px;
}
.echo-header-top-date .echo-day-name span strong,
.echo-header-top-date .echo-date-time span strong {
  color: #181818;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .echo-header-top-date .echo-day-name,
.echo-header-top-date .echo-date-time {
    font-size: 13px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .echo-header-top-date .echo-day-name,
.echo-header-top-date .echo-date-time {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .echo-header-top-date .echo-date-time {
    display: none;
  }
}
@media (max-width: 400px) {
  .echo-header-top-date .echo-day-name {
    font-size: 14px;
  }
}

.echo-header-top-subs-social-menu .echo-header-top-subs-social {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}
.echo-header-top-subs-social-menu .echo-header-top-subscribe-btn {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .echo-header-top-subs-social-menu .echo-header-top-subscribe-btn {
    display: none;
  }
}
.echo-header-top-subs-social-menu .echo-header-top-subscribe-btn a {
  padding: 15px 25px;
  border: 1px solid rgba(94, 94, 94, 0.5);
}
@media (max-width: 1200px) and (min-width: 991px) {
  .echo-header-top-subs-social-menu .echo-header-top-subscribe-btn a {
    padding: 12px 22px;
  }
}
.echo-header-top-subs-social-menu .echo-header-top-subscribe-btn i {
  margin-right: 10px;
}
.echo-header-top-subs-social-menu .echo-header-top-social-media {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .echo-header-top-subs-social-menu .echo-header-top-social-media {
    margin-right: 0;
  }
}
.echo-header-top-subs-social-menu .echo-header-top-social-media a {
  position: relative;
}
.echo-header-top-subs-social-menu .echo-header-top-social-media .echo-header-top-search-btn {
  position: relative;
  width: 10px;
}
.echo-header-top-subs-social-menu .echo-header-top-social-media .echo-header-top-search-btn::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  background-color: rgba(94, 94, 94, 0.6);
}
@media (max-width: 991px) {
  .echo-header-top-subs-social-menu .echo-header-top-social-media .echo-header-top-search-btn::after {
    display: none;
  }
}
.echo-header-top-subs-social-menu .echo-header-top-social-media .echo-header-top-search-btn svg {
  position: relative;
  margin-top: -6px;
}
@media (max-width: 991px) {
  .echo-header-top-subs-social-menu .echo-header-top-menu-bar {
    display: none;
  }
}

@media (max-width: 991px) {
  .echo-header-area .echo-home-1-menu .echo-header-top-menu-bar {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .echo-site-main-logo-menu-social .echo-home-1-social-media-icons ul {
    display: none;
  }
}

.home-one .echo-site-main-logo-menu-social {
  background: #f8f8f8;
}
.home-one .header-sticky .echo-site-main-logo-menu-social {
  background: #fff;
}
.home-one.home-three .header-sticky .echo-site-main-logo-menu-social {
  background: #191A23;
}

html[data-theme=dark] body.home-one .header-sticky .echo-site-main-logo-menu-social {
  background: var(--bg-dark-three);
}
html[data-theme=dark] body.home-three .header-sticky .echo-site-main-logo-menu-social {
  background: #191A23;
}

.echo-site-main-logo-menu-social {
  background-color: #FFFFFF;
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu {
  padding: 0;
  margin: 0;
  text-align: center;
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown {
  display: inline-block;
  position: relative;
  transition: all 0.4s;
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown:hover a.echo-dropdown-main-element {
  color: var(--color-primary);
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown:hover a.echo-dropdown-main-element::after {
  content: "\f106" !important;
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown:hover ul.echo-submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown:hover ul.mega-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown a.echo-dropdown-main-element {
  position: relative;
  transition: all 0.4s;
  font-weight: 500;
  padding: 0 18px;
}
@media (max-width: 1200px) {
  .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown a.echo-dropdown-main-element {
    padding: 0 15px;
  }
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown a.echo-dropdown-main-element::after {
  content: "\f107" !important;
  position: absolute !important;
  top: -2px;
  font-family: "Font Awesome 6 Pro" !important;
  right: 0;
  transition: all 0.4s;
  font-size: 15px;
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu {
  position: absolute;
  height: auto;
  top: 90%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: all 0.3s;
  background-color: #ffffff;
  border-top: 3px solid var(--color-primary);
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 220px;
  justify-content: flex-start;
  margin-left: 0;
  align-items: flex-start;
  margin-top: -1px;
  padding: 15px;
  border-radius: 0;
  width: max-content;
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item {
  position: relative;
  transition: all 0.4s;
  padding: 0 8px;
  width: 100%;
  margin: 0;
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item a {
  transform: translateX(0);
  display: block;
  width: 100%;
  padding: 8px 0;
  transition: all 0.4s;
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item:hover a {
  transform: translateX(8px);
  color: var(--color-primary);
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item:hover::before {
  transform: scale(1) translateY(-50%);
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-primary);
  transform: scale(0) translateY(-50%);
  transition: all 0.4s;
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item.third-lvl:hover .third-lvl-submenu {
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 100%;
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item.third-lvl .third-lvl-submenu {
  opacity: 0;
  visibility: hidden;
  left: 100%;
  top: 10px;
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item.third-lvl .third-lvl-submenu .nav-item:hover a {
  transform: translateX(8px);
  color: var(--color-primary);
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item.third-lvl .third-lvl-submenu .nav-item a {
  color: #181823;
  transform: translateX(0);
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu {
  display: flex;
  top: 90%;
  position: absolute;
  z-index: 99999;
  justify-content: center;
  background: #fff;
  text-align: center;
  width: 1170px;
  right: 50%;
  transform: translateX(50%);
  gap: 20px;
  opacity: 0;
  padding: 20px 20px;
  visibility: hidden;
  transition: all 0.3s;
  border-top: 3px solid var(--color-primary);
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu h5 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  margin: 0;
  padding: 30px 0;
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item:hover .echo-dropdown-main-element {
  color: var(--color-primary);
}
.echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item .echo-dropdown-main-element {
  font-weight: 500;
  padding: 0 18px;
}
.echo-site-main-logo-menu-social .echo-home-1-social-media-icons {
  text-align: right;
}
.echo-site-main-logo-menu-social .echo-home-1-social-media-icons ul {
  margin: 0;
  padding: 0;
}
.echo-site-main-logo-menu-social .echo-home-1-social-media-icons ul li {
  display: inline-block;
  margin: 0 9px;
}

.header-three {
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.4s;
}
.header-three .header-container {
  max-width: 1400px;
}
.header-three .echo-site-main-logo-menu-social {
  background: none;
  padding-top: 0;
  min-height: 100%;
}
.header-three .echo-site-main-logo-menu-social .echo-site-main {
  background: #191A23;
  padding: 0 100px;
  border-radius: 10px;
}
@media (max-width: 1220px) {
  .header-three .echo-site-main-logo-menu-social .echo-site-main {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .header-three .echo-site-main-logo-menu-social .echo-site-main {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .header-three .echo-site-main-logo-menu-social .echo-site-main {
    padding: 0 15px;
  }
}
.header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-menu {
  text-align: center;
}
.header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-menu ul li a {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-menu ul li a {
    padding: 0 14px;
  }
}
.header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-menu ul li a:hover {
  color: var(--color-primary-m);
}
@media (max-width: 1200px) {
  .header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons .list-unstyled li {
    margin: 0 7px;
  }
}
.header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons .list-unstyled li a {
  color: #ffffff;
}
.header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons .list-unstyled li a:hover {
  color: var(--color-primary-m);
}
.header-three.header-sticky {
  position: fixed !important;
  background: #191A23;
  transition: all 0.4s;
}

.header-sticky .echo-header-top {
  display: none;
}
.header-sticky .echo-header-top-home-2 {
  display: none;
}
.header-sticky .echo-home-2-menu .echo-home-2-menu-full-contetn {
  border: none !important;
}
.header-sticky .header-sticky-logo {
  display: block !important;
}
.header-sticky .podcast-area {
  display: none;
}
.header-sticky .sticky-menu-bar {
  display: block !important;
}
.header-sticky.header-four .echo-header-top-menu-bar {
  position: relative;
}
.header-sticky.header-four .echo-header-top-menu-bar i {
  color: #FFFFFF;
}
.header-sticky.header-four .echo-header-top-menu-bar a svg path {
  fill: #FFFFFF;
}

.header-four .echo-home-1-menu .echo-header-top-menu-bar a svg path {
  fill: #FFFFFF;
}

.home-seven .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu,
.home-nine .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu {
  transform: translateX(66%);
}
.home-seven .header-sticky .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu,
.home-nine .header-sticky .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu {
  transform: translateX(50%);
}

.home-seven .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu {
  border-top: 3px solid #924FFF;
}

.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: block;
  backdrop-filter: blur(9px);
  z-index: 999;
  width: 100%;
  box-shadow: 0px 7px 18px #1810100d;
}

.echo-header-area .echo-header-top-home-2 {
  background-color: #181823;
}
@media (max-width: 991px) {
  .echo-header-area .echo-header-top-home-2 {
    padding: 20px 15px;
  }
}
@media (max-width: 400px) {
  .echo-header-area .echo-header-top-home-2 {
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .echo-header-area .echo-header-top-home-2 .echo-full-header-top {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .echo-header-area .echo-header-top-home-2 .echo-full-header-top {
    padding: 0 5px;
  }
}
.echo-header-area .echo-header-top-home-2 .home-2-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.echo-header-area .echo-header-top-home-2 .home-2-row a {
  color: #fff;
  transition: all ease 0.3s;
}
.echo-header-area .echo-header-top-home-2 .home-2-row a:hover {
  color: #924FFF;
}
.echo-header-area .echo-header-top-home-2 .home-2-row a i {
  font-size: 20px;
}
.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-social {
  flex-basis: 45%;
}
@media (max-width: 768px) {
  .echo-header-area .echo-header-top-home-2 .home-2-row .home-2-social {
    flex-basis: 70%;
  }
}
.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-social .home-2-header ul {
  margin: 0;
  padding: 0;
}
.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-social .home-2-header ul li {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 576px) {
  .echo-header-area .echo-header-top-home-2 .home-2-row .home-2-social .home-2-header ul li {
    margin: 0 3px;
  }
}
.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-social .home-2-header ul li a {
  color: #fff;
  transition: all ease 0.3s;
}
.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-social .home-2-header ul li a:hover {
  color: #924FFF;
}
@media (max-width: 576px) {
  .echo-header-area .echo-header-top-home-2 .home-2-row .home-2-social .home-2-header ul li a i {
    font-size: 14px;
  }
}
.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-social .home-2-header ul li:first-child {
  margin-left: 0;
}
.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-logo {
  flex-basis: 10%;
}
@media (max-width: 991px) {
  .echo-header-area .echo-header-top-home-2 .home-2-row .home-2-logo {
    display: none;
  }
}
.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc {
  flex-basis: 45%;
}
@media (max-width: 768px) {
  .echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc {
    flex-basis: 30%;
  }
}
.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 {
  margin-left: 105px;
}
.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 40px;
}
.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .home-2-menu-after {
  position: relative;
}
.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .home-2-menu-after::after {
  content: "";
  background-color: #fff;
  opacity: 0.6;
  width: 1px;
  height: 25px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .home-2-menu-after::after {
    display: none;
  }
}
.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-subscribe a {
  border-bottom: 1px solid #e9ebec;
  padding-bottom: 6px;
}
.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-subscribe a i {
  margin-right: 12px;
}
@media (max-width: 768px) {
  .echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-subscribe {
    display: none;
  }
}
.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-header-top-social-media {
  display: flex;
  align-items: center;
  gap: 20px;
}
.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-header-top-social-media .echo-search svg {
  position: relative;
  margin-top: -6px;
}
@media (max-width: 991px) {
  .echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-header-top-social-media .echo-search::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-header-top-menu-bar {
    display: none;
  }
}
.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-header-top-menu-bar a svg path {
  fill: #FFFFFF;
}
.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn {
  border-bottom: 1px solid rgba(94, 94, 94, 0.6);
}
@media (max-width: 991px) {
  .echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn {
    padding: 0 15px;
  }
}
.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .home-2 ul li:hover a {
  color: #924FFF;
}
.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .home-2 ul li a {
  transition: all ease 0.3s;
}
.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .home-2 ul li:first-child {
  margin-left: 0;
}
.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .home-2 ul li:last-child {
  margin-right: 0;
}
.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons {
  text-align: right;
}
.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons a {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all ease 0.3s;
}
.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons a:hover {
  color: #924FFF;
}
.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons a:hover svg path {
  fill: #924FFF;
}
.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons a svg {
  margin-right: 5px;
}
.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .echo-home-2-podcast-etc {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: end;
}
@media (max-width: 1200px) {
  .echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .echo-home-2-podcast-etc {
    gap: 20px;
  }
  .echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .echo-home-2-podcast-etc .echo-home-2-menu-after::after {
    right: -10px !important;
  }
}
.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .echo-home-2-podcast-etc .echo-home-2-menu-after {
  position: relative;
}
.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .echo-home-2-podcast-etc .echo-home-2-menu-after::after {
  content: "";
  background-color: #5E5E5E;
  width: 1px;
  height: 14px;
  position: absolute;
  right: -28px;
  top: 7px;
  transform: rotate(17deg);
}
@media (max-width: 991px) {
  .echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .podcast-area {
    display: none;
  }
}
.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-header-left .echo-header-home-2-logo {
  display: none;
}
@media (max-width: 991px) {
  .echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-header-left nav {
    display: none;
  }
  .echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-header-left .echo-header-home-2-logo {
    display: block !important;
  }
}
.echo-header-area.header-sticky .echo-header-left .echo-header-home-2-logo {
  display: block !important;
}
.echo-header-area.header-four .echo-header-top {
  background: #080F19;
}
@media (max-width: 991px) {
  .echo-header-area.header-four .echo-header-top .echo-full-header-top {
    padding: 0 30px;
  }
}
@media (max-width: 400px) {
  .echo-header-area.header-four .echo-header-top .echo-full-header-top {
    padding: 0 10px;
  }
}
.echo-header-area.header-four .echo-meta-total-jobs .echo-meta-jobs-text span {
  color: #FFFFFF;
}
.echo-header-area.header-four .echo-header-top-date {
  color: #FFFFFF;
}
.echo-header-area.header-four .echo-header-top-date span strong {
  color: #FFFFFF;
}
.echo-header-area.header-four .echo-header-top-subs-social-menu {
  display: flex;
  justify-content: end;
  gap: 10px;
}
.echo-header-area.header-four .echo-header-top-subs-social-menu .echo-header-top-subscribe-btn a {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.echo-header-area.header-four .echo-header-top-subs-social-menu .echo-header-top-subscribe-btn a:hover {
  background: #FF4962;
  border: 1px solid #FF4962 !important;
}
.echo-header-area.header-four .echo-header-top-subs-social-menu .echo-header-top-social-media {
  display: flex;
  align-items: center;
}
.echo-header-area.header-four .echo-header-top-subs-social-menu .echo-header-top-social-media .echo-header-top-shopping-card {
  color: #FFFFFF;
}
.echo-header-area.header-four .echo-header-top-subs-social-menu .echo-header-top-social-media .echo-header-top-shopping-card:hover {
  color: #FF4962;
}
.echo-header-area.header-four .echo-header-top-subs-social-menu .echo-header-top-social-media .echo-header-top-shopping-card i::after {
  background: #FF4962;
}
.echo-header-area.header-four .echo-header-top-subs-social-menu .echo-header-top-social-media .echo-header-top-search-btn::after {
  background: rgba(255, 255, 255, 0.6);
}
.echo-header-area.header-four .echo-header-top-subs-social-menu .echo-header-top-menu-bar a {
  color: #FFFFFF;
}
.echo-header-area.header-four .echo-header-top-subs-social-menu .echo-header-top-menu-bar a svg path {
  fill: #FFFFFF;
  transition: all 0.4s;
}
.echo-header-area.header-four .echo-header-top-subs-social-menu .echo-header-top-menu-bar a:hover svg path {
  fill: #FF4962;
}
.echo-header-area.header-four .echo-header-top-subs-social-menu .echo-header-top-subs-social::after {
  background: #FFFFFF;
}
.echo-header-area.header-four .echo-site-main-logo-menu-social {
  background: #FF4962;
}
.echo-header-area.header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown {
  color: #FFFFFF;
}
.echo-header-area.header-four .echo-site-main-logo-menu-social .echo-home-1-social-media-icons ul li {
  color: #FFFFFF;
}
.echo-header-area.header-five {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
}
.echo-header-area.header-five .echo-site-main-logo-menu-social {
  background: none;
}
.echo-header-area.header-five .echo-site-main-logo-menu-social nav .echo-home-1-menu .echo-desktop-menu .menu-item .echo-dropdown-main-element {
  color: #FFFFFF;
}
.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 50px;
}
@media (max-width: 768px) {
  .echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons {
    gap: 25px;
  }
}
.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .rts-darkmode {
  margin-top: 6px;
}
.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .rts-darkmode .rts-dark-light {
  color: #FFFFFF;
}
.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .rts-darkmode .rts-dark-light:hover {
  color: #FFFFFF;
}
.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .home-2-card-etc {
  height: 100%;
  padding: 0;
}
.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .home-2-card-etc .card-inner {
  display: flex;
  height: 100%;
  gap: 30px;
  align-items: center;
}
.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .home-2-card-etc .card-inner a {
  display: block;
}
.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .home-2-card-etc .card-inner a.cart-bar {
  position: relative;
}
@media (max-width: 768px) {
  .echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .home-2-card-etc .card-inner a.cart-bar {
    display: none;
  }
}
.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .home-2-card-etc .card-inner a.cart-bar span {
  position: absolute;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  background: #D5225B;
  border-radius: 50%;
  right: -2px;
  top: 1px;
}
@media (max-width: 768px) {
  .echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .home-2-card-etc .card-inner a.echo-header-top-search-btn {
    display: none;
  }
}
.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .echo-header-top-menu-bar {
  display: block;
}
.echo-header-area.header-five.header-sticky {
  position: fixed;
  background: #4C091E;
}
.echo-header-area.header-six {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
}
.echo-header-area.header-six .echo-site-main-logo-menu-social {
  height: 100px;
  background: none;
  border-bottom: 1px solid #6d6d6d;
}
.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 991px) {
  .echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner {
    padding: 0 20px;
  }
}
.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .echo-header-top-menu-bar {
  display: block;
  height: 100%;
  padding: 0 45px;
  border-right: 1px solid #6d6d6d;
}
.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .echo-header-top-menu-bar a {
  display: block;
  height: 100%;
}
.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .echo-header-top-menu-bar a svg {
  height: 100%;
}
@media (max-width: 991px) {
  .echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .echo-header-top-menu-bar {
    border: none;
  }
  .echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .echo-header-top-menu-bar.btn-1 {
    display: none !important;
  }
}
.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc {
  height: 100%;
  padding: 0 45px;
  border-left: 1px solid #6d6d6d;
}
.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc .card-inner {
  display: flex;
  height: 100%;
  gap: 30px;
  align-items: center;
}
.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc .card-inner .rts-darkmode {
  margin-top: 6px;
}
.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc .card-inner .rts-darkmode .rts-dark-light {
  color: #FFFFFF;
}
.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc .card-inner .rts-darkmode .rts-dark-light:hover {
  color: #FFFFFF;
}
.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc .card-inner a {
  display: block;
}
.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc .card-inner a.cart-bar {
  position: relative;
}
.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc .card-inner a.cart-bar span {
  position: absolute;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  color: #332707;
  font-size: 12px;
  background: #FFCC48;
  border-radius: 50%;
  right: -2px;
  top: 1px;
}
@media (max-width: 991px) {
  .echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc {
    border: none;
    padding: 0;
  }
  .echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc .card-inner .rts-darkmode {
    margin-top: 0;
  }
  .echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc .card-inner .echo-header-top-menu-bar {
    padding: 0;
    height: auto;
  }
}
.echo-header-area.header-six.header-sticky {
  position: fixed;
  background: #714707;
}
.echo-header-area.header-six.header-sticky .echo-site-main-logo-menu-social {
  border: none;
}
.echo-header-area.header-six.header-sticky .echo-site-main-logo-menu-social .home-2-card-etc,
.echo-header-area.header-six.header-sticky .echo-site-main-logo-menu-social .echo-header-top-menu-bar {
  border-color: rgba(255, 255, 255, 0.2);
}
.echo-header-area.header-six.header-sticky .echo-site-main-logo-menu-social .home-2-card-etc .card-inner a.cart-bar span {
  background: #FFFFFF;
}
.echo-header-area.header-seven .echo-header-top-home-2 {
  padding: 30px 100px;
  border-bottom: 1px solid #D4D4D4;
  background: none;
}
@media (max-width: 1500px) {
  .echo-header-area.header-seven .echo-header-top-home-2 {
    padding: 30px;
  }
}
@media (max-width: 450px) {
  .echo-header-area.header-seven .echo-header-top-home-2 {
    padding: 30px 10px;
  }
}
@media (max-width: 768px) {
  .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top {
    padding: 0;
  }
}
.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row {
  display: flex;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-card-etc {
    flex-basis: 40%;
  }
}
.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 {
  margin-left: 0;
}
.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme {
  justify-content: start;
}
.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .menu-btn svg path {
  fill: #454545;
}
.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-header-top-social-media .echo-search::after {
  display: none;
}
.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: end;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social {
    flex-basis: 50%;
  }
}
@media (max-width: 576px) {
  .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social {
    gap: 30px;
  }
}
.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .rts-darkmode {
  position: relative;
}
.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .rts-darkmode::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #5E5E5E7a;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .rts-darkmode::after {
    display: none;
  }
}
.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .rts-darkmode .rts-dark-light i {
  color: #454545;
}
@media (max-width: 1200px) {
  .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .echo-meta-total-jobs {
    display: none;
  }
}
.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .echo-meta-total-jobs ul li a {
  color: #454545;
}
.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .echo-subscribe a {
  display: block;
  width: 170px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%);
  transition: all 0.4s;
}
@media (max-width: 576px) {
  .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .echo-subscribe a {
    width: 120px;
    height: 50px;
    line-height: 50px;
  }
}
.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .echo-subscribe a:hover {
  color: #FFFFFF;
}
.echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social {
  padding: 0 100px;
  border-bottom: 1px solid #D4D4D4;
}
@media (max-width: 1500px) {
  .echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social {
    padding: 0 30px;
  }
}
@media (max-width: 450px) {
  .echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social {
    padding: 0 10px;
  }
}
.echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn {
  justify-content: space-between;
  border: none;
}
.echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .header-menu {
  flex-basis: auto;
}
.echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1366px) {
  .echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons {
    gap: 35px;
  }
}
@media (max-width: 1200px) {
  .echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons a {
    gap: 8px;
  }
}
@media (max-width: 1366px) {
  .echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .echo-home-2-podcast-etc {
    gap: 20px;
  }
  .echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .echo-home-2-podcast-etc .echo-home-2-menu-after::after {
    right: -10px !important;
  }
}
@media (max-width: 1200px) {
  .echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .sign-in-area {
    display: none;
  }
}
.echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .sign-in-area a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  font-family: "Inter", sans-serif;
}
.echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .sign-in-area a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  background: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%);
  color: #FFFFFF;
}
.echo-header-area.header-seven.header-sticky .echo-home-2-menu .echo-site-main-logo-menu-social {
  border: none;
}
.echo-header-area.header-eight {
  position: unset !important;
}
.echo-header-area.header-eight .header-three {
  background: #47164F;
  position: unset !important;
}
.echo-header-area.header-eight .header-three .echo-site-main-logo-menu-social {
  background: none;
}
.echo-header-area.header-eight .header-three .echo-site-main-logo-menu-social .echo-site-main {
  background: none;
  padding: 0;
}
.echo-header-area.header-eight .header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 30px;
}
.echo-header-area.header-eight .header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons .search-icon svg path {
  stroke: #FFFFFF;
}
.echo-header-area.header-eight .header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons .rts-darkmode .rts-dark-light i {
  color: #FFFFFF;
}
.echo-header-area.header-eight .header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons .menu-btn {
  display: block;
}
.echo-header-area.header-eight .header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons .menu-btn svg path {
  fill: #FFFFFF;
}
.echo-header-area.header-eight.header-sticky {
  position: fixed !important;
}
.echo-header-area.header-ten {
  position: unset !important;
}
.echo-header-area.header-ten .header-three {
  background: none;
  position: unset !important;
}
.echo-header-area.header-ten .header-three .echo-site-main-logo-menu-social {
  background: none;
}
.echo-header-area.header-ten .header-three .echo-site-main-logo-menu-social .echo-site-main {
  background: none;
  padding: 0;
}
.echo-header-area.header-ten .header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 30px;
}
.echo-header-area.header-ten .header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons .rts-darkmode .rts-dark-light i {
  color: #5E5E5E;
}
.echo-header-area.header-ten .header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons .menu-btn {
  display: block;
}
.echo-header-area.header-ten .header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons .menu-btn svg path {
  fill: #5E5E5E;
}
.echo-header-area.header-ten .header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-menu ul li a {
  color: #5E5E5E;
}
.echo-header-area.header-ten.header-sticky {
  position: fixed !important;
}
.echo-header-area.header-ten.header-sticky .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-menu ul li:hover .echo-dropdown-main-element {
  color: #D00032;
}
.echo-header-area.header-ten.header-sticky .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-menu ul li .echo-dropdown-main-element {
  color: #FFFFFF;
}
.echo-header-area.header-ten .header-three .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu {
  background: #ffffff;
  border-top: 3px solid #D00032;
}

.header-three .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu {
  background: #191A23;
  border-top: 3px solid var(--color-primary-m);
}
.header-three .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown:hover a.echo-dropdown-main-element {
  color: var(--color-primary-m);
}
.header-three .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item:hover a {
  color: var(--color-primary-m);
}
.header-three .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item::before {
  background: var(--color-primary-m);
}
.header-three .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item.third-lvl .third-lvl-submenu .nav-item a {
  color: #FFFFFF;
}
.header-three .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item:hover .echo-dropdown-main-element {
  color: var(--color-primary-m);
}
.header-three .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item.third-lvl .third-lvl-submenu .nav-item:hover a {
  color: var(--color-primary-m);
}
.header-three .header-three .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu {
  border-top: 3px solid var(--color-primary-m);
}
.header-three .echo-home-1-social-media-icons .search-icon svg path {
  stroke: #5E5E5E;
}

.header-ten .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown:hover a.echo-dropdown-main-element,
.header-ten .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item:hover a.echo-dropdown-main-element {
  color: #D00032;
}
.header-ten .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item:hover a {
  color: #D00032;
}
.header-ten .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item::before {
  background: #D00032;
}
.header-ten .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item.third-lvl .third-lvl-submenu .nav-item a {
  color: #FFFFFF;
}
.header-ten .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item:hover .echo-dropdown-main-element {
  color: #D00032;
}
.header-ten .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item.third-lvl .third-lvl-submenu .nav-item:hover a {
  color: #D00032;
}
.header-ten .header-three .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu {
  border-top: 3px solid #D00032;
}

.header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu {
  border-top: 3px solid #924FFF;
}
.header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown:hover a.echo-dropdown-main-element {
  color: #924FFF;
}
.header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item:hover .echo-dropdown-main-element {
  color: #924FFF;
}
.header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item:hover a {
  color: #924FFF;
}
.header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item::before {
  background: #924FFF;
}
.header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item.third-lvl .third-lvl-submenu .nav-item a {
  color: #181823;
}
.header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item.third-lvl .third-lvl-submenu .nav-item:hover a {
  color: #924FFF;
}
.header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu {
  text-align: left;
}
.header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item:first-child {
  margin-left: -18px;
}
.header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item {
  padding: 25px 0;
}
.header-two .header-sticky-logo {
  display: none;
}
@media (max-width: 991px) {
  .header-two .header-sticky-logo {
    display: block;
  }
}
.header-two .sticky-menu-bar {
  display: none;
  text-align: right;
}
@media (max-width: 991px) {
  .header-two .sticky-menu-bar {
    display: block;
  }
}
.header-two .header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu {
  left: 0%;
  transform: translateX(-24%);
  right: unset;
  border-top: 3px solid #924FFF;
}

.header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu {
  border-top: 3px solid #FF4962;
}
.header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item .echo-dropdown-main-element {
  color: #FFFFFF;
}
.header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown:hover a.echo-dropdown-main-element {
  color: #FFFFFF;
}
.header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item:hover .echo-dropdown-main-element {
  color: #FFFFFF;
}
.header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown {
  color: #181823 !important;
}
.header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item:hover a {
  color: #FF4962;
}
.header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item::before {
  background: #FF4962;
}
.header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item.third-lvl .third-lvl-submenu .nav-item a {
  color: #181823;
}
.header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item.third-lvl .third-lvl-submenu .nav-item:hover a {
  color: #FF4962;
}
.header-four .echo-site-main-logo-menu-social .echo-home-1-social-media-icons {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-four .header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu {
  border-top: 3px solid #FF4962;
}

.header-five .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu {
  border-top: 3px solid #D5225B;
}
.header-five .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item .echo-dropdown-main-element {
  color: #FFFFFF;
}
.header-five .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown:hover a.echo-dropdown-main-element {
  color: #FFFFFF;
}
.header-five .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item:hover .echo-dropdown-main-element {
  color: #FFFFFF;
}
.header-five .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown {
  color: #181823 !important;
}
.header-five .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item:hover a {
  color: #D5225B;
}
.header-five .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item::before {
  background: #D5225B;
}
.header-five .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item.third-lvl .third-lvl-submenu .nav-item a {
  color: #181823;
}
.header-five .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item.third-lvl .third-lvl-submenu .nav-item:hover a {
  color: #D5225B;
}
.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-five .header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu {
  border-top: 3px solid #D5225B;
}

.home-six .search-input-area .search-input-inner .search-close-icon i {
  background: #FFCC48;
}
.home-six .side-bar button {
  background: #FFCC48;
}
.home-six .mobile-menu nav ul li a.main::after {
  background: #FFCC48 !important;
}
.home-six .mobile-menu .social-wrapper-one ul li a:hover {
  background: #FFCC48;
}
.home-six .mobile-menu .social-wrapper-one ul li a {
  background: #FFCC48;
  border: 1px solid #FFCC48;
}

.home-seven .search-input-area .search-input-inner .search-close-icon i {
  background: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%);
}
.home-seven .side-bar button {
  background: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%);
}
.home-seven .mobile-menu nav ul li a.main::after {
  background: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%) !important;
}
.home-seven .mobile-menu .social-wrapper-one ul li a:hover {
  background: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%);
}
.home-seven .mobile-menu .social-wrapper-one ul li a {
  background: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%);
  border: 1px solid linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%);
}
.home-seven .header-sticky .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .header-menu {
  flex-basis: 65%;
}
.home-seven .sticky-menu-bar {
  display: none;
  text-align: right;
  flex-basis: 35%;
}
@media (max-width: 991px) {
  .home-seven .sticky-menu-bar {
    display: block;
  }
}
.home-seven .header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item::before,
.home-seven .search-input-area .search-input-inner .search-close-icon i {
  background: #9F68F5;
}
.home-seven .home-2-logo .dark {
  display: none;
}
.home-seven .side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner form button.subscribe-btn {
  background: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%);
}

.home-eight .side-bar button {
  background: #47164F;
}
.home-eight .side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner form button.subscribe-btn {
  background: #47164F;
}
.home-eight .mobile-menu nav ul li a.main::after,
.home-eight .mobile-menu .social-wrapper-one ul li a {
  background: #47164F !important;
}
.home-eight .mobile-menu .social-wrapper-one ul li a {
  border: none;
}
.home-eight .mobile-menu .social-wrapper-one ul li a:hover {
  border: none;
  background: #FFF !important;
  color: #181823;
}

.home-nine .echo-header-area.header-seven .echo-header-top-home-2 {
  background: #003811;
  padding: 20px 90px;
  border: none;
}
@media (max-width: 1500px) {
  .home-nine .echo-header-area.header-seven .echo-header-top-home-2 {
    padding: 20px 30px;
  }
}
.home-nine .echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social {
  padding: 0 90px;
}
@media (max-width: 1500px) {
  .home-nine .echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .home-nine .echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social {
    padding: 0 15px;
  }
}
.home-nine .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .rts-darkmode .rts-dark-light i {
  color: #FFFFFF;
}
.home-nine .echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-header-top-social-media .echo-search svg path,
.home-nine .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .menu-btn svg path {
  fill: #FFFFFF;
}
.home-nine .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .echo-meta-total-jobs ul li a {
  color: #FFFFFF;
}
.home-nine .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .echo-subscribe a {
  background: #F5D253;
}
.home-nine .header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item:hover a,
.home-nine .header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item:hover .echo-dropdown-main-element,
.home-nine .echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons a:hover {
  color: #F5D253;
}
.home-nine .echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons a:hover svg path {
  fill: #F5D253;
}
.home-nine .header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item::before,
.home-nine .search-input-area .search-input-inner .search-close-icon i {
  background: #F5D253;
}
.home-nine .side-bar button {
  background: #F5D253;
}
.home-nine .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu,
.home-nine .header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu {
  border-top: 3px solid #F5D253;
}
.home-nine .mobile-menu nav ul li a.main::after {
  background: #F5D253 !important;
}
.home-nine .echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .sign-in-area a i,
.home-nine .mobile-menu .social-wrapper-one ul li a:hover {
  background: #F5D253;
}
.home-nine .mobile-menu .social-wrapper-one ul li a {
  background: #F5D253;
  border: 1px solid #F5D253;
}
.home-nine .header-sticky .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .header-menu {
  flex-basis: 65%;
}
@media (max-width: 1200px) {
  .home-nine .header-sticky .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .header-menu {
    flex-basis: 80%;
  }
}
.home-nine .sticky-menu-bar {
  display: none;
  text-align: right;
  flex-basis: 35%;
}
@media (max-width: 1200px) {
  .home-nine .sticky-menu-bar {
    flex-basis: 20%;
  }
}
@media (max-width: 991px) {
  .home-nine .sticky-menu-bar {
    display: block;
  }
}
@media (max-width: 1366px) {
  .home-nine .echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .echo-home-2-podcast-etc {
    gap: 20px;
  }
}
.home-nine .side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner form button.subscribe-btn {
  background: #F5D253;
}

.home-ten .echo-header-area .echo-home-1-menu .echo-site-logo .logo-dark {
  display: block;
}
.home-ten .echo-header-area .echo-home-1-menu .echo-site-logo .logo-white {
  display: none;
}
.home-ten .echo-header-area.header-sticky .echo-home-1-menu .echo-site-logo .logo-dark {
  display: none;
}
.home-ten .echo-header-area.header-sticky .echo-home-1-menu .echo-site-logo .logo-white {
  display: block;
}
.home-ten .echo-header-area.header-sticky .echo-home-1-social-media-icons .search-icon svg path {
  stroke: #FFFFFF;
}
.home-ten .echo-header-area.header-sticky .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons .rts-darkmode .rts-dark-light i {
  color: #FFFFFF;
}
.home-ten .echo-header-area.header-sticky .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons .menu-btn svg path {
  fill: #FFFFFF;
}
.home-ten img.mfp-img {
  width: 100%;
}
.home-ten .side-bar button,
.home-ten .mobile-menu nav ul li a.main::after,
.home-ten .side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner form button.subscribe-btn,
.home-ten .mobile-menu .social-wrapper-one ul li a {
  background: #FE4358 !important;
  border: none !important;
}

html[data-theme=dark] .home-ten .echo-header-area .echo-home-1-menu .echo-site-logo .logo-dark {
  display: none;
}

html[data-theme=dark] .home-ten .echo-header-area .echo-home-1-menu .echo-site-logo .logo-white {
  display: block;
}

html[data-theme=dark] .echo-header-area.header-ten .header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-menu ul li .echo-dropdown-main-element {
  color: #FFFFFF;
}

html[data-theme=dark] .echo-header-area.header-ten .header-three .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown:hover a.echo-dropdown-main-element,
html[data-theme=dark] .echo-header-area.header-ten .header-three .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item:hover a.echo-dropdown-main-element {
  color: #D00032;
}

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 400px;
  padding: 46px 30px 50px 30px;
  height: 100%;
  display: block;
  background-color: white;
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}
@media only screen and (max-width: 575px) {
  .side-bar {
    width: 320px;
  }
}
.side-bar .inner {
  padding: 0;
}
.side-bar .inner-main-wrapper-desk {
  padding-top: 40px;
}
.side-bar .inner-main-wrapper-desk .thumbnail {
  display: flex;
}
.side-bar .inner-main-wrapper-desk .thumbnail img {
  width: 50%;
}
.side-bar .inner-main-wrapper-desk .banner-shape-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
  opacity: 1;
  transition-delay: 0.7s;
}
.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
  height: 10px;
  width: 10px;
  line-height: 10px;
  transform: rotate(45deg);
  margin: 0 6px;
  background: var(--color-primary);
  display: block;
}
.side-bar .inner-main-wrapper-desk .inner-content {
  text-align: center;
  margin-top: 30px;
}
.side-bar .inner-main-wrapper-desk .inner-content .feature-list {
  padding: 0;
}
.side-bar .inner-main-wrapper-desk .inner-content .feature-list .query-list {
  list-style: none;
  margin-bottom: 30px;
}
.side-bar .inner-main-wrapper-desk .inner-content .feature-list .query-list .sub-text {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 32px;
  display: block;
}
.side-bar .inner-main-wrapper-desk .inner-content .feature-list .query-list a {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 32px;
}
.side-bar .inner-main-wrapper-desk .inner-content .feature-list .query-list.two p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 5px;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
  list-style: none;
  margin: 0 10px;
  color: #FFFFFF;
}

.side-bar {
  background-color: #181823;
}
.side-bar .inner-main-wrapper-desk {
  padding-top: 0;
}
.side-bar .inner-main-wrapper-desk .inner-content .category-menu-area {
  margin-bottom: 50px;
}
.side-bar .inner-main-wrapper-desk .inner-content .category-menu-area .category-area {
  padding: 0;
  margin: 20px 0 0 0;
}
.side-bar .inner-main-wrapper-desk .inner-content .category-menu-area .category-area .item {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 15px;
}
.side-bar .inner-main-wrapper-desk .inner-content .category-menu-area .category-area .item .image-area {
  flex-basis: 33%;
}
.side-bar .inner-main-wrapper-desk .inner-content .category-menu-area .category-area .item .content {
  text-align: left;
  flex-basis: 67%;
}
.side-bar .inner-main-wrapper-desk .inner-content .category-menu-area .category-area .item .content .recent-post-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  transition: all 0.4s;
}
.side-bar .inner-main-wrapper-desk .inner-content .category-menu-area .category-area .item .content .recent-post-title:hover a {
  color: var(--color-primary);
}
.side-bar .inner-main-wrapper-desk .inner-content .category-menu-area .category-area .item .content .recent-post-title a {
  color: #FFFFFF;
}
.side-bar .inner-main-wrapper-desk .inner-content .category-menu-area .category-area .item .content .recent-post-title a:hover {
  color: #FFFFFF;
}
.side-bar .inner-main-wrapper-desk .inner-content .category-menu-area .category-area .item .content .desc {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #B9BCC0;
  transition: all 0.4s;
}
.side-bar .inner-main-wrapper-desk .inner-content .category-menu-area .category-area .item .content .desc:hover a {
  color: #B9BCC0;
}
.side-bar .inner-main-wrapper-desk .inner-content .category-menu-area .category-area .item .content .desc a i {
  margin-right: 5px;
}
.side-bar .inner-main-wrapper-desk .inner-content .newsletter-form {
  border-radius: 10px;
  padding: 20px;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  box-shadow: 0px 0px 0px 1px rgba(49, 49, 49, 0);
}
.side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner {
  width: 100%;
}
.side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner .content .newsletter-icon {
  margin: 0 auto 10px auto;
  max-width: 60px;
}
.side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner .content .newsletter-icon img {
  width: 100%;
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner .content .title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner .content .desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px;
}
.side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner form {
  width: 100%;
}
.side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner form .input-div {
  width: 100%;
  margin-bottom: 15px;
}
.side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner form .input-div input {
  width: 100%;
  background: #ffffff;
  color: #737373;
  font-size: 14px;
  padding: 10px 15px;
  -webkit-box-shadow: 0px 2px 4px rgba(14, 16, 19, 0.1);
  box-shadow: 0px 2px 4px rgba(14, 16, 19, 0.1);
}
.side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner form button.subscribe-btn {
  position: unset;
  background: #1D72FF;
  color: #fff;
  width: 100%;
  padding: 14px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  transition: background 500ms;
  height: auto;
}
.side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner .floating-elements {
  position: absolute;
  top: 20px;
  right: 20px;
}

.header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-menu ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-menu ul li a.active {
  color: #FFFFFF;
  font-weight: 600;
}

.echo-header-area .echo-home-1-menu .echo-header-top-menu-bar {
  display: none;
}
.echo-header-area.header-three .echo-home-1-menu .echo-header-top-menu-bar,
.echo-header-area .header-four .echo-home-1-menu .echo-header-top-menu-bar {
  display: none;
}
.echo-header-area.header-sticky .echo-home-1-menu .echo-home-1-social-media-icons {
  text-align: right;
}
.echo-header-area.header-sticky .echo-home-1-menu ul.social-area {
  display: none;
}
.echo-header-area.header-sticky .echo-home-1-menu .echo-header-top-menu-bar {
  display: block;
}

.innerpage .echo-site-main-logo-menu-social .echo-home-1-social-media-icons ul li {
  margin: 0 0 0 18px;
}
.innerpage .echo-header-area.header-sticky .echo-home-1-menu ul.social-area {
  display: none;
}
@media (max-width: 991px) {
  .innerpage .echo-home-1-menu .echo-site-main-logo-menu-social {
    padding: 0 20px;
  }
}
.innerpage .echo-header-top-date .echo-day-name span strong, .innerpage .echo-header-top-date .echo-date-time span strong {
  color: #FFFFFF;
}

.side-bar.show {
  right: 0;
  overflow-y: auto;
}

.side-bar button {
  max-width: 100%;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color-primary);
  padding: 6px;
}
.side-bar button i {
  color: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.home-two .side-bar button,
.home-three .side-bar button {
  background: #924FFF;
}
.home-two .mobile-menu nav ul li a.main::after,
.home-three .mobile-menu nav ul li a.main::after {
  background: #924FFF !important;
}
.home-two .mobile-menu .social-wrapper-one ul li a,
.home-three .mobile-menu .social-wrapper-one ul li a {
  background: #924FFF;
  border: 1px solid #924FFF;
}
.home-two .mobile-menu .social-wrapper-one ul li a:hover,
.home-three .mobile-menu .social-wrapper-one ul li a:hover {
  color: #5E5E5E;
}

.home-four .side-bar button {
  background: #FF4962;
}
.home-four .mobile-menu nav ul li a.main::after {
  background: #FF4962 !important;
}
.home-four .mobile-menu .social-wrapper-one ul li a {
  background: #FF4962;
  border: 1px solid #FF4962;
}
.home-four .mobile-menu .social-wrapper-one ul li a:hover {
  color: #5E5E5E;
}

.home-five .side-bar button {
  background: #D5225B;
}
.home-five .mobile-menu nav ul li a.main::after {
  background: #D5225B !important;
}
.home-five .mobile-menu .social-wrapper-one ul li a {
  background: #D5225B;
  border: 1px solid #D5225B;
}
.home-five .mobile-menu .social-wrapper-one ul li a:hover {
  color: #5E5E5E;
}

.mobile-menu nav ul {
  padding: 0;
}
.mobile-menu nav ul li {
  margin: 0;
  padding: 0;
}
.mobile-menu nav ul li a.main {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  cursor: pointer;
  position: relative;
  color: #fff;
}
.mobile-menu nav ul li a.main::after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 6 pro" !important;
  font-size: 16px;
  right: 0;
  font-weight: 400;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  color: #fff;
  background: var(--color-primary) !important;
  pointer-events: none;
  cursor: pointer;
  border-radius: 3px;
}
.mobile-menu nav ul li a.mobile-menu-link::after {
  display: none;
}
.mobile-menu nav ul li.has-droupdown {
  position: relative;
}
.mobile-menu nav ul li.has-droupdown ul {
  padding-left: 15px;
}
.mobile-menu nav ul li.has-droupdown ul a.tag {
  font-weight: 700;
  margin-top: 15px;
  font-size: 18px;
}
.mobile-menu nav ul li.has-droupdown ul li {
  margin: 10px 0 !important;
}
.mobile-menu nav ul li.has-droupdown::after {
  display: none;
}
.mobile-menu nav ul li.has-droupdown.mm-active::after {
  content: "\f077";
}
.mobile-menu nav ul li.has-droupdown.third-lvl::after {
  font-size: 10px;
  padding: 3px 10px;
}
.mobile-menu nav ul li.has-droupdown.third-lvl ul {
  padding: 0 20px;
}
.mobile-menu nav ul li.has-droupdown.third-lvl ul li {
  margin: 10px 0 !important;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.mobile-menu nav ul li.has-droupdown.third-lvl ul li:hover {
  color: var(--color-primary);
}
.mobile-menu nav ul li.has-droupdown.third-lvl ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  color: #fff;
}
.mobile-menu nav ul li a {
  display: block;
  color: #fff;
}
.mobile-menu .social-wrapper-one {
  margin-top: 50px;
}
.mobile-menu .social-wrapper-one ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.mobile-menu .social-wrapper-one ul li {
  list-style: none;
  margin-right: 10px;
}
.mobile-menu .social-wrapper-one ul li a {
  width: 35px;
  height: 35px;
  display: block;
  line-height: 35px;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  text-align: center;
  color: #FFFFFF;
  border-radius: 50%;
  transition: all 0.3s;
}
.mobile-menu .social-wrapper-one ul li a:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.echo-popup-model {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  padding-top: 60px;
  z-index: 99999;
}
.echo-popup-model .echo-popup-transition {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.echo-popup-model .echo-popup-transition a {
  display: inline-block;
  position: relative;
  top: -36px;
  font-size: 18px;
  background: var(--color-primary);
  left: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  border: 3px solid var(--color-primary);
  transition: 0.3s ease-in-out;
  color: #fff;
  font-weight: bolder;
}
.echo-popup-model .echo-popup-transition a:hover {
  background-color: transparent;
  color: rgba(94, 94, 94, 0.5);
  border: 3px solid var(--color-primary);
}
.echo-popup-model .echo-popup-transition .model-content {
  max-width: 880px;
  background-color: #fff;
  padding: 50px;
  z-index: 999999;
}
.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .form .echo-p-sub-heading {
  text-align: center;
}
.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .form .echo-p-sub-heading p {
  text-transform: capitalize;
}
.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .form .echo-p-sub-heading {
  text-align: center;
}
.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .form form input {
  border: 1px solid rgba(94, 94, 94, 0.5);
  height: 50px;
  padding: 0 20px;
}
.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .form form button {
  width: 100%;
  text-align: center;
  padding: 10px 25px;
  border: 1px solid transparent;
  margin-top: 15px;
  background-color: var(--color-primary);
  color: #fff;
  transition: 0.3s ease-in-out;
}
.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .form form button:hover {
  background-color: transparent;
  border: 1px solid rgba(94, 94, 94, 0.5);
  color: var(--color-body);
}
.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .form .echo-bottom-popup {
  text-align: center;
  margin-top: 20px;
}

.animate-subscribe-popup {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@media (max-width: 1723px) {
  .echo-popup-model .echo-popup-transition .model-content .echo-p-flexing {
    align-items: center;
  }

  .echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .form .echo-p-sub-heading h3 {
    font-size: 30px;
  }
}
@media (max-width: 1527px) {
  .echo-popup-model .echo-popup-transition .model-content .echo-p-flexing {
    align-items: center;
  }

  .echo-popup-model .echo-popup-transition .model-content {
    padding: 20px;
  }

  .echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .form .echo-p-sub-heading h3 {
    font-size: 20px;
  }

  .echo-popup-model .echo-popup-transition a {
    top: -13px;
    left: 96%;
  }
}
@media (max-width: 1000px) {
  .echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .echo-p-img {
    display: none;
  }

  .echo-popup-model .echo-popup-transition a {
    top: -13px;
    left: 94%;
  }

  .echo-popup-model .echo-popup-transition .model-content {
    padding: 20px;
  }
}
/* Dark area style  */
html[data-theme=dark] body {
  background: var(--color-heading-1);
  color: var(--dark-color-body);
}
html[data-theme=dark] body p,
html[data-theme=dark] body .echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-time,
html[data-theme=dark] body .home-2-read-more-btn a.df-color,
html[data-theme=dark] body .echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-sub-title p,
html[data-theme=dark] body .echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box input[type=email],
html[data-theme=dark] body ul li a,
html[data-theme=dark] body .echo-footer-area.footer-2 .echo-row .echo-footer-content-4 .echo-footer-news-text p,
html[data-theme=dark] body .echo-header-top-date .echo-day-name span strong, html[data-theme=dark] body .echo-header-top-date .echo-date-time span strong,
html[data-theme=dark] body .echo-meta-total-jobs .echo-meta-jobs-text span,
html[data-theme=dark] body .echo-hero-section.inner-post .echo-quote-area .quote-title,
html[data-theme=dark] body .echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title h5,
html[data-theme=dark] body .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-title1 a:hover,
html[data-theme=dark] body .echo-latest-news-area.home-four .echo-latest-news-content .title-area .see-all-btn,
html[data-theme=dark] body .echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title h5,
html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-single-title h5,
html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-time-views,
html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content .desc,
html[data-theme=dark] body .echo-feature-area.area-2 .echo-feature-area-content .button-area .rts-btn,
html[data-theme=dark] body .echo-hero-section.inner-post .echo-financial-area .content .content-wrapper .wrapper-item,
html[data-theme=dark] body .input, html[data-theme=dark] body button, html[data-theme=dark] body select, html[data-theme=dark] body textarea,
html[data-theme=dark] body .echo-hero-section.inner-post .echo-comment-box form input,
html[data-theme=dark] body .echo-hero-section.inner-post .echo-financial-area .content .desc,
html[data-theme=dark] body .echo-footer-area.footer-2 .echo-footer-copyright-area .copyright-area-inner .copyright-content .title,
html[data-theme=dark] body .echo-footer-area.footer-2 .echo-footer-copyright-area .copyright-area-inner .select-area select,
html[data-theme=dark] body .echo-footer-area.footer-2 .echo-row .echo-footer-content-3 .echo-footer-help ul li a,
html[data-theme=dark] body .echo-footer-area.footer-2 .echo-row .echo-footer-content-1 .echo-footer-address span,
html[data-theme=dark] body .echo-footer-area.footer-2 .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li a,
html[data-theme=dark] body .echo-footer-area.footer-2 .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a,
html[data-theme=dark] body .echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .content .desc,
html[data-theme=dark] body .echo-hero-section.inner-post-3 .echo-hero-discription span,
html[data-theme=dark] body .echo-about-area .container .echo-about-area-inner .content-area .sub-title,
html[data-theme=dark] body .echo-about-area .container .echo-about-area-inner .content-area .desc,
html[data-theme=dark] body .echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-latest-news-time-views {
  color: var(--dark-color-body);
}
html[data-theme=dark] body .echo-header-top-search-btn svg path {
  stroke: var(--dark-color-body);
}
html[data-theme=dark] body .echo-header-top-subs-social-menu .echo-header-top-social-media .echo-header-top-search-btn::after {
  background-color: var(--dark-color-body);
}
html[data-theme=dark] body .menu-btn svg path, html[data-theme=dark] body .echo-menu-right-icons svg path {
  fill: var(--dark-color-body);
}
html[data-theme=dark] body .echo-about-area .container .echo-about-area-inner .content-area .bottom-author-area .sign {
  filter: brightness(0) invert(1);
}
html[data-theme=dark] body .echo-latest-news-area,
html[data-theme=dark] body .echo-site-main-logo-menu-social,
html[data-theme=dark] body .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower,
html[data-theme=dark] body .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-hl-img,
html[data-theme=dark] body .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content,
html[data-theme=dark] body .echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content,
html[data-theme=dark] body .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category .echo-popular-cat-content,
html[data-theme=dark] body .echo-trending-area.home-three,
html[data-theme=dark] body .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper {
  background: var(--bg-dark-three);
}
html[data-theme=dark] body h1, html[data-theme=dark] body h2, html[data-theme=dark] body h3, html[data-theme=dark] body h4, html[data-theme=dark] body h5, html[data-theme=dark] body h6, html[data-theme=dark] body .h1, html[data-theme=dark] body .h2, html[data-theme=dark] body .h3, html[data-theme=dark] body .h4, html[data-theme=dark] body .h5, html[data-theme=dark] body .h6,
html[data-theme=dark] body .echo-hero-section.inner-post .echo-quote-area .quote-title .echo-footer-area.footer-2 .echo-get-in-tuch h4,
html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title,
html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title,
html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content h5 a,
html[data-theme=dark] body .echo-feature-area.area-2 .echo-feature-area-content .title-area .sub-title,
html[data-theme=dark] body .echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title,
html[data-theme=dark] body .echo-latest-news-area.home-three .echo-latest-news-content .sub-title,
html[data-theme=dark] body .echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-sub-title p,
html[data-theme=dark] body .echo-footer-area.footer-2 .echo-get-in-tuch h4,
html[data-theme=dark] body .echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content .content-inner .number h3 {
  color: var(--dark-color-heading-1);
}
html[data-theme=dark] body .echo-home-1-hero-area-top-story,
html[data-theme=dark] body .echo-de-category-area .echo-de-category-content,
html[data-theme=dark] body .echo-feature-area,
html[data-theme=dark] body .echo-banner .echo-banner-mani-content .echo-banner-text,
html[data-theme=dark] body .echo-home-2-feature-area .echo-home-2-feature-area-content,
html[data-theme=dark] body .echo-fd-post-area .echo-fd-post-content,
html[data-theme=dark] body .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text,
html[data-theme=dark] body .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box,
html[data-theme=dark] body .echo-footer-area.footer-2,
html[data-theme=dark] body .echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box button,
html[data-theme=dark] body .echo-contact-area,
html[data-theme=dark] body .echo-hero-section.inner,
html[data-theme=dark] body .echo-hero-section.inner-post .echo-more-news-area .echo-top-story,
html[data-theme=dark] body .echo-banner-innerpage,
html[data-theme=dark] body .echo-about-area,
html[data-theme=dark] body .echo-social-media-area-hm2.home-ten,
html[data-theme=dark] body .echo-business-area.area2 {
  background: var(--bg-dark-three);
}
html[data-theme=dark] body .echo-breadcrumb-area,
html[data-theme=dark] body .echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box,
html[data-theme=dark] body .echo-breadcrumb-area-2 {
  background-color: #181823;
  background-blend-mode: multiply;
}
html[data-theme=dark] body .title-hover,
html[data-theme=dark] body .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-title1 a,
html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-single-title h5 a:hover,
html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content h5 a,
html[data-theme=dark] body .echo-banner-area.home-nine .echo-hero-baner.small .content .echo-hero-title a,
html[data-theme=dark] body .home-nine .echo-hero-baner .content .echo-hero-title a {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
html[data-theme=dark] body .title-hover:hover,
html[data-theme=dark] body .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-title1 a:hover,
html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-single-title h5 a:hover:hover,
html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content h5 a:hover,
html[data-theme=dark] body .echo-banner-area.home-nine .echo-hero-baner.small .content .echo-hero-title a:hover,
html[data-theme=dark] body .home-nine .echo-hero-baner .content .echo-hero-title a:hover {
  color: var(--dark-color-heading-1);
}
html[data-theme=dark] body .echo-video-area .echo-full-video-content .echo-video-left-site .echo-video-left-site-text-box,
html[data-theme=dark] body .echo-feature-area .echo-feature-area-option .echo-feature-area-option-content,
html[data-theme=dark] body .echo-feature-area .echo-feature-area-right-site-follower,
html[data-theme=dark] body .echo-feature-area .echo-feature-area-right-site-full-content,
html[data-theme=dark] body .echo-feature-area .echo-feature-area-right-site-newsletter,
html[data-theme=dark] body .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu,
html[data-theme=dark] body .search-input-area,
html[data-theme=dark] body .echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content .content-inner,
html[data-theme=dark] body .echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info,
html[data-theme=dark] body .echo-hero-section.inner-post .echo-quote-area,
html[data-theme=dark] body .echo-hero-section.inner .echo-right-ct-1 .echo-popular-hl-img,
html[data-theme=dark] body .echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story,
html[data-theme=dark] body .echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story,
html[data-theme=dark] body .echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower,
html[data-theme=dark] body .echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter,
html[data-theme=dark] body .echo-hero-section.inner-post .echo-financial-area .content .details-tag button,
html[data-theme=dark] body .echo-hero-section.inner-post .echo-author-area,
html[data-theme=dark] body .echo-hero-section.inner-post .echo-more-news-area,
html[data-theme=dark] body .echo-hero-section.inner-post .echo-reply-area,
html[data-theme=dark] body .echo-hero-section.inner-post .echo-comment-box,
html[data-theme=dark] body .echo-team-area .echo-team-area-inner .team-wrapper .content-area,
html[data-theme=dark] body .echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3 .echo-hero-baner,
html[data-theme=dark] body .echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content,
html[data-theme=dark] body .echo-popup-model .echo-popup-transition .model-content,
html[data-theme=dark] body .echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-author-area,
html[data-theme=dark] body .echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-author {
  background: var(--color-heading-1);
}
html[data-theme=dark] body .echo-latest-news-area .echo-latest-news-content h6::after {
  background: var(--dark-color-body);
}
html[data-theme=dark] body .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li button.active {
  color: var(--dark-color-heading-1);
}
html[data-theme=dark] body .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category,
html[data-theme=dark] body .echo-footer-area.footer-2 .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill input,
html[data-theme=dark] body .echo-feature-area.area-2 .echo-feature-area-content .button-area .rts-btn,
html[data-theme=dark] body .echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form input {
  border-color: rgba(255, 255, 255, 0.4);
}
html[data-theme=dark] body.home-three .echo-site-main-logo-menu-social {
  background: none;
}
html[data-theme=dark] body .echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box button {
  background: var(--color-primary);
}
html[data-theme=dark] body .echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn {
  border: none;
}
html[data-theme=dark] body .echo-hero-section.inner-post .echo-financial-area .content .details-tag button:hover {
  background: var(--color-primary);
}
html[data-theme=dark] body .hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2,
html[data-theme=dark] body .hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2,
html[data-theme=dark] body .echo-social-media-area-hm2.home-ten .hm5-feature-title .hm-5-main-title h2,
html[data-theme=dark] body .echo-banner-area.home-nine .echo-hero-baner.small .content .echo-hero-title a,
html[data-theme=dark] body .home-nine .echo-hero-baner .content .echo-hero-title a {
  color: #FFF;
}
html[data-theme=dark] body .hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a,
html[data-theme=dark] body .hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a {
  color: #FFF;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
html[data-theme=dark] .echo-popup-model {
  background-color: rgba(0, 0, 0, 0.9);
}
html[data-theme=dark] .echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .form form input {
  color: #fff;
}
html[data-theme=dark] .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu {
  background-color: var(--bg-dark-three);
}
html[data-theme=dark] #form-messages.success {
  color: #fff;
}
html[data-theme=dark] .echo-popup-model .echo-popup-transition a:hover,
html[data-theme=dark] .echo-photography-area .hm5-feature-title .hm-5-main-title h2,
html[data-theme=dark] .echo-business-area .hm5-feature-title .hm-5-title-btn .hm-5-main-title h2,
html[data-theme=dark] .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .rts-darkmode .rts-dark-light i,
html[data-theme=dark] .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .echo-meta-total-jobs ul li a,
html[data-theme=dark] .echo-header-area.header-ten .header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons .rts-darkmode .rts-dark-light i,
html[data-theme=dark] .echo-trending-news-area.home-eight .hm5-feature-title .hm-5-main-title h2 {
  color: #fff;
}
html[data-theme=dark] .header-three .echo-home-1-social-media-icons .search-icon svg path {
  stroke: #fff;
}
html[data-theme=dark] .home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-story-text svg path,
html[data-theme=dark] .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .menu-btn svg path,
html[data-theme=dark] .echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-header-top-social-media .echo-search svg path,
html[data-theme=dark] .echo-header-area.header-ten .header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons .menu-btn svg path {
  fill: #FFFFFF;
}
html[data-theme=dark] .home-seven .home-2-logo .dark {
  display: block;
}
html[data-theme=dark] .home-seven .home-2-logo .light {
  display: none;
}
html[data-theme=dark] .home-eight .echo-banner-area {
  background: var(--bg-dark-three);
}
html[data-theme=dark] .echo-trending-news-area.home-eight .section-inner .echo-hero-baner .content .echo-hero-area-titlepost-post-like-comment-share {
  border-top: 1px solid #FFFFFF45;
}
html[data-theme=dark] .home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-hero-title a,
html[data-theme=dark] .home-eight .echo-hero-section.home-eight .hm5-feature-title .hm-5-main-title h2,
html[data-theme=dark] .home-eight .echo-hero-baner .content .echo-hero-area-titlepost-post-like-comment-share .echo-hero-area-like-read-comment-share a {
  color: #FFFFFF;
}
html[data-theme=dark] .home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-hero-title a {
  background-image: linear-gradient(to right, #FFFFFF 50%, transparent 50%);
}
html[data-theme=dark] .home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-story-text {
  color: #FFFFFF;
}
html[data-theme=dark] .echo-latest-news-area.home-eight .hm5-feature-title .hm-5-main-title h2,
html[data-theme=dark] .echo-latest-news-area.home-eight .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-sub-title p {
  color: #FFFFFF;
}
html[data-theme=dark] .echo-new-dishes-area .section-inner .button-area::after, html[data-theme=dark] .echo-new-dishes-area .section-inner .button-area::before {
  background: #FFFFFF45;
}
html[data-theme=dark] .echo-dishes-area .section-inner,
html[data-theme=dark] .echo-food-review-area .section-inner {
  border-bottom: 1px solid #FFFFFF45;
}
html[data-theme=dark] .echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .logo-dark {
  display: block;
}

/* Hero area style */
.echo-hero-section {
  padding: 60px 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .echo-hero-section {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-hero-section {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .echo-hero-section {
    padding-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .echo-hero-section {
    padding-bottom: 30px;
  }
}
.echo-hero-section .echo-hero-baner {
  position: relative;
}
.echo-hero-section .echo-hero-baner h1 {
  margin-top: 20px;
  line-height: 70px;
  font-size: 60px;
  font-weight: 700;
}
.echo-hero-section .echo-hero-baner p {
  margin-bottom: 25px;
  font-size: 17px;
}
.echo-hero-section .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share {
  display: flex;
  align-items: center;
  gap: 20px;
}
.echo-hero-section .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share .echo-hero-area-like-read-comment-share a {
  font-size: 14px;
}
.echo-hero-section .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share .echo-hero-area-like-read-comment-share a i {
  margin: 0 4px;
}
.echo-hero-section .echo-home-1-hero-site-stock h6 {
  margin-bottom: 20px;
  position: relative;
  font-size: 20px;
}
.echo-hero-section .echo-home-1-hero-site-stock h6::after {
  content: "";
  position: absolute;
  width: 48%;
  top: 15px;
  height: 0.5px;
  right: -20px;
  background: #5E5E5E;
}
.echo-hero-section .banner-image-one {
  width: 100%;
}

.echo-home-1-hero-area-top-story {
  background: #F9F9F9;
  padding: 17px 20px 25px 20px;
}
.echo-home-1-hero-area-top-story h6 {
  font-size: 20px;
  position: relative;
}
.echo-home-1-hero-area-top-story h6::after {
  content: "";
  position: absolute;
  width: 68%;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  right: 0;
  background: #5E5E5E;
  opacity: 0.4;
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-home-1-hero-area-top-story h6::after {
    width: 85%;
    right: 0;
  }
}
@media (max-width: 767px) {
  .echo-home-1-hero-area-top-story h6::after {
    width: 78%;
  }
}
@media (max-width: 500px) {
  .echo-home-1-hero-area-top-story h6::after {
    display: none;
  }
}
@media (max-width: 500px) {
  .echo-home-1-hero-area-top-story h6 {
    text-align: left;
  }
}
.echo-home-1-hero-area-top-story .echo-top-story {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.echo-home-1-hero-area-top-story .echo-top-story:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .echo-home-1-hero-area-top-story .echo-top-story {
    align-items: center;
    margin: 12px 0;
  }
  .echo-home-1-hero-area-top-story .echo-top-story:last-child {
    margin-bottom: 0;
  }
  .echo-home-1-hero-area-top-story .echo-top-story:nth-child(2) {
    margin-top: 0px;
    margin-bottom: 12;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-home-1-hero-area-top-story .echo-top-story {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .echo-home-1-hero-area-top-story .echo-top-story {
    align-items: center;
  }
}
.echo-home-1-hero-area-top-story .echo-top-story.first {
  margin: 18px 0 30px 0;
}
.echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture {
  flex-basis: 35%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture {
    flex-basis: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture {
    flex-basis: 12%;
  }
}
@media (max-width: 767px) {
  .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture {
    flex-basis: 25%;
  }
}
@media (max-width: 500px) {
  .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture {
    flex-basis: 25%;
  }
}
.echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture a img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture a img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture a img {
    width: auto;
  }
}
.echo-home-1-hero-area-top-story .echo-top-story .echo-story-text {
  flex-basis: 65%;
}
.echo-home-1-hero-area-top-story .echo-top-story .echo-story-text .echo-trending-post-bottom-icons {
  display: flex;
  gap: 60px;
}
.echo-home-1-hero-area-top-story .echo-top-story .echo-story-text a.pe-none {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text {
    flex-basis: 88%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text {
    flex-basis: 88%;
  }
}
@media (max-width: 767px) {
  .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text {
    flex-basis: 145%;
  }
}
@media (max-width: 500px) {
  .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text {
    flex-basis: 75%;
  }
}
.echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h4 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h4 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

.echo-latest-news-area {
  padding: 90px 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .echo-latest-news-area {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-latest-news-area {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .echo-latest-news-area {
    padding-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .echo-latest-news-area {
    padding-bottom: 30px;
  }
}
.echo-latest-news-area .echo-latest-news-content {
  position: relative;
}
.echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-news-next-prev-btn {
  position: relative;
  flex-basis: 10%;
}
.echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-news-next-prev-btn .swiper-button-next {
  color: #5E5E5E;
  right: 0;
  opacity: 0.8;
  padding: 15px 25px;
  transition: all 0.3ms;
  -webkit-transition: all 0.3ms;
  -moz-transition: all 0.3ms;
  -ms-transition: all 0.3ms;
  -o-transition: all 0.3ms;
}
@media (max-width: 500px) {
  .echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-news-next-prev-btn .swiper-button-next {
    display: none;
  }
}
.echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-news-next-prev-btn .swiper-button-next::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 25px;
}
.echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-news-next-prev-btn .swiper-button-next:hover {
  background-color: #5E5E5E;
  color: #fff;
}
.echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-news-next-prev-btn .swiper-button-prev {
  color: #5E5E5E;
  opacity: 0.8;
  padding: 15px 25px;
  transition: all 0.3ms;
  -webkit-transition: all 0.3ms;
  -moz-transition: all 0.3ms;
  -ms-transition: all 0.3ms;
  -o-transition: all 0.3ms;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-news-next-prev-btn .swiper-button-prev {
    left: -10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-news-next-prev-btn .swiper-button-prev {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-news-next-prev-btn .swiper-button-prev {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-news-next-prev-btn .swiper-button-prev {
    display: none;
  }
}
.echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-news-next-prev-btn .swiper-button-prev::after {
  content: "\f060";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 25px;
}
.echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-news-next-prev-btn .swiper-button-prev:hover {
  background-color: #5E5E5E;
  color: #fff;
}
.echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-nw-title {
  flex-basis: 90%;
}
.echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-nw-title h4 {
  position: relative;
  text-align: left;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}
.echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-nw-title h4::after {
  content: "";
  position: absolute;
  width: 75%;
  top: 50%;
  height: 1px;
  left: 20%;
  transform: translateY(-50%);
  background: rgba(94, 94, 94, 0.5);
  opacity: 0.5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-nw-title h4::after {
    width: 50%;
    left: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-nw-title h4::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-nw-title h4::after {
    display: none;
  }
}
.echo-latest-news-area .echo-latest-news-full-content {
  padding-top: 40px;
}
.echo-latest-news-area .echo-latest-news-full-content img {
  width: 100%;
}
.echo-latest-news-area .echo-latest-news-main-content {
  cursor: auto;
}
.echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-single-title h5 {
  font-size: 22px;
  line-height: 35px;
  margin: 15px 0;
}
.echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-time-views {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-time-views {
    justify-content: start;
    gap: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-time-views {
    justify-content: start;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-time-views {
    justify-content: start;
    gap: 25px;
  }
}
.echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-time-views a {
  font-size: 14px;
  font-weight: 500;
}
.echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-time-views a i {
  margin-right: 7px;
}
.echo-latest-news-area.home-three {
  padding-bottom: 80px;
  padding-top: 80px;
}
.echo-latest-news-area.home-three .echo-latest-news-content .sub-title {
  margin-bottom: 0;
  font-family: "Bona Nova";
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
}
.echo-latest-news-area.home-three .echo-latest-news-content .sub-title span {
  transform: rotate(45deg);
}
.echo-latest-news-area.home-three .echo-latest-news-content .sub-title::after {
  display: none;
}
.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content {
  text-align: center;
}
.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-main-content {
  margin-left: 8px;
  margin-right: 8px;
}
.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img {
  overflow: visible;
  position: relative;
}
.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img a {
  overflow: hidden;
  border-radius: 15px;
}
.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .content-catagory-tag {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #F05600;
  color: #ffffff;
  width: 120px;
  height: 35px;
  border-radius: 5px;
  display: block;
  font-weight: 400;
  text-align: center;
  pointer-events: none;
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  font-family: "Inter";
}
.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .content-catagory-tag.tech {
  background: #00D971;
}
.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title {
  margin-top: 35px;
}
.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title h5 {
  font-family: "Bona Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  color: #181823;
}
.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views {
  justify-content: center;
}
.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views a {
  margin: 0 10px;
}
.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views a i {
  margin-right: 8px;
}

.echo-trending-area {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.echo-trending-area.home-three {
  background: #f9f9f9;
}
.echo-trending-area.home-three .section-title {
  text-align: center;
  border-bottom: 1px solid rgba(94, 94, 94, 0.5);
  padding-bottom: 30px;
}
.echo-trending-area .echo-hr-home-1-tranding {
  width: 100%;
  max-width: max-content;
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-trending-area .echo-hr-home-1-tranding {
    width: 75%;
  }
}
.echo-trending-area h6 {
  position: relative;
  text-align: left;
  font-size: 30px;
  line-height: 40px;
}
.echo-trending-area h6::after {
  content: "";
  position: absolute;
  width: 85%;
  height: 1px;
  right: 0;
  background: rgba(94, 94, 94, 0.5);
  top: 50%;
  margin-left: 20px;
  transform: translateY(-50%);
}
.echo-trending-area .echo-trending-full-content {
  margin-top: 40px;
}
.echo-trending-area .echo-trending-full-content .echo-trending-left-site-post {
  display: flex;
  gap: 32px;
  margin: 35px 0;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-left-site-post {
    gap: 18px;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-left-site-post {
    gap: 25px;
  }
}
@media (max-width: 500px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-left-site-post {
    display: block;
  }
}
.echo-trending-area .echo-trending-full-content .echo-trending-left-site-post:first-child {
  margin-top: 0;
}
.echo-trending-area .echo-trending-full-content .echo-trending-left-site-post:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-left-site-post:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-left-site-post:last-child {
    margin-bottom: 30px;
  }
}
.echo-trending-area .echo-trending-full-content .echo-trending-left-site-post .echo-trending-left-site-post-img {
  flex-basis: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-left-site-post .echo-trending-left-site-post-img {
    flex-basis: 20%;
  }
}
@media (max-width: 767px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-left-site-post .echo-trending-left-site-post-img {
    flex-basis: 40%;
  }
}
@media (max-width: 500px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-left-site-post .echo-trending-left-site-post-img a img {
    width: 100%;
  }
}
.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title {
  flex-basis: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title {
    flex-basis: 80%;
  }
}
@media (max-width: 767px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title {
    flex-basis: 90%;
  }
}
.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title h5 {
  font-size: 25px;
  line-height: 40px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title h5 {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title h5 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title .echo-trending-post-bottom-icons {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title .echo-trending-post-bottom-icons {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title .echo-trending-post-bottom-icons {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title .echo-trending-post-bottom-icons {
    justify-content: start;
  }
}
.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title .echo-trending-post-bottom-icons a {
  display: block;
}
.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title .echo-trending-post-bottom-icons a i {
  margin-right: 3px;
}
.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-post-title h4 {
  font-size: 30px;
  line-height: 40px;
  margin: 22px 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-post-title h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-post-title h4 {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-post-title h4 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 500px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-post-title h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-like-comment-share-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-like-comment-share-icons {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-like-comment-share-icons {
    gap: 15px;
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-like-comment-share-icons {
    flex-wrap: wrap;
  }
}
.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-like-comment-share-icons .echo-trending-right-like-comment-content a {
  font-size: 14px;
}
.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-like-comment-share-icons .echo-trending-right-like-comment-content a i {
  margin: 0 4px;
}
.echo-trending-area .echo-trending-full-content.home-three {
  background: #f9f9f9;
}
.echo-trending-area .echo-trending-full-content.home-three .section-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  color: #181823;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #5E5E5E6e;
}
.echo-trending-area .echo-trending-full-content.home-three .echo-trending-full-content {
  margin-top: 40px;
}
.echo-trending-area .echo-trending-full-content.home-three .echo-trending-full-content .echo-trending-right-site-post {
  text-align: center;
}
.echo-trending-area .echo-trending-full-content.home-three .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-like-comment-share-icons {
  justify-content: center;
}
.echo-trending-area .echo-trending-full-content.home-three .echo-trending-full-content .echo-trending-left-site-post {
  margin-bottom: 20px;
}
.echo-trending-area .echo-trending-full-content.home-three .echo-trending-full-content .echo-trending-left-site-post:first-child {
  margin-top: 0;
}
.echo-trending-area .echo-trending-full-content.home-three .echo-trending-full-content .echo-trending-left-site-post .echo-trending-right-site-post-title .content-catagory-tag {
  background: #F05600;
  border-radius: 4px;
  padding: 5px 10px;
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.echo-trending-area .echo-trending-full-content.home-three .echo-trending-full-content .echo-trending-left-site-post .echo-trending-right-site-post-title .content-catagory-tag.tech {
  background: #00D971;
}
.echo-trending-area .echo-trending-full-content.home-three .echo-trending-full-content .echo-trending-left-site-post h5 {
  margin-top: 10px;
  line-height: 35px;
}

.home-one .echo-video-area {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: var(--color-primary);
}
.home-one .echo-video-area h6 {
  position: relative;
  color: #fff;
  margin-bottom: 45px;
  font-size: 30px;
  line-height: 40px;
}
.home-one .echo-video-area h6::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 40%;
  height: 1px;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.home-one .echo-video-area h6::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 40%;
  height: 1px;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-left-site {
  position: relative;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .echo-video-left-site-text-box {
  max-width: 470px;
  min-height: 180px;
  padding: 25px 30px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .echo-video-left-site-text-box h5 {
  font-size: 28px;
  line-height: 35px;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .echo-video-left-site-text-box .echo-video-left-site-read-views {
  display: flex;
  align-items: center;
  gap: 22px;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .echo-video-left-site-text-box .echo-video-left-site-read-views a i {
  margin-right: 5px;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .echo-video-left-site-text-box hr {
  margin-bottom: 20px;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .video-play-button {
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
  animation-name: videobuttonpopup;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .video-play-button span.outer-text {
  border: none;
  font-family: "Bona Nova";
  font-size: 20px;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: #FFFFFF;
  font-weight: 500;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 200ms;
  background: #FFFFFF;
  border: 0.5px solid #ffffff;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid var(--color-primary);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  align-items: center;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text {
  flex-basis: 50%;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text hr {
  margin: 0 0 24px;
  color: #fff;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text h5 {
    font-size: 16px;
  }
}
.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text h5 a {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  -webkit-transition: all 500ms;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text h5 a:hover {
  background-position: 0% 100%;
  color: #fff;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text a {
  color: #fff;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text a i {
  color: #fff;
  margin-right: 6px;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video {
  position: relative;
  flex-basis: 50%;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-play-button {
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
  animation-name: videobuttonpopup;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
}
.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-play-button span.outer-text {
  border: none;
  font-family: "Bona Nova";
  font-size: 20px;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: #FFFFFF;
  font-weight: 500;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 200ms;
  background: #FFFFFF;
  border: 0.5px solid #ffffff;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid var(--color-primary);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}
.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.home-one .echo-video-area.home-three {
  background: url(../images/home-1/video-left/video-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 120px;
}
.home-one .echo-video-area.home-three .echo-video-area-inner {
  position: relative;
  height: 100%;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .banner-content .content-catagory-tag {
  background: #F05600;
  color: #ffffff;
  width: 120px;
  height: 35px;
  border-radius: 5px;
  display: block;
  font-weight: 600;
  text-align: center;
  pointer-events: none;
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  font-family: "Inter";
}
.home-one .echo-video-area.home-three .echo-video-area-inner .banner-content .contents {
  margin-top: 30px;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .banner-content .contents .content-title1 {
  font-family: "Bona Nova";
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin: 0;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .banner-content .contents .content-title1 a {
  background-size: 200% 2px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .banner-content .contents .content-title1 a:hover {
  background-position: 0% 100%;
  color: #ffffff;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .banner-content .contents .desc {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 30px;
  opacity: 0.8;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media only screen and (max-width: 575px) {
  .home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper .vedio-icone {
  position: relative;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper .video-play-button {
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
  animation-name: videobuttonpopup;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper .video-play-button span.outer-text {
  border: none;
  font-family: "Bona Nova";
  font-size: 20px;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: #FFFFFF;
  font-weight: 500;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 200ms;
  background: #FFFFFF;
  border: 0.5px solid #ffffff;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid #7817F2;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area {
  margin-top: 130px;
  margin-bottom: -285px;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper {
  background: #FFFFFF;
  padding: 40px 20px 30px 20px;
  margin: 0 7px;
  box-shadow: 30px 30px 60px rgba(0, 0, 1, 0.05);
  border-radius: 20px;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper .title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper .echo-trending-left-site-post {
  display: flex;
  gap: 15px;
  margin: 15px 0;
  align-items: center;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper .echo-trending-left-site-post:first-child {
  margin-top: 0;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper .echo-trending-left-site-post:last-child {
  margin-bottom: 0;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper .echo-trending-left-site-post .echo-trending-left-site-post-img {
  flex-basis: 40%;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper .echo-trending-left-site-post .echo-trending-right-site-post-title {
  flex-basis: 60%;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper .echo-trending-left-site-post .echo-trending-right-site-post-title h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 10px;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper .echo-trending-left-site-post .echo-trending-right-site-post-title .content-catagory-tag {
  background: #F05600;
  border-radius: 4px;
  padding: 5px 10px;
  font-family: "Inter";
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper .echo-trending-left-site-post .echo-trending-right-site-post-title .content-catagory-tag.tech {
  background: #00D971;
}

.echo-de-category-area {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.echo-de-category-area .echo-de-category-title-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
.echo-de-category-area .echo-de-category-title-btn a {
  border: 1px solid;
  padding: 15px 20px;
  font-family: "Bona Nova", serif;
}
.echo-de-category-area .echo-de-category-title-btn a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro" !important;
  margin-left: 10px;
}
.echo-de-category-area .echo-de-category-title-btn h4 {
  position: relative;
  font-size: 30px;
  margin-bottom: 0;
}
.echo-de-category-area .echo-de-category-title-btn h4::after {
  content: "";
  position: absolute;
  width: 220%;
  background: #5E5E5E;
  height: 1px;
  left: 110%;
  top: 22px;
  opacity: 0.5;
}
.echo-de-category-area .echo-de-category-content {
  background-color: #F4F4F4;
  padding: 30px;
}
.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 20px 0;
}
.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-content-img {
  flex-basis: 40%;
}
.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-content-img a img {
  width: 100%;
}
.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-content-title {
  flex-basis: 58%;
}
.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-content-title h6 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
}
.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-read a {
  font-size: 14px;
}
.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-read a i {
  margin-right: 4px;
}
.echo-de-category-area .echo-de-category-content .echo-de-category-show-more-btn {
  margin-top: 30px;
}
.echo-de-category-area .echo-de-category-content .echo-de-category-show-more-btn a {
  padding: 8px 0;
  display: block;
  text-align: center;
  border: 1px solid;
  opacity: 0.8;
  font-family: "Bona Nova", serif;
}
.echo-de-category-area .echo-de-category-content .echo-de-category-show-more-btn a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro" !important;
  margin-left: 10px;
}

.echo-feature-area {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.echo-feature-area .echo-feature-area-site-title .echo-feature-area-post hr {
  margin: 0px;
}
.echo-feature-area .echo-feature-area-site-title h4 {
  position: relative;
  font-size: 30px;
}
.echo-feature-area .echo-feature-area-site-title h4::after {
  content: "";
  position: absolute;
  width: 72%;
  background: rgba(94, 94, 94, 0.5);
  height: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.echo-feature-area .echo-feature-area-site-title .echo-feature-area-post-img a img {
  width: 100%;
}
.echo-feature-area .echo-feature-area-site-title .echo-feature-area-post-hins h5 {
  margin-top: 25px;
  margin-bottom: 14px;
}
.echo-feature-area .echo-feature-area-site-title .echo-feature-area-read-view {
  margin-top: 15px;
  display: flex;
  gap: 15px;
}
.echo-feature-area .echo-feature-area-site-title .echo-feature-area-read-view a {
  font-size: 14px;
}
.echo-feature-area .echo-feature-area-site-title .echo-feature-area-read-view a i {
  margin-right: 4px;
  font-size: 15px;
}
.echo-feature-area .echo-feature-area-option {
  margin-top: 30px;
}
.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 25px;
}
.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-number {
  flex-basis: 28%;
}
.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-number h3 {
  font-size: 60px;
  line-height: 70px;
  color: var(--body-color);
  opacity: 0.5;
  margin-bottom: 25px;
  font-weight: 400;
}
.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-content-text {
  flex-basis: 90%;
}
.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-content-text h5 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}
.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-content-text .echo-feature-area-option-read-more a {
  font-size: 14px;
}
.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-content-text .echo-feature-area-option-read-more a i {
  margin-right: 4px;
  font-size: 15px;
}
.echo-feature-area .echo-feature-area-last-news {
  margin-top: 40px;
}
.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content {
  display: flex;
  align-items: center;
  gap: 30px;
}
.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-img {
  flex-basis: 50%;
}
.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text {
  flex-basis: 50%;
}
.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3 {
  font-size: 40px;
  line-height: 50px;
}
.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-feature-area-last-content-read-view {
  display: flex;
  gap: 20px;
}
.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-feature-area-last-content-read-view a {
  font-size: 14px;
}
.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-feature-area-last-content-read-view a i {
  font-size: 15px;
  margin-right: 4px;
}
.echo-feature-area .echo-feature-area-right-site-follower {
  margin-top: 0px;
  background-color: #fff;
  padding: 30px 30px;
}
.echo-feature-area .echo-feature-area-right-site-follower ul {
  display: flex;
  flex-wrap: wrap;
}
.echo-feature-area .echo-feature-area-right-site-follower ul li {
  width: 50%;
  border-bottom: 1px solid rgba(94, 94, 94, 0.5);
  padding-top: 20px;
  font-size: 16px;
  margin: 0;
}
.echo-feature-area .echo-feature-area-right-site-follower ul li a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.echo-feature-area .echo-feature-area-right-site-follower ul li a:last-child {
  gap: 5px;
}
.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(5),
.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(6) {
  border-bottom: none;
}
.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(1),
.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(3),
.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(5) {
  border-right: 1px solid rgba(94, 94, 94, 0.5);
}
.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(2),
.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(4) {
  padding-left: 15px;
}
.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(6) {
  padding-left: 7px;
}
.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(1),
.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(2) {
  padding-top: 0px;
}
.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(5),
.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(6) {
  padding-bottom: 0px;
}
.echo-feature-area .echo-feature-area-right-site-full-content {
  background-color: #fff;
  padding: 30px 25px 55px 25px;
  margin-top: 30px;
}
.echo-feature-area .echo-feature-area-right-site-full-content hr {
  margin-top: 60px;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news {
  display: flex;
  gap: 10px;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-img {
  flex-basis: 25%;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-img a img {
  width: 100%;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text {
  flex-basis: 75%;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text h5 {
  font-size: 20px;
  line-height: 30px;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn {
  margin-top: 25px;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer {
  display: block;
  margin: -3em -14px;
  width: 70%;
  height: 67px;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: "";
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #5E5E5E;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
  border: 2px solid #BEC8D2;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  left: 10px;
  top: -1px;
  width: 12px;
  height: 12px;
  border: 6px double #9A9FB0;
  border-width: 6px 6px 0 0;
  border-radius: 0 12px 0 0;
  transform: rotate(45deg);
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-playing .audioplayer-playpause {
  background: rgba(253, 79, 26, 0);
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-playing .audioplayer-playpause a {
  content: "";
  display: flex;
  justify-content: space-between;
  width: 12px;
  height: 14px;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-playing .audioplayer-playpause a::before {
  content: "";
  width: 4px;
  height: 14px;
  background-color: var(--color-primary);
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-playing .audioplayer-playpause a::after {
  content: "";
  width: 4px;
  height: 14px;
  background-color: var(--color-primary);
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-playing .audioplayer-bar-played::after {
  border: 2px solid #0059FF;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-time {
  display: flex;
  width: 40px;
  justify-content: center;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.6);
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-time-current {
  margin-left: 14px;
  font-size: 15px;
  margin-bottom: 6px;
  margin-top: 4px;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-time-duration {
  margin-right: 24px;
  display: none;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-bar {
  position: relative;
  display: flex;
  margin: 0 12px;
  height: 12px;
  flex-basis: 0;
  flex-grow: 1;
  cursor: pointer;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-bar::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
  background-color: #DDE2E6;
  display: none;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-bar &gt; div {
  position: absolute;
  left: 35px;
  top: -50px;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-bar-loaded {
  z-index: 1;
  height: 2px;
  background: #BEC8D2;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-bar-played {
  flex-direction: row-reverse;
  z-index: 2;
  height: 2px;
  background: -webkit-linear-gradient(left, #0059FF, #09B1FA);
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-bar-played::after {
  display: flex;
  position: absolute;
  content: "";
  box-sizing: border-box;
  top: -5px;
  right: -1px;
  margin-right: -5px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 6px;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-volume-button {
  position: relative;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-volume-button a {
  width: 6px;
  height: 8px;
  background-color: #5E5E5E;
  position: absolute;
  top: -66px;
  right: -38px;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-volume-button a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 9px solid #5E5E5E;
  border-bottom: 8px solid transparent;
  border-left: none;
  top: -4px;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-volume-button a:after {
  content: "";
  position: absolute;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-mute .audioplayer-volume-button a {
  background-color: var(--color-primary);
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-mute .audioplayer-volume-button a:before {
  border-right: 9px solid;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-volume-adjust {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-volume-adjust &gt; div {
  position: relative;
  display: none;
  width: 60px;
  height: 2px;
  cursor: pointer;
  background-color: #BEC8D2;
}
.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #0059FF;
}
@media screen and (max-width: 679px) {
  .echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-volume-adjust {
    display: none;
  }
}
.echo-feature-area .echo-feature-area-right-site-newsletter {
  background-color: #fff;
  padding: 30px 25px 40px 25px;
  margin-top: 35px;
}
.echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-rigth-site-newsletter-title {
  margin-bottom: 30px;
}
.echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-rigth-site-newsletter-title h5 {
  margin: 0;
}
.echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-sub-title {
  margin-bottom: 16px;
  margin-top: 20px;
}
.echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-sub-title p {
  font-size: 20px;
  line-height: 30px;
  color: #5E5E5E;
  font-family: "Bona Nova", serif;
  font-weight: 700;
  margin: 0;
}
.echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form {
  position: relative;
}
.echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Pro" !important;
  position: absolute;
  top: 24%;
  left: 12px;
}
.echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box input[type=email] {
  width: 255px;
  padding: 8px 0px 8px 35px;
  border: 1px solid #5E5E5E;
  opacity: 0.5;
}
.echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box button {
  position: absolute;
  background-color: #181823;
  width: 60px;
  padding: 13px 0px;
  margin-left: -4px;
  transition: all ease-in 0.3s;
}
.echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box button:hover {
  background-color: var(--color-primary);
}
.echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box button i {
  color: #fff;
  font-size: 16px;
}
.echo-feature-area.home-three {
  background: #7817F2;
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.echo-feature-area.home-three::before {
  content: "";
  position: absolute;
  background-image: url(../images/shape/feature-bg-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.echo-feature-area.home-three .echo-feature-area-content .section-title {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-bottom: 1px solid #FFFFFF5e;
  padding-bottom: 25px;
  margin-bottom: 0;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content {
  margin-top: 40px;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news {
  margin-top: 0;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .content-catagory-tag {
  background: #F05600;
  border-radius: 4px;
  padding: 5px 10px;
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .content-catagory-tag.tech {
  background: #00D971;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3 {
  margin-top: 20px;
  color: #FFFFFF;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3 a {
  color: #FFFFFF;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3 a:hover {
  color: #FFFFFF;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-feature-area-last-content-read-view a {
  color: #FFFFFF;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-follower {
  border-radius: 10px;
  padding: 40px 22px;
  margin-top: 0;
  margin-bottom: 30px;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-follower h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-follower .list-unstyled {
  margin-bottom: 0;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content {
  margin-top: 0;
  padding: 30px 25px 30px 25px;
  border-radius: 10px;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul {
  padding: 0;
  margin: 0;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper:last-child {
  margin-bottom: 0;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .image-area {
  flex-basis: 35%;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .image-area img {
  width: 100%;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content {
  flex-basis: 65%;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-catagory-tag {
  background: #F05600;
  border-radius: 4px;
  padding: 5px 10px;
  color: #ffffff;
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-catagory-tag.tech {
  background: #00D971;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-title1 {
  font-family: "Bona Nova";
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-title1 a {
  background-size: 200% 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-title1 a:hover {
  background-position: 0% 100%;
  color: #000;
}

.echo-popular-news-area {
  padding-top: 90px;
  padding-bottom: 90px;
}
.echo-popular-news-area .echo-popular-area-title {
  margin-bottom: 38px;
}
.echo-popular-news-area .echo-popular-area-title h4 {
  font-size: 30px;
  position: relative;
}
.echo-popular-news-area .echo-popular-area-title h4::after {
  content: "";
  position: absolute;
  background-color: #5E5E5E;
  opacity: 0.5;
  height: 1px;
  width: 32.5%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.echo-popular-news-area .echo-popular-area-title h4::before {
  content: "";
  position: absolute;
  background-color: #5E5E5E;
  opacity: 0.5;
  height: 1px;
  width: 32.5%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.echo-popular-news-area .echo-popular-area-img a img {
  width: 100%;
}
.echo-popular-news-area .echo-popular-area-item-title {
  margin: 20px 0;
}
.echo-popular-news-area .echo-popular-area-item-title h5 {
  margin: 0;
  font-size: 25px;
  line-height: 35px;
}
.echo-popular-news-area .echo-popular-area-read-view {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.echo-popular-news-area .echo-popular-area-read-view a {
  font-size: 14px;
}
.echo-popular-news-area .echo-popular-area-read-view a i {
  font-size: 15px;
  margin-right: 6px;
}

.echo-catagories-area {
  padding: 100px 0;
}
.echo-catagories-area .echo-catagories-area-content .title-area {
  position: relative;
  margin-bottom: 0;
}
.echo-catagories-area .echo-catagories-area-content .title-area .section-title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 40px;
  text-transform: uppercase;
}
.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn .swiper-button-next,
.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn .swiper-button-prev {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 10px;
}
.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn .swiper-button-next::after,
.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn .swiper-button-prev::after {
  display: none;
}
.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn .swiper-button-prev {
  right: 60px;
  left: auto;
  color: #5E5E5E;
  transition: all 0.4s;
}
.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn .swiper-button-prev:hover {
  background: #7817F2;
  color: #FFFFFF;
}
.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn .swiper-button-next {
  background: #7817F2;
  color: #FFFFFF;
  transition: all 0.4s;
}
.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn .swiper-button-next:hover {
  background: none;
  color: #5E5E5E;
}
.echo-catagories-area .echo-catagories-area-content .echo-catagories-inner {
  margin-top: 50px;
}
.echo-catagories-area .echo-catagories-area-content .echo-latest-news-img {
  position: relative;
  border-radius: 20px;
  z-index: 1;
}
.echo-catagories-area .echo-catagories-area-content .echo-latest-news-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(30, 0, 69, 0.7);
  mix-blend-mode: hard-light;
  opacity: 0.7;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: 1;
}
.echo-catagories-area .echo-catagories-area-content .echo-latest-news-img .image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.echo-catagories-area .echo-catagories-area-content .echo-latest-news-img .image-content .title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
}
.echo-catagories-area .echo-catagories-area-content .echo-latest-news-img .image-content .desc {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.echo-cta-area {
  padding: 60px 0;
}

.echo-home-2-feature-area {
  padding-bottom: 75px;
}
.echo-home-2-feature-area .echo-home-2-feature-area-content {
  background-color: #181823;
  padding-top: 85px;
  padding-bottom: 75px;
}
.echo-home-2-feature-area .echo-home-2-title {
  margin-bottom: 40px;
}
.echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title {
  text-align: center;
}
.echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title h4 {
  margin: 0;
  position: relative;
  color: #fff;
}
.echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title h4::after {
  content: "";
  position: absolute;
  width: 37%;
  height: 1px;
  background-color: #5E5E5E;
  right: 0;
  top: 45%;
}
.echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title h4::before {
  content: "";
  position: absolute;
  width: 37%;
  height: 1px;
  background-color: #5E5E5E;
  left: 0;
  top: 45%;
}
.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-img {
  position: relative;
}
.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-img .echo-feature-area-home-2-post a img {
  width: 100%;
}
.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-img .echo-feature-area-shep {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title {
  margin-top: 30px;
  margin-bottom: 15px;
}
.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title h4 {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title h4 .title-hover {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title h4 .title-hover:hover {
  color: #fff;
}
.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title p {
  font-size: 16px;
  line-height: 26px;
  margin: 15px 0 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .home-2-read-more-btn {
  text-align: center;
}

.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-home-2-title {
  margin-bottom: 45px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-home-2-title h4 {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(94, 94, 94, 0.5);
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li::after {
  content: "";
  position: absolute;
  width: 1px;
  top: 6px;
  height: 15px;
  background-color: #5E5E5E;
  right: -20px;
  transform: rotate(20deg);
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li:nth-child(1) {
  margin-left: 0;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li:nth-child(7) {
  margin-right: 0;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li:nth-child(7)::after {
  display: none;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li button:first-child {
  padding-left: 0;
  text-align: left;
  margin-left: 0;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li button:last-child {
  margin-right: 0;
  padding-right: 0;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li button:last-child::after {
  display: none;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li button {
  position: relative;
  margin: 0 10px;
  padding-bottom: 10px;
  transition: all ease 0.3s;
  border-bottom: 1.5px solid transparent;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li button:hover::before {
  transform: scale(1);
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  transform: scale(0);
  left: 0;
  background: #F05600;
  transition: all 0.4s;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li button.active {
  color: #181823;
  font-weight: 500;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li button.active::before {
  transform: scale(1);
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-frist-row {
  margin-top: 40px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-frist-row .echo-popular-left-jt-heading {
  margin-top: 20px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-frist-row .echo-popular-left-jt-heading h3 {
  font-size: 40px;
  line-height: 50px;
  margin: 0;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-frist-row .echo-popular-left-jt-heading p {
  margin-top: 15px;
  margin-bottom: 20px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row {
  margin-top: 30px;
  padding-bottom: 30px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row .echo-popular-left-bt-contetn .echo-popular-left-bt-img {
  position: relative;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row .echo-popular-left-bt-contetn .echo-popular-left-bt-img .echo-popular-bt-area-shep {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row .echo-popular-left-bt-title {
  margin-top: 30px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row .echo-popular-left-bt-title h4 {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row .echo-popular-left-bt-title p {
  margin: 20px 0;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category {
  border-top: 1px solid rgba(94, 94, 94, 0.5);
  padding-top: 30px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category .echo-popular-cat-content {
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  padding: 15px;
  gap: 15px;
  margin-bottom: 20px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-img {
  flex-basis: 40%;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title {
  flex-basis: 60%;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title h6 {
  margin: 0;
  font-size: 19px;
  line-height: 30px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title .echo-popular-cat-view {
  margin-top: 10px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title .echo-popular-cat-view a {
  font-size: 14px;
  font-weight: 500;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title .echo-popular-cat-view a i {
  font-size: 15px;
  margin-right: 6px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower {
  background-color: #f9f9f9;
  padding: 30px 20px 16px 20px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower .echo-home-2-title {
  margin-bottom: 25px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul {
  display: flex;
  flex-wrap: wrap;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li {
  width: 50%;
  border-bottom: 1px solid rgba(94, 94, 94, 0.5);
  padding-top: 20px;
  font-size: 16px;
  margin: 0;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:hover {
  transition: all ease 0.3s;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:hover a {
  color: #7817F2;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(5),
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(6) {
  border-bottom: none;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(1),
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(3),
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(5) {
  border-right: 1px solid rgba(94, 94, 94, 0.5);
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(2),
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(4) {
  padding-left: 15px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(6) {
  padding-left: 10px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(1),
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(2) {
  padding-top: 0px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(5),
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(6) {
  padding-bottom: 0px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-hl-img {
  background-color: #f9f9f9;
  padding: 20px;
  margin-top: 30px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-hl-img .echo-home-2-title {
  margin-bottom: 20px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-hl-img .echo-popular-item h5 {
  margin: 0;
  transform: translate(0%, 75%);
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-hl-img .echo-popular-item h5 a {
  color: #fff;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-hl-img .echo-popular-item ul {
  margin-bottom: 0;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-hl-img .echo-popular-item ul li {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70px;
  margin-bottom: 15px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-hl-img .echo-popular-item ul li:nth-child(1) {
  background-image: url("../images/home-2/popular-right/item-1.png");
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-hl-img .echo-popular-item ul li:nth-child(2) {
  background-image: url("../images/home-2/popular-right/item-2.png");
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-hl-img .echo-popular-item ul li:nth-child(3) {
  background-image: url("../images/home-2/popular-right/item-3.png");
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-hl-img .echo-popular-item ul li:nth-child(4) {
  background-image: url("../images/home-2/popular-right/item-4.png");
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-hl-img .echo-popular-item ul li:nth-child(5) {
  background-image: url("../images/home-2/popular-right/item-5.png");
  margin-bottom: 0;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content {
  background-color: #f9f9f9;
  padding: 30px 25px 30px 25px;
  margin-top: 30px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-home-2-title {
  margin-bottom: 5px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content hr {
  margin-top: 60px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news:last-child {
  border: none;
  padding-bottom: 0;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #5e5e5e52;
  padding: 20px 0;
  align-items: center;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-img {
  flex-basis: 25%;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-img a img {
  width: 100%;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text {
  flex-basis: 75%;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text h5 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 5px 0;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text p {
  margin: 0;
  font-size: 14px;
}
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn {
  margin-top: 25px;
}

.echo-cl-blocks-area {
  padding: 80px 0;
}
.echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content {
  background-color: #f1f1f1;
  padding: 40px;
}
.echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content .echo-cl-blocks-text .echo-cl-blocks-area-shep {
  margin-top: 40px;
}
.echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content .echo-cl-blocks-text .echo-cl-blocks-title {
  margin-top: 30px;
}
.echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content .echo-cl-blocks-text .echo-cl-blocks-title h3 {
  margin: 0;
  font-size: 40px;
  line-height: 50px;
}
.echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content .echo-cl-blocks-text .echo-cl-blocks-title p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}

.echo-fd-post-area .echo-fd-post-content {
  background-color: #181823;
  padding: 80px 0;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-home-2-title {
  margin-bottom: 40px;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-home-2-title .echo-home-2-main-title {
  text-align: center;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-home-2-title .echo-home-2-main-title h4 {
  margin: 0;
  position: relative;
  color: #fff;
  font-size: 30px;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-home-2-title .echo-home-2-main-title h4::after {
  content: "";
  position: absolute;
  width: 37%;
  height: 1px;
  background-color: #5E5E5E;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-home-2-title .echo-home-2-main-title h4::before {
  content: "";
  position: absolute;
  width: 37%;
  height: 1px;
  background-color: #5E5E5E;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-left .echo-fd-post-left-img {
  position: relative;
  overflow: visible;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-left .echo-fd-post-left-img a {
  overflow: hidden;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-left .echo-fd-post-left-img .echo-fd-area-left-site-shep {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content {
  position: relative;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-3-align-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  margin-top: 35px;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-3-align-icons a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-3-align-icons a i {
  margin-right: 6px;
  font-size: 16px;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title {
  margin-top: 20px;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title h3 {
  color: #fff;
  margin: 0;
  font-size: 40px;
  line-height: 50px;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title h3 a {
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title h3 a:hover {
  color: #fff;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-content {
  flex-basis: 50%;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-content img {
  width: 100%;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text {
  flex-basis: 53%;
  float: left;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-fd-post-right-area-shep {
  margin-bottom: 10px;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-3-align-icons {
  margin-top: 0;
  justify-content: start;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-fd-post-right-heading {
  margin-top: 15px;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-fd-post-right-heading h4 {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  color: #fff;
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-fd-post-right-heading h4 a {
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-fd-post-right-heading h4 a:hover {
  color: #fff;
}

.echo-archive-area {
  padding: 80px 0;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-banner-slider-button {
  position: absolute;
  top: 22px;
  right: 70px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-banner-slider-button .swiper-button-next {
  background-color: #F16228;
  left: 40px;
  width: 30px;
  height: 30px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-banner-slider-button .swiper-button-next::after {
  font-size: 15px;
  color: #fff;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-banner-slider-button .swiper-button-next:hover {
  background-color: #F16228;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-banner-slider-button .swiper-button-next:hover::after {
  color: #fff;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-banner-slider-button .swiper-button-prev {
  background-color: #E6E6E6;
  width: 30px;
  height: 30px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-banner-slider-button .swiper-button-prev::after {
  font-size: 15px;
  color: #5E5E5E;
  content: "\f104";
  font-family: "Font Awesome 6 Pro" !important;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-banner-slider-button .swiper-button-prev:hover {
  background-color: #F16228;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-banner-slider-button .swiper-button-prev:hover::after {
  color: #fff;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-home-2-title .echo-home-2-main-title h4 {
  text-align: left;
  font-size: 30px;
  margin: 0;
  position: relative;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-home-2-title .echo-home-2-main-title h4::after {
  content: "";
  position: absolute;
  width: 81%;
  height: 1px;
  background-color: rgba(94, 94, 94, 0.5);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content {
  margin-top: 18px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content {
  position: relative;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text {
  max-width: 690px;
  height: 295;
  background-color: #f9f9f9;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text .echo-banner-heading {
  margin-top: 20px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text .echo-banner-heading h1 {
  font-size: 60px;
  line-height: 70px;
  margin: 0;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text .echo-3-align-icons {
  margin-top: 12px;
  display: flex;
  gap: 25px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text .echo-3-align-icons a {
  font-size: 14px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text .echo-3-align-icons a i {
  font-size: 16px;
  margin-right: 5px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content {
  position: relative;
  cursor: auto;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text {
  max-width: 690px;
  height: 295;
  background-color: #f9f9f9;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text .echo-banner-heading {
  margin-top: 20px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text .echo-banner-heading h1 {
  font-size: 60px;
  line-height: 70px;
  margin: 0;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text .echo-3-align-icons {
  margin-top: 12px;
  display: flex;
  gap: 25px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text .echo-3-align-icons a {
  font-size: 14px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text .echo-3-align-icons a i {
  font-size: 16px;
  margin-right: 5px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-archive-main-content.area-2 .echo-banner-mani-content .echo-banner-text {
  max-width: 560px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-archive-main-content.area-2 .echo-banner-mani-content .echo-banner-text .echo-banner-heading h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site:last-child {
  border: none;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site:first-child {
  padding-top: 0;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site {
  border-bottom: 1px solid rgba(94, 94, 94, 0.5);
  padding-bottom: 20px;
  padding-top: 20px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text {
  flex-basis: 80%;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-archive-right-heading h5 {
  font-size: 25px;
  line-height: 35px;
  margin: 0;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-3-align-icons {
  margin: 15px 0 10px 0;
  display: flex;
  gap: 20px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-3-align-icons a {
  font-size: 14px;
  font-weight: 500;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-3-align-icons a i {
  font-size: 15px;
  margin-right: 6px;
}
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-img {
  flex-basis: 53%;
}

.echo-add-area {
  padding-bottom: 80px;
}

.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 80%;
  z-index: 1;
  display: block;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button .swiper-button-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  transition: ease-in 0.3s;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button .swiper-button-next::after {
  font-size: 20px;
  color: #fff;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button .swiper-button-next:hover {
  background-color: #7817F2;
  border-color: transparent;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button .swiper-button-next:hover::after {
  color: #fff;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button .swiper-button-prev {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  transition: ease-in 0.3s;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button .swiper-button-prev::after {
  font-size: 20px;
  color: #fff;
  content: "\f104";
  font-family: "Font Awesome 6 Pro" !important;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button .swiper-button-prev:hover {
  background-color: #7817F2;
  border-color: transparent;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button .swiper-button-prev:hover::after {
  color: #fff;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img {
  position: relative;
  height: 700px;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box {
  width: 970px;
  height: 396px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  padding: 0 100px;
  left: 50%;
  transform: translate(-50%);
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box img {
  max-width: 1600px;
  height: 700px;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-hm2-video-area-shep {
  margin-top: 40px;
  margin-bottom: 15px;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-hm2-video-area-shep .home-2-area-shep {
  margin: 0 auto;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-3-align-icons {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-3-align-icons a {
  font-size: 14px;
  font-weight: 500;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-3-align-icons a i {
  font-size: 15px;
  margin-right: 6px;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-hm2-video-heading {
  margin-top: 10px;
  margin-bottom: 10px;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-hm2-video-heading h1 {
  font-size: 60px;
  line-height: 70px;
  margin: 0;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-hm2-video-discription {
  width: 570px;
  height: 52px;
  margin: 30px auto 0 auto;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-hm2-video-discription p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons .video-play-button {
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
  animation-name: videobuttonpopup;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons .video-play-button span.outer-text {
  border: none;
  font-family: "Bona Nova";
  font-size: 20px;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: #FFFFFF;
  font-weight: 500;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 200ms;
  background: #FFFFFF;
  border: 0.5px solid #ffffff;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid #7817F2;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}
.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.echo-social-media-area-hm2 {
  background: #181823;
}
.echo-social-media-area-hm2 .echo-home-2-title {
  margin-bottom: 40px;
}
.echo-social-media-area-hm2 .echo-home-2-title .echo-home-2-main-title {
  text-align: center;
}
.echo-social-media-area-hm2 .echo-home-2-title .echo-home-2-main-title h4 {
  margin: 0;
  position: relative;
  font-size: 30px;
}
.echo-social-media-area-hm2 .echo-home-2-title .echo-home-2-main-title h4::after {
  content: "";
  position: absolute;
  width: 37%;
  height: 1px;
  opacity: 0.5;
  background-color: #5E5E5E;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.echo-social-media-area-hm2 .echo-home-2-title .echo-home-2-main-title h4::before {
  content: "";
  position: absolute;
  width: 37%;
  height: 1px;
  opacity: 0.5;
  background-color: #5E5E5E;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.echo-social-media-area-hm2 .echo-social-media-area-content .echo-social-media-main-content {
  display: flex;
}
.echo-social-media-area-hm2 .echo-social-media-area-content .echo-social-media-main-content .echo-hm2-social-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.echo-social-media-area-hm2 .echo-social-media-area-content .echo-social-media-main-content .echo-hm2-social-item .echo-hm2-social-item-overlay {
  position: absolute;
  top: 0px;
  background: rgba(24, 24, 35, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.echo-social-media-area-hm2 .echo-social-media-area-content .echo-social-media-main-content .echo-hm2-social-item .echo-hm2-social-item-overlay span {
  color: #ffff;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.echo-social-media-area-hm2 .echo-social-media-area-content .echo-social-media-main-content .echo-hm2-social-item:hover .echo-hm2-social-item-overlay {
  opacity: 1;
  visibility: visible;
}
.echo-social-media-area-hm2.home-ten {
  background: #ECECEC;
  padding-top: 90px;
}
.echo-social-media-area-hm2.home-ten .hm5-feature-title .hm-5-main-title h2 {
  color: #1A1A1A;
  text-align: center;
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .echo-social-media-area-hm2.home-ten .hm5-feature-title .hm-5-main-title h2 {
    font-size: 64px;
    line-height: 70px;
  }
}
@media (max-width: 576px) {
  .echo-social-media-area-hm2.home-ten .hm5-feature-title .hm-5-main-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.echo-social-media-area-hm2.home-ten .hm5-feature-title .hm-5-main-title h2::after {
  display: none;
}
@media (max-width: 767px) {
  .echo-social-media-area-hm2.home-ten .echo-social-media-area-content .echo-hm2-social-item {
    width: 50% !important;
  }
}
@media (max-width: 576px) {
  .echo-social-media-area-hm2.home-ten .echo-social-media-area-content .echo-hm2-social-item {
    width: 100% !important;
  }
}
.echo-social-media-area-hm2.home-ten .echo-social-media-area-content .echo-hm2-social-item img {
  filter: saturate(0);
}
@media (max-width: 576px) {
  .echo-social-media-area-hm2.home-ten .echo-social-media-area-content .echo-hm2-social-item img {
    width: 100%;
  }
}
.echo-social-media-area-hm2.home-ten .echo-social-media-area-content .echo-hm2-social-item:hover img {
  filter: saturate(100%);
}
.echo-social-media-area-hm2.home-ten .echo-social-media-area-content .echo-hm2-social-item .echo-hm2-social-item-overlay {
  background: none;
}
.echo-social-media-area-hm2.home-ten .echo-social-media-area-content .echo-hm2-social-item .echo-hm2-social-item-overlay span {
  background: #D00032;
  color: #FFF;
  font-family: var(--home-5-title-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 20px 25px 14px;
  border-radius: 40px;
}

.echo-hero-section {
  padding-top: 60px;
}
.echo-hero-section .echo-hero-baner {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .echo-hero-section .echo-hero-baner h1 {
    line-height: 55px;
    font-size: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-hero-section .echo-hero-baner h1 {
    line-height: 60px;
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .echo-hero-section .echo-hero-baner h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 500px) {
  .echo-hero-section .echo-hero-baner h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.echo-hero-section .echo-hero-baner p {
  margin-bottom: 25px;
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .echo-hero-section .echo-hero-baner p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .echo-hero-section .echo-hero-baner p {
    margin-bottom: 10px;
  }
}
.echo-hero-section .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .echo-hero-section .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share {
    flex-wrap: wrap;
  }
}
.echo-hero-section .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share .echo-hero-area-like-read-comment-share a {
  font-size: 14px;
  font-weight: 500;
}
.echo-hero-section .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share .echo-hero-area-like-read-comment-share a i {
  margin: 0 4px;
}
.echo-hero-section.inner {
  padding: 100px 0;
}
.echo-hero-section.inner .echo-de-category-show-more-btn a {
  padding: 12px 38px;
  text-align: center;
  border: 1px solid;
  font-family: "Bona Nova", serif;
  font-size: 16px;
  line-height: 30px;
  margin: 0 auto;
  font-weight: 700;
}
.echo-hero-section.inner .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 {
  position: relative;
}
.echo-hero-section.inner .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button {
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
  animation-name: videobuttonpopup;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
}
.echo-hero-section.inner .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button span.outer-text {
  border: none;
  font-family: "Bona Nova";
  font-size: 20px;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: #FFFFFF;
  font-weight: 500;
}
.echo-hero-section.inner .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  transition: all 200ms;
  background: #FFFFFF;
  border: 0.5px solid #ffffff;
}
.echo-hero-section.inner .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.echo-hero-section.inner .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  width: 30px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.echo-hero-section.inner .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.echo-hero-section.inner .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 28px solid var(--color-primary);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.echo-hero-section.inner .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 {
  position: relative;
}
.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 .echo-hm2-video-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 .echo-hm2-video-icons .vedio-icone {
  position: relative;
}
.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button {
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
  animation-name: videobuttonpopup;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  background-color: #fff;
}
.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #0059FF;
  font-size: 20px;
}
.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button span.outer-text {
  border: none;
  font-family: "Bona Nova";
  font-size: 20px;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: #FFFFFF;
  font-weight: 500;
}
.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.echo-hero-section.inner .echo-hero-baner:last-child {
  margin-bottom: 0;
}
.echo-hero-section.inner .echo-hero-baner {
  position: relative;
  margin-bottom: 40px;
  box-shadow: 30px 30px 60px rgba(0, 0, 1, 0.05);
}
.echo-hero-section.inner .echo-hero-baner h2 {
  margin-top: 30px;
  line-height: 60px;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}
.echo-hero-section.inner .echo-hero-baner p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
}
.echo-hero-section.inner .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.echo-hero-section.inner .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share .echo-hero-area-like-read-comment-share a {
  font-size: 14px;
}
.echo-hero-section.inner .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share .echo-hero-area-like-read-comment-share a i {
  margin: 0 4px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-popular-hl-img {
  background-color: #f9f9f9;
  padding: 20px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-popular-hl-img .echo-home-2-title {
  margin-bottom: 20px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-popular-hl-img .echo-home-2-title .echo-home-2-main-title h5 {
  margin-bottom: 0;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-popular-hl-img .echo-popular-item h5 {
  margin: 0;
  transform: translate(0%, 75%);
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-popular-hl-img .echo-popular-item ul li {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70px;
  margin-bottom: 15px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-popular-hl-img .echo-popular-item ul li:nth-child(1) {
  background-image: url("../images/home-2/popular-right/item-1.png");
}
.echo-hero-section.inner .echo-right-ct-1 .echo-popular-hl-img .echo-popular-item ul li:nth-child(2) {
  background-image: url("../images/home-2/popular-right/item-2.png");
}
.echo-hero-section.inner .echo-right-ct-1 .echo-popular-hl-img .echo-popular-item ul li:nth-child(3) {
  background-image: url("../images/home-2/popular-right/item-3.png");
}
.echo-hero-section.inner .echo-right-ct-1 .echo-popular-hl-img .echo-popular-item ul li:nth-child(4) {
  background-image: url("../images/home-2/popular-right/item-4.png");
}
.echo-hero-section.inner .echo-right-ct-1 .echo-popular-hl-img .echo-popular-item ul li:nth-child(5) {
  background-image: url("../images/home-2/popular-right/item-5.png");
  margin-bottom: 0;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story {
  background-color: #f9f9f9;
  padding: 30px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story h5 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 30px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story h6 {
  font-size: 20px;
  position: relative;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story h6::after {
  content: "";
  position: absolute;
  width: 75%;
  top: 15px;
  height: 0.5px;
  right: -20px;
  background: #5E5E5E;
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story h6::after {
    width: 85%;
  }
}
.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story {
  display: flex;
  margin: 18px 0;
  gap: 15px;
  align-items: center;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture {
  flex-basis: 40%;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture a img {
  width: 100%;
  height: 100%;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text {
  flex-basis: 60%;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text a.pe-none {
  font-size: 14px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text a.pe-none i {
  font-size: 16px;
  margin-right: 6px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower {
  margin-top: 25px;
  background-color: #f9f9f9;
  padding: 30px 20px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul {
  display: flex;
  flex-wrap: wrap;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li {
  width: 50%;
  border-bottom: 1px solid rgba(94, 94, 94, 0.5);
  padding-top: 20px;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 500px) {
  .echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li {
    font-size: 12px;
  }
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(5),
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(6) {
  border-bottom: none;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(1),
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(3),
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(5) {
  border-right: 1px solid rgba(94, 94, 94, 0.5);
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(2),
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(4) {
  padding-left: 15px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(6) {
  padding-left: 10px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(1),
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(2) {
  padding-top: 0px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(5),
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(6) {
  padding-bottom: 0px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter {
  background-color: #f9f9f9;
  padding: 30px;
  margin-top: 25px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-rigth-site-newsletter-title {
  margin-bottom: 30px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-rigth-site-newsletter-title h4 {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-sub-title {
  margin-bottom: 16px;
  margin-top: 20px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-sub-title p {
  font-size: 20px;
  line-height: 30px;
  color: #5E5E5E;
  font-family: "Bona Nova", serif;
  font-weight: 700;
  margin: 0;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form {
  position: relative;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Pro" !important;
  position: absolute;
  top: 24%;
  left: 12px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box input[type=email] {
  width: 255px;
  padding: 8px 0px 8px 35px;
  border: 1px solid #5E5E5E;
  opacity: 0.5;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box button {
  position: absolute;
  background-color: #181823;
  width: 60px;
  padding: 13px 0px;
  margin-left: -4px;
  transition: all ease-in 0.3s;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box button:hover {
  background-color: var(--color-primary);
}
.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box button i {
  color: #fff;
  font-size: 16px;
}
.echo-hero-section.inner .echo-right-ct-1 .echo-ct-1-add {
  margin-top: 25px;
}
.echo-hero-section.inner .echo-full-hero-content.inner-category-1 .echo-hero-baner .echo-hero-baner-text-heading-info-ct-1 {
  padding: 25px 30px;
}
.echo-hero-section.inner-2 .echo-hero-section.inner .echo-hero-baner {
  padding: 0;
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 {
  position: relative;
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button {
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
  animation-name: videobuttonpopup;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button span.outer-text {
  border: none;
  font-family: "Bona Nova";
  font-size: 20px;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: #FFFFFF;
  font-weight: 500;
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 200ms;
  background: #FFFFFF;
  border: 0.5px solid #ffffff;
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid #7817F2;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 {
  position: relative;
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 .echo-hm2-video-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 .echo-hm2-video-icons .vedio-icone {
  position: relative;
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button {
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
  animation-name: videobuttonpopup;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  background-color: #fff;
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #0059FF;
  font-size: 20px;
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button span.outer-text {
  border: none;
  font-family: "Bona Nova";
  font-size: 20px;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: #FFFFFF;
  font-weight: 500;
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.echo-hero-section.inner-2 .echo-hero-baner {
  display: flex;
  gap: 30px;
  align-items: center;
}
.echo-hero-section.inner-2 .echo-hero-baner .echo-inner-img-ct-1 {
  flex-basis: 45%;
}
.echo-hero-section.inner-2 .echo-hero-baner .echo-banner-texting {
  flex-basis: 55%;
}
.echo-hero-section.inner-2 .echo-hero-baner .echo-banner-texting h3 {
  font-size: 40px;
  line-height: 50px;
  padding-top: 20px;
}
.echo-hero-section.inner-3 .echo-hm2-video-icons .video-play-button {
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
  animation-name: videobuttonpopup;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.echo-hero-section.inner-3 .echo-hm2-video-icons .video-play-button span.outer-text {
  border: none;
  font-family: "Bona Nova";
  font-size: 20px;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: #FFFFFF;
  font-weight: 500;
}
.echo-hero-section.inner-3 .echo-hm2-video-icons .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 200ms;
  background: #FFFFFF;
  border: 0.5px solid #ffffff;
}
.echo-hero-section.inner-3 .echo-hm2-video-icons .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.echo-hero-section.inner-3 .echo-hm2-video-icons .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  width: 30px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.echo-hero-section.inner-3 .echo-hm2-video-icons .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.echo-hero-section.inner-3 .echo-hm2-video-icons .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid #7817F2;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}
.echo-hero-section.inner-3 .echo-hm2-video-icons .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.echo-hero-section.inner-3 .echo-de-category-show-more-btn {
  margin-top: 50px;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .banner-inner-3 {
  display: block;
  background-color: #fff;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .banner-inner-3 .echo-inner-ct-style-3-full-width {
  padding: 0px 30px 5px 30px;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .banner-inner-3 .echo-inner-ct-style-3-full-width p {
  font-size: 16px;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3:nth-child(2) {
  margin-top: 30px;
  margin-bottom: 30px;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3.echo-ct-style-3-ls {
  margin-top: 30px;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3.echo-ct-style-3-ls .echo-hm2-video-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3.echo-ct-style-3-ls .echo-hm2-video-icons .vedio-icone {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #fff;
  line-height: 80px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3.echo-ct-style-3-ls .echo-hm2-video-icons .vedio-icone span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3.echo-ct-style-3-ls .echo-hm2-video-icons .vedio-icone span svg path {
  fill: #7817F2;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3 {
  display: flex;
  gap: 30px;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3 .echo-hero-baner {
  display: block;
  background-color: #fff;
  margin-bottom: 0;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3 .echo-hero-baner .echo-inner-img-ct-1.img-transition-scale {
  position: relative;
  overflow: visible;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3 .echo-hero-baner .echo-inner-img-ct-1.img-transition-scale a {
  overflow: hidden;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3 .echo-hero-baner .echo-banner-texting {
  padding: 10px 25px 30px 25px;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3 .echo-hero-baner .echo-banner-texting h4 {
  font-size: 25px;
  line-height: 35px;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3 .echo-hero-baner .echo-banner-texting .echo-hero-area-titlepost-post-like-comment-share {
  margin-top: 35px;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3 .echo-hero-baner .echo-banner-texting p {
  margin-bottom: 0;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category {
  padding-top: 30px;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 15px;
  margin-bottom: 20px;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-img {
  flex-basis: 35%;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title {
  flex-basis: 80%;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title h5 {
  margin: 0;
  font-size: 25px;
  line-height: 35px;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title .echo-popular-cat-view {
  margin-top: 10px;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title .echo-popular-cat-view a {
  font-size: 14px;
}
.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title .echo-popular-cat-view a i {
  font-size: 15px;
  margin-right: 6px;
}

.echo-banner-innerpage {
  padding: 100px 0 0 0;
}

.echo-hero-section.inner-post .echo-hero-baner {
  box-shadow: none;
  margin-bottom: 0;
}
.echo-hero-section.inner-post .echo-quote-area {
  background: #F9F9F9;
  padding: 20px 20px 20px 25px;
  position: relative;
  margin-bottom: 30px;
}
.echo-hero-section.inner-post .echo-quote-area::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  left: 0;
  top: 0;
  background: #F16228;
}
.echo-hero-section.inner-post .echo-quote-area .quote-title {
  font-size: 20px;
  line-height: 30px;
  color: #181823;
  text-transform: capitalize;
}
.echo-hero-section.inner-post .echo-quote-area .author {
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.echo-hero-section.inner-post .echo-quote-area .author::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #5E5E5E;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.echo-hero-section.inner-post .echo-financial-area {
  margin-bottom: 40px;
}
.echo-hero-section.inner-post .echo-financial-area .image-area {
  margin-bottom: 20px;
}
.echo-hero-section.inner-post .echo-financial-area .content .title {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
}
.echo-hero-section.inner-post .echo-financial-area .content .desc {
  color: #5E5E5E;
}
.echo-hero-section.inner-post .echo-financial-area .content .content-wrapper {
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.echo-hero-section.inner-post .echo-financial-area .content .content-wrapper .wrapper-item {
  list-style: none;
  width: 50%;
  padding-left: 30px;
  font-family: "Bona Nova";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  position: relative;
}
.echo-hero-section.inner-post .echo-financial-area .content .content-wrapper .wrapper-item::before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #5E5E5E;
}
.echo-hero-section.inner-post .echo-financial-area .content .details-tag,
.echo-hero-section.inner-post .echo-financial-area .content .details-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.echo-hero-section.inner-post .echo-financial-area .content .details-tag h6,
.echo-hero-section.inner-post .echo-financial-area .content .details-share h6 {
  margin-bottom: 0;
  margin-right: 5px;
}
.echo-hero-section.inner-post .echo-financial-area .content .details-tag button,
.echo-hero-section.inner-post .echo-financial-area .content .details-share button {
  max-width: max-content;
  margin: 0 5px;
}
.echo-hero-section.inner-post .echo-financial-area .content .details-tag {
  justify-content: start;
}
.echo-hero-section.inner-post .echo-financial-area .content .details-tag button {
  padding: 8px 10px;
  background: #f9f9f9;
}
.echo-hero-section.inner-post .echo-financial-area .content .details-share {
  justify-content: end;
}
.echo-hero-section.inner-post .echo-author-area {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 40px;
}
.echo-hero-section.inner-post .echo-author-area .image-area {
  flex-basis: 25%;
}
.echo-hero-section.inner-post .echo-author-area .content {
  flex-basis: 75%;
}
.echo-hero-section.inner-post .echo-author-area .content .title {
  margin-bottom: 10px;
}
.echo-hero-section.inner-post .echo-more-news-area {
  padding: 35px 30px;
  background: #f9f9f9;
  margin-bottom: 40px;
}
.echo-hero-section.inner-post .echo-more-news-area .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
.echo-hero-section.inner-post .echo-more-news-area .echo-top-story {
  display: flex;
  margin: 18px 0;
  gap: 15px;
  align-items: center;
  background: #fff;
  padding: 15px;
}
.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-picture {
  flex-basis: 30%;
}
.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-picture a img {
  width: 100%;
  height: 100%;
}
.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-text {
  flex-basis: 70%;
}
.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-text h6 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-text a i {
  font-size: 16px;
  margin-right: 6px;
}
.echo-hero-section.inner-post .echo-reply-area {
  background: #f9f9f9;
  padding: 30px;
  margin-bottom: 40px;
}
.echo-hero-section.inner-post .echo-reply-area .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
.echo-hero-section.inner-post .echo-reply-area .comment-inner {
  padding: 0;
  margin: 0;
}
.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper {
  list-style: none;
  display: flex;
  padding: 40px 0;
  position: relative;
  border-bottom: 1px solid #45454530;
}
.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .image-area {
  flex-basis: 12%;
}
.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .content {
  flex-basis: 88%;
}
.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .content a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .content .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #454545;
  margin-top: 10px;
}
.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper:last-child {
  padding-bottom: 0;
  border: none;
}
.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .reply {
  position: absolute;
  top: 35px;
  right: 0;
  font-family: "Bona Nova";
  font-weight: 700;
}
.echo-hero-section.inner-post .echo-comment-box {
  padding: 30px;
  background: #f9f9f9;
}
.echo-hero-section.inner-post .echo-comment-box .title {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
}
.echo-hero-section.inner-post .echo-comment-box form input,
.echo-hero-section.inner-post .echo-comment-box form textarea {
  border: 1px solid #45454540;
  margin-bottom: 20px;
}
.echo-hero-section.inner-post .echo-comment-box form input {
  height: 60px;
}
.echo-hero-section.inner-post .echo-comment-box form textarea {
  padding-top: 10px;
  min-height: 140px;
}
.echo-hero-section.inner-post .echo-comment-box form button {
  width: 170px;
  height: 60px;
  background: var(--color-primary);
  color: #ffffff;
}
.echo-hero-section.inner-post-3 {
  padding-top: 5px;
}
.echo-hero-section.inner-post-3 .echo-hero-discription {
  margin-bottom: 15px;
}
.echo-hero-section.inner-post-3 .echo-hero-discription span {
  font-size: 80px;
  line-height: 96px;
  border: 1px solid #5E5E5E4D;
  padding: 25px 45px;
  margin-right: 20px;
  display: block;
  float: left;
  color: #181823;
  font-family: Bona Nova ", serif";
}
.echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing {
  display: flex;
  gap: 30px;
}
.echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing .echo-quote-area {
  flex-basis: 48%;
  background-color: transparent !important;
  padding: 0;
  position: relative;
}
.echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing .echo-quote-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background-color: #454545;
}
.echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing .echo-quote-area::before {
  display: none;
}
.echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing .echo-quote-area h2 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 400;
  margin: 20px 0 0 0;
}
.echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing .echo-quote-area .author {
  font-weight: bold;
  margin-top: 15px;
}
.echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing .echo-quote-info {
  flex-basis: 52%;
}
.echo-hero-section.inner-post-3 .echo-financial-area .content h3 .echo-post-title {
  font-size: 40px;
  line-height: 50px;
  margin: 0;
}
.echo-hero-section.inner-post-3 .echo-alignment-pt-style-2 {
  margin-top: 30px;
}
.echo-hero-section.inner-post-3 .echo-top-story .next i {
  margin-left: 6px;
}
.echo-hero-section.inner-post-3 .echo-top-story h6 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
}
.echo-hero-section.inner-post-3 .echo-ab-pr .echo-ab-pr-img {
  margin-bottom: 15px;
}
.echo-hero-section.inner-post-3 .echo-ab-pr .echo-ab-pr-name {
  margin-bottom: 10px;
}
.echo-hero-section.inner-post-3 .echo-ab-pr .echo-ab-pr-name h5 {
  font-size: 25px;
  line-height: 35px;
  margin: 0;
}
.echo-hero-section.inner-post-3 .echo-ab-pr .echo-ab-pr-sub-name {
  margin-bottom: 20px;
}
.echo-hero-section.inner-post-3 .echo-ab-pr .echo-ab-pr-info {
  margin-bottom: 25px;
}
.echo-hero-section.inner-post-3 .echo-ab-pr .echo-ab-pr-info p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.echo-hero-section.inner-post-3 .echo-ab-pr .echo-footer-social-media {
  text-align: center;
  margin-bottom: 70px;
}
.echo-hero-section.inner-post-3 .echo-ab-pr .echo-footer-social-media a {
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  border: 1px solid #5E5E5E;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  margin-left: 5px;
  transition: all 0.3s ease;
  transform: scale(0.9);
  position: relative;
}
.echo-hero-section.inner-post-3 .echo-ab-pr .echo-footer-social-media a i {
  color: #5E5E5E;
}
.echo-hero-section.inner-post-3 .echo-ab-pr .echo-footer-social-media a:hover {
  background-color: var(--color-primary);
  border: 1px solid transparent;
}
.echo-hero-section.inner-post-3 .echo-ab-pr .echo-footer-social-media a:hover i {
  color: #fff;
}
.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box {
  background-image: url("../images/home-1/hero/top-story22.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}
.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content {
  padding: 50px 40px;
}
.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-ps-2-subscribe-title h5 {
  font-size: 25px;
  line-height: 35px;
}
.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-ps-2-subscribe-sub-title {
  margin-top: 15px;
  margin-bottom: 25px;
}
.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-ps-2-subscribe-sub-title p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill {
  position: relative;
}
.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form {
  text-align: center;
}
.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}
.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form svg path {
  fill: #454545;
  width: 20px;
}
.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 500px;
  height: 60px;
  padding: 0 0 0 35px;
}
.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form input::placeholder {
  color: #fff;
  font-size: 15px;
}
.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form .echo-ps-2-subscribe-btn {
  background: var(--color-primary);
  width: 75px;
  height: 60px;
  position: absolute;
  transition: 0.3s ease;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form .echo-ps-2-subscribe-btn i {
  color: #fff;
}
.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form .echo-ps-2-subscribe-btn:hover {
  background-color: #181823;
}
.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form .echo-ps-2-subscribe-btn:hover i {
  color: #fff;
}

.echo-banner-innerpage .banner-inner .banner-image.top {
  margin-bottom: 20px;
}

.echo-hero-section .echo-hero-baner-text-heading-info-ct-1 {
  padding: 25px 30px;
}

.hero-home-five {
  background-image: url("../images/hm-5/hm5-banner-bg.png");
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 245px 0 260px 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero-home-five {
    padding: 200px 0;
  }
}
@media (max-width: 576px) {
  .hero-home-five {
    padding: 150px 0 120px 0;
  }
}
.hero-home-five .hm-5-container .hero-hm5-img {
  position: absolute;
  right: 32px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .hero-home-five .hm-5-container .hero-hm5-img {
    display: none;
  }
}
.hero-home-five .hm-5-container .hero-hm5-text {
  position: relative;
}
.hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-sub-title {
  margin-bottom: 33px;
}
.hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-sub-title p {
  color: var(--home-5-body-color);
  font-family: var(--home-5-body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-left: 56px;
  position: relative;
}
.hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-sub-title p::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-white);
  width: 40px;
  height: 1px;
  left: 0;
}
.hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-title {
  max-width: 60%;
  margin-bottom: 60px;
}
@media (max-width: 1500px) {
  .hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-title {
    max-width: 75%;
  }
}
@media (max-width: 1200px) {
  .hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-title {
    max-width: 100%;
  }
}
.hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-title h2 {
  color: var(--color-white);
  font-size: 145px;
  font-style: normal;
  font-weight: 400;
  line-height: 140px;
  text-transform: uppercase;
  font-family: var(--home-5-title-font);
}
@media (max-width: 991px) {
  .hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-title h2 {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 768px) {
  .hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-title h2 {
    font-size: 90px;
  }
}
@media (max-width: 576px) {
  .hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-title h2 {
    font-size: 70px;
  }
}
@media (max-width: 450px) {
  .hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-title h2 {
    font-size: 46px;
  }
}
.hero-home-five .shape1 {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .hero-home-five .shape1 {
    display: none;
  }
}
.hero-home-five .shape2 {
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: -2;
}
@media (max-width: 768px) {
  .hero-home-five .shape2 {
    width: 150px;
  }
}
@media (max-width: 576px) {
  .hero-home-five .shape2 {
    width: 100px;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media (max-width: 576px) {
  .hero-home-five .shape2 {
    width: 70px;
  }
}

.hm5-feature-area {
  background-color: #190108;
  padding: 120px 0;
  overflow: hidden;
}
.hm5-feature-area .hm5-feature-title .hm-5-title-btn .hm-5-main-title h2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .hm5-feature-area .hm5-feature-title .hm-5-title-btn .hm5-btn-1 {
    padding: 20px 48px 18px 20px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .hm5-feature-area .hm5-feature-title .hm-5-title-btn .hm5-btn-1 {
    display: none;
  }
}
.hm5-feature-area .hm5-feature-content {
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .hm5-feature-area .hm5-feature-content .hm5-featurea-main-content {
    margin-bottom: 50px;
  }
  .hm5-feature-area .hm5-feature-content .hm5-featurea-main-content.small:last-child {
    margin-bottom: 0;
  }
}
.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-feature-img {
  border-radius: 15px;
  position: relative;
}
.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-feature-img img {
  width: 100%;
}
.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content {
  margin-top: 27px;
}
.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title {
  margin-top: 25px;
}
.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 {
  color: var(--color-white);
  font-family: var(--home-5-title-font);
  font-size: 39px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  text-transform: uppercase;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media (max-width: 576px) {
  .hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 450px) {
  .hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a {
  background-size: 200% 2px;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a:hover {
  color: #fff;
}
.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .feature-img-content-btn {
  margin-top: 52px;
}
.hm5-feature-area.area2 {
  background: none;
}
.hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2 {
  font-family: var(--home-5-title-font);
  color: #190108;
  font-size: 70px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
@media (max-width: 1200px) {
  .hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2 {
    font-size: 60px;
    line-height: 1.1;
  }
}
@media (max-width: 768px) {
  .hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2 {
    font-size: 45px;
    line-height: 1.1;
  }
}
.hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2::before, .hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2::after {
  content: "";
  position: absolute;
  background: #D5225B;
  height: 1px;
  width: 32%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2::before, .hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2::after {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2::before, .hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2::after {
    display: none;
  }
}
.hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2::before {
  left: 0;
}
.hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2::after {
  right: 0;
}
.hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content {
  margin-bottom: 50px;
}
.hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 {
  font-size: 50px;
  line-height: 60px;
}
@media (max-width: 991px) {
  .hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 450px) {
  .hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a {
  color: #190108;
  background-size: 200% 2px;
  background-image: linear-gradient(to right, #190108 50%, transparent 50%);
  background-position: 100% 90%;
}
.hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a:hover {
  background-position: 0% 90%;
}
.hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .feature-img-content-btn {
  margin-top: 30px;
}
.hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .feature-img-content-btn .hm5-btn-2 {
  border: 1px solid #D5225B;
  color: #D5225B;
}
.hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .feature-img-content-btn .hm5-btn-2:hover {
  color: #FFFFFF;
}
.hm5-feature-area.video {
  background: #4C091E;
}
.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title.left h3 {
  font-size: 60px;
  line-height: 70px;
}
@media (max-width: 768px) {
  .hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title.left h3 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 576px) {
  .hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title.left h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a {
  background-size: 200% 2px;
  background-position: 100% 90%;
}
.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a:hover {
  background-position: 0% 90%;
}
.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .video-play-button {
  box-sizing: content-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 44px;
  border-radius: 50%;
  display: flex;
}
.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: all 200ms;
  background: #FFFFFF;
  border: 0.5px solid #ffffff;
}
.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: all 200ms;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(40px);
}
.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid #D5225B;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.hm5-feature-area.video .hm5-feature-content .right-side {
  padding: 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
}
.hm5-feature-area.video .hm5-feature-content .right-side .hm5-featurea-main-content .hm5-featurea-meta-content {
  margin-top: 20px;
}
.hm5-feature-area.video .hm5-feature-content .right-side .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title {
  margin-top: 15px;
}
.hm5-feature-area.video .hm5-feature-content .right-side .hm5-featurea-main-content:last-child .hm5-featurea-meta-content .hm5-feature-img-title h3 {
  margin-bottom: 0;
}
.hm5-feature-area.area3 {
  background: none;
  padding-bottom: 0;
}
.hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2 {
  font-family: var(--home-5-title-font);
  color: #190108;
  font-size: 70px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2 {
    font-size: 54px;
  }
}
@media (max-width: 576px) {
  .hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2 {
    font-size: 42px;
  }
}
.hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2::before, .hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2::after {
  content: "";
  position: absolute;
  background: #D5225B;
  height: 1px;
  width: 32%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2::before, .hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2::after {
    width: 28%;
  }
}
@media (max-width: 991px) {
  .hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2::before, .hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2::after {
    display: none;
  }
}
.hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2::before {
  left: 0;
}
.hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2::after {
  right: 0;
}
.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content {
  margin-bottom: 50px;
}
.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 {
  font-size: 39px;
  line-height: 50px;
}
@media (max-width: 1460px) and (min-width: 1200px) {
  .hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a {
  color: #190108;
  background-size: 200% 2px;
  background-image: linear-gradient(to right, #190108 50%, transparent 50%);
  background-position: 100% 90%;
}
.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a:hover {
  background-position: 0% 90%;
}
.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .feature-img-content-btn {
  margin-top: 30px;
}
.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .feature-img-content-btn .hm5-btn-2 {
  border: 1px solid #D5225B;
  color: #D5225B;
}
.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .feature-img-content-btn .hm5-btn-2:hover {
  color: #FFFFFF;
}
.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small {
    display: block;
  }
}
.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small:last-child {
    margin-bottom: 30px;
  }
}
.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small .hm5-feature-img {
  flex-basis: 50%;
}
.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small .hm5-featurea-meta-content {
  margin-top: 0;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small .hm5-featurea-meta-content {
    margin-top: 30px;
  }
}
.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small .hm5-featurea-meta-content .hm5-feature-img-title h3 {
  font-size: 40px;
  line-height: 45px;
}
@media (max-width: 991px) {
  .hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small .hm5-featurea-meta-content .hm5-feature-img-title h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small .hm5-featurea-meta-content .feature-img-content-btn .hm5-btn-2 {
  color: #D5225B;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small .hm5-featurea-meta-content .feature-img-content-btn .hm5-btn-2:hover {
  color: #FFFFFF;
}
.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.large .hm5-featurea-meta-content h3 {
  font-size: 60px;
  line-height: 70px;
}
@media (max-width: 768px) {
  .hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.large .hm5-featurea-meta-content h3 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 576px) {
  .hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.large .hm5-featurea-meta-content h3 {
    font-size: 32px;
    line-height: 42px;
  }
}

.rts-match-result-section {
  background: #4C091E;
  padding: 100px 0;
}
.rts-match-result-section .section-inner .match-wrapper {
  margin: 0 15px;
}
@media (max-width: 1460px) and (min-width: 1200px) {
  .rts-match-result-section .section-inner .match-wrapper {
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
  .rts-match-result-section .section-inner .match-wrapper {
    margin: 0 0 60px 0;
  }
}
.rts-match-result-section .section-inner .match-wrapper.first {
  margin-left: 0;
}
.rts-match-result-section .section-inner .match-wrapper.last {
  margin-right: 0;
}
.rts-match-result-section .section-inner .match-wrapper .team {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  gap: 30px;
}
@media (max-width: 1600px) {
  .rts-match-result-section .section-inner .match-wrapper .team {
    gap: 15px;
  }
}
@media (max-width: 1460px) and (min-width: 1200px) {
  .rts-match-result-section .section-inner .match-wrapper .team {
    gap: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .rts-match-result-section .section-inner .match-wrapper .team {
    margin-bottom: 20px;
  }
}
.rts-match-result-section .section-inner .match-wrapper .team .club {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1600px) {
  .rts-match-result-section .section-inner .match-wrapper .team .club {
    gap: 10px;
  }
}
@media (max-width: 450px) {
  .rts-match-result-section .section-inner .match-wrapper .team .club {
    display: block;
    text-align: center;
  }
}
.rts-match-result-section .section-inner .match-wrapper .team .club img {
  width: 60px;
  height: 60px;
}
.rts-match-result-section .section-inner .match-wrapper .team .club .title {
  color: #F6EEEA;
  font-family: var(--home-5-title-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1460px) and (min-width: 1200px) {
  .rts-match-result-section .section-inner .match-wrapper .team .club .title {
    font-size: 16px;
  }
}
.rts-match-result-section .section-inner .match-wrapper .team .club.two .title {
  text-align: end;
}
@media (max-width: 450px) {
  .rts-match-result-section .section-inner .match-wrapper .team .club.two .title {
    text-align: center;
  }
}
.rts-match-result-section .section-inner .match-wrapper .team span {
  width: 50px;
}
.rts-match-result-section .section-inner .match-wrapper .team span img {
  width: 100%;
}
.rts-match-result-section .section-inner .match-wrapper .result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #5F1028;
}
@media (max-width: 1200px) {
  .rts-match-result-section .section-inner .match-wrapper .result {
    justify-content: center;
    max-width: max-content;
    margin: auto;
  }
}
.rts-match-result-section .section-inner .match-wrapper .result .score {
  color: #FFF;
  font-family: var(--home-5-title-font);
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px;
  border-right: 1px solid #5F1028;
}
.rts-match-result-section .section-inner .match-wrapper .result .score.last {
  border-left: 1px solid #5F1028;
  border-right: none;
}
.rts-match-result-section .section-inner .match-wrapper .result .time {
  color: #FFF;
  font-family: var(--home-5-title-font);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .rts-match-result-section .section-inner .match-wrapper .result .time {
    padding: 0 190px;
  }
}
@media (max-width: 576px) {
  .rts-match-result-section .section-inner .match-wrapper .result .time {
    padding: 0 100px;
  }
}
@media (max-width: 450px) {
  .rts-match-result-section .section-inner .match-wrapper .result .time {
    padding: 0 30px;
  }
}

.echo-latest-news-area.home-six {
  background: url(../images/home-1/latest-news/latest-news-bg6.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0 80px 0;
}
.echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content {
    gap: 10px;
  }
}
.echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content .image-area {
  flex-basis: 31%;
}
@media (max-width: 1200px) {
  .echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content .image-area {
    flex-basis: 22%;
  }
}
@media (max-width: 768px) {
  .echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content .image-area img {
    width: 100%;
  }
}
.echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content .content {
  flex-basis: 68%;
}
@media (max-width: 1200px) {
  .echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content .content {
    flex-basis: 78%;
  }
}
.echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content .content .author {
  margin-bottom: 0;
  color: #FFCC48;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 22px;
}
.echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content .content h4 {
  margin-bottom: 0;
}
.echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content .content h4 a {
  color: #FFF;
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
@media (max-width: 576px) {
  .echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content .content h4 a {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .echo-hero-section.home-six {
    padding: 65px 0 !important;
  }
}
.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner {
  box-shadow: none;
  margin-bottom: 70px;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner:last-child {
  margin-bottom: 0;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content {
  text-align: center;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .author {
  color: #EF5727;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 10px;
  margin-top: 30px;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .echo-hero-title {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
}
@media (max-width: 1300px) {
  .echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .echo-hero-title {
    font-size: 60px;
    line-height: 70px;
  }
  .echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .echo-hero-title a br {
    display: none;
  }
}
@media (max-width: 768px) {
  .echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .echo-hero-title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 450px) {
  .echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .echo-hero-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .echo-hero-title a {
  background-size: 200% 2px;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .echo-hero-discription {
  margin-bottom: 35px;
}
@media (max-width: 1300px) {
  .echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .echo-hero-discription br {
    display: none;
  }
}
.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .hm6-btn-1 {
  border: 1px solid #FFCC48;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .hm6-btn-1:hover {
  border: 1px solid #2B2004;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-author-area {
  text-align: center;
  background: #F4F4F4;
  padding: 30px;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-author-area .heading-title {
  font-family: "DM Sans", sans-serif;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-author-area .content {
  margin-top: 30px;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-follower {
  background: #F4F4F4;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-follower .echo-home-2-title .echo-home-2-main-title h5 {
  font-family: "DM Sans", sans-serif;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story {
  background: #f4f4f4;
  margin-top: 25px;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story h5 {
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 500px) {
  .echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text {
    flex-basis: auto;
  }
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text .pe-none {
  color: #EF5727;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 22px;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6 {
  font-family: "DM Sans", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6 {
    font-size: 18px;
    line-height: 28px;
  }
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story.last {
  margin-bottom: 30px;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story .show-more-btn {
  display: block;
  text-align: center;
  border: 1px solid #6D6D6D;
  padding: 12px 15px;
  border-radius: 60px;
  transition: all 0.4s;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story .show-more-btn:hover {
  background: #FFCC48;
  border: 1px solid #FFCC48;
  color: #FFFFFF;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story .show-more-btn i {
  margin-left: 5px;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-author {
  background: #f4f4f4;
  margin-top: 25px;
  padding: 30px;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-author h5 {
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-author h5 {
    font-size: 22px;
    line-height: 32px;
  }
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-author .author-wrapper {
  padding: 0;
  margin: 0;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-author .author-wrapper .wrapper {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c5b8b8;
  margin-bottom: 20px;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-author .author-wrapper .wrapper:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-author .author-wrapper .wrapper .content h6 {
  color: #181823;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: "DM Sans", sans-serif;
}

.echo-video-area.home-six {
  background: #714707;
  padding: 120px 0;
}
.echo-video-area.home-six .hm5-feature-title .hm-5-title-btn {
  margin-bottom: 65px;
}
@media (max-width: 576px) {
  .echo-video-area.home-six .hm5-feature-title .hm-5-title-btn {
    margin-bottom: 40px;
  }
}
.echo-video-area.home-six .hm5-feature-title .hm-5-title-btn h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.echo-video-area.home-six .hm5-feature-title .hm-5-title-btn h2::after {
  margin: 0 50px;
  background: #865B18;
}
@media (max-width: 576px) {
  .echo-video-area.home-six .hm5-feature-title .hm-5-title-btn h2 {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .echo-video-area.home-six .hm5-feature-title .hero-hm6-btn .hm6-btn-1 {
    display: none;
  }
}
.echo-video-area.home-six .section-inner .echo-hero-baner {
  box-shadow: none;
  margin-right: 20px;
}
.echo-video-area.home-six .section-inner .echo-hero-baner .echo-hero-banner-main-img {
  position: relative;
}
.echo-video-area.home-six .section-inner .echo-hero-baner .video-play-button {
  box-sizing: content-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 44px;
  border-radius: 50%;
  display: flex;
}
.echo-video-area.home-six .section-inner .echo-hero-baner .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: all 200ms;
  background: #FFFFFF;
  border: 0.5px solid #ffffff;
}
.echo-video-area.home-six .section-inner .echo-hero-baner .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: all 200ms;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(40px);
}
.echo-video-area.home-six .section-inner .echo-hero-baner .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.echo-video-area.home-six .section-inner .echo-hero-baner .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.echo-video-area.home-six .section-inner .echo-hero-baner .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.echo-video-area.home-six .section-inner .echo-hero-baner .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid #FFCC48;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.echo-video-area.home-six .section-inner .echo-hero-baner .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.echo-video-area.home-six .section-inner .echo-hero-baner .content {
  text-align: left;
}
.echo-video-area.home-six .section-inner .echo-hero-baner .content .author {
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 10px;
  margin-top: 30px;
}
.echo-video-area.home-six .section-inner .echo-hero-baner .content .echo-hero-title {
  font-family: "DM Sans", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
}
@media (max-width: 1200px) {
  .echo-video-area.home-six .section-inner .echo-hero-baner .content .echo-hero-title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  .echo-video-area.home-six .section-inner .echo-hero-baner .content .echo-hero-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 450px) {
  .echo-video-area.home-six .section-inner .echo-hero-baner .content .echo-hero-title {
    font-size: 36px;
    line-height: 46px;
  }
}
.echo-video-area.home-six .section-inner .echo-hero-baner .content .echo-hero-title a {
  background-size: 200% 2px;
  color: #FFFFFF;
  background-image: linear-gradient(to right, #FFFFFF 50%, transparent 50%);
}
.echo-video-area.home-six .section-inner .echo-hero-baner .content .echo-hero-discription {
  margin-bottom: 35px;
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story {
  background: none;
  padding: 0;
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story {
  gap: 30px;
  align-items: center;
  margin-bottom: 25px;
  margin-top: 0;
  transition: all 0.4s;
}
@media (max-width: 450px) {
  .echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story {
    display: block;
  }
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story.last {
  margin-bottom: 0;
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story:hover .echo-story-picture .vedio-icone .video-play-button {
  opacity: 1;
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture {
  flex-basis: 50%;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture {
    flex-basis: 35%;
  }
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture .vedio-icone {
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture .video-play-button {
  box-sizing: content-box;
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  transition: all 0.4s;
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(169, 169, 169, 0.9);
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #FFFFFF;
  border: 0.5px solid #ffffff;
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid #FFCC48;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text {
  flex-basis: 50%;
}
@media (max-width: 991px) {
  .echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text {
    flex-basis: 65%;
  }
}
@media (max-width: 450px) {
  .echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text {
    margin-top: 20px;
  }
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text .pe-none {
  color: #E2E2E2;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6 {
  color: #FFF;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin: 15px 0;
  padding-right: 25px;
}
@media (max-width: 1200px) {
  .echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6 {
    font-size: 24px;
    line-height: 34px;
  }
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6 a {
  color: #FFFFFF;
  background-image: linear-gradient(to right, #FFFFFF 50%, transparent 50%);
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6::after {
  display: none;
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text .read-more-btn {
  color: #E2E2E2;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  border-bottom: 1px solid #E2E2E2;
}
.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text .read-more-btn svg {
  margin-left: 5px;
}
.echo-video-area.home-seven {
  background: #9f68f5;
  padding: 100px 0;
}
.echo-video-area.home-seven .hm5-feature-title .hm-5-title-btn {
  display: block;
  text-align: center;
}
.echo-video-area.home-seven .hm5-feature-title .hm-5-title-btn .hm-5-main-title {
  width: 100%;
}
.echo-video-area.home-seven .hm5-feature-title .hm-5-title-btn .hm-5-main-title h2 {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  text-transform: none;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #AE7AFF;
}
.echo-video-area.home-seven .hm5-feature-title .hm-5-title-btn .hm-5-main-title h2::after {
  display: none;
}
.echo-video-area.home-seven .section-inner .echo-hero-baner {
  border: none;
  padding: 0;
}
.echo-video-area.home-seven .section-inner .echo-hero-baner .echo-hero-banner-main-img {
  position: relative;
}
.echo-video-area.home-seven .section-inner .echo-hero-baner .echo-hero-banner-main-img img {
  width: 100%;
}
.echo-video-area.home-seven .section-inner .echo-hero-baner .content .author {
  color: #E2E2E2;
}
.echo-video-area.home-seven .section-inner .echo-hero-baner .content .echo-hero-title {
  color: #FFFFFF;
}
.echo-video-area.home-seven .section-inner .echo-hero-baner .content .echo-hero-title a {
  color: #FFFFFF;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story {
  background: none;
  padding: 0;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story {
    margin-left: 0;
  }
}
.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-top-story {
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-top-story {
    display: block;
  }
}
.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-story-text {
  flex-basis: 50%;
}
@media (max-width: 991px) {
  .echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-story-text {
    flex-basis: 60%;
  }
}
.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-story-text .pe-none {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}
.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-story-text .pe-none svg {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-story-text .pe-none svg path {
  fill: #FFFFFF;
}
.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-story-text h6 {
  color: #FFF;
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  margin-top: 20px;
}
.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-story-text h6 a {
  color: #FFFFFF;
  background-position: 100% 90%;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-story-text h6 a:hover {
  background-position: 0% 90%;
}
.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-story-text h6::after {
  display: none;
}
.echo-video-area.home-seven .section-inner .echo-story-picture {
  position: relative;
  flex-basis: 50%;
}
@media (max-width: 991px) {
  .echo-video-area.home-seven .section-inner .echo-story-picture {
    flex-basis: 40%;
  }
  .echo-video-area.home-seven .section-inner .echo-story-picture img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .echo-video-area.home-seven .section-inner .echo-story-picture {
    margin-bottom: 10px;
  }
}
.echo-video-area.home-seven .section-inner .echo-story-picture .video-play-button {
  box-sizing: content-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: flex;
}
.echo-video-area.home-seven .section-inner .echo-story-picture .video-play-button::after {
  width: 55px;
  height: 55px;
}
.echo-video-area.home-seven .section-inner .echo-story-picture .video-play-button::before {
  width: 80px;
  height: 80px;
}
.echo-video-area.home-seven .section-inner .echo-story-picture .video-play-button span svg {
  width: 15px;
}
.echo-video-area.home-seven .section-inner .video-play-button {
  box-sizing: content-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  display: flex;
}
.echo-video-area.home-seven .section-inner .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: all 200ms;
  background: #FFFFFF;
  border: 0.5px solid #ffffff;
}
.echo-video-area.home-seven .section-inner .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: all 200ms;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(40px);
}
.echo-video-area.home-seven .section-inner .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.echo-video-area.home-seven .section-inner .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.echo-video-area.home-seven .section-inner .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.echo-video-area.home-seven .section-inner .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.echo-video-area.home-seven .section-inner .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .hm5-feature-area.home-six {
    padding: 60px 0;
  }
}
.hm5-feature-area.home-six .hm5-feature-title .hm-5-main-title h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  text-transform: none;
}
.hm5-feature-area.home-six .hm5-feature-title .hm-5-main-title h2::after, .hm5-feature-area.home-six .hm5-feature-title .hm-5-main-title h2::before {
  display: none;
}
@media (max-width: 576px) {
  .hm5-feature-area.home-six .hm5-feature-title .hm-5-main-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .hm5-feature-area.home-six .hm5-feature-content {
    margin-top: 15px;
  }
}
.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .hm5-feature-img {
  border-radius: 0;
}
.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .content {
  text-align: center;
}
.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .content .author {
  color: #EF5727;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .content .echo-hero-title {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
@media (max-width: 1550px) and (min-width: 991px) {
  .hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .content .echo-hero-title {
    font-size: 22px;
    line-height: 35px;
  }
}
@media (max-width: 576px) {
  .hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .content .echo-hero-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .content .echo-hero-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .content .echo-hero-title a {
  background-size: 200% 2px;
}
.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .content .echo-hero-discription {
  margin-bottom: 35px;
}
.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .content .hero-hm6-btn .hm6-btn-1 {
  width: 180px;
  height: 60px;
  line-height: 63px;
  font-size: 16px;
  border: 1px solid #FFCC48;
}
.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content.large .content .echo-hero-title {
  font-size: 70px;
  line-height: 80px;
}
@media (max-width: 1550px) and (min-width: 1201px) {
  .hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content.large .content .echo-hero-title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content.large .content .echo-hero-title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content.large .content .echo-hero-title {
    font-size: 58px;
    line-height: 68px;
  }
}
@media (max-width: 768px) {
  .hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content.large .content .echo-hero-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 500px) {
  .hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content.large .content .echo-hero-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story {
  background: none;
  padding: 0;
}
.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story {
  gap: 30px;
  align-items: center;
  margin-bottom: 25px;
  margin-top: 0;
  transition: all 0.4s;
}
@media (max-width: 1550px) and (min-width: 1200px) {
  .hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story {
    gap: 10px;
  }
}
@media (max-width: 450px) {
  .hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story {
    display: block;
  }
}
.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story:hover .echo-story-picture .vedio-icone .video-play-button {
  opacity: 1;
}
.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture {
  flex-basis: 48%;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 1550px) and (min-width: 991px) {
  .hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture {
    flex-basis: 38%;
  }
}
@media (max-width: 991px) {
  .hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture {
    flex-basis: 32%;
  }
}
@media (max-width: 576px) {
  .hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture {
    flex-basis: 40%;
  }
}
@media (max-width: 450px) {
  .hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture img {
    width: 100%;
  }
}
.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text {
  flex-basis: 52%;
}
@media (max-width: 1550px) and (min-width: 991px) {
  .hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text {
    flex-basis: 62%;
  }
}
@media (max-width: 991px) {
  .hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text {
    flex-basis: 68%;
  }
}
@media (max-width: 576px) {
  .hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text {
    flex-basis: 60%;
  }
}
@media (max-width: 450px) {
  .hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text {
    margin-top: 10px;
  }
}
.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text .pe-none {
  color: #EF5727;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}
.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin: 15px 0;
  padding-right: 25px;
}
@media (max-width: 1550px) and (min-width: 991px) {
  .hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 450px) {
  .hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6 {
    margin-top: 5px;
  }
}
.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6::after {
  display: none;
}
.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text .read-more-btn {
  color: #EF5727;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  border-bottom: 1px solid #EF5727;
}
.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text .read-more-btn svg {
  margin-left: 5px;
}

.echo-newsletter-area.home-six {
  background: url(../images/home-1/latest-news/newsletter-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.echo-newsletter-area.home-six .newsletter-inner .content-title {
  font-family: "DM Sans", sans-serif;
  color: #FFFFFF;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .echo-newsletter-area.home-six .newsletter-inner .content-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.echo-newsletter-area.home-six .newsletter-inner form {
  position: relative;
  width: 820px;
  height: 100px;
  margin: auto;
}
@media (max-width: 991px) {
  .echo-newsletter-area.home-six .newsletter-inner form {
    width: auto;
  }
}
@media (max-width: 768px) {
  .echo-newsletter-area.home-six .newsletter-inner form {
    height: 80px;
  }
}
@media (max-width: 450px) {
  .echo-newsletter-area.home-six .newsletter-inner form {
    height: 60px;
  }
}
.echo-newsletter-area.home-six .newsletter-inner form input {
  height: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 70px;
}
.echo-newsletter-area.home-six .newsletter-inner form .echo-subscribe-input-fill {
  position: relative;
  height: 100%;
}
.echo-newsletter-area.home-six .newsletter-inner form .echo-subscribe-input-fill svg {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .echo-newsletter-area.home-six .newsletter-inner form .echo-subscribe-input-fill svg {
    left: 20px;
  }
}
@media (max-width: 450px) {
  .echo-newsletter-area.home-six .newsletter-inner form .echo-subscribe-input-fill svg {
    width: 20px;
  }
}
.echo-newsletter-area.home-six .newsletter-inner form .echo-subscribe-input-fill input {
  border: 1px solid #A8711E;
  background: none;
  padding: 10px 0 10px 100px;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .echo-newsletter-area.home-six .newsletter-inner form .echo-subscribe-input-fill input {
    padding: 10px 0 10px 50px;
  }
}
.echo-newsletter-area.home-six .newsletter-inner form .echo-subscribe-input-fill input::placeholder {
  color: #fff !important;
  font-size: 16px;
}
@media (max-width: 450px) {
  .echo-newsletter-area.home-six .newsletter-inner form .echo-subscribe-input-fill input::placeholder {
    font-size: 14px;
  }
}
.echo-newsletter-area.home-six .newsletter-inner form .echo-footer-area-subscribe-button {
  position: absolute !important;
  width: 200px;
  top: 50%;
  border-radius: 40px;
  transform: translateY(-50%);
  right: 10px;
  background-color: #FFCC48;
  padding: 30px 18px;
  text-align: center;
  color: #2B2004;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  .echo-newsletter-area.home-six .newsletter-inner form .echo-footer-area-subscribe-button {
    width: 170px;
    padding: 20px 0;
  }
}
@media (max-width: 450px) {
  .echo-newsletter-area.home-six .newsletter-inner form .echo-footer-area-subscribe-button {
    width: 100px;
    padding: 10px 0;
    font-size: 14px;
  }
}
.echo-newsletter-area.home-six .newsletter-inner form .desc {
  margin-top: 10px;
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  opacity: 0.8;
}
.echo-newsletter-area.home-six .newsletter-inner form .desc a {
  text-decoration: underline;
}
.echo-newsletter-area.home-nine {
  background: #003811;
  padding: 120px 0;
}
.echo-newsletter-area.home-nine .newsletter-inner .content-title {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .echo-newsletter-area.home-nine .newsletter-inner .content-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 450px) {
  .echo-newsletter-area.home-nine .newsletter-inner .content-title {
    font-size: 34px;
    line-height: 45px;
  }
}
.echo-newsletter-area.home-nine .newsletter-inner .desc {
  color: #FFFFFF;
}
.echo-newsletter-area.home-nine .newsletter-inner form {
  position: relative;
  width: 820px;
  height: 100px;
  margin: auto;
}
@media (max-width: 991px) {
  .echo-newsletter-area.home-nine .newsletter-inner form {
    width: auto;
  }
}
@media (max-width: 768px) {
  .echo-newsletter-area.home-nine .newsletter-inner form {
    height: 80px;
  }
}
@media (max-width: 450px) {
  .echo-newsletter-area.home-nine .newsletter-inner form {
    height: 60px;
  }
}
.echo-newsletter-area.home-nine .newsletter-inner form input {
  height: 100%;
  border: 1px solid #FFFFFF;
}
.echo-newsletter-area.home-nine .newsletter-inner form .echo-subscribe-input-fill {
  position: relative;
  height: 100%;
}
.echo-newsletter-area.home-nine .newsletter-inner form .echo-subscribe-input-fill svg {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .echo-newsletter-area.home-nine .newsletter-inner form .echo-subscribe-input-fill svg {
    left: 20px;
  }
}
@media (max-width: 450px) {
  .echo-newsletter-area.home-nine .newsletter-inner form .echo-subscribe-input-fill svg {
    width: 20px;
  }
}
.echo-newsletter-area.home-nine .newsletter-inner form .echo-subscribe-input-fill input {
  border: 1px solid #5e5e5e;
  background: none;
  padding: 10px 0 10px 100px;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .echo-newsletter-area.home-nine .newsletter-inner form .echo-subscribe-input-fill input {
    padding: 10px 0 10px 50px;
  }
}
.echo-newsletter-area.home-nine .newsletter-inner form .echo-subscribe-input-fill input::placeholder {
  color: #fff !important;
  font-size: 16px;
}
@media (max-width: 450px) {
  .echo-newsletter-area.home-nine .newsletter-inner form .echo-subscribe-input-fill input::placeholder {
    font-size: 14px;
  }
}
.echo-newsletter-area.home-nine .newsletter-inner form .echo-footer-area-subscribe-button {
  position: absolute !important;
  width: 200px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background-color: #FFCC48;
  padding: 30px 18px;
  text-align: center;
  color: #2B2004;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  .echo-newsletter-area.home-nine .newsletter-inner form .echo-footer-area-subscribe-button {
    width: 170px;
    padding: 20px 0;
  }
}
@media (max-width: 450px) {
  .echo-newsletter-area.home-nine .newsletter-inner form .echo-footer-area-subscribe-button {
    width: 100px;
    padding: 10px 0;
    font-size: 14px;
  }
}
.echo-newsletter-area.home-nine .newsletter-inner form .desc {
  margin-top: 10px;
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  opacity: 0.8;
}
.echo-newsletter-area.home-nine .newsletter-inner form .desc a {
  text-decoration: underline;
}

.echo-social-media-area-hm2.home-six {
  padding-top: 0;
  padding-bottom: 0;
}

.home-six .echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li a:hover {
  color: #FFCC48;
}

.echo-business-area {
  padding: 100px 0;
}
.echo-business-area .hm5-feature-title .hm-5-title-btn {
  position: relative;
  margin-bottom: 60px;
}
.echo-business-area .hm5-feature-title .hm-5-title-btn .hm-5-main-title {
  width: auto;
}
.echo-business-area .hm5-feature-title .hm-5-title-btn .hm-5-main-title h2 {
  color: #313131;
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  text-transform: none;
  margin-bottom: 0;
}
.echo-business-area .hm5-feature-title .hm-5-title-btn .hm-5-main-title h2::after {
  display: none;
}
.echo-business-area .hm5-feature-title .hm-5-title-btn .swiper-btn-area {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
}
.echo-business-area .hm5-feature-title .hm-5-title-btn .swiper-btn-area .swiper-button-next,
.echo-business-area .hm5-feature-title .hm-5-title-btn .swiper-btn-area .swiper-button-prev {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.echo-business-area .hm5-feature-title .hm-5-title-btn .swiper-btn-area .swiper-button-next::after,
.echo-business-area .hm5-feature-title .hm-5-title-btn .swiper-btn-area .swiper-button-prev::after {
  display: none;
}
.echo-business-area .hm5-feature-title .hm-5-title-btn .swiper-btn-area .swiper-button-next {
  right: 0;
  background: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%);
  color: #FFFFFF;
}
.echo-business-area .hm5-feature-title .hm-5-title-btn .swiper-btn-area .swiper-button-prev {
  left: 0;
  right: unset;
  color: #55555552;
  border: 1px solid #55555552;
}
.echo-business-area .section-inner .echo-hero-baner {
  border: none;
  padding: 0;
}
.echo-business-area .section-inner .echo-hero-baner .echo-hero-banner-main-img img {
  width: 100%;
}
.echo-business-area .section-inner .echo-hero-baner .content .author {
  font-style: italic;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.echo-business-area .section-inner .echo-hero-baner .content .author span {
  display: flex;
  align-items: center;
}
.echo-business-area .section-inner .echo-hero-baner .content .author span svg {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.echo-business-area .section-inner .echo-hero-baner .content .echo-hero-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}
.echo-business-area.area2 {
  background: #f2f2f2;
}
.echo-business-area.area2 .hm5-feature-title .hm-5-title-btn .see-all-btn {
  padding: 15px 30px;
  background: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%);
  color: #FFFFFF;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .echo-business-area.area2 .hm5-feature-title .hm-5-title-btn .see-all-btn {
    display: none;
  }
}
.echo-business-area.area2 .hm5-feature-title .hm-5-title-btn .see-all-btn i {
  margin-left: 10px;
}
.echo-business-area.area2 .section-inner .echo-hero-baner .echo-hero-banner-main-img {
  position: relative;
}
.echo-business-area.area2 .section-inner .echo-hero-baner .echo-hero-banner-main-img .tag {
  position: absolute;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  background: #F2F2F2;
}
.echo-business-area.area2 .section-inner .echo-hero-baner .echo-hero-banner-main-img .tag span {
  background-image: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 600;
}
.echo-business-area.area2 .section-inner .echo-hero-baner .content .echo-hero-title {
  font-size: 25px;
  line-height: 35px;
}
.echo-business-area.area3 .hm5-feature-title .hm-5-title-btn .see-all-btn {
  padding: 15px 30px;
  background: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%);
  color: #FFFFFF;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .echo-business-area.area3 .hm5-feature-title .hm-5-title-btn .see-all-btn {
    display: none;
  }
}
.echo-business-area.area3 .hm5-feature-title .hm-5-title-btn .see-all-btn i {
  margin-left: 10px;
}
.echo-business-area.area3 .section-inner .echo-hero-baner {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #FFF;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 1, 0.05);
  padding: 20px;
}
@media (max-width: 400px) {
  .echo-business-area.area3 .section-inner .echo-hero-baner {
    display: block;
  }
}
.echo-business-area.area3 .section-inner .echo-hero-baner .echo-hero-banner-main-img {
  flex-basis: 35%;
}
@media (max-width: 400px) {
  .echo-business-area.area3 .section-inner .echo-hero-baner .echo-hero-banner-main-img {
    margin-bottom: 20px;
  }
}
.echo-business-area.area3 .section-inner .echo-hero-baner .content {
  flex-basis: 65%;
  margin-top: 0;
}
.echo-business-area.area3 .section-inner .echo-hero-baner .content .echo-hero-title {
  text-align: left;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}
.echo-business-area.area3 .section-inner .echo-hero-baner .content .echo-hero-title a {
  color: #000 !important;
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
}
.echo-business-area.area3 .section-inner .echo-hero-baner .content .listen-now-btn {
  position: relative;
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%);
  opacity: 0.6;
  z-index: 1;
  color: #5e5e5e;
}
.echo-business-area.area3 .section-inner .echo-hero-baner .content .listen-now-btn::after {
  content: "";
  position: absolute;
  width: 118px;
  height: 38px;
  background-color: #FFFFFF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.echo-business-area.area3 .section-inner .echo-hero-baner .content .listen-now-btn svg {
  margin-right: 2px;
}

.echo-latest-news-area.home-eight {
  background: #FFFFFF;
}
.echo-latest-news-area.home-eight .hm5-feature-title {
  margin-bottom: 60px;
}
.echo-latest-news-area.home-eight .hm5-feature-title .hm-5-main-title {
  display: flex;
  align-items: center;
  position: relative;
}
.echo-latest-news-area.home-eight .hm5-feature-title .hm-5-main-title img {
  margin-right: 10px;
}
.echo-latest-news-area.home-eight .hm5-feature-title .hm-5-main-title h2 {
  color: #171717;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: none;
}
.echo-latest-news-area.home-eight .hm5-feature-title .hm-5-main-title h2::after {
  display: none;
}
.echo-latest-news-area.home-eight .echo-hero-baner {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 576px) {
  .echo-latest-news-area.home-eight .echo-hero-baner {
    display: block;
  }
}
.echo-latest-news-area.home-eight .echo-hero-baner .echo-hero-banner-main-img {
  flex-basis: 35%;
}
.echo-latest-news-area.home-eight .echo-hero-baner .content {
  flex-basis: 65%;
  background: none;
  box-shadow: none;
  padding: 0;
}
@media (max-width: 576px) {
  .echo-latest-news-area.home-eight .echo-hero-baner .content {
    margin-top: 30px;
  }
}
.echo-latest-news-area.home-eight .echo-hero-baner .content .author {
  position: unset;
  transform: none;
  width: 110px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin-bottom: 20px;
}
.echo-latest-news-area.home-eight .echo-hero-baner .content .echo-hero-title {
  text-align: start;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .echo-latest-news-area.home-eight .echo-hero-baner .content .echo-hero-title {
    font-size: 26px;
  }
}
.echo-latest-news-area.home-eight .echo-hero-baner .content .echo-hero-area-titlepost-post-like-comment-share {
  justify-content: start;
  padding-top: 20px;
  border-top: 1px solid #AD6EB82e;
  width: max-content;
}
.echo-latest-news-area.home-eight .echo-right-ct-1 .echo-home-1-hero-area-top-story {
  background: none;
  padding: 0;
  margin-bottom: 50px;
}
.echo-latest-news-area.home-eight .echo-right-ct-1 .right-side-banner .category {
  padding: 0;
  margin: 0;
}
.echo-latest-news-area.home-eight .echo-right-ct-1 .right-side-banner .category li {
  list-style: none;
  margin-bottom: 15px;
  background: #FFFFFF;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.echo-latest-news-area.home-eight .echo-right-ct-1 .right-side-banner .category li::after {
  content: "";
  position: absolute;
  background: url(../images/home-1/latest-news/latest-news-bg7.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s;
}
.echo-latest-news-area.home-eight .echo-right-ct-1 .right-side-banner .category li:hover::after {
  opacity: 1;
}
.echo-latest-news-area.home-eight .echo-right-ct-1 .right-side-banner .category li:hover a {
  color: #FFFFFF;
}
.echo-latest-news-area.home-eight .echo-right-ct-1 .right-side-banner .category li:hover a span {
  color: #FFFFFF;
}
.echo-latest-news-area.home-eight .echo-right-ct-1 .right-side-banner .category li a {
  padding: 20px 30px;
  font-size: 20px;
  line-height: 20px;
  color: #454545;
  gap: 17px;
  display: flex;
  align-items: center;
  border: 1px solid #AD6EB82e;
  transition: all 0.4s;
}
.echo-latest-news-area.home-eight .echo-right-ct-1 .right-side-banner .category li a span {
  color: #FE5301;
  font-family: "Plus Jakarta Sans", sans-serif;
  transition: all 0.4s;
}
.echo-latest-news-area.home-eight .echo-right-ct-1 .echo-feature-area-right-site-newsletter {
  background: #ebdcff3d;
  text-align: center;
  border-radius: 15px;
  padding: 40px;
}
.echo-latest-news-area.home-eight .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-sub-title p {
  color: #171717;
  text-align: center;
  font-family: "Inconsolata", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.echo-latest-news-area.home-eight .echo-right-ct-1 .echo-feature-area-right-site-newsletter form input {
  border: 1px solid #17171725;
  height: 60px;
  margin-bottom: 10px;
}
.echo-latest-news-area.home-eight .echo-right-ct-1 .echo-feature-area-right-site-newsletter form input::placeholder {
  color: #454545;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.echo-latest-news-area.home-eight .echo-right-ct-1 .echo-feature-area-right-site-newsletter form button {
  height: 60px;
  background: #FE5301;
  color: #FFFFFF;
}
.echo-latest-news-area.home-eight .button-area {
  position: relative;
  margin-top: 100px;
}
.echo-latest-news-area.home-eight .button-area::after, .echo-latest-news-area.home-eight .button-area::before {
  content: "";
  position: absolute;
  width: 35%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #c6c6c6;
}
@media (max-width: 768px) {
  .echo-latest-news-area.home-eight .button-area::after, .echo-latest-news-area.home-eight .button-area::before {
    display: none;
  }
}
.echo-latest-news-area.home-eight .button-area::after {
  right: 0;
}
.echo-latest-news-area.home-eight .button-area::before {
  left: 0;
}
.echo-latest-news-area.home-eight .button-area .learn-more-btn {
  width: 170px;
  height: 60px;
  border: 1px solid #FE5301;
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 60px;
  color: #FE5301;
  font-size: 18px;
}

/* Benar area style */
.echo-software-download-area {
  padding-bottom: 90px;
}
.echo-software-download-area .echo-software-download-full-content-bg {
  background-color: #537FE7;
  padding: 80px 150px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}
.echo-software-download-area .echo-software-download-full-content-bg:hover .echo-software-download-img-content {
  transform: scale(110%);
}
.echo-software-download-area .echo-software-download-full-content-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #181823;
  opacity: 0;
}
.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-img-content {
  position: absolute;
  top: -1px;
  right: 50px;
  transition: all 0.4s;
  transform: scale(100%);
  transition: all 0.4s;
}
.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content {
  display: flex;
  position: relative;
  z-index: 1;
}
.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-title h2 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}
.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-sub-title p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place {
  display: flex;
  gap: 25px;
  margin-top: 32px;
}
.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place a {
  border: 1px solid #fff;
  padding: 20px 55px;
  color: #fff;
  position: relative;
  font-family: "Bona Nova", serif;
  font-size: 16px;
  font-weight: 700;
}
.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place a svg {
  margin-right: 8px;
}
.echo-software-download-area.home-three {
  padding-top: 290px;
}
.echo-software-download-area.home-three .echo-software-download-full-content-bg {
  background: #7817F2;
}
.echo-software-download-area.inner {
  padding-bottom: 100px;
}
.echo-software-download-area.home-seven .echo-software-download-full-content-bg {
  background: #9F68F5;
}
.echo-software-download-area.home-eight .echo-software-download-full-content-bg {
  background: #47164F;
}
.echo-software-download-area.home-eight .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-title h2 {
  font-family: "Inter", sans-serif;
}

.echo-hero-section.home-three {
  background: url(../images/home-1/hero/banner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 900px;
  padding: 250px 0 120px 0;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .content-catagory-tag {
  background: #F05600;
  color: #ffffff;
  width: 120px;
  height: 35px;
  border-radius: 5px;
  display: block;
  font-weight: 400;
  text-align: center;
  pointer-events: none;
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  font-family: "Inter";
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents {
  margin-top: 30px;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-title1 {
  font-family: "Bona Nova";
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin: 0;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-title1 a {
  background-size: 200% 2px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-title1 a:hover {
  background-position: 0% 100%;
  color: #ffffff;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .desc {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  opacity: 0.8;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-bottom-info ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-bottom-info ul li {
  list-style: none;
  margin-right: 20px;
  color: #ffffff;
  opacity: 0.8;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-bottom-info ul li i {
  margin-right: 7px;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-bottom-info ul li.author {
  align-items: center;
  display: flex;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-bottom-info ul li.author img {
  margin-right: 7px;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .rts-btn {
  background: var(--color-primary-m);
  color: #ffffff;
  width: 170px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 10px;
  margin-right: 30px;
  transition: all 0.4s;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .rts-btn:hover {
  background: #ffffff;
  color: #000;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .rts-btn:hover i {
  transform: rotate(0deg);
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .rts-btn i {
  margin-left: 10px;
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .vedio-icone {
  position: relative;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .video-play-button {
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .video-play-button span.outer-text {
  border: none;
  font-family: "Bona Nova";
  font-size: 20px;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: #FFFFFF;
  font-weight: 500;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 200ms;
  background: rgba(255, 255, 255, 0.05);
  border: 0.5px solid #ffffff;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  width: 25px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}
.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner {
  background: rgba(24, 24, 35, 0.9);
  padding: 50px 30px;
}
.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .sub-title {
  font-family: "Bona Nova";
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 2px solid #FFFFFF;
}
.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul {
  padding: 0;
  margin: 0;
}
.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper:last-child {
  margin-bottom: 0;
}
.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .image-area {
  flex-basis: 38%;
}
.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .image-area img {
  width: 100%;
}
.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content {
  flex-basis: 62%;
}
.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-catagory-tag {
  background: #F05600;
  border-radius: 4px;
  padding: 5px 10px;
  color: #ffffff;
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-catagory-tag.tech {
  background: #00D971;
}
.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-title1 {
  font-family: "Bona Nova";
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-title1 a {
  background-size: 200% 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-title1 a:hover {
  background-position: 0% 100%;
  color: #ffffff;
}
.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-bottom-info ul {
  padding: 0;
  margin: 0;
}
.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-bottom-info ul li {
  list-style: none;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-transform: lowercase;
  color: #FFFFFF;
  margin-top: 5px;
  margin-bottom: 0;
}
.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-bottom-info ul li i {
  margin-right: 8px;
}

.echo-hero-section.home-four {
  background: url(../images/home-1/hero/banner-bg4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 65px 0;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content {
  margin-left: 8px;
  margin-right: 8px;
  background: #FFFFFF;
  border-radius: 25px;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-img {
  overflow: visible;
  position: relative;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-img a {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-img .content-catagory-tag {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #FE4358;
  color: #ffffff;
  width: 120px;
  height: 35px;
  border-radius: 5px;
  display: block;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  font-family: "Inter";
}
.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-img .content-catagory-tag.tech {
  background: #00D971;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .content {
  padding: 15px 30px 30px 30px;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-single-title {
  margin-top: 35px;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-single-title h5 {
  font-family: "Bona Nova";
  font-weight: 700;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  text-transform: capitalize;
  color: #181823;
  margin-bottom: 30px;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-single-title h5 a {
  background-size: 200% 2px;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-time-views {
  justify-content: center;
  text-align: center;
  color: #5E5E5E;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-time-views a {
  padding: 0 10px;
  margin: 0;
  position: relative;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-time-views a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #454545bd;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-time-views a:last-child::after {
  display: none;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-time-views a i {
  margin-right: 8px;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content {
  background: linear-gradient(164.54deg, #1F1C2A -0.33%, rgba(31, 28, 42, 0.68) 99.62%);
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul {
  padding: 0;
  margin: 0;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 0;
  gap: 15px;
  margin-bottom: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #FFFFFF4f;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .content {
  flex-basis: 65%;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .content h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .content h5 a {
  color: #FFFFFF;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .content h5 a:hover {
  background-position: 0% 100%;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .content .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 0.8;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .content .desc i {
  margin-right: 10px;
}
.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .echo-latest-news-img {
  flex-basis: 35%;
  border-radius: 50%;
}

.echo-home-1-hero-area-top-story .echo-top-story.first {
  display: block;
}
.echo-home-1-hero-area-top-story .echo-top-story.first .echo-story-picture {
  width: 100%;
  margin-bottom: 15px;
}
.echo-home-1-hero-area-top-story .echo-top-story.first .echo-story-picture img {
  width: 100%;
  height: 100%;
}
.echo-home-1-hero-area-top-story .echo-top-story.first .echo-story-text h4 {
  font-size: 23px;
  line-height: 33px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-home-1-hero-area-top-story .echo-top-story.first .echo-story-text h4 {
    text-align: left;
    margin-bottom: 4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-home-1-hero-area-top-story .echo-top-story.first .echo-story-text .echo-trending-post-bottom-icons {
    text-align: left;
  }
}
.echo-home-1-hero-area-top-story.story-review .echo-top-story {
  display: block !important;
  margin: 20px 0;
}
.echo-home-1-hero-area-top-story.story-review .echo-top-story .echo-story-picture {
  position: relative;
  z-index: 1;
}
.echo-home-1-hero-area-top-story.story-review .echo-top-story .echo-story-picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #181823;
  opacity: 0.4;
  z-index: 1;
}
.echo-home-1-hero-area-top-story.story-review .echo-top-story .echo-story-picture::after {
  content: "7.5";
  position: absolute;
  top: 15px;
  right: 15px;
  color: #FFFFFF;
  z-index: 1;
  width: 50px;
  height: 50px;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  border-color: #FFFFFF;
  border-width: 5px 5px 5px 5px;
  border-style: solid;
}
.echo-home-1-hero-area-top-story.story-review .echo-top-story .echo-story-text {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.echo-home-1-hero-area-top-story.story-review .echo-top-story .echo-story-text .number {
  flex-basis: 25%;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  text-transform: capitalize;
  color: #F16228;
}
.echo-home-1-hero-area-top-story.story-review .echo-top-story .echo-story-text .content {
  flex-basis: 75%;
}

.echo-banner {
  padding-top: 40px;
  padding-bottom: 50px;
}
.echo-banner .echo-banner-slider-button {
  position: absolute;
  top: 22px;
  right: 70px;
}
.echo-banner .echo-banner-slider-button .swiper-button-next {
  background-color: #53B7BD;
  left: 40px;
  height: 30px;
  width: 30px;
}
.echo-banner .echo-banner-slider-button .swiper-button-next::after {
  font-size: 15px;
  color: #ffffff;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
}
.echo-banner .echo-banner-slider-button .swiper-button-next:hover {
  background-color: #53B7BD;
}
.echo-banner .echo-banner-slider-button .swiper-button-next:hover::after {
  color: #fff;
}
.echo-banner .echo-banner-slider-button .swiper-button-prev {
  background-color: #E6E6E6;
  width: 30px;
  height: 30px;
}
.echo-banner .echo-banner-slider-button .swiper-button-prev::after {
  font-size: 15px;
  color: #5E5E5E;
  content: "\f104";
  font-family: "Font Awesome 6 Pro" !important;
}
.echo-banner .echo-banner-slider-button .swiper-button-prev:hover {
  background-color: #53B7BD;
}
.echo-banner .echo-banner-slider-button .swiper-button-prev:hover::after {
  color: #fff;
}
.echo-banner .echo-banner-mani-content {
  position: relative;
}
.echo-banner .echo-banner-mani-content .echo-banner-text {
  max-width: 690px;
  height: 295;
  background-color: #f9f9f9;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.echo-banner .echo-banner-mani-content .echo-banner-text .echo-banner-heading {
  margin-top: 20px;
}
.echo-banner .echo-banner-mani-content .echo-banner-text .echo-banner-heading h1 {
  font-size: 60px;
  line-height: 70px;
  margin: 0;
}
.echo-banner .echo-banner-mani-content .echo-banner-text .echo-3-align-icons {
  margin-top: 12px;
  display: flex;
  gap: 25px;
}
.echo-banner .echo-banner-mani-content .echo-banner-text .echo-3-align-icons a {
  font-size: 14px;
  font-weight: 500;
}
.echo-banner .echo-banner-mani-content .echo-banner-text .echo-3-align-icons a i {
  font-size: 16px;
  margin-right: 5px;
}
.echo-banner .echo-banner-right-itme {
  position: relative;
}
.echo-banner .echo-banner-right-itme .echo-banar-right-img {
  position: relative;
}
.echo-banner .echo-banner-right-itme .echo-banar-right-img .echo-banner-shep {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.echo-banner .echo-banner-right-itme .echo-banner-right-heading {
  margin-top: 25px;
}
.echo-banner .echo-banner-right-itme .echo-banner-right-heading h5 {
  margin: 0;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 20px;
}
.echo-banner .echo-banner-right-itme:last-child {
  margin-top: 20px;
}

.echo-latest-news-area {
  background: #f9f9f9;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .echo-latest-news-area {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .echo-latest-news-area {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .echo-latest-news-area {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 500px) {
  .echo-latest-news-area {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.echo-latest-news-area.home-four {
  background: #ffffff;
  padding-bottom: 90px;
}
.echo-latest-news-area.home-four .echo-latest-news-content .title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.echo-latest-news-area.home-four .echo-latest-news-content .title-area .sub-title {
  width: 85%;
  position: relative;
  margin-bottom: 0;
}
.echo-latest-news-area.home-four .echo-latest-news-content .title-area .sub-title::after {
  content: "";
  position: absolute;
  width: 72%;
  right: 30px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #5E5E5E;
  opacity: 0.5;
}
.echo-latest-news-area.home-four .echo-latest-news-content .title-area .see-all-btn {
  border: 1px solid #5E5E5E6b;
  padding: 10px 22px;
  border-radius: 10px;
  transition: all 0.4s;
  font-family: "Bona Nova";
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #5E5E5E;
  background: none;
}
.echo-latest-news-area.home-four .echo-latest-news-content .title-area .see-all-btn:hover {
  background: #FF4962;
  border: 1px solid #FF4962;
  color: #FFFFFF;
}
.echo-latest-news-area.home-four .echo-latest-news-content .title-area .see-all-btn i {
  margin-left: 5px;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content {
  text-align: center;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-main-content {
  margin-left: 8px;
  margin-right: 8px;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img {
  overflow: visible;
  position: relative;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img:hover::after {
  opacity: 0.4;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img:hover .vedio-icone .video-play-button {
  transform: translate(-50%, -50%) scale(1);
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #181823;
  opacity: 0;
  border-radius: 15px;
  z-index: 0;
  transition: all 0.4s;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img a {
  overflow: hidden;
  border-radius: 15px;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .content-catagory-tag {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #FE4358;
  color: #ffffff;
  width: 150px;
  height: 35px;
  border-radius: 5px;
  display: block;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  font-family: "Inter";
  z-index: 1;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .video-play-button {
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  transition: all 0.4s;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .video-play-button span.outer-text {
  border: none;
  font-family: "Bona Nova";
  font-size: 20px;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: #FFFFFF;
  font-weight: 500;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 200ms;
  background: #FFFFFF;
  border: 0.5px solid #ffffff;
  animation-name: videobuttonpopup;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  width: 25px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid #FE4358;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title {
  margin-top: 35px;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title h5 {
  font-family: "Bona Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  text-transform: capitalize;
  color: #181823;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views {
  justify-content: center;
  position: relative;
  padding-top: 20px;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #171717;
  opacity: 0.4;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views a {
  margin: 0;
  padding: 0 10px;
  position: relative;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #454545bd;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views a:last-child::after {
  display: none;
}
.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views a i {
  margin-right: 8px;
}
.echo-latest-news-area.home-seven {
  background: #9F68F5;
}
@media (max-width: 500px) {
  .echo-latest-news-area.home-seven {
    padding: 30px 0;
  }
}
.echo-latest-news-area.home-seven .hm5-feature-title .hm-5-main-title h2 {
  color: #FFFFFF;
  margin-bottom: 45px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.echo-latest-news-area.home-seven .echo-hero-baner.small {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 33px;
  background: #FFFFFF;
  border: 1px solid #FFF;
}
.echo-latest-news-area.home-seven .echo-hero-baner.small .echo-hero-banner-main-img {
  flex-basis: 30%;
}
@media (max-width: 1200px) {
  .echo-latest-news-area.home-seven .echo-hero-baner.small .echo-hero-banner-main-img {
    flex-basis: auto;
  }
}
.echo-latest-news-area.home-seven .echo-hero-baner.small .content {
  margin-top: 0;
  flex-basis: 70%;
}
@media (max-width: 1200px) {
  .echo-latest-news-area.home-seven .echo-hero-baner.small .content {
    flex-basis: auto;
  }
}
.echo-latest-news-area.home-seven .echo-hero-baner.small .content .author {
  text-align: left;
  font-weight: 500;
}
.echo-latest-news-area.home-seven .echo-hero-baner.small .content .echo-hero-title {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.echo-latest-news-area.home-seven .echo-hero-baner.small .content .echo-hero-title a {
  color: var(--color-heading-1);
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
}

.echo-feature-area.home-four {
  background: #181823;
}
.echo-feature-area.home-four .title-area {
  margin-bottom: 20px;
}
.echo-feature-area.home-four .title-area.right {
  margin-top: 10px;
  margin-bottom: 30px;
}
.echo-feature-area.home-four .title-area .sub-title {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
.echo-feature-area.home-four .title-area .sub-title img {
  margin-right: 5px;
}
.echo-feature-area.home-four .title-area .sub-title::after {
  content: "";
  position: absolute;
  width: 72%;
  right: 10px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #FFFFFF;
  opacity: 0.5;
}
.echo-feature-area.home-four .title-area .sect-title {
  position: relative;
  color: #FFFFFF;
  margin-bottom: 0;
  text-align: center;
}
.echo-feature-area.home-four .title-area .sect-title::after, .echo-feature-area.home-four .title-area .sect-title::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  top: 50%;
  background: #FFFFFF;
  transform: translateY(-50%);
  opacity: 0.5;
}
.echo-feature-area.home-four .title-area .sect-title::after {
  right: 0;
}
.echo-feature-area.home-four .title-area .sect-title::before {
  left: 0;
}
.echo-feature-area.home-four .echo-feature-area-full-content {
  margin-top: 40px;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul {
  padding: 0;
  margin: 0;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 0;
  gap: 15px;
  margin-bottom: 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid #FFFFFF33;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li .content {
  flex-basis: 65%;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li .content h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li .content h5 a {
  color: #FFFFFF;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li .content h5 a:hover {
  background-position: 0% 100%;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li .content .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 0.8;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li .content .desc i {
  margin-right: 10px;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li .echo-latest-news-img {
  flex-basis: 35%;
  border-radius: 50%;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content {
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-img {
  overflow: visible;
  position: relative;
  z-index: 1;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-img:hover .vedio-icone {
  display: block;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-img a {
  overflow: hidden;
  border-radius: 15px;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-img .content-catagory-tag {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #FE4358;
  color: #ffffff;
  width: 150px;
  height: 40px;
  border-radius: 5px;
  display: block;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Inter";
  z-index: 1;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-single-title {
  margin-top: 45px;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-single-title h5 {
  font-family: "Bona Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 22px;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-single-title h5 a:hover {
  color: #FFFFFF;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-time-views {
  justify-content: center;
  position: relative;
  padding-top: 22px;
  color: #FFFFFF;
  opacity: 0.8;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-time-views::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  opacity: 0.2;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-time-views a {
  margin: 0;
  padding: 0 10px;
  position: relative;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-time-views a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #454545bd;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-time-views a:last-child::after {
  display: none;
}
.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-time-views a i {
  margin-right: 8px;
}
.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower {
  background: none;
  margin-top: 0;
  padding: 0 0 30px 0;
}
.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul {
  margin-top: 0;
  margin-bottom: 0;
}
.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li {
  border: 1px solid #FFFFFF8f;
  padding: 15px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  border-radius: 5px;
  margin-bottom: 15px;
  width: 47%;
  transition: all 0.4s;
}
.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:hover a {
  color: #FF4962;
}
.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li a {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.4s;
}
.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(1),
.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(3),
.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(5) {
  margin-right: 20px;
}
.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(5),
.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(6) {
  margin-bottom: 0;
}
.echo-feature-area.area-2 {
  background: #FFFFFF;
  padding-bottom: 100px;
}
.echo-feature-area.area-2 .echo-feature-area-content .title-area {
  margin-bottom: 20px;
}
.echo-feature-area.area-2 .echo-feature-area-content .title-area .sub-title {
  position: relative;
  margin-bottom: 0;
  color: #181823;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
.echo-feature-area.area-2 .echo-feature-area-content .title-area .sub-title img {
  margin-right: 5px;
}
.echo-feature-area.area-2 .echo-feature-area-content .title-area .sub-title::after {
  content: "";
  position: absolute;
  width: 60%;
  right: 10px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #171717;
  opacity: 0.5;
}
.echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title {
  padding-top: 5px;
}
.echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title {
  position: relative;
  color: #181823;
  margin-bottom: 0;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
.echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title::after, .echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  top: 50%;
  background: #171717;
  transform: translateY(-50%);
  opacity: 0.5;
}
.echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title::after {
  right: 0;
}
.echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title::before {
  left: 0;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #5E5E5E42;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news {
  margin-top: 0;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-img {
  border-radius: 30px;
  flex-basis: 35%;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text {
  flex-basis: 65%;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .content-catagory-tag {
  background: #FE4358;
  color: #ffffff;
  width: 150px;
  height: 40px;
  border-radius: 5px;
  display: block;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Inter";
  z-index: 1;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-latest-news-time-views {
  justify-content: center;
  position: relative;
  padding-top: 0;
  color: #454545;
  opacity: 0.8;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-latest-news-time-views a {
  margin: 0;
  padding: 0 10px;
  position: relative;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-latest-news-time-views a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #454545bd;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-latest-news-time-views a:last-child::after {
  display: none;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-latest-news-time-views a i {
  margin-right: 8px;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-feature-area-last-content .echo-feature-area-last-content-text {
  background: url(../images/home-1/feature-left/item-11.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  border-radius: 20px;
  position: relative;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-feature-area-last-content .echo-feature-area-last-content-text .content-catagory-tag {
  background: #FE4358;
  color: #ffffff;
  width: 120px;
  height: 35px;
  border-radius: 5px;
  display: block;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  font-family: "Inter";
  z-index: 1;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-feature-area-last-content .echo-feature-area-last-content-text h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-top: 50px;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-feature-area-last-content .echo-feature-area-last-content-text h3 a {
  color: #FFFFFF;
  background-image: linear-gradient(to right, #FFFFFF 50%, transparent 50%);
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-feature-area-last-content .echo-feature-area-last-content-text h3 a:hover {
  color: #FFFFFF;
  background-image: linear-gradient(to right, #FFFFFF 50%, transparent 50%);
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-feature-area-last-content .echo-feature-area-last-content-text .desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content {
  padding: 0;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content .content-inner {
  list-style: none;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 20px 20px 60px rgba(0, 0, 1, 0.05);
  border-radius: 20px;
  padding: 25px 20px;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content .content-inner .number {
  flex-basis: 25%;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content .content-inner .number h3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  text-transform: capitalize;
  color: #5E5E5E;
  opacity: 0.5;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content .content-inner .content {
  flex-basis: 75%;
}
.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content .content-inner .content h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  color: #181823;
  margin-bottom: 10px;
}
.echo-feature-area.area-2 .echo-feature-area-content .button-area {
  text-align: center;
  margin-top: 50px;
}
.echo-feature-area.area-2 .echo-feature-area-content .button-area .rts-btn {
  padding: 20px;
  border-radius: 10px;
  background: none;
  border: 1px solid #5E5E5E9e;
  font-family: "Bona Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  color: #5E5E5E;
}
.echo-feature-area.area-2 .echo-feature-area-content .button-area .rts-btn i {
  margin-left: 10px;
}

.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area {
  margin-bottom: 20px;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sub-title {
  position: relative;
  margin-bottom: 0;
  color: #181823;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sub-title img {
  margin-right: 5px;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sub-title::after {
  content: "";
  position: absolute;
  width: 60%;
  right: 10px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #171717;
  opacity: 0.5;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title {
  position: relative;
  color: #181823;
  margin-bottom: 0;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title::after, .echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  top: 50%;
  background: #171717;
  transform: translateY(-50%);
  opacity: 0.5;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title::after {
  right: 0;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title::before {
  left: 0;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content {
  text-align: center;
  margin: 0 8px 30px 8px;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img {
  overflow: visible;
  position: relative;
  z-index: 1;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img:hover::after {
  opacity: 0.4;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img:hover .vedio-icone {
  display: block;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #181823;
  opacity: 0;
  border-radius: 20px;
  z-index: 0;
  transition: all 0.4s;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img a {
  overflow: hidden;
  border-radius: 20px;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .content-catagory-tag {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #FE4358;
  color: #ffffff;
  width: 150px;
  height: 40px;
  border-radius: 5px;
  display: block;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Inter";
  z-index: 1;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .vedio-icone {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
  transition: all 0.4s;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .video-play-button {
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .video-play-button span.outer-text {
  border: none;
  font-family: "Bona Nova";
  font-size: 20px;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: #FFFFFF;
  font-weight: 500;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 200ms;
  background: #FFFFFF;
  border: 0.5px solid #ffffff;
  animation-name: videobuttonpopup;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  width: 25px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid #FE4358;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-single-title {
  margin-top: 45px;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-single-title h5 {
  font-family: "Bona Nova";
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  text-transform: capitalize;
  color: #181823;
  margin-bottom: 15px;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-single-title h5 a:hover {
  color: #181823;
  background-image: linear-gradient(to right, #181823 50%, transparent 50%);
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-time-views {
  justify-content: center;
  position: relative;
  padding-top: 15px;
  color: #5E5E5E;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-time-views::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #181823;
  opacity: 0.2;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-time-views a {
  margin: 0;
  padding: 0 10px;
  position: relative;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-time-views a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #454545bd;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-time-views a:last-child::after {
  display: none;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-time-views a i {
  margin-right: 8px;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .title-area.right {
  margin-top: 5px;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul {
  padding: 0;
  margin: 0;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 0;
  gap: 15px;
  margin-bottom: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #FFFFFF33;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content {
  flex-basis: 65%;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content .catagory-tag {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FF7474;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #181823;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content h5 a {
  color: #181823;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content h5 a:hover {
  background-position: 0% 100%;
  background-image: linear-gradient(to right, #181823 50%, transparent 50%);
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5E5E5E;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content .desc i {
  margin-right: 10px;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .echo-latest-news-img {
  flex-basis: 35%;
  border-radius: 50%;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #181823;
  position: relative;
  text-align: center;
  margin-top: 40px;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title::before, .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #171717;
  opacity: 0.5;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title::before {
  left: 0;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title::after {
  right: 0;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .gallery-inner {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .gallery-inner .gallery-item {
  list-style: none;
  width: 46%;
  cursor: pointer;
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 10px;
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .gallery-inner .gallery-item:hover img {
  transform: scale(110%);
}
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .gallery-inner .gallery-item img {
  width: 100%;
  transform: scale(100%);
  transition: all 0.4s;
}

.echo-video-area.home-four {
  background: none;
  padding: 0;
  position: relative;
}
.echo-video-area.home-four .echo-video-area-inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
  z-index: 2;
}
.echo-video-area.home-four .echo-video-area-inner .vedio-icone {
  position: relative;
}
.echo-video-area.home-four .echo-video-area-inner .video-play-button {
  box-sizing: content-box;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
}
.echo-video-area.home-four .echo-video-area-inner .video-play-button span.outer-text {
  border: none;
  font-family: "Bona Nova";
  font-size: 20px;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: #FFFFFF;
  font-weight: 500;
}
.echo-video-area.home-four .echo-video-area-inner .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  transition: all 200ms;
  background: #FFFFFF;
  border: 0.5px solid #ffffff;
  z-index: 2;
}
.echo-video-area.home-four .echo-video-area-inner .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  transition: all 200ms;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(40px);
  z-index: 2;
}
.echo-video-area.home-four .echo-video-area-inner .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.echo-video-area.home-four .echo-video-area-inner .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  width: 25px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.echo-video-area.home-four .echo-video-area-inner .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.echo-video-area.home-four .echo-video-area-inner .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 25px solid #FE4358;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}
.echo-video-area.home-four .echo-video-area-inner .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.echo-video-area.home-four .swiper-container .slider-inner {
  background: url(../images/home-1/video-left/video-bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 0;
}
.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(40px);
  border-radius: 30px 30px 0px 0px;
  text-align: center;
  margin-top: 200px;
}
.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content {
  padding: 40px 40px 100px 40px;
}
.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content .content-catagory-tag {
  background: #FE4358;
  color: #ffffff;
  width: 150px;
  height: 35px;
  border-radius: 5px;
  display: block;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  font-family: "Inter";
  z-index: 1;
  margin: 0 auto;
}
.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content h5 {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 25px;
}
.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content h5 a {
  color: #FFFFFF;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content h5 a:hover {
  background-position: 0% 100%;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views {
  justify-content: center;
  position: relative;
  padding-top: 15px;
  color: #FFFFFF;
  padding-left: 15px;
}
.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a {
  margin: 0;
  padding: 0 10px;
  position: relative;
}
.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a:first-child {
  padding-right: 15px;
}
.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #FFFFFF;
}
.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a:last-child::after {
  display: none;
}
.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a i {
  margin-right: 8px;
}
.echo-video-area.home-four .swiper-container .swiper-btn {
  position: absolute;
  width: 70px;
  height: 50px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.echo-video-area.home-four .swiper-container .swiper-btn .swiper-button-next,
.echo-video-area.home-four .swiper-container .swiper-btn .swiper-button-prev {
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  transition: all 0.4s;
}
.echo-video-area.home-four .swiper-container .swiper-btn .swiper-button-next::after,
.echo-video-area.home-four .swiper-container .swiper-btn .swiper-button-prev::after {
  display: none;
}
.echo-video-area.home-four .swiper-container .swiper-btn .swiper-button-prev {
  right: auto;
  left: 0;
}
.echo-video-area.home-four .swiper-container .swiper-btn .swiper-button-prev:hover {
  background-color: #FE4358;
  border: 1px solid #FE4358;
}
.echo-video-area.home-four .swiper-container .swiper-btn .swiper-button-next {
  right: 0;
  left: auto;
  background-color: #FE4358;
  border: 1px solid #FE4358;
}
.echo-video-area.home-four .swiper-container .swiper-btn .swiper-button-next:hover {
  background: none;
  border: 1px solid #FFFFFF;
}
.echo-video-area.inner {
  background: url(../images/home-1/video-left/video-bg3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 670px;
  position: relative;
}
.echo-video-area.inner .echo-video-area-inner {
  padding: 200px 0;
}
.echo-video-area.inner .echo-video-area-inner .video-play-button {
  box-sizing: content-box;
  display: block;
  position: absolute;
  margin: 0 auto;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.echo-video-area.inner .echo-video-area-inner .video-play-button span.outer-text {
  border: none;
  font-family: "Bona Nova";
  font-size: 20px;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: #FFFFFF;
  font-weight: 500;
}
.echo-video-area.inner .echo-video-area-inner .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  transition: all 200ms;
  background: #FFFFFF;
  border: 0.5px solid #ffffff;
  z-index: 2;
}
.echo-video-area.inner .echo-video-area-inner .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  transition: all 200ms;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(40px);
  z-index: 2;
}
.echo-video-area.inner .echo-video-area-inner .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.echo-video-area.inner .echo-video-area-inner .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  width: 25px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.echo-video-area.inner .echo-video-area-inner .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.echo-video-area.inner .echo-video-area-inner .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 25px solid var(--color-primary);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}
.echo-video-area.inner .echo-video-area-inner .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.echo-video-area.home-eight {
  background: none;
  padding: 0;
  position: relative;
}
.echo-video-area.home-eight .echo-video-area-inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
  z-index: 2;
}
.echo-video-area.home-eight .echo-video-area-inner .vedio-icone {
  position: relative;
}
.echo-video-area.home-eight .echo-video-area-inner .video-play-button {
  box-sizing: content-box;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
}
.echo-video-area.home-eight .echo-video-area-inner .video-play-button span.outer-text {
  border: none;
  font-family: "Bona Nova";
  font-size: 20px;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: #FFFFFF;
  font-weight: 500;
}
.echo-video-area.home-eight .echo-video-area-inner .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  transition: all 200ms;
  background: #FFFFFF;
  border: 0.5px solid #ffffff;
  z-index: 2;
}
.echo-video-area.home-eight .echo-video-area-inner .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  transition: all 200ms;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(40px);
  z-index: 2;
}
.echo-video-area.home-eight .echo-video-area-inner .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.echo-video-area.home-eight .echo-video-area-inner .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  width: 25px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.echo-video-area.home-eight .echo-video-area-inner .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.echo-video-area.home-eight .echo-video-area-inner .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 25px solid #FE5301;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}
.echo-video-area.home-eight .echo-video-area-inner .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.echo-video-area.home-eight .swiper-container-h8 .slider-inner {
  background: url(../images/home-1/video-left/video-bg4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 0;
}
.echo-video-area.home-eight .swiper-container-h8 .slider-inner .echo-video-bottom-area {
  background: #FFFFFF;
  margin-top: 200px;
}
.echo-video-area.home-eight .swiper-container-h8 .slider-inner .echo-video-bottom-area .content {
  padding: 45px 40px 50px 40px;
}
@media (max-width: 450px) {
  .echo-video-area.home-eight .swiper-container-h8 .slider-inner .echo-video-bottom-area .content {
    padding: 45px 20px 50px;
  }
}
.echo-video-area.home-eight .swiper-container-h8 .slider-inner .echo-video-bottom-area .content .content-catagory-tag {
  background: #FE5301;
  color: #ffffff;
  width: 105px;
  height: 40px;
  display: block;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Inter";
  z-index: 1;
}
.echo-video-area.home-eight .swiper-container-h8 .slider-inner .echo-video-bottom-area .content h5 {
  font-weight: 500;
  font-size: 50px;
  line-height: 65px;
  font-family: "Inter", sans-serif;
  text-align: start;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .echo-video-area.home-eight .swiper-container-h8 .slider-inner .echo-video-bottom-area .content h5 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .echo-video-area.home-eight .swiper-container-h8 .slider-inner .echo-video-bottom-area .content h5 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .echo-video-area.home-eight .swiper-container-h8 .slider-inner .echo-video-bottom-area .content h5 {
    font-size: 20px;
    line-height: 40px;
  }
}
.echo-video-area.home-eight .swiper-container-h8 .slider-inner .echo-video-bottom-area .content h5 a {
  color: #171717;
  background-image: linear-gradient(to right, #171717 50%, transparent 50%);
}
.echo-video-area.home-eight .swiper-container-h8 .slider-inner .echo-video-bottom-area .content h5 a:hover {
  background-position: 0% 100%;
}
.echo-video-area.home-eight .swiper-container-h8 .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views {
  justify-content: center;
  position: relative;
  padding-top: 15px;
  color: #454545;
}
.echo-video-area.home-eight .swiper-container-h8 .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a {
  margin: 0;
  padding: 0 10px;
  position: relative;
}
.echo-video-area.home-eight .swiper-container-h8 .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a:first-child {
  padding-right: 15px;
}
.echo-video-area.home-eight .swiper-container-h8 .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #FFFFFF;
}
.echo-video-area.home-eight .swiper-container-h8 .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a:last-child::after {
  display: none;
}
.echo-video-area.home-eight .swiper-container-h8 .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a i {
  margin-right: 8px;
}
.echo-video-area.home-eight .swiper-container-h8 .swiper-btn {
  position: absolute;
  width: 70px;
  height: 50px;
  left: 75%;
  transform: translateX(-50%);
  bottom: 35%;
  z-index: 1;
}
@media (max-width: 1400px) {
  .echo-video-area.home-eight .swiper-container-h8 .swiper-btn {
    left: 85%;
  }
}
@media (max-width: 1200px) {
  .echo-video-area.home-eight .swiper-container-h8 .swiper-btn {
    left: 90%;
  }
}
@media (max-width: 768px) {
  .echo-video-area.home-eight .swiper-container-h8 .swiper-btn {
    display: none;
  }
}
.echo-video-area.home-eight .swiper-container-h8 .swiper-btn .swiper-button-next,
.echo-video-area.home-eight .swiper-container-h8 .swiper-btn .swiper-button-prev {
  color: #454545;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s;
  font-size: 20px;
}
.echo-video-area.home-eight .swiper-container-h8 .swiper-btn .swiper-button-next::after,
.echo-video-area.home-eight .swiper-container-h8 .swiper-btn .swiper-button-prev::after {
  display: none;
}
.echo-video-area.home-eight .swiper-container-h8 .swiper-btn .swiper-button-prev {
  right: auto;
  left: 0;
}
.echo-video-area.home-eight .swiper-container-h8 .swiper-btn .swiper-button-next {
  right: 0;
  color: #FE5301;
  left: auto;
}
.echo-video-area.home-eight .swiper-container-h8 .swiper-pagination {
  left: 75%;
  transform: translateX(-50%);
  bottom: 50px;
  width: max-content;
  color: #DADADA;
}
@media (max-width: 1400px) {
  .echo-video-area.home-eight .swiper-container-h8 .swiper-pagination {
    left: 85%;
  }
}
@media (max-width: 1200px) {
  .echo-video-area.home-eight .swiper-container-h8 .swiper-pagination {
    left: 90%;
  }
}
@media (max-width: 768px) {
  .echo-video-area.home-eight .swiper-container-h8 .swiper-pagination {
    display: none;
  }
}
.echo-video-area.home-eight .swiper-container-h8 .swiper-pagination .swiper-pagination-current {
  color: #FE6821;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
}

.echo-software-download-area.home-four .echo-software-download-full-content-bg {
  border-radius: 50px;
  background: url(../images/home-1/our-android-app-download/bg4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  transition: all 0.4s;
}
.echo-software-download-area.home-four .echo-software-download-full-content-bg:hover .echo-software-download-img-content {
  transform: scale(110%);
}
.echo-software-download-area.home-four .echo-software-download-full-content-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #181823;
  opacity: 0;
}
.echo-software-download-area.home-four .echo-software-download-full-content-bg .echo-software-download-img-content {
  position: absolute;
  top: -1px;
  right: 50px;
  transition: all 0.4s;
  transform: scale(100%);
}
.echo-software-download-area.home-four .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place .echo-py-hover-white:hover {
  background: #FFF;
  color: #FF4962 !important;
  border: 1px solid #FFF !important;
}
.echo-software-download-area.home-four .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place .echo-py-hover-white:hover svg path {
  fill: #FF4962 !important;
}
.echo-software-download-area.sports {
  padding-top: 90px;
  padding-bottom: 90px;
}
.echo-software-download-area.sports .echo-software-download-full-content-bg {
  background: url(../images/home-1/our-android-app-download/bg5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.echo-software-download-area.sports .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place a {
  border-radius: 15px;
}

.echo-about-area {
  padding: 100px 0;
}
.echo-about-area .container .echo-about-area-inner .content-area .title {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
}
.echo-about-area .container .echo-about-area-inner .content-area .sub-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #5E5E5E;
}
.echo-about-area .container .echo-about-area-inner .content-area .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5E5E5E;
}
.echo-about-area .container .echo-about-area-inner .content-area .bottom-author-area {
  display: flex;
  align-items: center;
}
.echo-about-area .container .echo-about-area-inner .content-area .bottom-author-area .content {
  padding-right: 25px;
  position: relative;
}
.echo-about-area .container .echo-about-area-inner .content-area .bottom-author-area .content::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  background: #5E5E5E75;
}
.echo-about-area .container .echo-about-area-inner .content-area .bottom-author-area .content .author-name {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.echo-about-area .container .echo-about-area-inner .content-area .bottom-author-area .sign {
  padding-left: 25px;
}
.echo-about-area .container .echo-about-area-inner .hero-image {
  display: flex;
  position: relative;
}
.echo-about-area .container .echo-about-area-inner .hero-image .image {
  width: 380px;
}
.echo-about-area .container .echo-about-area-inner .hero-image .image img {
  width: 100%;
}
.echo-about-area .container .echo-about-area-inner .hero-image .image-2 {
  position: absolute;
  right: -230px;
}

.echo-team-area {
  padding: 90px 0 165px 0;
}
.echo-team-area .echo-team-area-inner .section-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 50px;
}
.echo-team-area .echo-team-area-inner .team-wrapper {
  position: relative;
  margin-right: 15px;
  transition: all 0.4s;
}
.echo-team-area .echo-team-area-inner .team-wrapper:hover .content-area ul.social-icon {
  transform: translateX(-50%) scale(1);
}
.echo-team-area .echo-team-area-inner .team-wrapper .image-area img {
  width: 100%;
}
.echo-team-area .echo-team-area-inner .team-wrapper .content-area {
  background: #FFFFFF;
  padding: 40px 20px 20px 20px;
  border-radius: 50%;
  position: absolute;
  width: 120%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -90px;
  transition: all 0.4s;
}
.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 65%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transition: all 0.4s;
}
.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li {
  list-style: none;
  text-align: center;
  margin: 0 5px;
}
.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(1), .echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(2), .echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(3), .echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(4) {
  position: absolute;
  transition: all 0.4s;
}
.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(1) {
  top: -8px;
  left: 10px;
}
.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(2) {
  top: -14px;
  left: 60px;
}
.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(3) {
  top: -14px;
  right: 60px;
}
.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(4) {
  top: -8px;
  right: 10px;
}
.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li a {
  width: 30px;
  height: 30px;
  line-height: 31px;
  display: block;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 5px 5px 10px rgba(0, 0, 1, 0.05);
  color: #5E5E5E;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.4s;
}
.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li a:hover {
  background: var(--color-primary);
  color: #FFFFFF;
}
.echo-team-area .echo-team-area-inner .team-wrapper .content-area .content {
  text-align: center;
}
.echo-team-area .echo-team-area-inner .team-wrapper .content-area .content .title {
  margin-bottom: 0;
}
.echo-team-area.team {
  padding: 90px 0 60px 0;
}
.echo-team-area.team .echo-team-area-inner .team-wrapper {
  margin-bottom: 100px;
}

.echo-hero-section.inner-post .echo-hero-baner {
  box-shadow: none;
  margin-bottom: 0;
}
.echo-hero-section.inner-post .echo-quote-area {
  background: #F9F9F9;
  padding: 20px 20px 20px 25px;
  position: relative;
  margin-bottom: 30px;
}
.echo-hero-section.inner-post .echo-quote-area::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  left: 0;
  top: 0;
  background: #F16228;
}
.echo-hero-section.inner-post .echo-quote-area .quote-title {
  font-size: 20px;
  line-height: 30px;
  color: #181823;
  text-transform: capitalize;
}
.echo-hero-section.inner-post .echo-quote-area .author {
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.echo-hero-section.inner-post .echo-quote-area .author::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #5E5E5E;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.echo-hero-section.inner-post .echo-financial-area {
  margin-bottom: 40px;
}
.echo-hero-section.inner-post .echo-financial-area .image-area {
  margin-bottom: 20px;
}
.echo-hero-section.inner-post .echo-financial-area .content .title {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
}
.echo-hero-section.inner-post .echo-financial-area .content .desc {
  color: #5E5E5E;
}
.echo-hero-section.inner-post .echo-financial-area .content .content-wrapper {
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.echo-hero-section.inner-post .echo-financial-area .content .content-wrapper.first .wrapper-item {
  padding-left: 30px;
}
.echo-hero-section.inner-post .echo-financial-area .content .content-wrapper .wrapper-item {
  list-style: none;
  width: 50%;
  padding-left: 20px;
  font-family: "Bona Nova";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  position: relative;
}
.echo-hero-section.inner-post .echo-financial-area .content .content-wrapper .wrapper-item::before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #5E5E5E;
}
.echo-hero-section.inner-post .echo-financial-area .content .details-tag,
.echo-hero-section.inner-post .echo-financial-area .content .details-share {
  display: flex;
  align-items: center;
}
.echo-hero-section.inner-post .echo-financial-area .content .details-tag h6,
.echo-hero-section.inner-post .echo-financial-area .content .details-share h6 {
  margin-bottom: 0;
  margin-right: 5px;
}
.echo-hero-section.inner-post .echo-financial-area .content .details-tag button,
.echo-hero-section.inner-post .echo-financial-area .content .details-share button {
  max-width: max-content;
  margin: 0 5px;
  transition: all 0.3s;
}
.echo-hero-section.inner-post .echo-financial-area .content .details-tag button:hover i,
.echo-hero-section.inner-post .echo-financial-area .content .details-share button:hover i {
  color: var(--color-primary);
}
.echo-hero-section.inner-post .echo-financial-area .content .details-tag {
  justify-content: start;
}
.echo-hero-section.inner-post .echo-financial-area .content .details-tag button {
  padding: 8px 10px;
  background: #f9f9f9;
  transition: all 0.3s;
}
.echo-hero-section.inner-post .echo-financial-area .content .details-tag button:hover {
  background: var(--color-primary);
  color: #ffffff;
}
.echo-hero-section.inner-post .echo-financial-area .content .details-share {
  justify-content: end;
}
.echo-hero-section.inner-post .echo-author-area {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 40px;
}
.echo-hero-section.inner-post .echo-author-area .image-area {
  flex-basis: 25%;
}
.echo-hero-section.inner-post .echo-author-area .content {
  flex-basis: 75%;
}
.echo-hero-section.inner-post .echo-author-area .content .title {
  margin-bottom: 10px;
}
.echo-hero-section.inner-post .echo-more-news-area {
  padding: 35px 30px;
  background: #f9f9f9;
  margin-bottom: 40px;
}
.echo-hero-section.inner-post .echo-more-news-area .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
.echo-hero-section.inner-post .echo-more-news-area .echo-top-story {
  display: flex;
  margin: 18px 0;
  gap: 15px;
  align-items: center;
  background: #fff;
  padding: 15px;
}
.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-picture {
  flex-basis: 30%;
}
.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-picture a img {
  width: 100%;
  height: 100%;
}
.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-text {
  flex-basis: 70%;
}
.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-text h6 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-text a i {
  font-size: 16px;
  margin-right: 6px;
}
.echo-hero-section.inner-post .echo-reply-area {
  background: #f9f9f9;
  padding: 30px;
  margin-bottom: 40px;
}
.echo-hero-section.inner-post .echo-reply-area .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
.echo-hero-section.inner-post .echo-reply-area .comment-inner {
  padding: 0;
  margin: 0;
}
.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper {
  list-style: none;
  display: flex;
  padding: 40px 0;
  position: relative;
  border-bottom: 1px solid #45454530;
}
.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .image-area {
  flex-basis: 12%;
}
.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .content {
  flex-basis: 88%;
}
.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .content a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .content .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #454545;
  margin-top: 10px;
}
.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper:last-child {
  padding-bottom: 0;
  border: none;
}
.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .reply {
  position: absolute;
  top: 35px;
  right: 0;
  font-family: "Bona Nova";
  font-weight: 700;
}
.echo-hero-section.inner-post .echo-comment-box {
  padding: 30px;
  background: #f9f9f9;
}
.echo-hero-section.inner-post .echo-comment-box .title {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
}
.echo-hero-section.inner-post .echo-comment-box form input,
.echo-hero-section.inner-post .echo-comment-box form textarea {
  border: 1px solid #45454540;
  margin-bottom: 20px;
}
.echo-hero-section.inner-post .echo-comment-box form input {
  height: 60px;
}
.echo-hero-section.inner-post .echo-comment-box form textarea {
  padding-top: 10px;
  min-height: 140px;
}
.echo-hero-section.inner-post .echo-comment-box form button {
  width: 170px;
  height: 60px;
  background: var(--color-primary);
  transition: all 0.3s;
  color: #ffffff;
  border: 1px solid transparent;
}
.echo-hero-section.inner-post .echo-comment-box form button:hover {
  border: 1px solid #45454530;
  background: transparent;
  color: #5E5E5E;
}
.echo-hero-section.inner-post-2 .echo-hero-baner .content-catagory-tag {
  background: #F05600;
  color: #FFFFFF;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 5px;
}
.echo-hero-section.inner-post-2 .echo-hero-baner .echo-hero-title {
  margin-bottom: 15px;
}
.echo-hero-section.inner-post-2 .echo-financial-area .content .content-wrapper .wrapper-item {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.echo-hero-section.inner-post-2 .echo-financial-area .content .content-wrapper .wrapper-item::before {
  color: #537FE7;
}
.echo-hero-section.inner-post-2 .echo-financial-area .content .content-wrapper.wrapper-2 .wrapper-item {
  width: 100%;
  color: #5E5E5E;
}
.echo-hero-section.inner-post-2 .echo-financial-area .content .content-wrapper.wrapper-2 .wrapper-item::before {
  display: none;
}
.echo-hero-section.inner-post-2 .echo-financial-area .content .content-wrapper.wrapper-2 .wrapper-item::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #5E5E5E;
}
.echo-hero-section.inner-post-2 .echo-financial-area .content .image.bottom {
  margin: 30px 0;
}

.hero-home-six {
  position: relative;
}
.hero-home-six .hero-inner {
  position: relative;
}
.hero-home-six .hero-inner .slider-inner {
  height: 930px;
  position: relative;
}
@media (max-width: 768px) {
  .hero-home-six .hero-inner .slider-inner {
    height: 770px;
  }
}
@media (max-width: 576px) {
  .hero-home-six .hero-inner .slider-inner {
    height: 600px;
  }
}
.hero-home-six .hero-inner .slider-inner .swiper-slide {
  overflow: hidden;
}
.hero-home-six .hero-inner .slider-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.65) 35.77%, rgba(0, 0, 0, 0) 100%);
}
.hero-home-six .hero-inner .slider-inner video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-home-six .hero-inner .slider-inner .content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: max-content;
}
.hero-home-six .hero-inner .slider-inner .content .hero-hm6-title {
  max-width: 1100px;
}
.hero-home-six .hero-inner .slider-inner .content .hero-hm6-title h1 {
  color: #FFF;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: 160px;
  margin-bottom: 45px;
}
@media (max-width: 1200px) {
  .hero-home-six .hero-inner .slider-inner .content .hero-hm6-title h1 {
    font-size: 130px;
    line-height: 140px;
  }
}
@media (max-width: 991px) {
  .hero-home-six .hero-inner .slider-inner .content .hero-hm6-title h1 {
    font-size: 100px;
    line-height: 110px;
  }
}
@media (max-width: 768px) {
  .hero-home-six .hero-inner .slider-inner .content .hero-hm6-title h1 {
    font-size: 74px;
    line-height: 84px;
  }
}
@media (max-width: 500px) {
  .hero-home-six .hero-inner .slider-inner .content .hero-hm6-title h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.hero-home-six .hero-inner .swiper-pagination {
  position: absolute;
  width: max-content;
  left: 70px;
  bottom: 100px;
  font-size: 25px;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .hero-home-six .hero-inner .swiper-pagination {
    left: 50px;
  }
}
@media (max-width: 900px) {
  .hero-home-six .hero-inner .swiper-pagination {
    left: 25px;
  }
}
@media (max-width: 768px) {
  .hero-home-six .hero-inner .swiper-pagination {
    display: none;
  }
}
.hero-home-six .hero-inner .swiper-pagination .swiper-pagination-current {
  font-size: 50px;
}
.hero-home-six .hero-inner .swiper-btn-area {
  position: absolute;
  bottom: 65px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: block;
}
@media (max-width: 768px) {
  .hero-home-six .hero-inner .swiper-btn-area {
    display: none;
  }
}
.hero-home-six .hero-inner .swiper-btn-area .swiper-btn {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: unset;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
.hero-home-six .hero-inner .swiper-btn-area .swiper-btn::after {
  display: none;
}
.hero-home-six .hero-inner .swiper-btn-area .swiper-btn.swiper-button-prev {
  margin-bottom: 35px;
}
.hero-home-six .hero-inner .swiper-btn-area .swiper-btn.swiper-button-next {
  background: #FFCC48;
  border: 1px solid #FFCC48;
}
.hero-home-six .hero-inner .pagination-area {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero-home-six .hero-inner .pagination-area .banner-blog-thumbs .banner-single-thumb {
  cursor: pointer;
  width: 200px;
}
@media (max-width: 1440px) {
  .hero-home-six .hero-inner .pagination-area .banner-blog-thumbs .banner-single-thumb {
    width: 180px;
  }
}
@media (max-width: 1200px) {
  .hero-home-six .hero-inner .pagination-area .banner-blog-thumbs .banner-single-thumb {
    width: 120px;
  }
}
@media (max-width: 500px) {
  .hero-home-six .hero-inner .pagination-area .banner-blog-thumbs .banner-single-thumb {
    width: auto;
  }
}
.hero-home-six .hero-inner .border {
  width: 35%;
  height: 1px;
  background: #6D6D6D;
  position: absolute;
  border: none !important;
  bottom: 115px;
  z-index: 1;
  left: 12%;
}
@media (max-width: 1550px) {
  .hero-home-six .hero-inner .border {
    width: 30%;
    left: 15%;
  }
}
@media (max-width: 1200px) {
  .hero-home-six .hero-inner .border {
    width: 25%;
    left: 20%;
  }
}
@media (max-width: 768px) {
  .hero-home-six .hero-inner .border {
    display: none;
  }
}

.hero-hm6-btn .hm6-btn-1 {
  background: #FFCC48;
  width: 220px;
  height: 80px;
  display: block;
  line-height: 85px;
  border-radius: 70px;
  margin: auto;
  color: #2B2004;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .hero-hm6-btn .hm6-btn-1 {
    width: 200px;
    height: 70px;
    line-height: 73px;
  }
}
@media (max-width: 991px) {
  .hero-hm6-btn .hm6-btn-1 {
    width: 180px;
    height: 60px;
    line-height: 63px;
    font-size: 16px;
  }
}
.hero-hm6-btn .hm6-btn-1 img {
  margin-top: 4px;
  margin-left: 5px;
}
.hero-hm6-btn .hm6-btn-1 img.arrow-3, .hero-hm6-btn .hm6-btn-1 img.arrow-4 {
  margin-top: 0;
}

.hm8-btn-1 {
  background: #D00032;
  width: 210px;
  height: 70px;
  display: block;
  line-height: 75px;
  border-radius: 50px;
  font-family: var(--home-5-title-font);
  color: #fff;
  margin-top: 50px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .hm8-btn-1 {
    width: 200px;
    height: 70px;
    line-height: 73px;
  }
}
@media (max-width: 991px) {
  .hm8-btn-1 {
    width: 180px;
    height: 60px;
    line-height: 63px;
    font-size: 16px;
  }
}
.hm8-btn-1 img {
  margin-top: 4px;
  margin-left: 5px;
}
.hm8-btn-1 img.arrow-3, .hm8-btn-1 img.arrow-4 {
  margin-top: 0;
}

.innerpage #sidebar {
  width: 370px;
  max-width: max-content;
  height: max-content;
  position: absolute;
}

#sidebar.fixed {
  position: fixed;
  top: 0;
  width: 370px;
}

.hm6-btn-1 {
  position: relative;
  padding-right: 20px;
}
.hm6-btn-1:hover {
  transition: all 0.4s;
  background: #ffffff;
}
.hm6-btn-1:hover .arrow-1 {
  opacity: 0;
  transform: translate(10px, -50%);
}
.hm6-btn-1:hover .arrow-2 {
  opacity: 1;
  transform: translate(10px, -50%);
}
.hm6-btn-1 img {
  transition: all 0.4s;
}
.hm6-btn-1 img.arrow-1 {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 40px;
}
@media (max-width: 991px) {
  .hm6-btn-1 img.arrow-1 {
    right: 33px;
  }
}
.hm6-btn-1 img.arrow-2 {
  position: absolute;
  right: 50px;
  top: 50%;
  opacity: 0;
  transform: translate(0, -50%);
}
@media (max-width: 991px) {
  .hm6-btn-1 img.arrow-2 {
    right: 43px;
  }
}
.hm6-btn-1.small {
  padding-right: 35px;
}

.echo-banner-area.home-seven {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .echo-banner-area.home-seven .right-side-banner {
    display: flex;
    flex-wrap: wrap;
  }
}
.echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 33px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small {
    width: 100%;
  }
}
.echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .echo-hero-banner-main-img {
  flex-basis: 30%;
}
@media (max-width: 600px) {
  .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .echo-hero-banner-main-img {
    flex-basis: auto;
  }
}
.echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content {
  margin-top: 0;
  flex-basis: 70%;
}
.echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .author {
  text-align: left;
  font-weight: 500;
}
.echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-hero-title {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-hero-title {
    font-size: 16px;
    line-height: 26px;
  }
}
.echo-banner-area.home-nine {
  padding: 60px 0;
}
.echo-banner-area.home-nine .slider-area {
  margin-right: 20px;
  position: relative;
}
@media (max-width: 1500px) {
  .echo-banner-area.home-nine .slider-area {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .echo-banner-area.home-nine .slider-area {
    margin-bottom: 30px;
  }
}
.echo-banner-area.home-nine .slider-area .swiper-btn-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  z-index: 1;
}
@media (max-width: 576px) {
  .echo-banner-area.home-nine .slider-area .swiper-btn-area {
    display: none;
  }
}
.echo-banner-area.home-nine .slider-area .swiper-btn-area .swiper-btn {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #FFFFFF;
  background: none;
  transition: all 0.3s;
}
.echo-banner-area.home-nine .slider-area .swiper-btn-area .swiper-btn::after {
  display: none;
}
.echo-banner-area.home-nine .slider-area .swiper-btn-area .swiper-btn svg path {
  fill: #FFFFFF;
  transition: all 0.3s;
}
.echo-banner-area.home-nine .slider-area .swiper-btn-area .swiper-btn:hover {
  background: #F5D253;
  border: 1px solid #F5D253;
}
.echo-banner-area.home-nine .slider-area .swiper-btn-area .swiper-btn:hover svg path {
  fill: #171717;
}
.echo-banner-area.home-nine .swiper .echo-hero-baner {
  background: url(../images/home-1/hero/hero-benar13.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 820px;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .echo-banner-area.home-nine .swiper .echo-hero-baner {
    height: 600px;
  }
}
.echo-banner-area.home-nine .swiper .echo-hero-baner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 13, 4, 0.5);
  top: 0;
  left: 0;
  z-index: -1;
}
.echo-banner-area.home-nine .swiper .echo-hero-baner .content {
  text-align: center;
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .echo-banner-area.home-nine .swiper .echo-hero-baner .content {
    width: 90%;
  }
}
.echo-banner-area.home-nine .swiper .echo-hero-baner .content .author {
  color: #F5D253;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}
.echo-banner-area.home-nine .swiper .echo-hero-baner .content .echo-hero-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}
@media (max-width: 991px) {
  .echo-banner-area.home-nine .swiper .echo-hero-baner .content .echo-hero-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .echo-banner-area.home-nine .swiper .echo-hero-baner .content .echo-hero-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 450px) {
  .echo-banner-area.home-nine .swiper .echo-hero-baner .content .echo-hero-title {
    font-size: 24px;
    line-height: 40px;
  }
}
.echo-banner-area.home-nine .swiper .echo-hero-baner .content .echo-hero-title a {
  color: #FFFFFF;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
.echo-banner-area.home-nine .swiper .echo-hero-baner .content .echo-hero-discription {
  color: #E2E2E2;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  width: 70%;
  margin: 0 auto 40px auto;
}
@media (max-width: 991px) {
  .echo-banner-area.home-nine .swiper .echo-hero-baner .content .echo-hero-discription {
    width: 100%;
  }
}
.echo-banner-area.home-nine .swiper .echo-hero-baner .content .read-more-btn {
  width: 160px;
  height: 60px;
  line-height: 60px;
  display: block;
  border: 1px solid #F5D253;
  color: #F5D253;
  margin: auto;
}
.echo-banner-area.home-nine .swiper .echo-hero-baner.two {
  background: url(../images/home-1/hero/hero-benar14.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.echo-banner-area.home-nine .swiper .echo-hero-baner.three {
  background: url(../images/home-1/hero/hero-benar15.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.echo-banner-area.home-nine .echo-hero-baner.small {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .echo-banner-area.home-nine .echo-hero-baner.small .echo-hero-banner-main-img img {
    width: 100%;
  }
}
.echo-banner-area.home-nine .echo-hero-baner.small .content {
  margin-top: 20px;
}
.echo-banner-area.home-nine .echo-hero-baner.small .content .author {
  color: #FF9A82;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}
.echo-banner-area.home-nine .echo-hero-baner.small .content .echo-hero-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .echo-banner-area.home-nine .echo-hero-baner.small .content .echo-hero-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .echo-banner-area.home-nine .echo-hero-baner.small .content .echo-hero-title {
    font-size: 24px;
    line-height: 40px;
  }
}
.echo-banner-area.home-nine .echo-hero-baner.small .content .echo-hero-title a {
  color: #181823;
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
}
.echo-banner-area.home-nine .echo-hero-baner.small .content .echo-hero-title a:hover {
  color: #003811;
  background-image: linear-gradient(to right, #003811 50%, transparent 50%);
}
.echo-banner-area.home-ten .banner-inner {
  display: flex;
}
@media (max-width: 1200px) {
  .echo-banner-area.home-ten .banner-inner {
    flex-wrap: wrap;
  }
}
.echo-banner-area.home-ten .banner-inner .left-side-image {
  width: 55%;
}
@media (max-width: 1200px) {
  .echo-banner-area.home-ten .banner-inner .left-side-image {
    width: 100%;
  }
}
.echo-banner-area.home-ten .banner-inner .left-side-image .image-area img {
  width: 100%;
}
.echo-banner-area.home-ten .banner-inner .right-side-content {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1200px) {
  .echo-banner-area.home-ten .banner-inner .right-side-content {
    width: 100%;
  }
}
.echo-banner-area.home-ten .banner-inner .right-side-content .image-area {
  display: flex;
  width: 100%;
}
.echo-banner-area.home-ten .banner-inner .right-side-content .image-area img {
  width: 50%;
}
.echo-banner-area.home-ten .banner-inner .right-side-content .content {
  width: 100%;
  height: 100%;
  background: #1A1A1A;
  padding: 100px 80px;
}
@media (max-width: 1600px) {
  .echo-banner-area.home-ten .banner-inner .right-side-content .content {
    padding: 80px;
  }
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .echo-banner-area.home-ten .banner-inner .right-side-content .content {
    padding: 70px;
  }
}
@media (max-width: 1200px) {
  .echo-banner-area.home-ten .banner-inner .right-side-content .content {
    padding: 80px 40px;
  }
}
@media (max-width: 576px) {
  .echo-banner-area.home-ten .banner-inner .right-side-content .content {
    padding: 80px 20px;
  }
}
.echo-banner-area.home-ten .banner-inner .right-side-content .content .echo-hero-title {
  color: #FFF;
  font-family: var(--home-5-title-font);
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .echo-banner-area.home-ten .banner-inner .right-side-content .content .echo-hero-title {
    font-size: 65px;
  }
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .echo-banner-area.home-ten .banner-inner .right-side-content .content .echo-hero-title {
    font-size: 54px;
  }
}
@media (max-width: 576px) {
  .echo-banner-area.home-ten .banner-inner .right-side-content .content .echo-hero-title {
    font-size: 48px;
    line-height: 1.12;
  }
}
@media (max-width: 450px) {
  .echo-banner-area.home-ten .banner-inner .right-side-content .content .echo-hero-title {
    font-size: 36px;
  }
}
.echo-banner-area.home-ten .banner-inner .right-side-content .content .echo-hero-title a {
  color: #FFF;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  background-position: 100% 85%;
}
.echo-banner-area.home-ten .banner-inner .right-side-content .content .echo-hero-title a:hover {
  background-position: 0 85%;
}

.home-seven .echo-hero-baner {
  text-align: center;
  padding: 45px 30px;
  border: 1px solid rgba(69, 69, 69, 0.1);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .home-seven .echo-hero-baner {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .home-seven .echo-hero-baner {
    padding: 45px 20px;
  }
}
.home-seven .echo-hero-baner .content {
  margin-top: 25px;
}
.home-seven .echo-hero-baner .content .author {
  color: #924FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.home-seven .echo-hero-baner .content .echo-hero-title {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 10px;
  text-transform: none;
}
@media (max-width: 500px) {
  .home-seven .echo-hero-baner .content .echo-hero-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.home-seven .echo-hero-baner.last {
  margin-bottom: 0;
}
.home-seven .echo-hero-baner.small {
  padding: 25px 20px;
}
@media (max-width: 991px) {
  .home-seven .echo-hero-baner.small {
    margin-top: 0;
  }
}
.home-seven .echo-hero-baner.small .content .author {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 15px;
}
.home-seven .echo-hero-baner.small .content .echo-hero-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 0;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .home-seven .echo-hero-baner.small .content .echo-hero-title {
    font-size: 20px;
    line-height: 30px;
  }
}

.home-eight .echo-banner-area {
  background: #fdf2ff;
}
.home-eight .echo-banner-area .banner-inner .right-side-banner {
  background: #47164F;
  padding: 0 30px;
}
@media (max-width: 450px) {
  .home-eight .echo-banner-area .banner-inner .right-side-banner {
    padding: 0 15px;
  }
}
.home-eight .echo-banner-area .banner-inner .right-side-banner .echo-hero-baner {
  border-bottom: 1px solid #591e63;
  margin-bottom: 0;
}
.home-eight .echo-banner-area .banner-inner .left-side .echo-hero-baner .content .echo-hero-title a {
  color: #181823;
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
}
.home-eight .echo-hero-baner {
  text-align: center;
  padding: 0;
  border: none;
  margin-bottom: 30px;
}
.home-eight .echo-hero-baner .content {
  margin: 0;
  padding: 40px;
  padding-top: 60px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 30px 30px 60px 0px rgba(69, 0, 158, 0.05);
}
@media (max-width: 576px) {
  .home-eight .echo-hero-baner .content {
    padding: 60px 20px 20px;
  }
}
@media (max-width: 450px) {
  .home-eight .echo-hero-baner .content {
    padding: 60px 15px 20px;
  }
}
.home-eight .echo-hero-baner .content .author {
  color: #FFFFFF;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background: #FE5301;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .home-eight .echo-hero-baner .content .author {
    font-size: 14px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    top: -20px;
  }
}
.home-eight .echo-hero-baner .content .echo-hero-title {
  text-align: center;
  font-family: "Dm Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  text-transform: none;
}
@media (max-width: 576px) {
  .home-eight .echo-hero-baner .content .echo-hero-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .home-eight .echo-hero-baner .content .echo-hero-title {
    font-size: 22px;
    line-height: 35px;
  }
}
.home-eight .echo-hero-baner .content .echo-hero-area-titlepost-post-like-comment-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .home-eight .echo-hero-baner .content .echo-hero-area-titlepost-post-like-comment-share {
    flex-wrap: wrap;
  }
}
.home-eight .echo-hero-baner .content .echo-hero-area-titlepost-post-like-comment-share .echo-hero-area-like-read-comment-share a {
  font-size: 14px;
  font-weight: 500;
  color: #5E5E5E;
}
.home-eight .echo-hero-baner .content .echo-hero-area-titlepost-post-like-comment-share .echo-hero-area-like-read-comment-share a i {
  margin: 0 4px;
}
.home-eight .echo-hero-baner.last {
  margin-bottom: 0;
}
.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small {
  padding: 30px 0;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small {
    padding: 12px 0;
  }
}
@media (max-width: 450px) {
  .home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small {
    padding: 15px 0;
  }
}
.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .echo-hero-banner-main-img {
  flex-basis: 38%;
}
@media (max-width: 450px) {
  .home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .echo-hero-banner-main-img {
    flex-basis: 30%;
  }
}
.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content {
  padding-top: 0;
  background: none;
  padding: 0;
  flex-basis: 62% !important;
}
@media (max-width: 450px) {
  .home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content {
    flex-basis: 62% !important;
  }
}
.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .author {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 7px;
  margin-top: 0;
  color: #FF7474;
  position: unset;
  width: auto;
  height: auto;
  background: none;
  transform: translateX(0);
}
.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-hero-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 0;
  color: #FFFFFF;
}
.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-hero-title a {
  color: #FFFFFF;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
@media (max-width: 991px) {
  .home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-hero-title {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 450px) {
  .home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-hero-title {
    font-size: 16px;
  }
}
.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-story-text {
  margin-top: 5px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #FFF;
  font-weight: 300;
  line-height: 26px;
  display: flex;
  align-items: center;
}
@media (max-width: 450px) {
  .home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-story-text {
    font-size: 14px;
    line-height: 1.1;
  }
}
.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-story-text svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-story-text svg path {
  fill: #FFF;
}
.home-eight .echo-hero-section.home-eight {
  background: #FDF2FF;
}
.home-eight .echo-hero-section.home-eight .hm5-feature-title {
  margin-bottom: 60px;
}
.home-eight .echo-hero-section.home-eight .hm5-feature-title .hm-5-main-title {
  display: flex;
  align-items: center;
  position: relative;
}
.home-eight .echo-hero-section.home-eight .hm5-feature-title .hm-5-main-title img {
  margin-right: 10px;
}
.home-eight .echo-hero-section.home-eight .hm5-feature-title .hm-5-main-title h2 {
  color: #171717;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: none;
}
.home-eight .echo-hero-section.home-eight .hm5-feature-title .hm-5-main-title h2::after {
  display: none;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small {
  padding: 35px 0;
  display: flex;
  align-items: center;
  background: none;
  box-shadow: none;
  gap: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #AD6EB83d;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small.last {
  border: none;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .echo-hero-banner-main-img {
  flex-basis: 30%;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content {
  padding-top: 0;
  background: none;
  box-shadow: none;
  padding: 0;
  flex-basis: 70% !important;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .author {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 7px;
  margin-top: 0;
  color: #FF7474;
  position: unset;
  width: auto;
  height: auto;
  background: none;
  transform: translateX(0);
  text-align: start;
  margin-bottom: 0;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-hero-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
  color: #171717;
  text-align: start;
  font-weight: 700;
  margin-top: 0;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-hero-title a {
  color: #171717;
  background-image: linear-gradient(to right, #171717 50%, transparent 50%);
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-story-text {
  margin-top: 5px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #171717;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-story-text svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-story-text svg path {
  fill: #171717;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-hero-baner {
  box-shadow: none;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-hero-baner .content {
  padding-top: 30px;
  padding-bottom: 0;
  background: none;
  box-shadow: none;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-hero-baner .content .author {
  top: -40px;
  font-size: 14px;
  width: 120px;
  height: 40px;
  line-height: 40px;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-hero-baner .content .echo-hero-title {
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-hero-baner .content .echo-hero-title {
    font-size: 26px;
  }
}
@media (max-width: 450px) {
  .home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-hero-baner .content .echo-hero-title {
    font-size: 22px;
    line-height: 35px;
  }
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-hero-baner .content .echo-hero-area-titlepost-post-like-comment-share {
  width: max-content;
  margin: auto;
  padding-top: 25px;
  border-top: 1px solid #AD6EB83d;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .top-area {
  margin-bottom: 100px;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .bottom-area .echo-hero-baner {
  margin-bottom: 30px;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .bottom-area .echo-hero-baner .content {
  padding: 15px;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .bottom-area .echo-hero-baner .content .echo-hero-title {
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 450px) {
  .home-eight .echo-hero-section.home-eight .echo-full-hero-content .bottom-area .echo-hero-baner .content .echo-hero-title {
    font-size: 22px;
    line-height: 35px;
  }
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .hm5-feature-title.right {
  margin-bottom: 65px;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-follower {
  background: none;
  padding: 0;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-follower ul {
  justify-content: space-between;
  gap: 25px;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-follower ul li {
  width: 46%;
  border: none;
  background: #FFFFFF;
  text-align: center;
  padding-top: 0;
  padding: 18px 0;
}
@media (max-width: 450px) {
  .home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-follower ul li {
    width: 100%;
  }
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-follower ul li a {
  margin-bottom: 0;
  color: #5E5E5E;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story {
  background: none;
  padding: 30px 0;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story h5 {
  font-size: 30px;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story .right-side-banner .echo-hero-baner {
  border: none;
  padding: 15px 0;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-gallery h5 {
  font-size: 30px;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-gallery .gallery-wrapper {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-gallery .gallery-wrapper {
    justify-content: space-between;
  }
}
.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-gallery .gallery-wrapper .wrapper {
  list-style: none;
  width: 50%;
}
@media (max-width: 768px) {
  .home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-gallery .gallery-wrapper .wrapper {
    width: 48%;
  }
  .home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-gallery .gallery-wrapper .wrapper img {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-gallery .gallery-wrapper .wrapper {
    width: 100%;
  }
  .home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-gallery .gallery-wrapper .wrapper img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small {
    width: 100%;
  }
}
.home-eight .echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill input {
  background: none;
}

.home-nine .echo-hero-baner {
  text-align: center;
}
.home-nine .echo-hero-baner .content .author {
  color: #F5D253;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
}
.home-nine .echo-hero-baner .content .echo-hero-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}
.home-nine .echo-hero-baner .content .echo-hero-title a {
  color: #181823;
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
}
.home-nine .echo-hero-baner .content .echo-hero-title a:hover {
  color: #003811;
  background-image: linear-gradient(to right, #003811 50%, transparent 50%);
}
.home-nine .echo-hero-baner .content .echo-hero-discription {
  color: #E2E2E2;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  width: 70%;
  margin: 0 auto 40px auto;
}
.home-nine .echo-hero-baner .content .read-more-btn {
  width: 160px;
  height: 60px;
  line-height: 60px;
  display: block;
  border: 1px solid #F5D253;
  color: #F5D253;
  margin: auto;
}
@media (max-width: 576px) {
  .home-nine .echo-hero-baner .content .read-more-btn {
    width: 120px;
    height: 50px;
    line-height: 50px;
  }
}

html[data-theme=dark] body.home-nine .echo-hero-baner .content .echo-hero-title a {
  color: #FFFFFF;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}

.echo-dishes-area .section-inner {
  padding-bottom: 80px;
  border-bottom: 1px solid #003811;
  display: flex;
}
@media (max-width: 768px) {
  .echo-dishes-area .section-inner {
    flex-wrap: wrap;
  }
}
.echo-dishes-area .section-inner .content-area {
  width: 50%;
  flex: 1;
  background: #003811;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .echo-dishes-area .section-inner .content-area {
    flex: unset;
    width: 100%;
    order: 2;
    padding: 40px 0;
  }
}
.echo-dishes-area .section-inner .content-area .echo-hero-baner {
  padding: 0 80px;
  text-align: start;
}
@media (max-width: 991px) {
  .echo-dishes-area .section-inner .content-area .echo-hero-baner {
    padding: 0 30px;
  }
}
@media (max-width: 450px) {
  .echo-dishes-area .section-inner .content-area .echo-hero-baner {
    padding: 0 15px;
  }
}
.echo-dishes-area .section-inner .content-area .echo-hero-baner .echo-hero-title {
  font-size: 80px;
  line-height: 1.12;
  margin-bottom: 35px;
}
@media (max-width: 1600px) {
  .echo-dishes-area .section-inner .content-area .echo-hero-baner .echo-hero-title {
    font-size: 65px;
  }
}
@media (max-width: 1366px) {
  .echo-dishes-area .section-inner .content-area .echo-hero-baner .echo-hero-title {
    font-size: 55px;
  }
}
@media (max-width: 1200px) {
  .echo-dishes-area .section-inner .content-area .echo-hero-baner .echo-hero-title {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .echo-dishes-area .section-inner .content-area .echo-hero-baner .echo-hero-title {
    font-size: 36px;
  }
}
@media (max-width: 450px) {
  .echo-dishes-area .section-inner .content-area .echo-hero-baner .echo-hero-title {
    font-size: 30px;
  }
}
.echo-dishes-area .section-inner .content-area .echo-hero-baner .echo-hero-title a {
  color: #FFFFFF;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
.echo-dishes-area .section-inner .content-area .echo-hero-baner .read-more-btn {
  margin: 0;
  text-align: center;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.echo-dishes-area .section-inner .image-area {
  width: 50%;
  flex: 1;
}
@media (max-width: 768px) {
  .echo-dishes-area .section-inner .image-area {
    flex: unset;
    width: 100%;
  }
}
.echo-dishes-area .section-inner .image-area img {
  width: 100%;
}

.echo-new-dishes-area {
  padding-top: 80px;
}
.echo-new-dishes-area .hm5-feature-title .hm-5-main-title h2 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .echo-new-dishes-area .hm5-feature-title .hm-5-main-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 576px) {
  .echo-new-dishes-area .hm5-feature-title .hm-5-main-title h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
.echo-new-dishes-area .section-inner .echo-hero-baner {
  margin: 0 12px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .echo-new-dishes-area .section-inner .echo-hero-baner {
    margin: 0 0 40px 0;
  }
}
.echo-new-dishes-area .section-inner .echo-hero-baner .content {
  margin-top: 25px;
}
.echo-new-dishes-area .section-inner .echo-hero-baner .content .author {
  color: #FF9A82;
  margin-bottom: 10px;
}
.echo-new-dishes-area .section-inner .echo-hero-baner .content .echo-hero-title {
  font-size: 40px;
  line-height: 1.12;
}
@media (max-width: 1600px) {
  .echo-new-dishes-area .section-inner .echo-hero-baner .content .echo-hero-title {
    font-size: 36px;
  }
}
@media (max-width: 1400px) {
  .echo-new-dishes-area .section-inner .echo-hero-baner .content .echo-hero-title {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .echo-new-dishes-area .section-inner .echo-hero-baner .content .echo-hero-title {
    font-size: 20px;
  }
}
.echo-new-dishes-area .section-inner .button-area {
  position: relative;
  margin-top: 60px;
}
.echo-new-dishes-area .section-inner .button-area::after, .echo-new-dishes-area .section-inner .button-area::before {
  content: "";
  position: absolute;
  width: 37%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #003811;
}
@media (max-width: 768px) {
  .echo-new-dishes-area .section-inner .button-area::after, .echo-new-dishes-area .section-inner .button-area::before {
    display: none;
  }
}
.echo-new-dishes-area .section-inner .button-area::after {
  right: 0;
}
.echo-new-dishes-area .section-inner .button-area::before {
  left: 0;
}
.echo-new-dishes-area .section-inner .button-area .learn-more-btn {
  width: 170px;
  height: 60px;
  border: 1px solid #FE5301;
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 60px;
  color: #FE5301;
  font-size: 18px;
}

.echo-food-review-area {
  padding-top: 80px;
}
.echo-food-review-area .hm5-feature-title .hm-5-main-title h2 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .echo-food-review-area .hm5-feature-title .hm-5-main-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 576px) {
  .echo-food-review-area .hm5-feature-title .hm-5-main-title h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
.echo-food-review-area .section-inner {
  padding-bottom: 50px;
  border-bottom: 1px solid #003811;
}
.echo-food-review-area .left-side-content {
  margin-right: 10px;
}
.echo-food-review-area .left-side-content .echo-hero-baner {
  text-align: left;
}
.echo-food-review-area .left-side-content .echo-hero-baner .content {
  margin-top: 20px;
}
.echo-food-review-area .left-side-content .echo-hero-baner .content .author {
  color: #FF9A82;
  margin-bottom: 10px;
}
.echo-food-review-area .left-side-content .echo-hero-baner .content .echo-hero-title {
  font-size: 80px;
  line-height: 1.12;
}
@media (max-width: 1400px) and (min-width: 991px) {
  .echo-food-review-area .left-side-content .echo-hero-baner .content .echo-hero-title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .echo-food-review-area .left-side-content .echo-hero-baner .content .echo-hero-title {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  .echo-food-review-area .left-side-content .echo-hero-baner .content .echo-hero-title {
    font-size: 40px;
  }
}
@media (max-width: 450px) {
  .echo-food-review-area .left-side-content .echo-hero-baner .content .echo-hero-title {
    font-size: 28px;
  }
}
.echo-food-review-area .right-side-banner .echo-hero-baner.small {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .echo-food-review-area .right-side-banner .echo-hero-baner.small {
    gap: 20px;
  }
}
.echo-food-review-area .right-side-banner .echo-hero-baner.small .echo-hero-banner-main-img {
  flex-basis: 40%;
}
.echo-food-review-area .right-side-banner .echo-hero-baner.small .content {
  flex-basis: 60%;
  text-align: start;
}
.echo-food-review-area .right-side-banner .echo-hero-baner.small .content .author {
  color: #FF9A82;
  margin-bottom: 10px;
  font-size: 16px;
}
.echo-food-review-area .right-side-banner .echo-hero-baner.small .echo-hero-title {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 0;
}
@media (max-width: 1400px) and (min-width: 991px) {
  .echo-food-review-area .right-side-banner .echo-hero-baner.small .echo-hero-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .echo-food-review-area .right-side-banner .echo-hero-baner.small .echo-hero-title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 450px) {
  .echo-food-review-area .right-side-banner .echo-hero-baner.small .echo-hero-title {
    font-size: 18px;
    line-height: 28px;
  }
}

.echo-trending-news-area.home-seven {
  padding: 100px 0;
}
.echo-trending-news-area.home-seven .section-inner .left-side-inner .hm5-feature-title .hm-5-main-title h2,
.echo-trending-news-area.home-seven .section-inner .right-side-inner .hm5-feature-title .hm-5-main-title h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 60px;
  font-family: "Jost", sans-serif;
}
.echo-trending-news-area.home-seven .section-inner .left-side-inner .echo-hero-baner .echo-hero-banner-main-img img {
  width: 100%;
}
.echo-trending-news-area.home-seven .right-side-inner .post-area {
  border: 1px solid rgba(69, 69, 69, 0.1);
  padding: 28px 25px;
}
.echo-trending-news-area.home-seven .right-side-inner .post-area .echo-hero-baner {
  border: none;
  padding: 0;
}
.echo-trending-news-area.home-seven .right-side-inner .post-area .echo-hero-baner.small {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 33px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(69, 69, 69, 0.1);
}
.echo-trending-news-area.home-seven .right-side-inner .post-area .echo-hero-baner.small .echo-hero-banner-main-img {
  flex-basis: 30%;
}
.echo-trending-news-area.home-seven .right-side-inner .post-area .echo-hero-baner.small .content {
  margin-top: 0;
  flex-basis: 70%;
}
.echo-trending-news-area.home-seven .right-side-inner .post-area .echo-hero-baner.small .content .author {
  text-align: left;
  color: #909090;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 8px;
}
.echo-trending-news-area.home-seven .right-side-inner .post-area .echo-hero-baner.small .content .author svg {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.echo-trending-news-area.home-seven .right-side-inner .post-area .echo-hero-baner.small .content .echo-hero-title {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.echo-trending-news-area.home-seven .right-side-inner .post-area .echo-hero-baner.small.last {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.echo-trending-news-area.home-eight {
  padding: 100px 0;
}
@media (max-width: 576px) {
  .echo-trending-news-area.home-eight {
    padding: 50px 0;
  }
}
.echo-trending-news-area.home-eight .hm5-feature-title {
  margin-bottom: 60px;
}
.echo-trending-news-area.home-eight .hm5-feature-title .hm-5-main-title {
  display: flex;
  align-items: center;
  position: relative;
}
.echo-trending-news-area.home-eight .hm5-feature-title .hm-5-main-title img {
  margin-right: 10px;
}
.echo-trending-news-area.home-eight .hm5-feature-title .hm-5-main-title h2 {
  color: #171717;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .echo-trending-news-area.home-eight .hm5-feature-title .hm-5-main-title h2 {
    font-size: 26px;
  }
}
.echo-trending-news-area.home-eight .hm5-feature-title .hm-5-main-title h2::after {
  display: none;
}
@media (max-width: 576px) {
  .echo-trending-news-area.home-eight .hm5-feature-title .hero-hm7-btn {
    display: none;
  }
}
.echo-trending-news-area.home-eight .section-inner .echo-hero-baner {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .echo-trending-news-area.home-eight .section-inner .echo-hero-baner {
    margin-bottom: 30px;
  }
}
.echo-trending-news-area.home-eight .section-inner .echo-hero-baner .content {
  background: none;
  box-shadow: none;
  padding: 10px;
  padding-top: 40px;
}
.echo-trending-news-area.home-eight .section-inner .echo-hero-baner .content .author {
  width: 120px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  top: -20px;
}
.echo-trending-news-area.home-eight .section-inner .echo-hero-baner .content .echo-hero-title {
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 450px) {
  .echo-trending-news-area.home-eight .section-inner .echo-hero-baner .content .echo-hero-title {
    font-size: 22px;
    line-height: 35px;
  }
}
.echo-trending-news-area.home-eight .section-inner .echo-hero-baner .content .echo-hero-area-titlepost-post-like-comment-share {
  width: max-content;
  margin: auto;
  padding-top: 20px;
  border-top: 1px solid #17171747;
}

.echo-photography-area {
  padding-top: 90px;
}
.echo-photography-area .hm5-feature-title {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .echo-photography-area .hm5-feature-title {
    margin-bottom: 30px;
  }
}
.echo-photography-area .hm5-feature-title .hm-5-main-title h2 {
  color: #1A1A1A;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 85px;
  text-transform: uppercase;
  font-family: var(--home-5-title-font);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .echo-photography-area .hm5-feature-title .hm-5-main-title h2 {
    font-size: 64px;
    line-height: 70px;
  }
}
@media (max-width: 576px) {
  .echo-photography-area .hm5-feature-title .hm-5-main-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.echo-photography-area .hm5-feature-title .hm-5-main-title h2::after {
  display: none;
}
@media (max-width: 768px) {
  .echo-photography-area .hm5-feature-title .hm5-area-title-btn {
    display: none;
  }
}
.echo-photography-area .hm5-feature-title .hm8-btn-1 {
  margin-top: 0;
}
.echo-photography-area .section-inner {
  flex-wrap: wrap;
}
.echo-photography-area .section-inner .echo-hero-baner {
  width: 50%;
  position: relative;
  z-index: 1;
  transition: all 500ms;
}
@media (max-width: 767px) {
  .echo-photography-area .section-inner .echo-hero-baner {
    width: 100%;
  }
}
.echo-photography-area .section-inner .echo-hero-baner:hover .echo-hero-banner-main-img a::after {
  opacity: 0.5;
  background: #D00032;
  mix-blend-mode: color;
}
.echo-photography-area .section-inner .echo-hero-baner:hover .echo-hero-banner-main-img a img {
  transform: scale(110%);
}
.echo-photography-area .section-inner .echo-hero-baner .echo-hero-banner-main-img {
  overflow: hidden;
}
.echo-photography-area .section-inner .echo-hero-baner .echo-hero-banner-main-img a {
  position: relative;
}
.echo-photography-area .section-inner .echo-hero-baner .echo-hero-banner-main-img a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  transition: all 500ms;
}
.echo-photography-area .section-inner .echo-hero-baner .content {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 1;
  width: 75%;
}
@media (max-width: 991px) {
  .echo-photography-area .section-inner .echo-hero-baner .content {
    width: 85%;
    left: 20px;
  }
}
@media (max-width: 450px) {
  .echo-photography-area .section-inner .echo-hero-baner .content {
    bottom: 25px;
  }
}
.echo-photography-area .section-inner .echo-hero-baner .content .echo-hero-title {
  font-family: var(--home-5-title-font);
  font-size: 60px;
  font-weight: 500;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .echo-photography-area .section-inner .echo-hero-baner .content .echo-hero-title {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media (max-width: 1200px) {
  .echo-photography-area .section-inner .echo-hero-baner .content .echo-hero-title {
    font-size: 34px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .echo-photography-area .section-inner .echo-hero-baner .content .echo-hero-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .echo-photography-area .section-inner .echo-hero-baner .content .echo-hero-title {
    font-size: 46px;
  }
}
@media (max-width: 576px) {
  .echo-photography-area .section-inner .echo-hero-baner .content .echo-hero-title {
    font-size: 36px;
  }
}
@media (max-width: 450px) {
  .echo-photography-area .section-inner .echo-hero-baner .content .echo-hero-title {
    font-size: 24px;
  }
}
.echo-photography-area .section-inner .echo-hero-baner .content .echo-hero-title a {
  color: #FFF;
  background-position: 100% 85%;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
}
.echo-photography-area .section-inner .echo-hero-baner .content .echo-hero-title a:hover {
  background-position: 0 85%;
}
.echo-photography-area.area2 .section-inner .top .echo-hero-baner {
  width: 100%;
}
.echo-photography-area.area2 .section-inner .top .echo-hero-baner .content {
  width: 50%;
}
@media (max-width: 1200px) {
  .echo-photography-area.area2 .section-inner .bottom {
    flex-wrap: wrap;
  }
}
.echo-photography-area.area2 .section-inner .bottom .echo-hero-baner .content .echo-hero-title {
  font-size: 40px;
  line-height: 45px;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .echo-photography-area.area2 .section-inner .bottom .echo-hero-baner .content .echo-hero-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.echo-photography-area.area2 .section-inner .echo-hero-baner:hover a::after {
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  mix-blend-mode: multiply;
}
@media (max-width: 1200px) {
  .echo-photography-area.area3 .section-inner .bottom {
    flex-wrap: wrap;
  }
}
.echo-photography-area.area3 .section-inner .bottom .echo-hero-baner .content .echo-hero-title {
  font-size: 40px;
  line-height: 45px;
}
.echo-photography-area.area3 .section-inner .echo-hero-baner a::after {
  display: none;
}

/* Contact Form */
.echo-contact-area {
  padding-top: 100px;
  padding-bottom: 110px;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-contact-title {
  margin-bottom: 28px;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-contact-title h2 {
  margin: 0;
  font-size: 50px;
  line-height: 60px;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-contact-sub-title {
  margin-bottom: 20px;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-contact-sub-title p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form input {
  border: 1px solid #5E5E5E45;
  padding: 0 40px;
  height: 60px;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-input-flexing {
  display: flex;
  gap: 20px;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-input-flexing .echo-df-input {
  position: relative;
  margin-top: 20px;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-input-flexing .echo-df-input::before {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro" !important;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-input-flexing .echo-df-input.echo-contact-name::before {
  content: "\f007";
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-input-flexing .echo-df-input.echo-contact-email::before {
  content: "\f0e0";
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-input-flexing .echo-df-input.echo-contact-number::before {
  content: "\f095";
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-input-flexing .echo-df-input.echo-contact-url::before {
  content: "\f0ac";
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-texting-fild {
  margin-top: 20px;
  position: relative;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-texting-fild textarea {
  border: 1px solid #5E5E5E45;
  height: 140px;
  padding: 10px 0px 10px 40px;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-texting-fild::before {
  content: "\e212";
  position: absolute;
  font-family: "Font Awesome 6 Pro" !important;
  left: 12px;
  top: 8%;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-btn {
  margin-top: 30px;
  background: var(--color-primary);
  width: 180px;
  padding: 10px 20px;
  color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid transparent;
  font-family: "Bona Nova", serif;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-btn i {
  margin-left: 10px;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-btn:hover {
  border: 1px solid #45454530;
  background: transparent;
  color: #5E5E5E;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info {
  background-color: #f9f9f9;
  padding: 35px;
  margin-left: 20px;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-address {
  position: relative;
  margin-bottom: 25px;
  margin-left: 60px;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-address h6 {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-address span {
  font-size: 16px;
  line-height: 26px;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-address:nth-child(1)::before {
  content: "\f3c5";
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-address:nth-child(2)::before {
  content: "\e170";
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-address:nth-child(3) {
  margin-bottom: 0;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-address:nth-child(3)::before {
  content: "\f095";
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-address::before {
  font-family: "Font Awesome 6 Pro" !important;
  position: absolute;
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-primary);
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid transparent;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-map {
  margin-top: 35px;
}
.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-map .contact-map {
  min-height: 295px;
}
.echo-contact-area.home-nine {
  background: url(../images/home-1/hero/contact-bg.png) !important;
  background-color: #003811;
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  height: 900px;
  position: relative;
}
@media (max-width: 576px) {
  .echo-contact-area.home-nine {
    height: 600px;
  }
}
.echo-contact-area.home-nine .contact-inner .inner-wrapper {
  background: #FFF;
  position: absolute;
  width: max-content;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 100px;
}
@media (max-width: 991px) {
  .echo-contact-area.home-nine .contact-inner .inner-wrapper {
    padding: 80px;
  }
}
@media (max-width: 768px) {
  .echo-contact-area.home-nine .contact-inner .inner-wrapper {
    padding: 50px;
  }
}
.echo-contact-area.home-nine .contact-inner .inner-wrapper .content-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: var(--color-heading-1);
}
@media (max-width: 768px) {
  .echo-contact-area.home-nine .contact-inner .inner-wrapper .content-title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .echo-contact-area.home-nine .contact-inner .inner-wrapper .content-title {
    font-size: 28px;
    line-height: 40px;
  }
}
.echo-contact-area.home-nine .contact-inner .inner-wrapper .desc {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #555;
  padding-bottom: 40px;
  border-bottom: 1px solid #2B583982;
}
@media (max-width: 576px) {
  .echo-contact-area.home-nine .contact-inner .inner-wrapper .desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.echo-contact-area.home-nine .contact-inner .inner-wrapper .social-area {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
@media (max-width: 768px) {
  .echo-contact-area.home-nine .contact-inner .inner-wrapper .social-area {
    gap: 20px;
  }
}
.echo-contact-area.home-nine .contact-inner .inner-wrapper .social-area li {
  list-style: none;
  transition: all 0.3s;
}
.echo-contact-area.home-nine .contact-inner .inner-wrapper .social-area li a {
  font-size: 30px;
  color: #999;
  transition: all 0.3s;
}
@media (max-width: 576px) {
  .echo-contact-area.home-nine .contact-inner .inner-wrapper .social-area li a {
    font-size: 20px;
    line-height: 30px;
  }
}
.echo-contact-area.home-nine .contact-inner .inner-wrapper .social-area li a:hover {
  color: #FF9A82;
}

/* Footer area style */
.echo-footer-area {
  padding-top: 90px;
  background-color: #181823;
}
@media (max-width: 1200px) {
  .echo-footer-area {
    padding: 90px 20px 0 20px;
  }
}
@media (max-width: 576px) {
  .echo-footer-area {
    padding: 60px 15px 0 15px;
  }
}
.echo-footer-area .echo-row {
  display: flex;
  padding-bottom: 30px;
  flex-wrap: wrap;
}
.echo-footer-area .echo-row .echo-footer-content-1 {
  flex-basis: 35%;
}
.echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address span {
  display: block;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.8);
}
.echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address span i {
  margin-right: 15px;
}
.echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a {
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s ease;
  position: relative;
  color: #fff;
}
.echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a:nth-child(1) {
  margin-left: 0;
}
.echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a:hover {
  transform: scale(1);
  background-color: var(--color-primary);
  border: 1px solid transparent;
}
.echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a:hover i {
  color: rgba(255, 255, 255, 0.8);
}
.echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a i {
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.echo-footer-area .echo-row .echo-footer-content-2 {
  flex-basis: 25%;
}
.echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li {
  width: 38%;
  transition: all ease 0.3s;
}
.echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li:hover a {
  color: var(--color-primary);
}
.echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li a {
  color: rgba(255, 255, 255, 0.8);
  transition: all ease 0.3s;
}
.echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li:nth-child(1) {
  margin-top: 0;
}
.echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li:nth-child(2) {
  margin-top: 0;
}
.echo-footer-area .echo-row .echo-footer-content-3 {
  flex-basis: 15%;
}
.echo-footer-area .echo-row .echo-footer-content-3 .echo-footer-help ul {
  margin: 0;
  padding: 0;
}
.echo-footer-area .echo-row .echo-footer-content-3 .echo-footer-help ul li {
  margin-bottom: 22px;
  transition: all ease 0.3s;
}
.echo-footer-area .echo-row .echo-footer-content-3 .echo-footer-help ul li:hover a {
  color: var(--color-primary);
}
.echo-footer-area .echo-row .echo-footer-content-3 .echo-footer-help ul li a {
  color: rgba(255, 255, 255, 0.8);
  transition: all ease 0.3s;
}
.echo-footer-area .echo-row .echo-footer-content-3 .echo-footer-help ul li:nth-child(1) {
  margin-top: 0;
}
.echo-footer-area .echo-row .echo-footer-content-4 {
  flex-basis: 25%;
}
.echo-footer-area .echo-row .echo-footer-content-4 .echo-footer-news-text {
  margin-bottom: 18px;
}
.echo-footer-area .echo-row .echo-footer-content-4 .echo-footer-news-text p {
  color: rgba(255, 255, 255, 0.8);
}
.echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill {
  position: relative;
}
.echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill svg {
  position: absolute;
  top: 38%;
  left: 12px;
}
.echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill input {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: #24242E;
  padding: 10px 0 10px 40px;
}
.echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill input::placeholder {
  color: #fff;
  font-size: 15px;
}
.echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button {
  margin-top: 25px;
}
.echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button a {
  background-color: var(--color-primary);
  padding: 12px 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: "Bona Nova", serif;
  position: relative;
  border: 1px solid transparent;
}
.echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro" !important;
  margin-left: 10px;
}
.echo-footer-area .echo-footer-copyright-area {
  padding: 30px 0;
  border-top: 1px solid #FFFFFF45;
}
.echo-footer-area .echo-footer-copyright-area .copyright-area-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .echo-footer-area .echo-footer-copyright-area .copyright-area-inner {
    display: block;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .echo-footer-area .echo-footer-copyright-area .copyright-area-inner .copyright-content {
    margin: 20px 0;
  }
}
.echo-footer-area .echo-footer-copyright-area .copyright-area-inner .copyright-content .title {
  color: #FFFFFFb0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
}
.echo-footer-area .echo-footer-copyright-area .copyright-area-inner .select-area select {
  color: #999999;
}
@media (max-width: 576px) {
  .echo-footer-area .echo-footer-copyright-area .copyright-area-inner .select-area {
    width: 80px;
    margin: 0 auto;
  }
}
.echo-footer-area.footer-2 {
  background-color: #F9F9F9;
}
.echo-footer-area.footer-2 .echo-footer-copyright-area {
  padding: 30px 0;
  border-top: 1px solid rgba(94, 94, 94, 0.6);
}
.echo-footer-area.footer-2 .echo-get-in-tuch h4 {
  color: #181823;
}
.echo-footer-area.footer-2 .echo-row .echo-footer-content-1 .echo-footer-address span {
  color: #5E5E5E;
}
.echo-footer-area.footer-2 .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a {
  color: #5E5E5E;
  border: 1px solid;
}
.echo-footer-area.footer-2 .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a svg path {
  fill: #5E5E5E;
}
.echo-footer-area.footer-2 .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a:hover {
  background-color: #7817F2;
  border-color: transparent;
}
.echo-footer-area.footer-2 .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a:hover svg path {
  fill: #fff;
}
.echo-footer-area.footer-2 .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li a {
  color: #5E5E5E;
}
.echo-footer-area.footer-2 .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li a:hover {
  color: #7817F2;
}
.echo-footer-area.footer-2 .echo-row .echo-footer-content-3 .echo-footer-help ul li a {
  color: #5E5E5E;
}
.echo-footer-area.footer-2 .echo-row .echo-footer-content-3 .echo-footer-help ul li a:hover {
  color: #7817F2;
}
.echo-footer-area.footer-2 .echo-row .echo-footer-content-4 .echo-footer-news-text p {
  color: #5E5E5E;
}
.echo-footer-area.footer-2 .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill input {
  border: 1px solid #5E5E5E;
  background-color: transparent;
}
.echo-footer-area.footer-2 .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button a {
  background-color: #7817F2;
}
.echo-footer-area.footer-2 .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button a:hover {
  background-color: #fff;
}
.echo-footer-area.footer-2 .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill svg path {
  fill: #5E5E5E;
}
.echo-footer-area.footer-2 .echo-footer-copyright-area .copyright-area-inner .copyright-content .title {
  color: #181823;
}
.echo-footer-area.footer-2 .echo-footer-copyright-area .copyright-area-inner .select-area select {
  color: #181823;
}

html[data-theme=dark] body.home-two .echo-footer-area.footer-2 .echo-get-in-tuch h4 {
  color: var(--dark-color-heading-1);
}

@media (max-width: 1200px) {
  .echo-footer-area .echo-row .echo-footer-content-1 {
    flex-basis: 45%;
    margin-bottom: 50px;
  }
  .echo-footer-area .echo-row .echo-footer-content-2 {
    flex-basis: 30%;
    margin-bottom: 50px;
  }
  .echo-footer-area .echo-row .echo-footer-content-3 {
    flex-basis: 25%;
    margin-bottom: 50px;
  }
  .echo-footer-area .echo-row .echo-footer-content-4 {
    flex-basis: 40%;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .echo-footer-area .echo-row .echo-footer-content-1 {
    flex-basis: 50%;
  }
  .echo-footer-area .echo-row .echo-footer-content-2 {
    flex-basis: 50%;
  }
  .echo-footer-area .echo-row .echo-footer-content-3 {
    flex-basis: 50%;
  }
  .echo-footer-area .echo-row .echo-footer-content-4 {
    flex-basis: 50%;
  }
}
@media (max-width: 768px) {
  .echo-footer-area .echo-row .echo-footer-content-1 {
    flex-basis: 100%;
  }
  .echo-footer-area .echo-row .echo-footer-content-2 {
    flex-basis: 50%;
  }
  .echo-footer-area .echo-row .echo-footer-content-3 {
    flex-basis: 50%;
  }
  .echo-footer-area .echo-row .echo-footer-content-4 {
    flex-basis: 65%;
  }
}
@media (max-width: 576px) {
  .echo-footer-area .echo-row .echo-footer-content-1 {
    flex-basis: 100%;
  }
  .echo-footer-area .echo-row .echo-footer-content-2 {
    flex-basis: 100%;
  }
  .echo-footer-area .echo-row .echo-footer-content-3 {
    flex-basis: 100%;
  }
  .echo-footer-area .echo-row .echo-footer-content-4 {
    flex-basis: 100%;
  }
}
.home-three .echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button a {
  background: #7817F2;
}
.home-three .echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a:hover {
  background: #7817F2;
}
.home-three .echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li:hover a {
  color: #7817F2;
}
.home-three .echo-footer-area .echo-row .echo-footer-content-3 .echo-footer-help ul li:hover a {
  color: #7817F2;
}

.echo-footer-area4 {
  background: url(../images/footer/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.echo-footer-area4 .footer-top {
  padding: 60px 0;
  border-bottom: 1px solid #FFFFFF4f;
}
.echo-footer-area4 .footer-top .footer-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.echo-footer-area4 .footer-top .footer-top-inner .footer-top-left {
  width: 50%;
}
.echo-footer-area4 .footer-top .footer-top-inner .footer-top-left .content {
  color: #FFF;
  margin-bottom: 0;
}
.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right {
  width: 50%;
}
.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form {
  position: relative;
  width: 470px;
  height: 70px;
  margin-left: auto;
}
.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form input {
  height: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 70px;
}
.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form .echo-subscribe-input-fill {
  position: relative;
  height: 100%;
}
.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form .echo-subscribe-input-fill svg {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form .echo-subscribe-input-fill input {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: none;
  padding: 10px 0 10px 40px;
}
.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form .echo-subscribe-input-fill input::placeholder {
  color: #fff;
  font-size: 15px;
}
.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form .echo-footer-area-subscribe-button {
  position: absolute !important;
  width: 120px;
  top: 50%;
  border-radius: 40px;
  transform: translateY(-50%);
  right: 10px;
  background-color: #FF4962;
  padding: 12px 18px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
  border: 1px solid transparent;
}
.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form .desc {
  margin-top: 10px;
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  opacity: 0.8;
}
.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form .desc a {
  text-decoration: underline;
}
.echo-footer-area4 .footer-main {
  padding: 40px 0 30px 0;
}
.echo-footer-area4 .footer-main .footer-main-inner .logo-area {
  text-align: center;
}
.echo-footer-area4 .footer-main .footer-main-inner .social-area {
  padding: 0;
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.echo-footer-area4 .footer-main .footer-main-inner .social-area .social-icon {
  list-style: none;
  margin: 0 13px;
}
.echo-footer-area4 .footer-main .footer-main-inner .social-area .social-icon a {
  display: block;
  width: 73px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  font-size: 30px;
  color: #FFFFFFb0;
  border: 1px solid #FFFFFF4f;
  border-radius: 20px;
  transition: all 0.4s;
  background: none;
}
.echo-footer-area4 .footer-main .footer-main-inner .social-area .social-icon a:hover {
  background: #FF4962;
  border: 1px solid #FF4962;
}
.echo-footer-area4 .footer-main .footer-main-inner .footer-menu-area {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.echo-footer-area4 .footer-main .footer-main-inner .footer-menu-area .menu-item {
  list-style: none;
  padding: 0 23px;
  position: relative;
}
.echo-footer-area4 .footer-main .footer-main-inner .footer-menu-area .menu-item::before {
  position: absolute;
  font-size: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffffd1;
}
.echo-footer-area4 .footer-main .footer-main-inner .footer-menu-area .menu-item:last-child::before {
  display: none;
}
.echo-footer-area4 .footer-main .footer-main-inner .footer-menu-area .menu-item a {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFFb0;
  transition: all 0.4s;
}
.echo-footer-area4 .footer-main .footer-main-inner .footer-menu-area .menu-item a:hover {
  color: #FF4962;
}
.echo-footer-area4 .footer-copyright-area {
  padding: 30px 0;
  border-top: 1px solid #FFFFFF4f;
}
.echo-footer-area4 .footer-copyright-area .copyright-area-inner {
  text-align: center;
}
.echo-footer-area4 .footer-copyright-area .copyright-area-inner .title {
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFFb0;
  margin-bottom: 0;
}

#anywhere-home.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}

#anywhere-home {
  cursor: url(../images/close.png), auto;
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

.scroll-top-btn {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 150;
  background: var(--color-primary);
  color: #ffffff;
  border-radius: 6px;
  display: none;
  border: none;
}
.scroll-top-btn i {
  font-size: 22px;
}

.home-two .scroll-top-btn,
.home-three .scroll-top-btn {
  background: #7817F2;
}

.home-four .scroll-top-btn {
  background: #FE4358;
}

.home-seven .scroll-top-btn {
  background: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%);
}

.home-five .echo-footer-area4 {
  background: url(../images/footer/footer-bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-five .scroll-top-btn {
  background: #D5225B;
}

.home-six .echo-footer-area {
  padding: 0;
}
.home-six .echo-footer-area .footer-top-area {
  background: #20202C;
  padding: 20px 0;
  border-bottom: 1px solid #FFFFFF;
}
.home-six .echo-footer-area .footer-top-area .footer-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 450px) {
  .home-six .echo-footer-area .footer-top-area .footer-top-inner .social-wrapper-one {
    display: none;
  }
}
.home-six .echo-footer-area .footer-top-area .footer-top-inner .social-wrapper-one ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
.home-six .echo-footer-area .footer-top-area .footer-top-inner .social-wrapper-one ul li {
  list-style: none;
}
.home-six .echo-footer-area .footer-top-area .footer-top-inner .social-wrapper-one ul li a {
  color: #FFFFFF;
  transition: all 0.3s;
}
.home-six .echo-footer-area .footer-top-area .footer-top-inner .social-wrapper-one ul li a:hover {
  color: #FFCC48;
}
.home-six .echo-footer-area .echo-row {
  padding-top: 90px;
}
.home-six .echo-footer-area .echo-row .echo-footer-content-1,
.home-six .echo-footer-area .echo-row .echo-footer-content-3 {
  flex-basis: 25%;
}
@media (max-width: 991px) {
  .home-six .echo-footer-area .echo-row .echo-footer-content-1,
.home-six .echo-footer-area .echo-row .echo-footer-content-3 {
    flex-basis: 50%;
  }
}
@media (max-width: 768px) {
  .home-six .echo-footer-area .echo-row .echo-footer-content-1,
.home-six .echo-footer-area .echo-row .echo-footer-content-3 {
    flex-basis: 100%;
  }
}
@media (max-width: 1200px) {
  .home-six .echo-footer-area .echo-row .echo-footer-content-1 {
    flex-basis: 45%;
  }
}
@media (max-width: 768px) {
  .home-six .echo-footer-area .echo-row .echo-footer-content-1 {
    flex-basis: 100%;
  }
}
.home-six .echo-footer-area .echo-row .echo-get-in-tuch h4 {
  font-family: "DM Sans", sans-serif;
}
.home-six .echo-footer-area .echo-row .echo-get-in-tuch h4::after {
  display: none;
}
.home-six .echo-footer-area .echo-row .echo-footer-most-popular ul li {
  width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
}
.home-six .echo-footer-area .echo-row .echo-footer-most-popular ul li a {
  display: block;
}
.home-six .echo-footer-area .echo-row .echo-footer-most-popular ul li:hover a {
  color: #FFCC48;
}
.home-six .echo-footer-area .echo-row .echo-footer-help ul li {
  margin-bottom: 25px;
}
.home-six .echo-footer-area .echo-row .echo-footer-help ul li:hover a {
  color: #FFCC48;
}
.home-six .echo-footer-area .echo-row .echo-footer-help ul li a {
  display: block;
}
.home-six .echo-footer-area .echo-row .echo-footer-address .echo-footer-social-media a:hover {
  background: #FFCC48;
}
.home-six .scroll-top-btn {
  background: #FFCC48;
}

.home-nine .echo-footer-area {
  background: #003811;
}
.home-nine .echo-footer-area .echo-row .echo-footer-most-popular ul li {
  width: 100%;
}
.home-nine .echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li:hover a,
.home-nine .echo-footer-area .echo-row .echo-footer-content-3 .echo-footer-help ul li:hover a {
  color: #F5D253;
}
.home-nine .echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a:hover,
.home-nine .echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button a {
  background: #F5D253;
}
.home-nine .scroll-top-btn {
  background: #F5D253;
}

.home-five .echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form .echo-footer-area-subscribe-button {
  background: #D5225B;
}

.home-eight .echo-footer-area {
  background: #47164F;
}
.home-eight .echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li:hover a,
.home-eight .echo-footer-area .echo-row .echo-footer-content-3 .echo-footer-help ul li:hover a {
  color: #FE5301;
}
.home-eight .echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a:hover,
.home-eight .echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button a {
  background: #FE5301;
}
.home-eight .scroll-top-btn {
  background: #FE5301;
}

.home-ten .echo-footer-area4 {
  background: #060F18;
}
.home-ten .echo-footer-area4 .footer-top {
  background: #101922;
  border: none;
  padding: 100px 0;
}
.home-ten .echo-footer-area4 .footer-top .footer-top-inner {
  display: block;
  text-align: center;
}
.home-ten .echo-footer-area4 .footer-top .footer-top-inner .footer-top-left,
.home-ten .echo-footer-area4 .footer-top .footer-top-inner .footer-top-right {
  width: auto;
}
.home-ten .echo-footer-area4 .footer-top .footer-top-inner .footer-top-left .content {
  font-family: var(--home-5-title-font);
  font-size: 60px;
  font-weight: 500;
  line-height: 65px;
  text-transform: capitalize;
  max-width: 60%;
  margin: 0 auto 50px auto;
}
@media (max-width: 768px) {
  .home-ten .echo-footer-area4 .footer-top .footer-top-inner .footer-top-left .content {
    max-width: 90%;
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 450px) {
  .home-ten .echo-footer-area4 .footer-top .footer-top-inner .footer-top-left .content {
    font-size: 30px;
    line-height: 40px;
  }
}
.home-ten .echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form {
  margin: auto;
}
.home-ten .echo-footer-area4 .footer-main .footer-main-inner .social-area {
  margin-bottom: 0;
}
.home-ten .echo-footer-area4 .footer-main .footer-main-inner .social-area .social-icon a:hover {
  background: #FE4358;
}
.home-ten .echo-footer-area4 .footer-copyright-area {
  border: none;
}
.home-ten .scroll-top-btn {
  background: #FE4358;
}

.home-seven .echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a:hover {
  background: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%);
  border: none;
}
.home-seven .echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button a {
  background: linear-gradient(126deg, #9F68F5 14.85%, #BEE44F 86.39%);
  border: none;
}
.home-seven .echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button a:hover {
  background: none;
}
.home-seven .echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li:hover a,
.home-seven .echo-footer-area .echo-row .echo-footer-content-3 .echo-footer-help ul li:hover a {
  color: #924FFF;
}

/* Responsive area style */
/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box {
    width: 100%;
    position: unset;
    transform: none;
    height: auto;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img {
    height: auto;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button {
    top: 22%;
  }

  .echo-about-area {
    padding: 50px 10px;
  }

  .echo-about-area .container .echo-about-area-inner .hero-image .image-2 {
    position: unset;
  }

  .echo-about-area .container .echo-about-area-inner .hero-image {
    gap: 20px;
  }
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .echo-post-style-3-hero-banner {
    margin-bottom: 25px;
  }

  .echo-hero-section.inner-post-3 .echo-hero-discription {
    padding-top: 15px;
  }

  .post-style-3-lad-img {
    width: 100%;
  }

  .echo-hero-section.inner-post .echo-financial-area .content .content-wrapper .wrapper-item {
    font-size: 16px;
    line-height: 26px;
  }

  .echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(6) a {
    gap: 7px;
  }

  .echo-de-category-show-more-btn {
    margin-top: 40px;
  }

  .echo-hero-section.inner-post .echo-financial-area .content .details-tag h6 {
    margin-right: 2px;
  }

  .echo-hero-section.inner-post .echo-author-area {
    padding: 20px 20px 20px 0;
    gap: 25px;
  }

  .echo-about-area {
    padding: 50px 10px;
  }

  .echo-about-area .container .echo-about-area-inner .hero-image .image-2 {
    position: unset;
  }

  .echo-about-area .container .echo-about-area-inner .hero-image {
    gap: 20px;
  }

  .echo-about-area .container .echo-about-area-inner .content-area .desc {
    margin-bottom: 15px;
  }

  .echo-about-area .container .echo-about-area-inner .content-area .bottom-author-area {
    margin-bottom: 15px;
  }

  .echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3 .echo-hero-baner .echo-inner-img-ct-1 a &gt; img {
    width: 100%;
  }

  .echo-hero-section.inner-3 .echo-hero-baner .echo-inner-img-ct-1 a &gt; img {
    width: 100%;
  }

  .echo-hero-section.inner .echo-hero-baner {
    margin-bottom: 15px;
  }

  .echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category {
    padding-top: 15px;
  }

  .echo-hero-section.inner-2 .echo-hero-baner .echo-banner-texting h3 {
    font-size: 30px;
    line-height: 40px;
    padding-top: 0px;
    margin-bottom: 10px;
  }

  .echo-hero-section.inner-2 .echo-hero-baner .echo-inner-img-ct-1 {
    flex-basis: 41%;
  }

  .echo-hero-section.inner-2 .echo-hero-baner .echo-banner-texting {
    flex-basis: 55%;
  }

  .echo-hero-section.inner .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share {
    gap: 10px;
    flex-wrap: wrap;
  }

  .echo-hero-section.inner .echo-hero-baner p {
    margin-top: -15px;
  }

  .echo-hero-section.inner .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share {
    margin-bottom: 10px;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box {
    width: 100%;
    position: unset;
    transform: none;
    height: auto;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img {
    height: auto;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button {
    top: 22%;
  }

  .echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6 {
    font-size: 16px;
    line-height: 26px;
  }

  .echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(6) {
    padding-left: 7px;
  }

  .echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li {
    font-size: 14px;
  }

  .echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box button {
    margin-left: -30px;
  }

  .echo-hero-section.inner .echo-hero-baner h2 {
    margin-top: 20px;
    line-height: 50px;
    font-size: 40px;
    margin-bottom: 10px;
  }

  .echo-social-media-area-hm2 {
    padding: 30px 0;
  }

  .echo-archive-area {
    padding: 30px 0;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-3-align-icons {
    margin: 10px 0;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-archive-right-heading h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content {
    display: flex;
    gap: 10px;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text,
.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-img {
    flex-basis: auto;
  }

  .echo-fd-post-area {
    padding: 30px 0;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-fd-post-right-heading h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-3-align-icons {
    flex-wrap: wrap;
    gap: 10px;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .echo-cl-blocks-area {
    padding: 30px 0;
  }

  .echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content .echo-cl-blocks-text .echo-cl-blocks-area-shep {
    margin-top: 10px;
  }

  .echo-popular-area {
    padding: 30px 0;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li {
    margin: 0 10px;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li::after {
    right: -10px;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-frist-row .echo-popular-left-jt-heading h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li a {
    gap: 5px;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(2),
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(4) {
    padding-left: 10px;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li {
    padding-top: 10px;
    font-size: 13px;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-home-2-title h4 {
    font-size: 25px;
    line-height: 35px;
  }

  .echo-home-2-feature-area {
    padding: 30px 0;
  }

  .echo-home-2-feature-area .echo-home-2-feature-area-content {
    padding: 30px 0;
  }

  .echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title h4 {
    font-size: 28px;
    line-height: 38px;
  }

  .echo-home-2-featurea-area-last-child-responsive .echo-banner {
    padding: 30px 0;
  }

  .echo-banner .echo-banner-mani-content .echo-banner-text .echo-banner-heading h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .echo-banner .echo-banner-mani-content .echo-banner-text {
    background-color: rgba(249, 249, 249, 0.7);
    padding: 20px;
    width: 641px;
  }

  .echo-banner .echo-banner-mani-content .echo-banner-text .echo-3-align-icons a {
    font-size: 14px;
    color: #5E5E5E;
  }

  .echo-banner .echo-banner-mani-content .echo-banner-text .echo-banner-heading {
    margin-top: 0;
  }

  .echo-banner .echo-banner-right-itme .echo-banner-right-heading h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .echo-popular-news-area {
    padding: 30px 0;
  }

  .echo-popular-news-area .echo-popular-area-item-title h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .echo-popular-news-area .echo-popular-area-item-title {
    margin: 10px 0;
  }

  .echo-feature-area {
    padding: 30px 0;
  }

  .echo-feature-area .echo-feature-area-site-title h4::after {
    width: 50%;
    left: 40%;
  }

  .echo-feature-area .echo-feature-area-site-title .echo-feature-area-post-hins h5 {
    font-size: 19px;
  }

  .echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-number h3 {
    font-size: 52px;
    line-height: 62px;
  }

  .echo-feature-area .echo-feature-area-option .echo-feature-area-option-content {
    padding: 13px;
    gap: 10px;
  }

  .echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-content-text h5 {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .echo-trending-area {
    padding: 30px 0;
  }

  .echo-video-area {
    padding: 30px 0;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text {
    flex-basis: 81%;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text &gt; hr {
    margin-bottom: 5px !important;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text &gt; a {
    font-size: 15px !important;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-play-button {
    transform: translate(-50%, -50%) scale(0.5);
  }

  .echo-de-category-area {
    padding: 30px 0;
  }

  .echo-de-category-area .echo-de-category-title-btn h4::after {
    width: 160%;
  }

  .echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-content-title h6 {
    font-size: 16px;
    line-height: 29px;
  }

  .echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-img &gt; a &gt; img {
    width: 100%;
  }

  .echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content {
    display: block;
  }

  .echo-footer-area4 {
    padding: 0 10px;
  }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .echo-hero-section.inner {
    padding: 65px 20px;
  }

  .echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture a img {
    width: unset;
    height: unset;
  }

  .echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture {
    color: var(--colorPrimary);
  }

  .echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture {
    flex-basis: auto;
  }

  .echo-post-style-3-hero-banner {
    width: 100%;
    margin-bottom: 25px;
  }

  .echo-hero-section.inner-post-2 .echo-financial-area .content .image.bottom &gt; img {
    width: 100%;
  }

  .echo-hero-section.inner-post .echo-author-area .image-area {
    flex-basis: 23%;
  }

  .echo-post-style-3-2end {
    width: 100%;
  }

  .post-style-1-frist-hero-img {
    width: 100%;
  }

  .echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form input {
    width: 100%;
  }

  .echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form .echo-ps-2-subscribe-btn {
    right: 0;
  }

  .echo-about-area .container .echo-about-area-inner .hero-image .image-2 {
    position: unset;
  }

  .echo-about-area .container .echo-about-area-inner .hero-image {
    gap: 30px;
    margin-top: 15px;
  }

  .echo-about-area .container .echo-about-area-inner .content-area .title {
    margin-bottom: 15px;
  }

  .echo-about-area .container .echo-about-area-inner .content-area .sub-title {
    font-size: 18px;
    line-height: 28px;
  }

  .echo-about-area .container .echo-about-area-inner .content-area .desc {
    margin-bottom: 15px;
  }

  .echo-about-area {
    padding: 50px 10px;
  }

  .echo-about-area .container .echo-about-area-inner .hero-image .image {
    width: 50%;
  }

  .echo-ct-style-3-shep {
    bottom: -40px;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box {
    width: 100%;
    position: unset;
    transform: none;
    height: auto;
  }

  .echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-input-flexing .echo-df-input {
    flex-basis: 50%;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box {
    width: 100%;
    position: unset;
    transform: none;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img {
    height: auto;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button {
    top: 22%;
  }

  .echo-breadcrumb-area-2 .echo-author-content {
    display: block;
  }

  .echo-author-picture {
    text-align: center;
  }

  .echo-author-info {
    text-align: center;
    margin-top: 20px;
  }

  .echo-right-ct-1 {
    margin-top: 40px;
  }

  .echo-hero-section.inner .echo-hero-baner h2 {
    margin-top: 20px;
    line-height: 50px;
    font-size: 40px;
    margin-bottom: 10px;
  }

  .echo-hero-section.inner .echo-hero-baner .echo-ct-style-3-shep &gt; p {
    padding: 0 40px;
  }

  .echo-ct-style-1-banner-images {
    width: 100%;
  }

  .echo-social-media-area-hm2 {
    padding: 30px 0;
  }

  .echo-social-media-area-hm2 .echo-home-2-title .echo-home-2-main-title h4::before {
    display: none;
  }

  .echo-social-media-area-hm2 .echo-home-2-title .echo-home-2-main-title h4::after {
    display: none;
  }

  .echo-archive-area {
    padding: 30px 0;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-img &gt; img {
    width: 100%;
  }

  .echo-archive-main-content.area-2 {
    margin-bottom: 30px;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content {
    flex-direction: row-reverse;
    justify-content: left;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site {
    max-width: max-content;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text {
    flex-basis: auto;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-img {
    flex-basis: auto;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-home-2-title .echo-home-2-main-title h4::after {
    width: 75%;
  }

  .echo-fd-post-area {
    padding: 30px 0;
  }

  .echo-fd-post-area .echo-fd-post-content {
    padding: 40px 0;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-left .echo-fd-post-left-img &gt; a &gt; img {
    width: 100%;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-fd-post-right-heading h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title h3 {
    font-size: 28px;
    line-height: 38px;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title {
    margin-top: 10px;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-3-align-icons {
    margin-top: 25px;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-content img {
    width: auto;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-content {
    flex-basis: auto;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-home-2-title .echo-home-2-main-title h4::before,
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-home-2-title .echo-home-2-main-title h4::after {
    display: none;
  }

  .echo-fd-post-left {
    margin-bottom: 30px;
  }

  .echo-cl-blocks-area {
    padding: 30px 0;
  }

  .echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content .echo-cl-blocks-img &gt; a &gt; img {
    width: 100%;
  }

  .echo-popular-area {
    padding: 30px 0;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row .echo-popular-left-bt-contetn .echo-popular-left-bt-img .echo-popular-left-home-2-img-main &gt; a &gt; img {
    width: 100%;
  }

  .echo-popular-left-main-item .echo-popular-left-img &gt; a &gt; img {
    width: 100%;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-frist-row .echo-popular-left-jt-heading h3 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row .echo-popular-left-bt-title h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row .echo-popular-left-bt-title p {
    margin: 10px 0;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button {
    max-width: max-content;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li {
    text-align: center;
  }

  .echo-feature-area-home-2-responsive {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news {
    border-bottom: none;
    width: 45%;
    margin: auto;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-img,
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text {
    flex-basis: auto;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news:last-child {
    padding-bottom: 25px;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news:first-child {
    padding: 25px 0;
  }

  .echo-home-2-feature-area {
    padding: 30px 0;
  }

  .echo-home-2-feature-area .echo-home-2-feature-area-content {
    padding: 35px 0;
  }

  .echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title h4::before,
.echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title h4::after {
    display: none;
  }

  .echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title h4 {
    font-size: 30px;
  }

  .echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title h4 {
    font-size: 28px;
    line-height: 38px;
  }

  .echo-home-2-featurea-area-last-child-responsive {
    margin-top: 30px;
  }

  .echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title p {
    font-size: 15px;
    line-height: 25px;
  }

  .echo-banner {
    padding: 30px 0;
  }

  .echo-banner .echo-banner-mani-content .echo-banner-img &gt; img {
    width: 100%;
  }

  .echo-home-2-banner-right-flexing {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
  }

  .echo-banner .echo-banner-right-itme {
    flex-basis: 50%;
  }

  .echo-banner .echo-banner-right-itme:last-child {
    margin-top: 0px;
  }

  .echo-banner .echo-banner-right-itme .echo-banner-right-heading h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .echo-software-download-area {
    padding: 30px 10px;
  }

  .echo-popular-news-area {
    padding: 30px 0;
  }

  .echo-popular-news-area .echo-popular-area-item-title h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .echo-popular-news-area .echo-popular-area-item-title {
    margin: 10px 0;
  }

  .echo-popular-news-area .echo-popular-area-title h4::before,
.echo-popular-news-area .echo-popular-area-title h4::after {
    display: none;
  }

  .echo-popular-area-single-item {
    margin-bottom: 20px;
  }
  .echo-popular-area-single-item.echo-popular-news-responsive-home-1 {
    margin-bottom: 0;
  }

  .echo-feature-area {
    padding: 30px 0;
  }

  .echo-feature-area .echo-feature-area-site-title .echo-feature-area-post-hins h5 {
    margin-top: 10px;
    font-size: 22px;
    margin-bottom: 10px;
  }

  .echo-feature-area .echo-feature-area-site-title h4::after {
    display: none;
  }

  .echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-img &gt; a &gt; img {
    width: 100%;
  }

  .echo-feature-area .echo-feature-area-right-site-follower ul li {
    text-align: center;
  }

  .echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-img a img {
    width: auto;
  }

  .echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text {
    flex-basis: 88%;
  }

  .echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-img {
    flex-basis: 12%;
  }

  .echo-feature-area .echo-feature-area-right-site-follower &gt; h5 {
    font-size: 25px;
  }

  .echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-title &gt; h5 {
    font-size: 25px;
  }

  .echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-rigth-site-newsletter-title &gt; h5 {
    font-size: 25px;
  }

  .echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news {
    display: block;
    text-align: center;
  }

  .echo-feature-area-right-site-flexing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }

  .echo-feature-area .echo-feature-area-right-site-full-content hr {
    margin-top: 80px;
  }

  .echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-time-current {
    margin-left: 20px;
  }

  .echo-feature-area .echo-feature-area-right-site-full-content {
    padding-top: 40px;
    margin-top: 0;
    padding-bottom: 80px;
    width: 47%;
  }

  .echo-feature-area .echo-feature-area-right-site-newsletter {
    padding-top: 40px;
    margin-top: 0;
    width: 47%;
  }

  .echo-home-1-hero-area-top-story {
    margin-top: 20px;
  }

  .echo-de-category-area {
    padding: 30px 0;
  }

  .echo-de-category-area .echo-de-category-title-btn h4::after {
    display: none;
  }

  .echo-de-category-area .echo-de-category-content:last-child {
    margin-top: 30px;
  }

  .echo-de-category-area .echo-de-category-title-btn {
    padding-bottom: 0;
  }

  .echo-trending-area h6::after {
    display: none;
  }

  .echo-trending-area {
    padding: 30px 0;
  }

  .echo-trending-right-site-post-img img {
    width: 100%;
  }

  .echo-video-area {
    padding: 30px 0;
  }

  .echo-video-area .echo-full-video-content .echo-video-left-site &gt; a &gt; img {
    width: 100%;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text h5 {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 8px;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text hr {
    display: none;
  }

  .echo-video-area .echo-full-video-content .echo-video-area-home-1-right-content-responsive {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content {
    width: 45%;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video {
    flex-basis: auto;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text {
    flex-basis: auto;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content {
    gap: 5px;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-play-button {
    transform: translate(-50%, -50%) scale(0.5);
  }

  .echo-footer-area4 {
    padding: 0 10px;
  }
}
/* small mobile :320px. */
@media (max-width: 767px) {
  .echo-hero-section.inner {
    padding: 65px 20px;
  }

  .echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture a img {
    width: unset;
    height: unset;
  }

  .echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture {
    color: var(--colorPrimary);
  }

  .echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture {
    flex-basis: auto;
  }

  .echo-breadcrumb-area .breadcrumb-inner .title {
    line-height: 50px;
  }

  .echo-de-category-show-more-btn {
    margin-top: 35px;
  }

  .post-style-3-lad-img {
    width: 100%;
  }

  .post-style-3-lad-img:last-child {
    margin-top: 20px;
  }

  .echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-ps-2-subscribe-title h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form input {
    width: 100%;
  }

  .echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form .echo-ps-2-subscribe-btn {
    right: 0;
  }

  .echo-post-style-3-2end {
    width: 100%;
  }

  .echo-post-style-3-2end:last-child {
    margin-top: 15px;
  }

  .post-style-1-new-img {
    width: 100%;
  }

  .post-style-1-frist-hero-img {
    width: 100%;
  }

  .post-style-1-new-img:last-child {
    margin-top: 20px;
  }

  .echo-hero-section.inner-post .echo-financial-area .content .content-wrapper .wrapper-item {
    width: 100%;
  }

  .echo-hero-section.inner-post .echo-author-area {
    padding: 30px 20px 30px 0;
    gap: 25px;
  }

  .echo-hero-section.inner-post .echo-financial-area .content .details-share {
    justify-content: start;
    margin-top: 15px;
  }

  .echo-hero-section.inner-post .echo-author-area {
    display: block;
    text-align: center;
  }

  .echo-hero-section.inner-post .echo-author-area .content {
    margin-top: 15px;
  }

  .echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper {
    display: block;
  }

  .echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .content {
    margin-top: 15px;
  }

  .echo-about-area .container .echo-about-area-inner .hero-image .image-2 {
    position: unset;
  }

  .echo-about-area .container .echo-about-area-inner .hero-image {
    gap: 30px;
    margin-top: 15px;
  }

  .echo-about-area .container .echo-about-area-inner .content-area .title {
    margin-bottom: 15px;
  }

  .echo-about-area .container .echo-about-area-inner .content-area .sub-title {
    font-size: 18px;
    line-height: 28px;
  }

  .echo-about-area .container .echo-about-area-inner .content-area .desc {
    margin-bottom: 15px;
  }

  .echo-about-area {
    padding: 50px 10px;
  }

  .echo-about-area .container .echo-about-area-inner .content-area .title {
    font-size: 40px;
    line-height: 50px;
  }

  .echo-about-area .container .echo-about-area-inner .hero-image .image {
    width: 50%;
  }

  .echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3 {
    display: block;
  }

  .echo-ct-style-3-shep {
    bottom: -32px;
  }

  .echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content {
    gap: 20px;
  }

  .echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-img {
    flex-basis: 15%;
  }

  .echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title {
    flex-basis: 85%;
  }

  .echo-hero-section.inner .echo-hero-baner {
    margin-bottom: 15px;
  }

  .echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category {
    padding-top: 15px;
  }

  .echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-hm2-video-heading h1 {
    font-size: 22px;
    line-height: 32px;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-3-align-icons {
    display: none;
  }

  .echo-hero-section.inner-2 .echo-hero-baner .echo-inner-img-ct-1 a &gt; img {
    width: 100%;
  }

  .echo-hero-section.inner-2 .echo-hero-baner {
    display: block;
    padding-bottom: 25px;
  }

  .echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-contact-title h2 {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-input-flexing .echo-df-input {
    flex-basis: 50%;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box {
    width: 100%;
    position: unset;
    transform: none;
    height: auto;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img {
    height: auto;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button {
    display: none;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-hm2-video-heading h1 {
    font-size: 22px;
    line-height: 32px;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-3-align-icons a {
    flex-basis: 33.3%;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons {
    top: 115px;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-hm2-video-discription {
    width: auto;
    height: auto;
    margin: auto;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box {
    height: auto;
    padding: 0 20px;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-home-2-title .echo-home-2-main-title h4::after {
    display: none;
  }

  .echo-right-ct-1 {
    margin-top: 40px;
  }

  .echo-hero-section.inner .echo-hero-baner h2 {
    margin-top: 20px;
    line-height: 50px;
    font-size: 40px;
    margin-bottom: 10px;
  }

  .echo-hero-section.inner .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share {
    gap: 10px;
  }

  .echo-social-media-area-hm2 {
    padding: 30px 0 0 0;
  }

  .echo-social-media-area-hm2 .echo-home-2-title .echo-home-2-main-title h4::before {
    display: none;
  }

  .echo-social-media-area-hm2 .echo-home-2-title .echo-home-2-main-title h4::after {
    display: none;
  }

  .echo-social-media-area-hm2 .echo-social-media-area-content .echo-social-media-main-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .echo-social-media-area-hm2 .echo-social-media-area-content .echo-social-media-main-content .echo-hm2-social-item {
    width: 100%;
  }

  .echo-archive-area {
    padding: 0px 0;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-img &gt; img {
    width: 100%;
  }

  .echo-archive-main-content.area-2 {
    margin-bottom: 30px;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content {
    flex-direction: row-reverse;
    justify-content: left;
    align-items: center;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site {
    max-width: max-content;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text {
    flex-basis: auto;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-img {
    flex-basis: auto;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-archive-main-content.area-2 .echo-banner-mani-content .echo-banner-text .echo-banner-heading h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text {
    padding: 15px;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-3-align-icons {
    margin: 10px 0;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-archive-right-heading h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .echo-fd-post-area {
    padding: 30px 0;
  }

  .echo-fd-post-area .echo-fd-post-content {
    padding: 40px 0;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-home-2-title .echo-home-2-main-title h4::before,
.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-home-2-title .echo-home-2-main-title h4::after {
    display: none;
  }

  .echo-fd-post-left {
    margin-bottom: 30px;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-fd-post-right-heading h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-3-align-icons {
    gap: 13px;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-left .echo-fd-post-left-img &gt; a &gt; img {
    width: 100%;
  }

  .echo-cl-blocks-area {
    padding: 30px 0;
  }

  .echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content .echo-cl-blocks-img &gt; a &gt; img {
    width: 100%;
  }

  .echo-popular-area {
    padding: 30px 0;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row .echo-popular-left-bt-contetn .echo-popular-left-bt-img .echo-popular-left-home-2-img-main &gt; a &gt; img {
    width: 100%;
  }

  .echo-popular-left-main-item .echo-popular-left-img &gt; a &gt; img {
    width: 100%;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .echo-popular-left-bt-contetn.three {
    margin: 30px 0;
  }

  .echo-popular-left-jt-text.two {
    margin-top: 30px;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button {
    max-width: max-content;
    justify-content: center;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li::after {
    display: none;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li button.active::before {
    display: none;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li {
    text-align: center;
  }

  .echo-feature-area-home-2-responsive {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news {
    border-bottom: none;
    width: 45%;
    margin: 0 auto;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text h5 {
    font-size: 14px;
    line-height: 24px;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-img,
.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text {
    flex-basis: auto;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news:last-child {
    padding-bottom: 0px;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news:first-child {
    padding: 0 0;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-home-2-title {
    margin-bottom: 25px;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li {
    margin: 5px 10px;
  }

  .echo-home-2-feature-area {
    padding: 30px 0;
  }

  .echo-home-2-feature-area .echo-home-2-feature-area-content {
    padding: 35px 0;
  }

  .echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title h4::before,
.echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title h4::after {
    display: none;
  }

  .echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title h4 {
    font-size: 30px;
  }

  .echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title h4 {
    font-size: 28px;
    line-height: 38px;
  }

  .echo-feature-main-content {
    margin-bottom: 30px;
  }
  .echo-feature-main-content.echo-home-2-featurea-area-last-child-responsive {
    margin-bottom: 0;
  }

  .echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title p {
    font-size: 15px;
    line-height: 25px;
  }

  .echo-banner {
    padding: 30px 0;
  }

  .echo-banner .echo-banner-mani-content .echo-banner-text .echo-banner-heading h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .echo-home-2-banner-right-flexing {
    margin-top: 30px;
  }

  .echo-banner .echo-banner-mani-content .echo-banner-text {
    background-color: rgba(249, 249, 249, 0.7);
    padding: 20px;
    width: 100%;
  }

  .echo-banner .echo-banner-right-itme {
    text-align: center;
  }

  .echo-banner .echo-banner-mani-content .echo-banner-text .echo-3-align-icons a {
    font-size: 14px;
    color: #5E5E5E;
  }

  .echo-banner .echo-banner-right-itme .echo-banar-right-img &gt; a &gt; img {
    width: 75%;
  }

  .echo-banner .echo-banner-mani-content .echo-banner-text .echo-banner-heading {
    margin-top: 5px;
  }

  .echo-software-download-area {
    padding: 30px 5px;
  }

  .echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place {
    display: block;
  }

  .echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place &gt; a {
    display: block;
    margin-top: 15px;
  }

  .echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-title h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .echo-banner .echo-banner-right-itme .echo-banner-right-heading h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .echo-popular-news-area {
    padding: 30px 0;
  }

  .echo-popular-news-area .echo-popular-area-item-title h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .echo-popular-news-area .echo-popular-area-item-title {
    margin: 10px 0;
  }

  .echo-popular-news-area .echo-popular-area-title h4::before,
.echo-popular-news-area .echo-popular-area-title h4::after {
    display: none;
  }

  .echo-popular-area-single-item {
    margin-bottom: 20px;
  }
  .echo-popular-area-single-item.echo-popular-news-responsive-home-1 {
    margin-bottom: 0;
  }

  .echo-feature-area {
    padding: 30px 0;
  }

  .echo-feature-area .echo-feature-area-site-title h4::after {
    display: none;
  }

  .echo-feature-area-post:first-child {
    margin-bottom: 30px;
  }

  .echo-feature-area .echo-feature-area-right-site-follower &gt; h5 {
    font-size: 25px;
  }

  .echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-title &gt; h5 {
    font-size: 25px;
  }

  .echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-rigth-site-newsletter-title &gt; h5 {
    font-size: 25px;
  }

  .echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-img {
    flex-basis: auto;
  }

  .echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text {
    flex-basis: auto;
  }

  .echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-feature-area-last-content-read-view {
    flex-wrap: wrap;
    gap: 5px;
  }

  .echo-home-1-hero-area-top-story {
    margin-top: 20px;
  }

  .echo-de-category-area {
    padding: 30px 0;
  }

  .echo-de-category-area .echo-de-category-title-btn h4::after {
    display: none;
  }

  .echo-de-category-area .echo-de-category-title-btn a {
    display: none;
  }

  .echo-de-category-area .echo-de-category-title-btn {
    padding-bottom: 20px;
  }

  .echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-content-img {
    flex-basis: 140px;
  }

  .echo-de-category-area .echo-de-category-content {
    margin-top: 30px;
  }
  .echo-de-category-area .echo-de-category-content.echo-responsive-wd {
    margin-top: 0;
  }

  .echo-de-category-area .echo-de-category-content &gt; h5 {
    font-size: 25px;
  }

  .echo-trending-area {
    padding: 30px 0;
  }

  .echo-trending-area h6::after {
    display: none;
  }

  .echo-video-area {
    padding: 30px 0;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video {
    flex-basis: auto !important;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content {
    justify-content: space-between;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text {
    flex-basis: auto;
  }

  .echo-video-area .echo-full-video-content .echo-video-area-home-1-right-content-responsive {
    margin-top: 30px;
  }

  .echo-video-area .echo-full-video-content .echo-video-left-site .echo-video-left-site-text-box {
    max-width: 100%;
    min-height: auto;
    position: relative !important;
  }

  .echo-footer-area4 {
    padding: 0 10px;
  }

  .hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .feature-img-content-btn {
    margin-top: 30px;
  }
}
/* small mobile :320px. */
@media (max-width: 500px) {
  .echo-404-page .echo-404-area .echo-container .echo-error-content .echo-error h1 {
    font-size: 200px !important;
    line-height: 70px !important;
  }

  .echo-404-page .echo-404-area .echo-container .echo-error-content .echo-error-sub-heading h3 {
    font-size: 40px !important;
    line-height: 50px !important;
  }

  .echo-hero-section.inner {
    padding: 65px 15px;
  }

  .echo-banner-innerpage {
    padding: 60px 15px 0 15px;
  }

  .echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing {
    display: block;
  }

  .echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing .echo-quote-area::after {
    display: none;
  }

  .echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture a img {
    width: unset;
    height: unset;
  }

  .echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture {
    color: var(--color-Primary);
  }

  .echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture {
    flex-basis: auto;
  }

  .echo-breadcrumb-area .breadcrumb-inner .title {
    line-height: 50px;
    font-size: 36px;
  }

  .echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form input {
    width: 100%;
  }

  .echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form .echo-ps-2-subscribe-btn {
    right: 0;
  }

  .echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-text h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .post-style-1-frist-hero-img {
    width: 100%;
  }

  .echo-hero-section.inner-post .echo-financial-area .content .content-wrapper .wrapper-item {
    font-size: 18px;
    line-height: 28px;
  }

  .echo-hero-section.inner-post .echo-financial-area .content .title {
    font-size: 26px;
    line-height: 36px;
  }

  .echo-about-area {
    padding: 0 10px;
  }

  .echo-about-area .container .echo-about-area-inner .hero-image .image-2 {
    position: unset;
    margin: auto;
    margin-top: 20px;
  }

  .echo-about-area .container .echo-about-area-inner .hero-image .image {
    margin: 20px auto 0 auto;
    width: auto;
  }

  .echo-about-area .container .echo-about-area-inner .hero-image {
    gap: 30px;
    margin-top: 15px;
    display: block;
  }

  .echo-about-area .container .echo-about-area-inner .content-area .title {
    margin-bottom: 15px;
  }

  .echo-about-area .container .echo-about-area-inner .content-area .sub-title {
    font-size: 16px;
    line-height: 26px;
  }

  .echo-about-area .container .echo-about-area-inner .content-area .desc {
    margin-bottom: 15px;
  }

  .echo-about-area {
    padding: 50px 10px;
  }

  .echo-about-area .container .echo-about-area-inner .content-area .title {
    font-size: 30px;
    line-height: 40px;
  }

  .echo-about-area .container .echo-about-area-inner .content-area .bottom-author-area .content::before {
    display: none;
  }

  .echo-about-area .container .echo-about-area-inner .content-area .bottom-author-area .content .author-name {
    font-size: 16px;
    line-height: 26px;
  }

  .echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons {
    top: 65px;
  }

  .echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-img {
    flex-basis: 25%;
  }

  .echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title {
    flex-basis: 65%;
  }

  .echo-hero-section.inner-2 .echo-hero-baner .echo-banner-texting h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .echo-hero-section.inner .echo-hero-baner h2 {
    line-height: 32px;
    font-size: 22px;
  }

  .echo-social-media-area-hm2 .echo-social-media-area-content .echo-social-media-main-content .echo-hm2-social-item {
    width: auto;
    margin: auto;
  }

  .echo-social-media-area-hm2 .echo-social-media-area-content .echo-social-media-main-content .echo-hm2-social-item &gt; img {
    width: 100%;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text .echo-3-align-icons {
    display: none;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-archive-main-content.area-2 .echo-banner-mani-content .echo-banner-text .echo-banner-heading h1 {
    font-size: 16px;
    line-height: 26px;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-3-align-icons {
    display: none;
  }

  .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-archive-right-heading h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .echo-archive-right-heading {
    margin-top: 10px;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-3-align-icons {
    gap: 13px;
    flex-wrap: wrap;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-content {
    width: 100%;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area {
    display: block;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text {
    float: none;
  }

  .echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-fd-post-right-area-shep {
    margin-top: 15px;
  }

  .echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content .echo-cl-blocks-text .echo-cl-blocks-title h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li {
    font-size: 13px;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-home-2-title h4 {
    font-size: 25px;
    line-height: 35px;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news {
    width: 100%;
  }

  .echo-feature-area-home-2-responsive {
    display: block;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news:first-child {
    padding: 25px 0;
  }

  .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news {
    border-bottom: 1px solid rgba(95, 95, 95, 0.5);
  }

  .echo-banner .echo-banner-mani-content .echo-banner-text .echo-3-align-icons {
    display: none;
  }

  .echo-banner .echo-banner-mani-content .echo-banner-text {
    background-color: #f9f9f9;
  }

  .echo-feature-area {
    padding: 30px 15px;
  }

  .echo-audio-news-home-1-flexing &gt; hr {
    display: none;
  }

  .echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content {
    display: block;
  }
  .echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content:last-child {
    padding-bottom: 15px;
  }

  .echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-content-text {
    flex-basis: 65%;
  }

  .echo-feature-area .echo-feature-area-right-site-follower ul li {
    font-size: 13px;
  }

  .echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box input[type=email] {
    width: 200px;
  }

  .echo-feature-area .echo-feature-area-site-title .echo-feature-area-post-hins h5 {
    margin-top: 15px;
    margin-bottom: 8px;
  }

  .echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text {
    margin-top: 15px;
  }

  .echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3 {
    margin-bottom: 8px;
  }

  .echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-img &gt; a &gt; img {
    width: 100%;
  }

  .echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news {
    display: flex;
    gap: 10px;
    padding: 30px 0;
  }

  .echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-time-current {
    margin-left: 17px;
    font-size: 12px;
  }

  .echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text h5 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 16px;
  }

  .echo-de-category-area {
    padding: 30px 15px;
  }

  .echo-de-category-area .echo-de-category-title-btn h4::after {
    display: none;
  }

  .echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-content-title h6 {
    font-size: 16px;
    line-height: 22px;
  }

  .echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-read a {
    font-size: 13px;
  }

  .echo-de-category-area .echo-de-category-content {
    padding: 20px;
  }

  .echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-content-img {
    flex-basis: 120px;
  }

  .echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-content-title {
    flex-basis: 60%;
  }

  .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title h5 {
    margin-bottom: 8px;
    margin-top: 15px;
  }

  .echo-trending-area {
    padding: 30px 15px;
  }

  .echo-trending-area h6::after {
    display: none;
  }

  .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-post-title h4 {
    margin: 15px 0 8px 0;
  }

  .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-like-comment-share-icons {
    gap: 10px;
  }

  .echo-video-area {
    padding: 30px 15px;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content {
    display: grid;
    margin-top: 15px;
    justify-content: inherit;
  }
  .echo-video-area .echo-full-video-content .echo-video-right-site-content:first-child {
    margin-top: 0;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video &gt; a &gt; img {
    width: 100%;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text {
    order: 2;
  }

  .echo-video-area .echo-full-video-content .echo-video-left-site .video-play-button {
    top: 20%;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content {
    gap: 15px;
  }

  .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text hr {
    display: none;
  }

  .echo-video-area .echo-full-video-content .echo-video-left-site .echo-video-left-site-text-box {
    max-width: 100%;
    min-height: auto;
    position: relative !important;
  }

  .echo-video-area .echo-full-video-content .echo-video-left-site .echo-video-left-site-text-box .echo-video-left-site-read-views {
    flex-wrap: wrap;
  }

  .echo-video-area .echo-video-content .echo-video-area-title-row h6 {
    text-align: left;
  }
  .echo-video-area .echo-video-content .echo-video-area-title-row h6::after, .echo-video-area .echo-video-content .echo-video-area-title-row h6::before {
    display: none;
  }

  .echo-video-area .echo-full-video-content .echo-video-left-site .echo-video-left-site-text-box h5 {
    font-size: 25px;
    line-height: 32px;
  }

  .echo-footer-area4 {
    padding: 0 10px;
  }

  .echo-footer-area4 .footer-main .footer-main-inner .social-area .social-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 15px;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content {
    margin: 0 0 30px 0;
  }

  .echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-ad-area img {
    width: 100%;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img img {
    width: 100%;
  }

  .echo-hero-section .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share {
    gap: 8px;
  }

  .echo-hero-section .echo-hero-baner {
    padding: 0;
  }

  .echo-hero-section .echo-hero-baner h1 &gt; a &gt; br {
    display: none;
  }

  .echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-single-title h5 {
    margin: 15px 0 8px 0;
  }

  .echo-latest-news-area {
    padding: 30px 15px;
  }

  .echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3 {
    margin: 15px 0 8px 0;
  }

  .echo-popular-news-area {
    padding: 30px 15px;
  }

  .echo-software-download-area {
    padding: 30px 15px;
  }
}
@media (max-width: 1172px) {
  .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown:hover ul.mega-menu {
    width: 990px;
  }

  .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu h5 {
    font-size: 18px;
  }
}
/* Responsive area style */
/* Normal desktop :1200px. */
@media (max-width: 1200px) {
  .echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-img img {
    width: 100%;
  }

  .echo-hero-section.home-three {
    padding: 210px 10px 120px 10px;
  }

  .echo-latest-news-area.home-three {
    padding-left: 10px;
    padding-right: 10px;
  }

  .echo-feature-area.home-three {
    padding-left: 10px;
    padding-right: 10px;
  }

  .echo-catagories-area {
    padding-left: 10px;
    padding-right: 10px;
  }

  .echo-team-area .echo-team-area-inner .team-wrapper .content-area .content .title {
    font-size: 24px;
  }
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li {
    padding-bottom: 25px;
  }

  .echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .content h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views {
    gap: initial;
  }

  .echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li {
    width: 46%;
    padding: 15px 7px;
  }
  .echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(1), .echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(3), .echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(5) {
    margin-right: 15px;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content h5 {
    font-size: 21px;
    line-height: 32px;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title::after, .echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title::before {
    width: 16%;
  }

  .echo-feature-area.area-2 .echo-feature-area-last-news .echo-feature-area-last-content {
    display: flex;
  }

  .echo-feature-area.area-2 {
    padding: 30px 10px;
  }

  .echo-feature-area.area-2 .echo-feature-area-content .title-area .sub-title::after {
    width: 55%;
  }

  .echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title::after, .echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title::before {
    width: 20%;
  }

  .echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-feature-area-last-content .echo-feature-area-last-content-text h3 {
    font-size: 28px;
    line-height: 40px;
  }

  .echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content .content-inner .content h3 {
    font-size: 16px;
    line-height: 26px;
  }

  .echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content {
    padding: 0 10px;
  }

  .echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-title1 {
    font-size: 52px;
    line-height: 62px;
  }

  .echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-title1 {
    font-size: 20px;
    line-height: 30px;
  }

  .echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title h5 {
    font-size: 22px;
    line-height: 32px;
  }

  .echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views {
    gap: 10px;
  }

  .echo-feature-area.home-three .echo-feature-area-last-news .echo-feature-area-last-content {
    display: flex;
  }

  .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-follower {
    padding: 30px 15px;
  }

  .echo-feature-area.home-three .echo-feature-area-right-site-follower ul li {
    font-size: 14px;
  }

  .echo-feature-area.home-three .echo-feature-area-right-site-follower ul li a {
    gap: 5px;
  }

  .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper {
    gap: 10px;
  }

  .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .image-area {
    flex-basis: 30%;
  }

  .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-title1 {
    font-size: 16px;
    line-height: 26px;
  }

  .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-catagory-tag {
    font-size: 12px;
  }

  .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper {
    margin-bottom: 10px;
  }

  .echo-catagories-area .echo-catagories-area-content .echo-latest-news-img .image-content .title {
    font-size: 20px;
  }

  .echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-text h6 {
    font-size: 17px;
  }
}
@media (max-width: 1100px) {
  .echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(1) {
    top: -5px;
    left: 0;
  }
  .echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(2) {
    top: -14px;
    left: 43px;
  }
  .echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(3) {
    top: -14px;
    right: 43px;
  }
  .echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(4) {
    top: -5px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .echo-hero-section.home-three {
    padding: 185px 10px 120px 10px;
  }
  .echo-hero-section.home-three .banner-content {
    margin-bottom: 50px;
  }

  .echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .image-area {
    flex-basis: auto;
  }

  .echo-latest-news-area.home-three {
    padding-bottom: 30px;
  }

  .echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-main-content {
    margin-bottom: 40px;
  }

  .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news {
    margin-bottom: 50px;
  }

  .echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text {
    margin-top: 20px;
  }

  .echo-catagories-area .echo-catagories-area-content .echo-latest-news-img::before {
    border-radius: 30px;
  }

  .echo-team-area .echo-team-area-inner .team-wrapper {
    margin-bottom: 100px;
  }

  .echo-team-area.about {
    padding: 90px 10px 40px 10px;
  }

  .echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story h5 {
    text-align: left !important;
  }

  .echo-hero-section.inner-post .echo-financial-area .image-area img {
    width: 100%;
  }

  .echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field {
    margin-bottom: 40px;
  }

  .echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info {
    margin-left: 0;
  }

  .echo-contact-area {
    padding: 100px 20px;
  }

  .search-input-area .search-input-inner .search-close-icon {
    width: 8%;
  }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .echo-hero-section.home-four {
    padding-left: 10px;
    padding-right: 10px;
  }

  .echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content {
    margin-bottom: 80px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul {
    display: flex;
    flex-wrap: wrap;
  }
  .echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li {
    width: 50%;
  }
  .echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li:last-child {
    border-bottom: 1px solid #FFFFFF4f;
    margin-bottom: 10px;
    padding-bottom: 30px;
  }

  .echo-latest-news-area.home-four .echo-latest-news-content .title-area .sub-title {
    width: 80%;
  }

  .echo-latest-news-area.home-four .echo-latest-news-content .title-area .sub-title::after {
    display: none;
  }

  .echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-main-content {
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content {
    margin-left: 10px;
    margin-right: 10px;
  }

  .echo-latest-news-area.home-four .echo-latest-news-content .title-area {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
  }

  .echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views {
    gap: initial;
  }

  .echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content {
    margin-bottom: 50px;
  }
  .echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul {
    display: flex;
    flex-wrap: wrap;
  }
  .echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li {
    width: 50%;
  }
  .echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li:last-child {
    border-bottom: 1px solid #FFFFFF33;
    margin-bottom: 10px;
    padding-bottom: 25px;
  }
  .echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li .echo-latest-news-img {
    flex-basis: auto;
  }

  .echo-feature-area.home-four {
    padding: 30px 10px;
  }

  .echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner {
    text-align: center;
  }

  .echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower {
    padding: 0 0 50px 0;
  }

  .echo-latest-news-area.home-four {
    padding-bottom: 0;
  }

  .echo-feature-area.home-four .title-area .sect-title::before, .echo-feature-area.home-four .title-area .sect-title::after {
    display: none;
  }

  .echo-popular-news-area.home-four {
    padding: 30px 10px;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img img {
    width: 100%;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content {
    margin-bottom: 50px;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title::after, .echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title::before,
.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title::before, .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title::after,
.echo-feature-area.area-2 .echo-feature-area-content .title-area .sub-title::after {
    display: none;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title {
    text-align: left;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .echo-latest-news-img {
    flex-basis: auto;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title {
    text-align: left;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .gallery-inner .gallery-item {
    width: 23%;
  }

  .echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content h5 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 15px;
  }

  .echo-feature-area.area-2 {
    padding: 30px 10px;
  }

  .echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news {
    margin-bottom: 40px;
  }

  .echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title {
    text-align: left;
  }
  .echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title::before, .echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title::after {
    display: none;
  }

  .echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content .content-inner .number {
    flex-basis: 10%;
  }

  .echo-software-download-area .echo-software-download-full-content-bg::after,
.echo-software-download-area.home-four .echo-software-download-full-content-bg::after {
    opacity: 0.7;
  }

  .echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place a {
    padding: 20px 40px;
  }

  .echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content {
    padding: 0 5px;
  }

  .echo-footer-area4 .footer-top .footer-top-inner {
    text-align: center;
    justify-content: center;
  }
  .echo-footer-area4 .footer-top .footer-top-inner .footer-top-left,
.echo-footer-area4 .footer-top .footer-top-inner .footer-top-left {
    width: 100%;
    margin: 15px 0;
  }

  .echo-software-download-area .echo-software-download-full-content-bg {
    padding: 80px 50px;
  }

  .echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content {
    justify-content: center;
  }
  .echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content {
    text-align: center;
  }

  .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-follower,
.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content {
    width: 50%;
  }

  .echo-team-area.about .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(1) {
    top: -5px;
    left: 10px;
  }
  .echo-team-area.about .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(2) {
    top: -14px;
    left: 80px;
  }
  .echo-team-area.about .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(3) {
    top: -14px;
    right: 80px;
  }
  .echo-team-area.about .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(4) {
    top: -5px;
    right: 10px;
  }
}
/* small mobile :320px. */
@media (max-width: 767px) {
  .echo-hero-section.home-four {
    padding-left: 10px;
    padding-right: 10px;
  }

  .echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content {
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .content {
    padding: 15px 25px 30px 25px;
  }

  .echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-single-title h5 {
    font-size: 24px;
    line-height: 34px;
  }

  .echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-time-views {
    display: flex;
    flex-wrap: wrap;
  }

  .echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li {
    padding-bottom: 20px;
  }

  .echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .echo-latest-news-img {
    flex-basis: auto;
  }

  .echo-latest-news-area.home-four {
    padding-bottom: 0;
  }

  .echo-latest-news-area.home-four .echo-latest-news-content .title-area .sub-title {
    width: 50%;
  }

  .echo-latest-news-area.home-four .echo-latest-news-content .title-area .sub-title::after {
    display: none;
  }

  .echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-main-content {
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .echo-latest-news-area.home-four .echo-latest-news-content .title-area {
    margin: 0 10px;
  }

  .echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views {
    gap: initial;
  }

  .echo-feature-area.home-four {
    padding: 30px 10px;
  }

  .echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content {
    margin-bottom: 50px;
  }
  .echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul {
    display: flex;
    flex-wrap: wrap;
  }
  .echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li {
    width: 100%;
  }
  .echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li .echo-latest-news-img {
    flex-basis: auto;
  }

  .echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-img {
    margin-left: 0;
    margin-right: 0;
  }
  .echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-img img {
    width: 100%;
  }

  .echo-feature-area.home-four .title-area {
    margin-bottom: 40px;
  }

  .echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner {
    text-align: center;
  }

  .echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower {
    padding: 0 0 50px 0;
  }

  .echo-feature-area.home-four .title-area .sub-title::after {
    display: none;
  }

  .echo-latest-news-area.home-four {
    padding-bottom: 0;
  }

  .echo-feature-area.home-four .title-area .sect-title::before, .echo-feature-area.home-four .title-area .sect-title::after {
    display: none;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sub-title::after {
    display: none;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img img {
    width: 100%;
  }

  .echo-popular-news-area.home-four {
    padding: 30px 10px;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content {
    margin-bottom: 50px;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title::after, .echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title::before {
    display: none;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title {
    text-align: left;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .echo-latest-news-img {
    flex-basis: auto;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title {
    text-align: left;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title::before, .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title::after {
    display: none;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .gallery-inner .gallery-item {
    width: 23%;
  }

  .echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content h5 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px;
  }

  .echo-feature-area.area-2 {
    padding: 30px 10px;
  }

  .echo-feature-area.area-2 .echo-feature-area-content .title-area .sub-title::after {
    display: none;
  }

  .echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title {
    text-align: left;
  }
  .echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title::before, .echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title::after {
    display: none;
  }

  .echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news {
    margin-bottom: 40px;
  }

  .echo-software-download-area.home-four .echo-software-download-full-content-bg::after,
.echo-software-download-area .echo-software-download-full-content-bg::after {
    opacity: 0.7;
  }

  .echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place a {
    padding: 20px 40px;
  }

  .echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content {
    justify-content: center;
  }
  .echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content {
    text-align: center;
  }

  .echo-feature-area .echo-feature-area-right-site-follower ul li,
.echo-footer-area4 .footer-top .footer-top-inner {
    text-align: center;
    justify-content: center;
  }
  .echo-feature-area .echo-feature-area-right-site-follower ul li .footer-top-left,
.echo-feature-area .echo-feature-area-right-site-follower ul li .footer-top-left,
.echo-footer-area4 .footer-top .footer-top-inner .footer-top-left,
.echo-footer-area4 .footer-top .footer-top-inner .footer-top-left {
    width: 100%;
    margin: 15px 0;
  }

  .echo-footer-area4 .footer-main .footer-main-inner .social-area .social-icon {
    margin-bottom: 25px;
  }

  .echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-title1 {
    font-size: 50px;
    line-height: 62px;
  }

  .echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-main-content {
    margin-left: 0;
    margin-right: 0;
  }

  .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .image-area {
    flex-basis: auto;
  }

  .echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(2) {
    top: -14px;
    left: 50px;
  }
  .echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(3) {
    top: -14px;
    right: 50px;
  }

  .search-input-area .search-input-inner .search-close-icon {
    width: 15%;
  }
}
/* Large Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title h5 {
    font-size: 16px;
    line-height: 26px;
  }

  .echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views {
    flex-wrap: wrap;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title::after, .echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title::before {
    width: 30%;
  }

  .echo-software-download-area .echo-software-download-full-content-bg {
    padding: 80px 30px;
  }

  .echo-footer-area4 .footer-top .footer-top-inner .footer-top-right {
    width: 100%;
  }

  .echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form {
    margin: 0 auto;
    width: 100%;
  }

  .echo-team-area.about .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(1) {
    top: -5px;
    left: 0;
  }
  .echo-team-area.about .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(2) {
    top: -14px;
    left: 40px;
  }
  .echo-team-area.about .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(3) {
    top: -14px;
    right: 40px;
  }
  .echo-team-area.about .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(4) {
    top: -5px;
    right: 0;
  }
}
@media (max-width: 576px) {
  .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .gallery-inner .gallery-item {
    width: 48%;
  }

  .echo-video-area.home-four .echo-video-area-inner .video-play-button::before {
    width: 120px;
    height: 120px;
  }

  .echo-video-area.home-four .echo-video-area-inner .video-play-button::after {
    width: 75px;
    height: 75px;
  }

  .echo-video-area.home-four .echo-video-area-inner .video-play-button span {
    border-left: 18px solid #FE4358;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  .echo-feature-area.area-2 .echo-feature-area-last-news .echo-feature-area-last-content {
    display: block;
  }

  .echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .content-catagory-tag {
    margin: 30px 0 0 0;
  }

  .echo-software-download-area .echo-software-download-full-content-bg {
    padding: 80px 20px;
  }

  .echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content h2 br {
    display: none;
  }

  .echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place a {
    padding: 15px 30px;
  }

  .echo-footer-area4 .footer-top .footer-top-inner .footer-top-right {
    width: 100%;
  }

  .echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form {
    margin: 0 auto;
    width: 100%;
  }

  .echo-hero-section.home-three {
    padding: 160px 10px 80px 10px;
  }

  .echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-title1 {
    font-size: 40px;
    line-height: 52px;
  }

  .echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .rts-btn {
    margin-bottom: 30px;
  }

  .echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn {
    display: none;
  }

  .echo-catagories-area .echo-catagories-area-content .echo-catagories-inner {
    margin-top: 30px;
  }

  .echo-team-area .echo-team-area-inner .team-wrapper {
    margin-right: 0;
  }

  .echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(1) {
    top: -10px;
    left: 50px;
  }
  .echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(2) {
    top: -14px;
    left: 120px;
  }
  .echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(3) {
    top: -14px;
    right: 120px;
  }
  .echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(4) {
    top: -10px;
    right: 50px;
  }

  .echo-team-area .echo-team-area-inner .section-title {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 480px) {
  .echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .content {
    padding: 15px 20px 30px 20px;
  }

  .echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-single-title {
    margin-top: 20px;
  }

  .echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-single-title h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .content h5 {
    font-size: 16px;
    line-height: 26px;
  }

  .echo-latest-news-area.home-four .echo-latest-news-content .title-area .sub-title {
    width: 100%;
  }

  .echo-latest-news-area.home-four .echo-latest-news-content .title-area .see-all-btn {
    display: none;
  }

  .echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li {
    width: 250px;
    margin: 15px auto;
  }
  .echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(1), .echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(3), .echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(5) {
    margin: auto;
  }

  .echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-single-title h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-single-title h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content h5 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content {
    padding: 40px 25px 100px 25px;
  }

  .echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views {
    font-size: 12px;
  }

  .echo-feature-area.area-2 .echo-feature-area-last-news .echo-feature-area-last-content {
    text-align: center;
  }

  .echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-img img {
    width: 100%;
  }

  .echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .content-catagory-tag {
    margin: 30px auto 0 auto;
  }

  .echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content {
    text-align: center;
  }

  .echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place {
    flex-wrap: wrap;
    justify-content: center;
  }

  .echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-sub-title p br {
    display: none;
  }

  .echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-title1 {
    font-size: 26px;
    line-height: 40px;
  }

  .echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-title1 {
    font-size: 16px;
    line-height: 28px;
  }

  .echo-feature-area.home-three .echo-feature-area-right-site-follower ul li {
    font-size: 12px;
  }

  .echo-feature-area.home-three .echo-feature-area-right-site-follower ul li a {
    gap: 7px;
  }

  .echo-catagories-area .echo-catagories-area-content .title-area .section-title {
    font-size: 20px;
    line-height: 32px;
  }

  .echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(1) {
    top: -5px;
    left: 0;
  }
  .echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(2) {
    top: -14px;
    left: 60px;
  }
  .echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(3) {
    top: -14px;
    right: 60px;
  }
  .echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(4) {
    top: -5px;
    right: 0;
  }

  .search-input-area .search-input-inner .search-close-icon {
    width: 20%;
  }
}
@media (max-width: 400px) {
  .echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper {
    display: block;
  }

  .echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-title1 {
    font-size: 18px;
    line-height: 28px;
  }

  .echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content {
    margin-top: 20px;
  }

  .echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title h5 {
    font-size: 22px;
    line-height: 32px;
  }

  .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news {
    margin-bottom: 30px;
  }

  .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-follower {
    padding: 30px 22px;
  }

  .echo-latest-news-area.home-three .echo-latest-news-main-content .echo-latest-news-time-views {
    gap: 3px;
  }

  .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper {
    gap: 10px;
  }

  .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-catagory-tag {
    font-size: 12px;
  }

  .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-title1 {
    font-size: 16px;
    line-height: 26px;
  }

  .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content {
    padding: 30px 16px 30px 16px;
  }
}
/* 404 Area Style */
.echo-404-page {
  height: 100vh;
}
.echo-404-page .echo-404-area {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.echo-404-page .echo-404-area .echo-container .echo-error-content .echo-error h1 {
  font-size: 256px;
  font-weight: 700;
  line-height: 90px;
  color: #5E5E5E;
}
.echo-404-page .echo-404-area .echo-container .echo-error-content .echo-error-sub-heading {
  margin-top: 125px;
}
.echo-404-page .echo-404-area .echo-container .echo-error-content .echo-error-sub-heading h3 {
  font-size: 50px;
  line-height: 60px;
  text-transform: capitalize;
}
.echo-404-page .echo-404-area .echo-container .echo-error-content .echo-error-pera {
  margin-bottom: 30px;
}
.echo-404-page .echo-404-area .echo-container .echo-error-content .echo-error-pera p {
  font-size: 16px;
  line-height: 24px;
}
.echo-404-page .echo-404-area .echo-container .echo-error-content .error-btn {
  margin-top: 50px;
}
.echo-404-page .echo-404-area .echo-container .echo-error-content .error-btn a {
  border: 1px solid transparent;
  padding: 12px 16px;
  transition: all 0.3s;
  color: #fff;
  font-size: 14px;
  background-color: var(--color-primary);
}
.echo-404-page .echo-404-area .echo-container .echo-error-content .error-btn a:hover {
  border: 1px solid #5E5E5E;
  background-color: transparent;
  color: #5E5E5E;
}
/*# sourceMappingURL=../maps/style.css.map */
</pre></body></html>