/*
Theme Name: Echo News
Theme URI: https: //websemicolon.com/
Author: Saaed.amini@gmail.com
Author URI: Saeed Amini
Description: اکو نیوز
Version: 1.0.1
Tags: responsive, fast,Blog theme, Seo base , News
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: Saaed.amini@gmail.com
Text Domain: Echo-News
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*---------------------------
 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");

:root {
    --color-primary: #537FE7;
    --color-primary-3: #FF390E;
    --color-primary-m: #7817F2;
    --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;
}

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

@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;
}

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;
}


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

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

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

    font-weight: var(--s-bold);
}

@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.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.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);

    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%;
}

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;
}

/* i {
    font-style: normal !important;
} */

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);
}


/*=========================
    Section Separation 
==========================*/

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

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

.m--0 {
    margin: 0;
}

.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;
}

/* comments rating star */
.comment-rating .star {
    font-size: 18px;
}

.comment-rating .star.filled {
    color: #f4b400;
}

.comment-rating .star.empty {
    color: #ccc;
}

@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;
    }

    .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;

        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;

        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 !important;

        padding-left: 0;
    }

    .pr_sm--0 {
        padding-right: 0 !important;

        padding-right: 0;
    }

    .pt_sm--0 {
        padding-top: 0 !important;

        padding-top: 0;
    }

    .pb_sm--0 {
        padding-bottom: 0 !important;

        padding-bottom: 0;
    }

    .mr_sm--0 {
        margin-right: 0 !important;

        margin-right: 0;
    }

    .ml_sm--0 {
        margin-left: 0 !important;

        margin-left: 0;
    }

    .mt_sm--0 {
        margin-top: 0 !important;

        margin-top: 0;
    }

    .mb_sm--0 {
        margin-bottom: 0 !important;

        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;
    }
}

.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;
    }
}

* {
    box-sizing: border-box;

    -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 !important;
    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;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li>ul,
li>ol {
    margin: 0;
}

ol ul {
    padding-left: 30px;

    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=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;
}

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: none;

    text-decoration: underline;
}

dt {
    font-weight: bold;
    color: var(--color-heading);

    font-weight: bold;
    margin-bottom: 10px;
}

dd {
    margin: 0 15px 15px;

    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;
}

#card-icon {
    margin: 5px;
}

/* ========= 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[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] {
    padding: 0;

    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;
}

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.html);
}

.bg_image--2 {
    background-image: url(../images/bg/bg-image-2.html);
}

.bg_image--3 {
    background-image: url(../images/bg/bg-image-3.html);
}

.bg_image--4 {
    background-image: url(../images/bg/bg-image-4.html);
}

.bg_image--5 {
    background-image: url(../images/bg/bg-image-5.html);
}

.bg_image--6 {
    background-image: url(../images/bg/bg-image-6.html);
}

.bg_image--7 {
    background-image: url(../images/bg/bg-image-7.html);
}

.bg_image--8 {
    background-image: url(../images/bg/bg-image-8.html);
}

.bg_image--9 {
    background-image: url(../images/bg/bg-image-9.html);
}

.bg_image--10 {
    background-image: url(../images/bg/bg-image-10.html);
}

.bg_image--11 {
    background-image: url(../images/bg/bg-image-11.html);
}

.bg_image--12 {
    background-image: url(../images/bg/bg-image-12.html);
}

.bg_image--13 {
    background-image: url(../images/bg/bg-image-13.html);
}

.bg_image--14 {
    background-image: url(../images/bg/bg-image-14.html);
}

.bg_image--15 {
    background-image: url(../images/bg/bg-image-15.html);
}

.bg_image--16 {
    background-image: url(../images/bg/bg-image-16.html);
}

.bg_image--17 {
    background-image: url(../images/bg/bg-image-17.html);
}

.bg_image--18 {
    background-image: url(../images/bg/bg-image-18.html);
}

.bg_image--19 {
    background-image: url(../images/bg/bg-image-19.html);
}

.bg_image--20 {
    background-image: url(../images/bg/bg-image-20.html);
}

.bg_image--21 {
    background-image: url(../images/bg/bg-image-21.html);
}

.bg_image--22 {
    background-image: url(../images/bg/bg-image-22.html);
}

.bg_image--23 {
    background-image: url(../images/bg/bg-image-23.html);
}

.bg_image--24 {
    background-image: url(../images/bg/bg-image-24.html);
}

.bg_image--25 {
    background-image: url(../images/bg/bg-image-25.html);
}

.bg_image--26 {
    background-image: url(../images/bg/bg-image-26.html);
}

.bg_image--27 {
    background-image: url(../images/bg/bg-image-27.html);
}

.bg_image--28 {
    background-image: url(../images/bg/bg-image-28.html);
}

.bg_image--29 {
    background-image: url(../images/bg/bg-image-29.html);
}

.bg_image--30 {
    background-image: url(../images/bg/bg-image-30.html);
}

.bg_image--31 {
    background-image: url(../images/bg/bg-image-31.html);
}

.bg_image--32 {
    background-image: url(../images/bg/bg-image-32.html);
}

.bg_image--33 {
    background-image: url(../images/bg/bg-image-33.html);
}

.bg_image--34 {
    background-image: url(../images/bg/bg-image-34.html);
}

.bg_image--35 {
    background-image: url(../images/bg/bg-image-35.html);
}

.bg_image--36 {
    background-image: url(../images/bg/bg-image-36.html);
}

.bg_image--37 {
    background-image: url(../images/bg/bg-image-37.html);
}

.bg_image--38 {
    background-image: url(../images/bg/bg-image-38.html);
}

.bg_image--39 {
    background-image: url(../images/bg/bg-image-39.html);
}

.bg_image--40 {
    background-image: url(../images/bg/bg-image-40.html);
}

.bg_tr-image--1 {
    background-image: url(../images/bg/bg-image-41.html) !important;
    background-size: cover !important;
}

.bg_tr-image--2 {
    background-image: url(../images/bg/bg-image-42.html) !important;
    background-size: cover !important;
}

.bg_tr-image--3 {
    background-image: url(../images/bg/bg-image-43.html) !important;
    background-size: cover !important;
}

.bg_tr-image--4 {
    background-image: url(../images/bg/bg-image-44.html) !important;
    background-size: cover !important;
}

.bg_tr-image--5 {
    background-image: url(../images/bg/bg-image-45.html) !important;
    background-size: cover !important;
}

.bg_tr-image--6 {
    background-image: url(../images/bg/bg-image-46.html) !important;
    background-size: cover !important;
}

.bg_tr-image--7 {
    background-image: url(../images/bg/bg-image-47.html) !important;
    background-size: cover !important;
}

.bg_tr-image--8 {
    background-image: url(../images/bg/bg-image-48.html) !important;
    background-size: cover !important;
}

.bg_tr-image--9 {
    background-image: url(../images/bg/bg-image-49.html) !important;
    background-size: cover !important;
}

.bg_tr-image--10 {
    background-image: url(../images/bg/bg-image-50.html) !important;
    background-size: cover !important;
}

.bg_tr-image--11 {
    background-image: url(../images/bg/bg-image-51.html) !important;
    background-size: cover !important;
}

.bg_tr-image--12 {
    background-image: url(../images/bg/bg-image-52.html) !important;
    background-size: cover !important;
}

.bg_tr-image--13 {
    background-image: url(../images/bg/bg-image-53.html) !important;
    background-size: cover !important;
}

.bg_tr-image--14 {
    background-image: url(../images/bg/bg-image-54.html) !important;
    background-size: cover !important;
}

.bg_tr-image--15 {
    background-image: url(../images/bg/bg-image-55.html) !important;
    background-size: cover !important;
}

.bg_tr-image--16 {
    background-image: url(../images/bg/bg-image-56.html) !important;
    background-size: cover !important;
}

.bg_tr-image--17 {
    background-image: url(../images/bg/bg-image-57.html) !important;
    background-size: cover !important;
}

.bg_tr-image--18 {
    background-image: url(../images/bg/bg-image-58.html) !important;
    background-size: cover !important;
}

.bg_tr-image--19 {
    background-image: url(../images/bg/bg-image-59.html) !important;
    background-size: cover !important;
}

.bg_tr-image--20 {
    background-image: url(../images/bg/bg-image-60.html) !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>[class*=col] {
    padding-left: 0px;
    padding-right: 0px;
}

.row--5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row--5>[class*=col] {
    padding-left: 5px;
    padding-right: 5px;
}

.row--10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row--10>[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>[class*=col],
.row--20>[class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

    .row--20>[class*=col],
    .row--20>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .row--20>[class*=col],
    .row--20>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .row--20>[class*=col],
    .row--20>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {

    .row--20>[class*=col],
    .row--20>[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>[class*=col],
.row--25>[class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

    .row--25>[class*=col],
    .row--25>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .row--25>[class*=col],
    .row--25>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .row--25>[class*=col],
    .row--25>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {

    .row--25>[class*=col],
    .row--25>[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>[class*=col],
.row--30>[class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

    .row--30>[class*=col],
    .row--30>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .row--30>[class*=col],
    .row--30>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .row--30>[class*=col],
    .row--30>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {

    .row--30>[class*=col],
    .row--30>[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>[class*=col],
.row--45>[class*=col-] {
    padding-left: 45px;
    padding-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

    .row--45>[class*=col],
    .row--45>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .row--45>[class*=col],
    .row--45>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .row--45>[class*=col],
    .row--45>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {

    .row--45>[class*=col],
    .row--45>[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>[class*=col],
.row--40>[class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

    .row--40>[class*=col],
    .row--40>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .row--40>[class*=col],
    .row--40>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .row--40>[class*=col],
    .row--40>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {

    .row--40>[class*=col],
    .row--40>[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>[class*=col],
.row--60>[class*=col-] {
    padding-left: 60px;
    padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

    .row--60>[class*=col],
    .row--60>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .row--60>[class*=col],
    .row--60>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .row--60>[class*=col],
    .row--60>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {

    .row--60>[class*=col],
    .row--60>[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]>div,
[data-overlay]>*,
[data-black-overlay]>div,
[data-black-overlay]>*,
[data-white-overlay]>div,
[data-white-overlay]>* {
    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 {
    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;

    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;
}

.echo-financial-area .content.post-content {
    font-size: 18px;
    line-height: 1.9;
    color: var(--color-body);
}

.echo-financial-area .content.post-content p {
    margin: 0 0 24px;
    font-size: inherit;
    line-height: inherit;
}

.echo-financial-area .content.post-content h1,
.echo-financial-area .content.post-content .wp-block-heading {
    font-size: var(--h1);
}

.echo-financial-area .content.post-content h2 {
    font-size: var(--h2);
}

.echo-financial-area .content.post-content h3 {
    font-size: var(--h3);
}

.echo-financial-area .content.post-content h4 {
    font-size: var(--h4);
}

.echo-financial-area .content.post-content h5 {
    font-size: var(--h5);
}

.echo-financial-area .content.post-content h6 {
    font-size: var(--h6);
}

.echo-financial-area .content.post-content ul,
.echo-financial-area .content.post-content ol {
    margin: 0 0 24px;
    padding-inline-start: 28px;
    line-height: inherit;
}

.echo-financial-area .content.post-content li {
    margin: 0 0 8px;
    line-height: inherit;
}

.echo-financial-area .content.post-content blockquote {
    margin: 32px 0;
    padding: 20px 24px;
    border-inline-start: 4px solid var(--color-primary);
    background: #f7f7f7;
    font-size: 20px;
    line-height: 1.7;
}

.echo-financial-area .content.post-content img {
    height: auto;
    max-width: 100%;
}

@media (max-width: 767px) {
    .echo-financial-area .content.post-content {
        font-size: 16px;
        line-height: 1.8;
    }

    .echo-financial-area .content.post-content blockquote {
        margin: 24px 0;
        padding: 16px 18px;
        font-size: 18px;
    }
}

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;

    font-size: 16px;
    line-height: 26px;
}

a.pe-none {
    font-size: 14px;
    font-weight: 500;
}

.img-transition-scale .echo-post-style-3-hero-banner {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.img-transition-scale {
    overflow: hidden;
}

.img-transition-scale:hover img {
    transform: scale(110%);
}


.img-transition-scale img {
    transform: scale(100%);
    transition: all 0.4s;
}



.echo-get-in-tuch {
    margin-bottom: 40px;
}

.echo-get-in-tuch :is(h1, h2, h3, h4, h5, h6, p, span) {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    position: relative;
}


.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;
}

.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.html);
    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.html);
    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.html);
    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: 1.4;
    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;
}

.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;
    line-height: 1.4;
    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;
    line-height: 1.4;
}

@media only screen and (max-width: 575px) {
    .h2-title-area .title {
        font-size: 27px;
        line-height: 1.4;
    }
}

.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;
    line-height: 1.4;
    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;
        line-height: 1.4;
    }
}

.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;
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    .h2-title-area.text-center .title {
        font-size: 27px;
        line-height: 1.4;
    }
}

.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;
        line-height: 1.4;
    }
}

.title-area-h3 .title span {
    color: #FF390E;
}

.echo-breadcrumb-area {
    background-image: url(assets/images/breadcrumb/breadcrumb.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.breadcrumbs {
    margin: 0;
    padding: 0;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumbs ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #777;
}

.breadcrumbs ul li a {
    color: #555;
    text-decoration: none;
    transition: color .2s;
}

.breadcrumbs ul li a:hover {
    color: #000;
}

/* فاصله + جداکننده بین آیتم‌ها */
.breadcrumbs ul li:not(:last-child)::after {
    content: "›";
    margin: 0 8px;
    color: #aaa;
}

/* آیتم آخر (current page) */
.breadcrumbs ul li.current {
    color: #000;
    font-weight: 600;
}

html[data-theme=dark] .breadcrumbs ul li.current {
    color: #ffffff;
    font-weight: 600;
}

/* Category 3 Style blog Shep */
.echo-ct-style-3-shep {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 50%;
    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: 33px;
    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;
}



.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;
}

.mobile-menu-toggle-column {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    order: -1;
}

@media (max-width: 991px) {
    .echo-main-menu-row {
        direction: ltr;
    }

    .echo-site-logo-column {
        margin-left: auto;
    }
}



input {
    height: 40px;
    padding: 0 15px;

    transition: 0.3s;
}

input:focus {
    border: 1px solid var(--color-primary) !important;
}

textarea {
    overflow: auto;
    vertical-align: top;

    transition: 0.3s;
}

textarea:focus {
    border: 1px solid var(--color-primary) !important;
}


.rt-treding-slider10 {
    height: 67px;
    line-height: 67px;
}

.rt-treding-slider10 .swiper-slide {
    display: flex;
    align-items: center;
    height: 100%;
}

.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);
}

/*!
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,
.echo-meta-total-jobs .echo-meta-jobs-text .echo-meta-jobs-title {
    font-weight: var(--s-bold);
    font-size: var(--font-size-b2);
    line-height: 24px;
    color: var(--color-heading-1);
    font-family: inherit;
}

.echo-meta-total-jobs .echo-meta-jobs-text .echo-meta-jobs-title {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1200px) and (min-width: 991px) {

    .echo-meta-total-jobs .echo-meta-jobs-text span,
    .echo-meta-total-jobs .echo-meta-jobs-text .echo-meta-jobs-title {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {

    .echo-meta-total-jobs .echo-meta-jobs-text span,
    .echo-meta-total-jobs .echo-meta-jobs-text .echo-meta-jobs-title {
        font-size: 14px;
        line-height: 22px;
    }
}

.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;
    margin-right: 10px;
}

.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;
}

@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;
}


html[data-theme=dark] body.home-one .header-sticky .echo-site-main-logo-menu-social {
    background: var(--bg-dark-three);
}

.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;
    left: 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 15px;
    font-size: 13px;
}

.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;
}

@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;
}


.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;

    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.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 .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.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 .echo-header-top-menu-bar {
    border-color: rgba(255, 255, 255, 0.2);
}

.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-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;
}

@media only screen and (max-width: 575px) {
    .side-bar {
        width: 320px;
    }
}

.side-bar .inner {
    padding: 0;
}

.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 {
    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;

    background-color: #181823;
}

.side-bar .inner-main-wrapper-desk {
    padding-top: 40px;

    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: 1.4;
    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: #ffffff;

    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 i {
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}


.side-bar button {
    background: #D5225B;

    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color-primary);
    padding: 6px;

    background: #FF4962;
}




.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>a.main::after {
    content: none;
}

/* فقط آیتم‌های دارای زیرمنو فلش داشته باشن */
.mobile-menu nav ul li.has-droupdown>a.main::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 13px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.mobile-menu nav ul li.has-droupdown>a.main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.mobile-menu nav ul li.has-droupdown.mm-active>a.main::after {
    transform: rotate(180deg);
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.mobile-menu nav ul li.has-droupdown {
    position: relative;
}

.mobile-menu nav ul li.has-droupdown ul {
    padding: 0 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: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.mobile-menu nav ul li.has-droupdown::after {
    display: none;
}

.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;
    padding: 12px 0;
}

.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 p {
    text-transform: capitalize;
}

.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .form .echo-p-sub-heading {
    text-align: center;

    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;
        line-height: 1.4;
    }
}

@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;
        line-height: 1.4;
    }

    .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 .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-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-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .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-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-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category .echo-popular-cat-content {
    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-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-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 :is(h1, h2, h3, h4, h5, h6, p, span) {
    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-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-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 {
    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;
}

.echo-breadcrumb-area-2 {
    background-image: url(assets/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;
    align-items: center;
}

.echo-author-picture img {
    width: 200px;
    object-fit: cover;
    border-radius: 100%;
}

html[data-theme=dark] body .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%);
    color: var(--dark-color-heading-1);
}

html[data-theme=dark] body .title-hover:hover {
    color: var(--dark-color-heading-1);
}

html[data-theme=dark] .echo-hero-section>.echo-hero .echo-hero-baner .echo-hero-title {
    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-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-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 {
    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-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 .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] .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-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: #fff;
}

html[data-theme=dark] .header-three .echo-home-1-social-media-icons .search-icon svg path {
    stroke: #fff;
}

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] .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;
}

@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 h1 {
    margin-top: 20px;
    line-height: 350px;
    font-size: 60px;
    font-weight: 700;
}

.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;

    /* font-size: 20px; */
    position: relative;
}


@media (max-width: 500px) {
    .echo-home-1-hero-area-top-story .title-tag-style {
        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 .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: 81px;
}

@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;
        height: auto;
    }
}

@media (max-width: 767px) {
    .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture a img {
        width: auto;
        height: 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: 10px;
    line-height: 1;
    font-size: 14px;
}

.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;
    }
}

@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%;
    height: 216px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .echo-latest-news-area .echo-latest-news-full-content img {
        width: 100%;
        height: 250px;
    }
}

@media (max-width: 767px) {
    .echo-latest-news-area .echo-latest-news-full-content img {
        width: 100%;
        height: 250px;
    }
}

.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,
.echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-single-title p {
    font-size: 22px;
    line-height: 35px;
    margin: 15px 0;
    color: var(--color-heading-1);
    font-weight: var(--s-bold);
}

.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;
    }
}

@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;
    }
}

@media (max-width: 767px) {
    .echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-time-views {
        justify-content: start;
    }

    .echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-time-views i {
        margin-right: 3px;
    }
}

.echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-time-views span {
    font-size: 14px;
    font-weight: 500;
    margin-right: 7px;
}

.echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-time-views i {
    margin-right: 7px;
}

.echo-trending-area {
    padding-top: 90px;
    padding-bottom: 90px;
}

.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 .third-title-tag-style {
    position: relative;
    text-align: left;
    /* font-size: 30px;
    line-height: 40px; */
}

/* .echo-trending-area .third-title-tag-style::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,
.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title p {
    font-size: 25px;
    line-height: 40px;
    color: var(--color-heading-1);
    font-weight: var(--s-bold);
}

@media (min-width: 992px) and (max-width: 1200px) {

    .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title h5,
    .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title p {
        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,
    .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title p {
        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,
    .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title p {
        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: start;
    gap: 7px;
    align-items: center;
}

@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,
.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-post-title p {
    font-size: 30px;
    line-height: 40px;
    margin: 22px 0;
    color: var(--color-heading-1);
    font-weight: var(--s-bold);
}

@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,
    .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-post-title p {
        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,
    .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-post-title p {
        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,
    .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-post-title p {
        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,
    .echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-post-title p {
        font-size: 18px;
        line-height: 28px;
    }
}

.echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-single-title p,
.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title p,
.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-post-title p {
    font-size: 16px;
    line-height: 26px;
}

.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;
}

.echo-home-1-hero-area-top-story .echo-story-text p,
.home-one .echo-video-area .echo-video-right-site-content-text p,
.echo-de-category-content-img-title .echo-de-category-content-title p,
.echo-feature-area .echo-feature-area-post-hins p,
.echo-feature-area .echo-feature-area-option-content-text p,
.echo-popular-news-area .echo-popular-area-item-title p,
.echo-hero-section>.echo-hero .echo-hero-baner .echo-hero-title,
.echo-video-left-site-text-box>p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-heading-1);
    font-weight: var(--s-bold);
}

@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-right-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .echo-trending-right-image {
        width: 380px;
        height: 309px;
    }
}

@media (max-width: 767px) {
    .echo-trending-right-image {
        width: 380px;
        height: 309px;
    }
}

.home-one .echo-video-area {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    /* background-color: var(--color-primary); */
}

.home-one .echo-video-area .fourth-title-tag-style {
    position: relative;
    color: #fff;
    margin-bottom: 45px;
    font-size: 30px;
    line-height: 40px;
}

.home-one .echo-video-area .fourth-title-tag-style::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 .fourth-title-tag-style::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-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%;
}



.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 .fifth-title-tag-style {
    position: relative;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 0;
}

/* .echo-de-category-area .echo-de-category-title-btn .fifth-title-tag-style::after {
    content: "";
    position: absolute;
    width: 100%;
    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-content-img-title {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 20px 0;
}

.echo-de-category-content-img-title .echo-de-category-content-img {
    flex-basis: 40%;
}

.echo-de-category-content-img-title .echo-de-category-content-img a img {
    width: 120px;
    height: 113px;
    object-fit: cover;
}

.echo-de-category-content-img-title .echo-de-category-content-title {
    flex-basis: 58%;
}

.echo-de-category-content-img-title .echo-de-category-content-title h6 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
}

.echo-de-category-content-img-title .echo-de-category-read a {
    font-size: 14px;
    line-height: 1.4;
}

.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;
}

.sixth-title-tag-style {
    position: relative;
    /* font-size: 30px; line-height: 1.4; */
}


.echo-feature-area .echo-feature-area-site-title .echo-feature-area-post-img a img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.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: 5px;
}

.echo-feature-area .echo-feature-area-site-title .echo-feature-area-read-view a {
    font-size: 14px;
    line-height: 1.4;
}

.echo-feature-area .echo-feature-area-site-title .echo-feature-area-read-view a i {
    margin-right: 4px;
    font-size: 15px;
    line-height: 1.4;
}


.echo-feature-area .echo-feature-area-option-content {
    display: flex;
    align-items: center;
    /* background-color: #fff; */
    padding: 10px;
    gap: 10px;
}

.echo-feature-area .echo-feature-area-option-content .echo-feature-area-option-number {
    flex-basis: 28%;
}

.echo-feature-area .echo-feature-area-option-content .echo-feature-area-option-number p {
    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-content .echo-feature-area-option-content-text {
    flex-basis: 90%;
}

.echo-feature-area .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-content .echo-feature-area-option-content-text .echo-feature-area-option-read-more a {
    font-size: 14px;
}

.echo-feature-area .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-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.echo-feature-area .echo-feature-area-last-content .echo-feature-area-last-content-img {
    flex-basis: 50%;
}

.echo-feature-area .echo-feature-area-last-content .echo-feature-area-last-content-text {
    flex-basis: 50%;
}

.echo-feature-area .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-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-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-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;
    gap: 30px;
}

.echo-feature-area .echo-feature-area-right-site-follower ul a {
    font-size: 20px;
}


.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-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-popular-news-area {
    padding-top: 90px;
    padding-bottom: 90px;
}

.echo-popular-news-area .echo-popular-area-title {
    margin-bottom: 38px;
}

.seventh-title-tag-style {
    font-size: 30px;
    line-height: 1.4;
    position: relative;
}

.seventh-title-tag-style::after {
    content: "";
    position: absolute;
    background-color: #5E5E5E;
    opacity: 0.5;
    height: 1px;
    width: 32.5%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.seventh-title-tag-style::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%;
    height: 277px;
}

.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: 5px;
    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-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: 1.4;
    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-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;
    line-height: 1.4;
    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;
    line-height: 1.4;
    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(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) {
    border-bottom: none;

    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-hero-section {
    padding: 60px 0;

    padding-top: 60px;
}

.echo-hero-section .echo-hero-baner {
    position: relative;

    position: relative;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .echo-hero-section .echo-hero-baner h1 {
        line-height: 55px;
        font-size: 28px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .echo-hero-section .echo-hero-baner h1 {
        line-height: 60px;
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .echo-hero-section .echo-hero-baner h1 {
        font-size: 28px;
        line-height: 35px;
    }
}

@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: 17px;

    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;

    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;
    line-height: 1.4;

    font-size: 14px;
    line-height: 1.4;
    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;

    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-3 .echo-hero-baner .echo-inner-img-ct-1 a>img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}


.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 {
    position: relative;
}



.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 {
    line-height: 1.8em;
    font-size: 25px;
    font-weight: 700;
}

.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: 20px 0;
}

.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;
    line-height: 1.4;
}

.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: 240px;
}

.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(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) {
    border-bottom: none;

    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(5) .echo-inner-img-ct-1 {
    position: relative;
}

.echo-hero-section.inner-2 .echo-hero-baner {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.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-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 {
    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-banner-texting {
    padding: 10px;
}

/* .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;
    line-height: 1.4;
}

.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;
    line-height: 1.4;
    margin-right: 6px;
}

.echo-banner-innerpage {
    padding: 100px 0 0 0;
}

.echo-hero-section.inner-post .echo-comment-box form select {
    border: 1px solid #45454540;
    margin-bottom: 20px;
    height: 60px;
}

.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-info {
    flex-basis: 52%;
}

.echo-hero-section.inner-post-3 .echo-financial-area .content h3 .echo-post-title {
    font-size: 40px;
    line-height: 1.4;
    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;
}


/* Benar area style */

.echo-home-1-hero-area-top-story .echo-top-story.first {
    margin: 18px 0 30px 0;

    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-text {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 10px;
}

.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: 1.4;
    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 {
    padding: 90px 0;

    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-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 {
    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-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-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-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-content .echo-feature-area-last-content-text h3 {
    margin-top: 20px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4;
}

.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .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-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-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-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-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 .button-area {
    text-align: center;
    margin-top: 50px;
}


.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-hero-section.inner-post .echo-hero-baner {
    box-shadow: none;
    margin-bottom: 0;

    box-shadow: none;
    margin-bottom: 0;
}

.echo-hero-section.inner-post .echo-financial-area {
    margin-bottom: 40px;

    margin-bottom: 40px;
}

.echo-hero-section.inner-post .echo-financial-area .image-area {
    margin-bottom: 20px;

    margin-bottom: 20px;
}

.echo-hero-section.inner-post .echo-financial-area .content .title {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.4;

    font-weight: 700;
    font-size: 50px;
    line-height: 1.4;
}

.echo-hero-section.inner-post .echo-financial-area .content .desc {
    color: #5E5E5E;

    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;

    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: 30px;
    font-family: "Bona Nova";
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    position: relative;

    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;

    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;

    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;

    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;

    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;

    justify-content: start;
}

.echo-hero-section.inner-post .echo-financial-area .content .details-tag button {
    padding: 8px 10px;
    background: #f9f9f9;

    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;

    justify-content: end;
}

.echo-hero-section.inner-post .echo-author-area {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 40px;

    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 40px;
}

.echo-hero-section.inner-post .echo-author-area .image-area {
    flex-basis: 15%;

    flex-basis: 15%;
}

.echo-hero-section.inner-post .echo-author-area .content {
    flex-basis: 85%;

    flex-basis: 85%;
}

.echo-hero-section.inner-post .echo-author-area .content .title {
    margin-bottom: 10px;

    margin-bottom: 10px;
}

.echo-hero-section.inner-post .echo-more-news-area {
    padding: 35px 30px;
    background: #f9f9f9;
    margin-bottom: 40px;

    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;

    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;

    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%;

    flex-basis: 30%;
}

.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-picture a img {
    width: 100%;
    height: 100%;

    width: 100%;
    height: 100%;
}

.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-text {
    flex-basis: 70%;

    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;

    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;

    font-size: 16px;
    margin-right: 6px;
}

.echo-hero-section.inner-post .echo-reply-area {
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 40px;

    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;

    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}

.echo-hero-section.inner-post .echo-reply-area .comment-inner {
    padding: 0;
    margin: 0;

    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;

    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%;

    flex-basis: 12%;
}

.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .content {
    flex-basis: 88%;

    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;

    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;

    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;

    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;

    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;

    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;

    padding: 30px;
    background: #f9f9f9;
}

.echo-hero-section.inner-post .echo-comment-box .title {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;

    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;

    border: 1px solid #45454540;
    margin-bottom: 20px;
}

.echo-hero-section.inner-post .echo-comment-box form input {
    height: 60px;

    height: 60px;
}

.echo-hero-section.inner-post .echo-comment-box form textarea {
    padding-top: 10px;
    min-height: 140px;

    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;

    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;
    font-size: 25px;
    line-height: 1.8em;
}

.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;
}

.innerpage #sidebar {
    width: 370px;
    max-width: max-content;
    height: max-content;
    position: absolute;
}

#sidebar.fixed {
    position: fixed;
    top: 0;
    width: 370px;
}



/* 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;
    justify-content: space-between;
}

.echo-footer-area .echo-row .echo-footer-content-1 {
    flex-basis: 30%;
}

.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-2 .echo-footer-most-popular span {
    display: block;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
}

.echo-footer-area .echo-row .echo-footer-content-2 {
    flex-basis: 20%;
}

.echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular span i {
    margin-right: 15px;
}

/* .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: 20%;
}

.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 span {
    display: block;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
}

.echo-footer-area .echo-row .echo-footer-content-3 .echo-footer-help span i {
    margin-right: 15px;
}

.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: 20%;
}

.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-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 {
    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 :is(h1, h2, h3, h4, h5, h6, p, span) {
    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-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;
}

@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: 20%;
        margin-bottom: 50px;
    }

    .echo-footer-area .echo-row .echo-footer-content-3 {
        flex-basis: 20%;
        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: 20%;
    }

    .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%;
    }
}


.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-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 {
    content: "/";
    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;
}



.echo-video-area .echo-full-video-content .echo-video-left-site>a>img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

/* 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-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3 .echo-hero-baner .echo-inner-img-ct-1 a>img {
        width: 100%;
    }

    .echo-hero-section.inner-3 .echo-hero-baner .echo-inner-img-ct-1 a>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 p {
        margin-top: -15px;
    }

    .echo-hero-section.inner .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share {
        gap: 10px;
        flex-wrap: wrap;

        margin-bottom: 10px;
    }

    .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 {
        line-height: 50px;
        font-size: 23px;
    }

    .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-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 .echo-feature-area-post-hins h5 {
        font-size: 19px;
        line-height: 1.4;
    }

    .echo-feature-area .echo-feature-area-option-content .echo-feature-area-option-number p {
        font-size: 52px;
        line-height: 62px;
    }

    .echo-feature-area .echo-feature-area-option-content {
        padding: 13px;
        gap: 10px;
    }

    .echo-feature-area .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-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>hr {
        margin-bottom: 5px !important;
    }

    .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text>a {
        font-size: 15px !important;
    }


    .echo-de-category-area {
        padding: 30px 0;
    }

    /* .echo-de-category-area .echo-de-category-title-btn .fifth-title-tag-style::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-content .echo-feature-area-last-content-img>a>img {
        width: 100%;
    }

    .echo-feature-area .echo-feature-area-last-content {
        display: block;
    }

    .echo-footer-area4 {
        padding: 0 10px;
    }

    .echo-video-area .echo-full-video-content .echo-video-left-site>a>img {
        width: 100%;
        height: 700px;
        object-fit: cover;
    }
}

/* 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);

        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>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-ct-style-3-shep {
        bottom: -40px;
    }

    .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 {
        line-height: 1.8em;
        font-size: 23px;
    }

    .echo-hero-section.inner .echo-hero-baner .echo-ct-style-3-shep>p {
        padding: 0 40px;
    }

    .echo-ct-style-1-banner-images {
        width: 100%;
    }

    .echo-archive-main-content.area-2 {
        margin-bottom: 30px;
    }

    .echo-fd-post-left {
        margin-bottom: 30px;
    }

    .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>a>img {
        width: 100%;
    }

    .echo-popular-left-main-item .echo-popular-left-img>a>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: 1.4;
        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-banner {
        padding: 30px 0;
    }

    .echo-banner .echo-banner-mani-content .echo-banner-img>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-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;
    }

    .seventh-title-tag-style::before,
    .seventh-title-tag-style::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;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .echo-feature-area .echo-feature-area-last-content .echo-feature-area-last-content-img>a>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>h5 {
        font-size: 25px;
    }

    .echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-title>h5 {
        font-size: 25px;
        line-height: 1.4;
    }

    .echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-rigth-site-newsletter-title>h5 {
        font-size: 25px;
        line-height: 1.4;
    }

    .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 .fifth-title-tag-style::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>a>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 .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 {
        width: 45%;

        gap: 5px;
    }


    .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);

        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-financial-area .content .details-share {
        justify-content: start;
        margin-top: 15px;
    }

    .echo-hero-section.inner-post .echo-author-area {
        padding: 30px 20px 30px 0;
        gap: 25px;

        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-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-hero-section.inner-2 .echo-hero-baner .echo-inner-img-ct-1 a>img {
        width: 100%;
    }

    .echo-hero-section.inner-2 .echo-hero-baner {
        display: block;
        padding-bottom: 25px;
    }

    .echo-right-ct-1 {
        margin-top: 40px;
    }

    .echo-hero-section.inner .echo-hero-baner h2 {
        line-height: 1.8em;
        font-size: 23px;
    }

    .echo-hero-section.inner .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share {
        gap: 10px;
    }

    .echo-archive-main-content.area-2 {
        margin-bottom: 30px;
    }

    .echo-fd-post-left {
        margin-bottom: 30px;
    }

    .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>a>img {
        width: 100%;
    }

    .echo-popular-left-main-item .echo-popular-left-img>a>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-feature-main-content {
        margin-bottom: 30px;
    }

    .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>a>img {
        width: 75%;
    }

    .echo-banner .echo-banner-mani-content .echo-banner-text .echo-banner-heading {
        margin-top: 5px;
    }

    .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-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-post:first-child {
        margin-bottom: 30px;
    }

    .echo-feature-area .echo-feature-area-right-site-follower>h5 {
        font-size: 25px;
    }

    .echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-title>h5 {
        font-size: 25px;
        line-height: 1.4;
    }

    .echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-rigth-site-newsletter-title>h5 {
        font-size: 25px;
        line-height: 1.4;
    }

    .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-content .echo-feature-area-last-content-text h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .echo-feature-area .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 .fifth-title-tag-style::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>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;
    }

    .echo-video-area .echo-full-video-content .echo-video-left-site>a>img {
        width: 100%;
        height: auto;
    }
}

/* small mobile :320px. */
@media (max-width: 500px) {
    .echo-hero-section.inner-post-2 .echo-hero-baner .echo-hero-title {
        margin-bottom: 15px;
        font-size: 19px;
        line-height: 1.7em;
    }

    .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 .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);

        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-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: 1.5em;
        font-size: 22px;
    }

    .echo-archive-right-heading {
        margin-top: 10px;
    }

    .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-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 {
        width: 100%;

        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-feature-area .echo-feature-area-last-content {
        display: block;
    }

    .echo-feature-area .echo-feature-area-last-content:last-child {
        padding-bottom: 15px;
    }

    .echo-feature-area .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-content .echo-feature-area-last-content-text {
        margin-top: 15px;
    }

    .echo-feature-area .echo-feature-area-last-content .echo-feature-area-last-content-img>a>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 .fifth-title-tag-style::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;
        line-height: 1.4;
    }

    .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:first-child {
        margin-top: 0;
    }

    .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video>a>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-right-site-content {
        display: grid;
        margin-top: 15px;
        justify-content: inherit;

        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 .fourth-title-tag-style {
        text-align: left;
    }

    .echo-video-area .echo-video-content .echo-video-area-title-row .fourth-title-tag-style::after,
    .echo-video-area .echo-video-content .echo-video-area-title-row .fourth-title-tag-style::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-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>a>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-content .echo-feature-area-last-content-text h3 {
        font-size: 22px;
        line-height: 32px;

        margin-bottom: 8px;

        margin: 15px 0 8px 0;
    }

    .echo-popular-news-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;
    }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {


    .echo-feature-area.area-2 .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-content .echo-feature-area-last-content-text h3 {
        font-size: 36px;
        line-height: 1.4;
    }

    .echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-text h6 {
        font-size: 17px;
    }
}

@media (max-width: 991px) {


    .echo-feature-area .echo-feature-area-last-content .echo-feature-area-last-content-text {
        margin-top: 20px;
    }

    .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%;
    }

    .search-input-area .search-input-inner .search-close-icon {
        width: 8%;
    }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

    .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 {
        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-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;
    }
}

/* small mobile :320px. */
@media (max-width: 767px) {


    .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-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 {
        margin-bottom: 40px;
    }


    .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;
    }

    .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-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%;
    }
}

@media (max-width: 576px) {

    .echo-feature-area.area-2 {
        display: block;
    }

    .echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-content .echo-feature-area-last-content-text .content-catagory-tag {
        margin: 30px 0 0 0;
    }

    .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%;
    }
}

@media (max-width: 480px) {

    .echo-feature-area.area-2 .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-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-content .echo-feature-area-last-content-text .content-catagory-tag {
        margin: 30px auto 0 auto;
    }

    .search-input-area .search-input-inner .search-close-icon {
        width: 20%;
    }
}


/* 404 Area Style */
.echo-404-page .echo-404-area {
    position: relative;
    overflow: hidden;
    min-height: 640px;
    padding: 86px 0 104px;
    background: #f8f8f6;
    direction: rtl;
}

.echo-404-page .echo-container {
    width: min(100% - 48px, 1120px);
    margin: 0 auto;
}

.echo-404-page .echo-404-area::before {
    content: "404";
    position: absolute;
    left: -28px;
    bottom: -105px;
    color: rgba(83, 127, 231, 0.06);
    font-family: "Bona Nova", serif;
    font-size: 380px;
    font-weight: 700;
    line-height: 1;
    transform: rotate(-12deg);
}

.echo-404-page .echo-error-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: clamp(40px, 6vw, 82px);
    align-items: end;
    max-width: 940px;
    margin: 0 auto;
    text-align: right;
}

.echo-error-copy {
    min-width: 0;
}

.echo-error-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    color: var(--color-primary-3);
    font-size: 13px;
    font-weight: 700;
}

.echo-error-heading {
    display: inline-flex;
    align-items: flex-end;
    direction: ltr;
    margin-bottom: 34px;
    font-family: "Bona Nova", serif;
    font-size: clamp(100px, 13vw, 178px);
    font-weight: 700;
    letter-spacing: -6px;
    line-height: 0.78;
    white-space: nowrap;
}

.echo-error-number {
    color: var(--color-heading-1);
    display: block;
}

.echo-error-number-accent {
    color: var(--color-primary-3);
}

.echo-error-sub-heading h1 {
    max-width: 570px;
    margin-bottom: 15px;
    font-size: clamp(28px, 3.7vw, 46px);
    line-height: 1.25;
}

.echo-error-pera p {
    max-width: 560px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2;
}

.echo-error-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.echo-error-home,
.echo-error-all-news {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.echo-error-home {
    padding: 13px 21px;
    color: #fff;
    background: var(--color-primary-3);
    font-size: 14px;
    font-weight: 700;
}

.echo-error-home:hover {
    color: #fff;
    background: var(--color-heading-1);
}

.echo-error-all-news {
    color: var(--color-heading-1);
    font-size: 14px;
    font-weight: 700;
}

.echo-error-all-news:hover {
    color: var(--color-primary-3);
    gap: 14px;
}

.echo-error-search {
    position: relative;
    padding: 28px;
    border-top: 4px solid var(--color-primary);
    background: #fff;
    box-shadow: 0 18px 55px rgba(24, 24, 35, 0.09);
}

.echo-error-search::before {
    content: "";
    position: absolute;
    top: -4px;
    right: 0;
    width: 36%;
    height: 4px;
    background: var(--color-primary-3);
}

.echo-error-search>span {
    display: block;
    margin-bottom: 16px;
    color: var(--color-heading-1);
    font-family: "Bona Nova", serif;
    font-size: 22px;
    font-weight: 700;
}

.echo-error-search form {
    position: relative;
}

.echo-error-search .search-input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #e5e5e5;
    outline: 0;
    color: var(--color-heading-1);
    font-size: 14px;
}

.echo-error-search .search-input:focus {
    border-color: var(--color-primary);
}

html[data-theme="dark"] body .echo-404-page .echo-404-area {
    background: var(--bg-dark-three);
}

html[data-theme="dark"] body .echo-404-page .echo-404-area::before {
    color: rgba(83, 127, 231, 0.1);
}

html[data-theme="dark"] body .echo-404-page .echo-error-sub-heading h1,
html[data-theme="dark"] body .echo-404-page .echo-error-number,
html[data-theme="dark"] body .echo-404-page .echo-error-all-news,
html[data-theme="dark"] body .echo-404-page .echo-error-search>span {
    color: var(--dark-color-heading-1);
}

html[data-theme="dark"] body .echo-404-page .echo-error-pera p {
    color: var(--dark-color-body);
}

html[data-theme="dark"] body .echo-404-page .echo-error-search {
    background: var(--bg-dark-two);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] body .echo-404-page .echo-error-search .search-input {
    border-color: rgba(255, 255, 255, 0.16);
    background: var(--bg-dark-one);
    color: var(--dark-color-heading-1);
}

html[data-theme="dark"] body .echo-404-page .echo-error-search .search-input:focus {
    border-color: var(--color-primary);
}

@media (max-width: 767px) {
    .echo-404-page .echo-404-area {
        min-height: auto;
        padding: 58px 0 76px;
    }

    .echo-404-page .echo-404-area::before {
        bottom: -50px;
        font-size: 220px;
    }

    .echo-404-page .echo-error-content {
        display: block;
        max-width: 560px;
        text-align: center;
    }

    .echo-error-kicker {
        margin-bottom: 18px;
    }

    .echo-error-heading {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 24px;
        font-size: clamp(92px, 25vw, 128px);
    }

    .echo-error-sub-heading h1,
    .echo-error-pera p {
        margin-right: auto;
        margin-left: auto;
    }

    .echo-error-pera p {
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 1.9;
    }

    .echo-error-actions {
        justify-content: center;
        gap: 16px 20px;
    }

    .echo-error-search {
        max-width: 420px;
        margin-top: 42px;
        margin-right: auto;
        margin-left: auto;
        padding: 24px 20px;
        text-align: right;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .echo-404-page .echo-404-area {
        padding-top: 70px;
    }

    .echo-404-page .echo-error-content {
        display: block;
        max-width: 680px;
        text-align: center;
    }

    .echo-error-heading {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 28px;
    }

    .echo-error-sub-heading h1,
    .echo-error-pera p {
        margin-right: auto;
        margin-left: auto;
    }

    .echo-error-actions {
        justify-content: center;
    }

    .echo-error-search {
        max-width: 420px;
        margin: 42px auto 0;
        text-align: right;
    }
}

/* pagination style */
.pagination {
    text-align: center;
    margin: 40px 0;
    display: flex;
    justify-content: center;
}

.pagination ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 8px;
}

.pagination ul li {
    display: flex;
}

.pagination ul li a,
.pagination ul li span {
    display: block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    color: #555;
    transition: all .2s ease;
}

.pagination ul li a:hover {
    border-color: #000;
    color: #000;
}

.pagination ul li .current {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* TABLE OF THE CONTENT */
html[data-theme=dark] #table-of-contents {
    background-color: #000 !important;
    color: white;
}

/* Sticky sidebar on single post pages */
@media only screen and (min-width: 992px) {
    .sticky-coloum-wrap {
        align-items: flex-start;
    }

    .sticky-coloum-item {
        position: sticky;
        top: 100px;
    }
}