: root {
    --color - primary: #537fe7;
    --color - primary - 3: #ff390e;
    --color - primary - m: #7817f2;
    --home - 5 - title - font: "Bebas Neue",
    sans - serif;
    --home - 5 - body - font: "DM Sans",
    sans - serif;
    --home - 5 - body - color: #ebebeb;
    --color - body: #5e5e5e;
    --dark - color - body: hsla(0, 0 % , 100 % , .8);
    --color - title - af - bf: #f9f9f9;
    --color - heading - 1: #181823;
    --dark - color - heading - 1: #fff;
    --bg - dark - one: #27272e;
    --bg - dark - two: #212121;
    --bg - dark - three: #0f0f1c;
    --background - color - dark: #181823;
    --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 {
    font - size: 10px;
    margin: 0;
    overflow: hidden;
    overflow - y: auto;
    padding: 0;
    scroll - behavior: auto!important
}
body {
    -webkit - font - smoothing: antialiased;
    -moz - osx - font - smoothing: grayscale;
    color: var(--color - body);
    font - family: Inter,
    sans - serif;
    font - size: var(--font - size - b1);
    font - weight: var(--p - regular);
    line - height: var(--line - height - b1);
    position: relative
}
 @ 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: "";
    height: 100 % ;
    left: 0;
    opacity: .05;
    position: absolute;
    top: 0;
    width: 100 % ;
    z - index: -1
}
.h1, .h2, .h3, .h4, .h5, .h6, address, blockquote, h1, h2, h3, h4, h5, h6, hr, menu, ol, p, pre, table, ul {
    margin: 0 0 20px
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--color - heading - 1);
    font - family: Bona Nova,
    serif;
    line - height: 1.4074;
    word - break: break - word
}
.h1, h1 {
    font - size: var(--h1);
    font - weight: 700;
    line - height: 91px
}
.h2, h2 {
    font - size: var(--h2);
    line - height: 1.23
}
.h3, h3 {
    font - size: var(--h3);
    line - height: 54px
}
.h4, h4 {
    font - size: var(--h4);
    line - height: 1.25
}
.h5, h5 {
    font - size: var(--h5);
    line - height: 1.24
}
.h6, h6 {
    font - size: var(--h6);
    line - height: 1.25
}
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit
}
.bg - color - tertiary.h1, .bg - color - tertiary.h2, .bg - color - tertiary.h3, .bg - color - tertiary.h4, .bg - color - tertiary.h5, .bg - color - tertiary.h6, .bg - color - tertiary h1, .bg - color - tertiary h2, .bg - color - tertiary h3, .bg - color - tertiary h4, .bg - color - tertiary h5, .bg - color - tertiary h6 {
    color: #fff
}
.bg - color - tertiary a, .bg - color - tertiary p {
    color: #6c7279
}
 @ media only screen and(min - width: 768px)and(max - width: 991px) {
    .h1,
    h1 {
        font - size: 38px
    }
    .h2,
    h2 {
        font - size: 32px
    }
    .h3,
    h3 {
        font - size: 28px
    }
    .h4,
    h4 {
        font - size: 24px
    }
    .h5,
    h5 {
        font - size: 18px
    }
}
 @ media only screen and(max - width: 767px) {
    .h1,
    h1 {
        font - size: 34px
    }
    .h2,
    h2 {
        font - size: 28px
    }
    .h3,
    h3 {
        font - size: 24px
    }
    .h4,
    .h5,
    h4,
    h5 {
        font - size: 20px
    }
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font - weight: var(--s - bold)
}
p {
    color: var(--color - body);
    font - size: var(--font - size - b2);
    font - weight: var(--p - regular);
    line - height: var(--line - height - b2);
    margin: 0 0 40px
}
 @ media only screen and(max - width: 767px) {
    p {
        font - size: 16px;
        line - height: 28px;
        margin: 0 0 20px
    }
}
p.has - large - font - size {
    font - size: 36px;
    line - height: 1.5
}
p.has - medium - font - size {
    font - size: 24px;
    line - height: 36px
}
p.has - small - font - size {
    font - size: 13px
}
p.has - very - light - gray - color {
    color: var(--color - white)
}
p.has - background {
    padding: 20px 30px
}
p.b1 {
    font - size: var(--font - size - b1);
    line - height: var(--line - height - b1)
}
p.b2 {
    font - size: var(--font - size - b2);
    line - height: var(--line - height - b2)
}
p.b3 {
    font - size: var(--font - size - b3);
    line - height: var(--line - height - b3)
}
p: last - child {
    margin - bottom: 0
}
.b1 {
    font - size: var(--font - size - b1);
    line - height: var(--line - height - b1)
}
.b2 {
    font - size: var(--font - size - b2);
    line - height: var(--line - height - b2)
}
.b3 {
    font - size: var(--font - size - b3);
    line - height: var(--line - height - b3)
}
.b4 {
    font - size: var(--font - size - b4);
    line - height: var(--line - height - b4)
}
table {
    border - collapse: collapse;
    border - spacing: 0;
    margin: 0 0 20px;
    width: 100 %
}
table a, table a: link, table a: visited {
    text - decoration: none
}
.wp - block - pullquote cite, .wp - block - pullquote.is - style - solid - color blockquote cite, .wp - block - quote cite, cite {
    color: var(--color - heading)
}
var {
    font - family: Manrope,
    sans - serif
}
ol, ul {
    padding - left: 18px
}
ul {
    list - style: square;
    margin - bottom: 30px;
    padding - left: 20px
}
ul.liststyle.bullet li {
    color: var(--color - body);
    font - size: 18px;
    line - height: 30px;
    padding - left: 30px;
    position: relative
}
 @ media only screen and(max - width: 767px) {
    ul.liststyle.bullet li {
        padding - left: 19px
    }
}
ul.liststyle.bullet li: before {
    background: var(--color - body);
    border - radius: 100 % ;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 6px
}
ul.liststyle.bullet li + li {
    margin - top: 8px
}
ul li {
    color: var(--color - body);
    font - size: var(--font - size - b1);
    line - height: var(--line - height - b1);
    margin - bottom: 10px;
    margin - top: 10px
}
ul li a {
    color: var(--color - gray);
    text - decoration: none
}
ul li a: hover {
    color: var(--color - primary)
}
ul ul {
    margin - bottom: 0
}
ol {
    margin - bottom: 30px
}
ol li {
    color: var(--color - body);
    font - size: var(--font - size - b1);
    line - height: var(--line - height - b1);
    margin - bottom: 10px;
    margin - top: 10px
}
ol li a {
    color: var(--color - heading);
    text - decoration: none
}
ol li a: hover {
    color: var(--color - primary)
}
ol ul {
    padding - left: 30px
}
.typo - title - area.title {
    margin - top: 0
}
.paragraph - area p.disc {
    color: #fff;
    margin - bottom: 20px
}
 @ media only screen and(max - width: 1199px) {
    h1 {
        font - size: 64px
    }
}
 @ media only screen and(min - width: 992px)and(max - width: 1199px) {
    h1 {
        font - size: 54px
    }
}
 @ media only screen and(min - width: 768px)and(max - width: 991px) {
    h1 {
        font - size: 40px;
        line - height: 56px
    }
}
 @ media only screen and(max - width: 767px) {
    h1 {
        font - size: 30px;
        line - height: 45px
    }
}
 @ media only screen and(max - width: 575px) {
    h1 {
        font - size: 28px;
        line - height: 36px
    }
}
 @ media only screen and(max - width: 479px) {
    h1 {
        font - size: 26px;
        line - height: 30px
    }
}
 @ media only screen and(max - width: 1199px) {
    h2 {
        font - size: 54px
    }
}
 @ media only screen and(min - width: 992px)and(max - width: 1199px) {
    h2 {
        font - size: 44px
    }
}
 @ media only screen and(min - width: 768px)and(max - width: 991px) {
    h2 {
        font - size: 36px;
        line - height: 56px
    }
}
 @ media only screen and(max - width: 767px) {
    h2 {
        font - size: 30px;
        line - height: 45px
    }
}
 @ media only screen and(max - width: 575px) {
    h2 {
        font - size: 26px;
        line - height: 36px
    }
}
 @ media only screen and(max - width: 479px) {
    h2 {
        font - size: 24px;
        line - height: 30px
    }
}
 @ media only screen and(max - width: 1199px) {
    h3 {
        font - size: 40px
    }
}
 @ media only screen and(min - width: 992px)and(max - width: 1199px) {
    h3 {
        font - size: 36px
    }
}
 @ media only screen and(min - width: 768px)and(max - width: 991px) {
    h3 {
        font - size: 30px;
        line - height: 56px
    }
}
 @ media only screen and(max - width: 767px) {
    h3 {
        font - size: 30px;
        line - height: 45px
    }
}
 @ media only screen and(max - width: 575px) {
    h3 {
        font - size: 24px;
        line - height: 36px
    }
}
 @ media only screen and(max - width: 479px) {
    h3 {
        font - size: 22px;
        line - height: 30px
    }
}
.slick - dotted.slick - slider {
    margin - bottom: 0
}
.mb_dec--25 {
    margin - bottom: -25px
}
.mb_dec--30 {
    margin - bottom: -30px
}
.m--0 {
    margin: 0
}
.rts - section - gap {
    padding: 150px 0
}
 @ media only screen and(min - width: 768px)and(max - width: 991px) {
    .rts - section - gap {
        padding: 80px 0
    }
}
 @ media only screen and(max - width: 767px) {
    .rts - section - gap {
        padding: 60px 0
    }
}
.rts - section - gapBottom {
    padding - bottom: 150px
}
 @ media only screen and(min - width: 768px)and(max - width: 991px) {
    .rts - section - gapBottom {
        padding - bottom: 80px
    }
}
 @ media only screen and(max - width: 767px) {
    .rts - section - gapBottom {
        padding - bottom: 60px
    }
}
.rts - section - gapTop {
    padding - top: 120px
}
 @ media only screen and(min - width: 768px)and(max - width: 991px) {
    .rts - section - gapTop {
        padding - top: 70px
    }
}
 @ media only screen and(max - width: 767px) {
    .rts - section - gapTop {
        padding - top: 60px
    }
}
.rts - section - gap2 {
    padding: 120px 0
}
 @ media only screen and(min - width: 768px)and(max - width: 991px) {
    .rts - section - gap2 {
        padding: 80px 0
    }
}
 @ media only screen and(max - width: 767px) {
    .rts - section - gap2 {
        padding: 60px 0
    }
}
.rts - section - gap2Bottom {
    padding - bottom: 120px
}
 @ media only screen and(min - width: 768px)and(max - width: 991px) {
    .rts - section - gap2Bottom {
        padding - bottom: 80px
    }
}
 @ media only screen and(max - width: 767px) {
    .rts - section - gap2Bottom {
        padding - bottom: 60px
    }
}
.rts - section - gap2Top {
    padding - top: 120px
}
 @ media only screen and(min - width: 768px)and(max - width: 991px) {
    .rts - section - gap2Top {
        padding - top: 70px
    }
}
 @ media only screen and(max - width: 767px) {
    .rts - section - gap2Top {
        padding - top: 60px
    }
}
.pl--0 {
    padding - left: 0!important
}
.pr--0 {
    padding - right: 0!important
}
.pt--0 {
    padding - top: 0!important
}
.pb--0 {
    padding - bottom: 0!important
}
.mr--0 {
    margin - right: 0!important
}
.ml--0 {
    margin - left: 0!important
}
.mt--0 {
    margin - top: 0!important
}
.mb--0 {
    margin - bottom: 0!important
}
.ptb--5 {
    padding: 5px 0!important
}
.plr--5 {
    padding: 0 5px!important
}
.pt--5 {
    padding - top: 5px!important
}
.pb--5 {
    padding - bottom: 5px!important
}
.pl--5 {
    padding - left: 5px!important
}
.pr--5 {
    padding - right: 5px!important
}
.mt--5 {
    margin - top: 5px!important
}
.mb--5 {
    margin - bottom: 5px!important
}
.mr--5 {
    margin - right: 5px!important
}
.ml--5 {
    margin - left: 5px!important
}
.ptb--10 {
    padding: 10px 0!important
}
.plr--10 {
    padding: 0 10px!important
}
.pt--10 {
    padding - top: 10px!important
}
.pb--10 {
    padding - bottom: 10px!important
}
.pl--10 {
    padding - left: 10px!important
}
.pr--10 {
    padding - right: 10px!important
}
.mt--10 {
    margin - top: 10px!important
}
.mb--10 {
    margin - bottom: 10px!important
}
.mr--10 {
    margin - right: 10px!important
}
.ml--10 {
    margin - left: 10px!important
}
.ptb--15 {
    padding: 15px 0!important
}
.plr--15 {
    padding: 0 15px!important
}
.pt--15 {
    padding - top: 15px!important
}
.pb--15 {
    padding - bottom: 15px!important
}
.pl--15 {
    padding - left: 15px!important
}
.pr--15 {
    padding - right: 15px!important
}
.mt--15 {
    margin - top: 15px!important
}
.mb--15 {
    margin - bottom: 15px!important
}
.mr--15 {
    margin - right: 15px!important
}
.ml--15 {
    margin - left: 15px!important
}
.ptb--20 {
    padding: 20px 0!important
}
.plr--20 {
    padding: 0 20px!important
}
.pt--20 {
    padding - top: 20px!important
}
.pb--20 {
    padding - bottom: 20px!important
}
.pl--20 {
    padding - left: 20px!important
}
.pr--20 {
    padding - right: 20px!important
}
.mt--20 {
    margin - top: 20px!important
}
.mb--20 {
    margin - bottom: 20px!important
}
.mr--20 {
    margin - right: 20px!important
}
.ml--20 {
    margin - left: 20px!important
}
.ptb--25 {
    padding: 25px 0!important
}
.plr--25 {
    padding: 0 25px!important
}
.pt--25 {
    padding - top: 25px!important
}
.pb--25 {
    padding - bottom: 25px!important
}
.pl--25 {
    padding - left: 25px!important
}
.pr--25 {
    padding - right: 25px!important
}
.mt--25 {
    margin - top: 25px!important
}
.mb--25 {
    margin - bottom: 25px!important
}
.mr--25 {
    margin - right: 25px!important
}
.ml--25 {
    margin - left: 25px!important
}
.ptb--30 {
    padding: 30px 0!important
}
.plr--30 {
    padding: 0 30px!important
}
.pt--30 {
    padding - top: 30px!important
}
.pb--30 {
    padding - bottom: 30px!important
}
.pl--30 {
    padding - left: 30px!important
}
.pr--30 {
    padding - right: 30px!important
}
.mt--30 {
    margin - top: 30px!important
}
.mb--30 {
    margin - bottom: 30px!important
}
.mr--30 {
    margin - right: 30px!important
}
.ml--30 {
    margin - left: 30px!important
}
.ptb--35 {
    padding: 35px 0!important
}
.plr--35 {
    padding: 0 35px!important
}
.pt--35 {
    padding - top: 35px!important
}
.pb--35 {
    padding - bottom: 35px!important
}
.pl--35 {
    padding - left: 35px!important
}
.pr--35 {
    padding - right: 35px!important
}
.mt--35 {
    margin - top: 35px!important
}
.mb--35 {
    margin - bottom: 35px!important
}
.mr--35 {
    margin - right: 35px!important
}
.ml--35 {
    margin - left: 35px!important
}
.ptb--40 {
    padding: 40px 0!important
}
.plr--40 {
    padding: 0 40px!important
}
.pt--40 {
    padding - top: 40px!important
}
.pb--40 {
    padding - bottom: 40px!important
}
.pl--40 {
    padding - left: 40px!important
}
.pr--40 {
    padding - right: 40px!important
}
.mt--40 {
    margin - top: 40px!important
}
.mb--40 {
    margin - bottom: 40px!important
}
.mr--40 {
    margin - right: 40px!important
}
.ml--40 {
    margin - left: 40px!important
}
.ptb--45 {
    padding: 45px 0!important
}
.plr--45 {
    padding: 0 45px!important
}
.pt--45 {
    padding - top: 45px!important
}
.pb--45 {
    padding - bottom: 45px!important
}
.pl--45 {
    padding - left: 45px!important
}
.pr--45 {
    padding - right: 45px!important
}
.mt--45 {
    margin - top: 45px!important
}
.mb--45 {
    margin - bottom: 45px!important
}
.mr--45 {
    margin - right: 45px!important
}
.ml--45 {
    margin - left: 45px!important
}
.ptb--50 {
    padding: 50px 0!important
}
.plr--50 {
    padding: 0 50px!important
}
.pt--50 {
    padding - top: 50px!important
}
.pb--50 {
    padding - bottom: 50px!important
}
.pl--50 {
    padding - left: 50px!important
}
.pr--50 {
    padding - right: 50px!important
}
.mt--50 {
    margin - top: 50px!important
}
.mb--50 {
    margin - bottom: 50px!important
}
.mr--50 {
    margin - right: 50px!important
}
.ml--50 {
    margin - left: 50px!important
}
.ptb--55 {
    padding: 55px 0!important
}
.plr--55 {
    padding: 0 55px!important
}
.pt--55 {
    padding - top: 55px!important
}
.pb--55 {
    padding - bottom: 55px!important
}
.pl--55 {
    padding - left: 55px!important
}
.pr--55 {
    padding - right: 55px!important
}
.mt--55 {
    margin - top: 55px!important
}
.mb--55 {
    margin - bottom: 55px!important
}
.mr--55 {
    margin - right: 55px!important
}
.ml--55 {
    margin - left: 55px!important
}
.ptb--60 {
    padding: 60px 0!important
}
.plr--60 {
    padding: 0 60px!important
}
.pt--60 {
    padding - top: 60px!important
}
.pb--60 {
    padding - bottom: 60px!important
}
.pl--60 {
    padding - left: 60px!important
}
.pr--60 {
    padding - right: 60px!important
}
.mt--60 {
    margin - top: 60px!important
}
.mb--60 {
    margin - bottom: 60px!important
}
.mr--60 {
    margin - right: 60px!important
}
.ml--60 {
    margin - left: 60px!important
}
.ptb--65 {
    padding: 65px 0!important
}
.plr--65 {
    padding: 0 65px!important
}
.pt--65 {
    padding - top: 65px!important
}
.pb--65 {
    padding - bottom: 65px!important
}
.pl--65 {
    padding - left: 65px!important
}
.pr--65 {
    padding - right: 65px!important
}
.mt--65 {
    margin - top: 65px!important
}
.mb--65 {
    margin - bottom: 65px!important
}
.mr--65 {
    margin - right: 65px!important
}
.ml--65 {
    margin - left: 65px!important
}
.ptb--70 {
    padding: 70px 0!important
}
.plr--70 {
    padding: 0 70px!important
}
.pt--70 {
    padding - top: 70px!important
}
.pb--70 {
    padding - bottom: 70px!important
}
.pl--70 {
    padding - left: 70px!important
}
.pr--70 {
    padding - right: 70px!important
}
.mt--70 {
    margin - top: 70px!important
}
.mb--70 {
    margin - bottom: 70px!important
}
.mr--70 {
    margin - right: 70px!important
}
.ml--70 {
    margin - left: 70px!important
}
.ptb--75 {
    padding: 75px 0!important
}
.plr--75 {
    padding: 0 75px!important
}
.pt--75 {
    padding - top: 75px!important
}
.pb--75 {
    padding - bottom: 75px!important
}
.pl--75 {
    padding - left: 75px!important
}
.pr--75 {
    padding - right: 75px!important
}
.mt--75 {
    margin - top: 75px!important
}
.mb--75 {
    margin - bottom: 75px!important
}
.mr--75 {
    margin - right: 75px!important
}
.ml--75 {
    margin - left: 75px!important
}
.ptb--80 {
    padding: 80px 0!important
}
.plr--80 {
    padding: 0 80px!important
}
.pt--80 {
    padding - top: 80px!important
}
.pb--80 {
    padding - bottom: 80px!important
}
.pl--80 {
    padding - left: 80px!important
}
.pr--80 {
    padding - right: 80px!important
}
.mt--80 {
    margin - top: 80px!important
}
.mb--80 {
    margin - bottom: 80px!important
}
.mr--80 {
    margin - right: 80px!important
}
.ml--80 {
    margin - left: 80px!important
}
.ptb--85 {
    padding: 85px 0!important
}
.plr--85 {
    padding: 0 85px!important
}
.pt--85 {
    padding - top: 85px!important
}
.pb--85 {
    padding - bottom: 85px!important
}
.pl--85 {
    padding - left: 85px!important
}
.pr--85 {
    padding - right: 85px!important
}
.mt--85 {
    margin - top: 85px!important
}
.mb--85 {
    margin - bottom: 85px!important
}
.mr--85 {
    margin - right: 85px!important
}
.ml--85 {
    margin - left: 85px!important
}
.ptb--90 {
    padding: 90px 0!important
}
.plr--90 {
    padding: 0 90px!important
}
.pt--90 {
    padding - top: 90px!important
}
.pb--90 {
    padding - bottom: 90px!important
}
.pl--90 {
    padding - left: 90px!important
}
.pr--90 {
    padding - right: 90px!important
}
.mt--90 {
    margin - top: 90px!important
}
.mb--90 {
    margin - bottom: 90px!important
}
.mr--90 {
    margin - right: 90px!important
}
.ml--90 {
    margin - left: 90px!important
}
.ptb--95 {
    padding: 95px 0!important
}
.plr--95 {
    padding: 0 95px!important
}
.pt--95 {
    padding - top: 95px!important
}
.pb--95 {
    padding - bottom: 95px!important
}
.pl--95 {
    padding - left: 95px!important
}
.pr--95 {
    padding - right: 95px!important
}
.mt--95 {
    margin - top: 95px!important
}
.mb--95 {
    margin - bottom: 95px!important
}
.mr--95 {
    margin - right: 95px!important
}
.ml--95 {
    margin - left: 95px!important
}
.ptb--100 {
    padding: 100px 0!important
}
.plr--100 {
    padding: 0 100px!important
}
.pt--100 {
    padding - top: 100px!important
}
.pb--100 {
    padding - bottom: 100px!important
}
.pl--100 {
    padding - left: 100px!important
}
.pr--100 {
    padding - right: 100px!important
}
.mt--100 {
    margin - top: 100px!important
}
.mb--100 {
    margin - bottom: 100px!important
}
.mr--100 {
    margin - right: 100px!important
}
.ml--100 {
    margin - left: 100px!important
}
.ptb--105 {
    padding: 105px 0!important
}
.plr--105 {
    padding: 0 105px!important
}
.pt--105 {
    padding - top: 105px!important
}
.pb--105 {
    padding - bottom: 105px!important
}
.pl--105 {
    padding - left: 105px!important
}
.pr--105 {
    padding - right: 105px!important
}
.mt--105 {
    margin - top: 105px!important
}
.mb--105 {
    margin - bottom: 105px!important
}
.mr--105 {
    margin - right: 105px!important
}
.ml--105 {
    margin - left: 105px!important
}
.ptb--110 {
    padding: 110px 0!important
}
.plr--110 {
    padding: 0 110px!important
}
.pt--110 {
    padding - top: 110px!important
}
.pb--110 {
    padding - bottom: 110px!important
}
.pl--110 {
    padding - left: 110px!important
}
.pr--110 {
    padding - right: 110px!important
}
.mt--110 {
    margin - top: 110px!important
}
.mb--110 {
    margin - bottom: 110px!important
}
.mr--110 {
    margin - right: 110px!important
}
.ml--110 {
    margin - left: 110px!important
}
.ptb--115 {
    padding: 115px 0!important
}
.plr--115 {
    padding: 0 115px!important
}
.pt--115 {
    padding - top: 115px!important
}
.pb--115 {
    padding - bottom: 115px!important
}
.pl--115 {
    padding - left: 115px!important
}
.pr--115 {
    padding - right: 115px!important
}
.mt--115 {
    margin - top: 115px!important
}
.mb--115 {
    margin - bottom: 115px!important
}
.mr--115 {
    margin - right: 115px!important
}
.ml--115 {
    margin - left: 115px!important
}
.ptb--120 {
    padding: 120px 0!important
}
.plr--120 {
    padding: 0 120px!important
}
.pt--120 {
    padding - top: 120px!important
}
.pb--120 {
    padding - bottom: 120px!important
}
.pl--120 {
    padding - left: 120px!important
}
.pr--120 {
    padding - right: 120px!important
}
.mt--120 {
    margin - top: 120px!important
}
.mb--120 {
    margin - bottom: 120px!important
}
.mr--120 {
    margin - right: 120px!important
}
.ml--120 {
    margin - left: 120px!important
}
.ptb--125 {
    padding: 125px 0!important
}
.plr--125 {
    padding: 0 125px!important
}
.pt--125 {
    padding - top: 125px!important
}
.pb--125 {
    padding - bottom: 125px!important
}
.pl--125 {
    padding - left: 125px!important
}
.pr--125 {
    padding - right: 125px!important
}
.mt--125 {
    margin - top: 125px!important
}
.mb--125 {
    margin - bottom: 125px!important
}
.mr--125 {
    margin - right: 125px!important
}
.ml--125 {
    margin - left: 125px!important
}
.ptb--130 {
    padding: 130px 0!important
}
.plr--130 {
    padding: 0 130px!important
}
.pt--130 {
    padding - top: 130px!important
}
.pb--130 {
    padding - bottom: 130px!important
}
.pl--130 {
    padding - left: 130px!important
}
.pr--130 {
    padding - right: 130px!important
}
.mt--130 {
    margin - top: 130px!important
}
.mb--130 {
    margin - bottom: 130px!important
}
.mr--130 {
    margin - right: 130px!important
}
.ml--130 {
    margin - left: 130px!important
}
.ptb--135 {
    padding: 135px 0!important
}
.plr--135 {
    padding: 0 135px!important
}
.pt--135 {
    padding - top: 135px!important
}
.pb--135 {
    padding - bottom: 135px!important
}
.pl--135 {
    padding - left: 135px!important
}
.pr--135 {
    padding - right: 135px!important
}
.mt--135 {
    margin - top: 135px!important
}
.mb--135 {
    margin - bottom: 135px!important
}
.mr--135 {
    margin - right: 135px!important
}
.ml--135 {
    margin - left: 135px!important
}
.ptb--140 {
    padding: 140px 0!important
}
.plr--140 {
    padding: 0 140px!important
}
.pt--140 {
    padding - top: 140px!important
}
.pb--140 {
    padding - bottom: 140px!important
}
.pl--140 {
    padding - left: 140px!important
}
.pr--140 {
    padding - right: 140px!important
}
.mt--140 {
    margin - top: 140px!important
}
.mb--140 {
    margin - bottom: 140px!important
}
.mr--140 {
    margin - right: 140px!important
}
.ml--140 {
    margin - left: 140px!important
}
.ptb--145 {
    padding: 145px 0!important
}
.plr--145 {
    padding: 0 145px!important
}
.pt--145 {
    padding - top: 145px!important
}
.pb--145 {
    padding - bottom: 145px!important
}
.pl--145 {
    padding - left: 145px!important
}
.pr--145 {
    padding - right: 145px!important
}
.mt--145 {
    margin - top: 145px!important
}
.mb--145 {
    margin - bottom: 145px!important
}
.mr--145 {
    margin - right: 145px!important
}
.ml--145 {
    margin - left: 145px!important
}
.ptb--150 {
    padding: 150px 0!important
}
.plr--150 {
    padding: 0 150px!important
}
.pt--150 {
    padding - top: 150px!important
}
.pb--150 {
    padding - bottom: 150px!important
}
.pl--150 {
    padding - left: 150px!important
}
.pr--150 {
    padding - right: 150px!important
}
.mt--150 {
    margin - top: 150px!important
}
.mb--150 {
    margin - bottom: 150px!important
}
.mr--150 {
    margin - right: 150px!important
}
.ml--150 {
    margin - left: 150px!important
}
.ptb--155 {
    padding: 155px 0!important
}
.plr--155 {
    padding: 0 155px!important
}
.pt--155 {
    padding - top: 155px!important
}
.pb--155 {
    padding - bottom: 155px!important
}
.pl--155 {
    padding - left: 155px!important
}
.pr--155 {
    padding - right: 155px!important
}
.mt--155 {
    margin - top: 155px!important
}
.mb--155 {
    margin - bottom: 155px!important
}
.mr--155 {
    margin - right: 155px!important
}
.ml--155 {
    margin - left: 155px!important
}
.ptb--160 {
    padding: 160px 0!important
}
.plr--160 {
    padding: 0 160px!important
}
.pt--160 {
    padding - top: 160px!important
}
.pb--160 {
    padding - bottom: 160px!important
}
.pl--160 {
    padding - left: 160px!important
}
.pr--160 {
    padding - right: 160px!important
}
.mt--160 {
    margin - top: 160px!important
}
.mb--160 {
    margin - bottom: 160px!important
}
.mr--160 {
    margin - right: 160px!important
}
.ml--160 {
    margin - left: 160px!important
}
.ptb--165 {
    padding: 165px 0!important
}
.plr--165 {
    padding: 0 165px!important
}
.pt--165 {
    padding - top: 165px!important
}
.pb--165 {
    padding - bottom: 165px!important
}
.pl--165 {
    padding - left: 165px!important
}
.pr--165 {
    padding - right: 165px!important
}
.mt--165 {
    margin - top: 165px!important
}
.mb--165 {
    margin - bottom: 165px!important
}
.mr--165 {
    margin - right: 165px!important
}
.ml--165 {
    margin - left: 165px!important
}
.ptb--170 {
    padding: 170px 0!important
}
.plr--170 {
    padding: 0 170px!important
}
.pt--170 {
    padding - top: 170px!important
}
.pb--170 {
    padding - bottom: 170px!important
}
.pl--170 {
    padding - left: 170px!important
}
.pr--170 {
    padding - right: 170px!important
}
.mt--170 {
    margin - top: 170px!important
}
.mb--170 {
    margin - bottom: 170px!important
}
.mr--170 {
    margin - right: 170px!important
}
.ml--170 {
    margin - left: 170px!important
}
.ptb--175 {
    padding: 175px 0!important
}
.plr--175 {
    padding: 0 175px!important
}
.pt--175 {
    padding - top: 175px!important
}
.pb--175 {
    padding - bottom: 175px!important
}
.pl--175 {
    padding - left: 175px!important
}
.pr--175 {
    padding - right: 175px!important
}
.mt--175 {
    margin - top: 175px!important
}
.mb--175 {
    margin - bottom: 175px!important
}
.mr--175 {
    margin - right: 175px!important
}
.ml--175 {
    margin - left: 175px!important
}
.ptb--180 {
    padding: 180px 0!important
}
.plr--180 {
    padding: 0 180px!important
}
.pt--180 {
    padding - top: 180px!important
}
.pb--180 {
    padding - bottom: 180px!important
}
.pl--180 {
    padding - left: 180px!important
}
.pr--180 {
    padding - right: 180px!important
}
.mt--180 {
    margin - top: 180px!important
}
.mb--180 {
    margin - bottom: 180px!important
}
.mr--180 {
    margin - right: 180px!important
}
.ml--180 {
    margin - left: 180px!important
}
.ptb--185 {
    padding: 185px 0!important
}
.plr--185 {
    padding: 0 185px!important
}
.pt--185 {
    padding - top: 185px!important
}
.pb--185 {
    padding - bottom: 185px!important
}
.pl--185 {
    padding - left: 185px!important
}
.pr--185 {
    padding - right: 185px!important
}
.mt--185 {
    margin - top: 185px!important
}
.mb--185 {
    margin - bottom: 185px!important
}
.mr--185 {
    margin - right: 185px!important
}
.ml--185 {
    margin - left: 185px!important
}
.ptb--190 {
    padding: 190px 0!important
}
.plr--190 {
    padding: 0 190px!important
}
.pt--190 {
    padding - top: 190px!important
}
.pb--190 {
    padding - bottom: 190px!important
}
.pl--190 {
    padding - left: 190px!important
}
.pr--190 {
    padding - right: 190px!important
}
.mt--190 {
    margin - top: 190px!important
}
.mb--190 {
    margin - bottom: 190px!important
}
.mr--190 {
    margin - right: 190px!important
}
.ml--190 {
    margin - left: 190px!important
}
.ptb--195 {
    padding: 195px 0!important
}
.plr--195 {
    padding: 0 195px!important
}
.pt--195 {
    padding - top: 195px!important
}
.pb--195 {
    padding - bottom: 195px!important
}
.pl--195 {
    padding - left: 195px!important
}
.pr--195 {
    padding - right: 195px!important
}
.mt--195 {
    margin - top: 195px!important
}
.mb--195 {
    margin - bottom: 195px!important
}
.mr--195 {
    margin - right: 195px!important
}
.ml--195 {
    margin - left: 195px!important
}
.ptb--200 {
    padding: 200px 0!important
}
.plr--200 {
    padding: 0 200px!important
}
.pt--200 {
    padding - top: 200px!important
}
.pb--200 {
    padding - bottom: 200px!important
}
.pl--200 {
    padding - left: 200px!important
}
.pr--200 {
    padding - right: 200px!important
}
.mt--200 {
    margin - top: 200px!important
}
.mb--200 {
    margin - bottom: 200px!important
}
.mr--200 {
    margin - right: 200px!important
}
.ml--200 {
    margin - left: 200px!important
}
 @ media only screen and(min - width: 1200px)and(max - width: 1599px) {
    .ptb_lp--5 {
        padding: 5px 0
    }
    .plr_lp--5 {
        padding: 0 5px
    }
    .pt_lp--5 {
        padding - top: 5px
    }
    .pb_lp--5 {
        padding - bottom: 5px
    }
    .pl_lp--5 {
        padding - left: 5px
    }
    .pr_lp--5 {
        padding - right: 5px
    }
    .mt_lp--5 {
        margin - top: 5px
    }
    .mb_lp--5 {
        margin - bottom: 5px
    }
    .ptb_lp--10 {
        padding: 10px 0
    }
    .plr_lp--10 {
        padding: 0 10px
    }
    .pt_lp--10 {
        padding - top: 10px
    }
    .pb_lp--10 {
        padding - bottom: 10px
    }
    .pl_lp--10 {
        padding - left: 10px
    }
    .pr_lp--10 {
        padding - right: 10px
    }
    .mt_lp--10 {
        margin - top: 10px
    }
    .mb_lp--10 {
        margin - bottom: 10px
    }
    .ptb_lp--15 {
        padding: 15px 0
    }
    .plr_lp--15 {
        padding: 0 15px
    }
    .pt_lp--15 {
        padding - top: 15px
    }
    .pb_lp--15 {
        padding - bottom: 15px
    }
    .pl_lp--15 {
        padding - left: 15px
    }
    .pr_lp--15 {
        padding - right: 15px
    }
    .mt_lp--15 {
        margin - top: 15px
    }
    .mb_lp--15 {
        margin - bottom: 15px
    }
    .ptb_lp--20 {
        padding: 20px 0
    }
    .plr_lp--20 {
        padding: 0 20px
    }
    .pt_lp--20 {
        padding - top: 20px
    }
    .pb_lp--20 {
        padding - bottom: 20px
    }
    .pl_lp--20 {
        padding - left: 20px
    }
    .pr_lp--20 {
        padding - right: 20px
    }
    .mt_lp--20 {
        margin - top: 20px
    }
    .mb_lp--20 {
        margin - bottom: 20px
    }
    .ptb_lp--25 {
        padding: 25px 0
    }
    .plr_lp--25 {
        padding: 0 25px
    }
    .pt_lp--25 {
        padding - top: 25px
    }
    .pb_lp--25 {
        padding - bottom: 25px
    }
    .pl_lp--25 {
        padding - left: 25px
    }
    .pr_lp--25 {
        padding - right: 25px
    }
    .mt_lp--25 {
        margin - top: 25px
    }
    .mb_lp--25 {
        margin - bottom: 25px
    }
    .ptb_lp--30 {
        padding: 30px 0
    }
    .plr_lp--30 {
        padding: 0 30px
    }
    .pt_lp--30 {
        padding - top: 30px
    }
    .pb_lp--30 {
        padding - bottom: 30px
    }
    .pl_lp--30 {
        padding - left: 30px
    }
    .pr_lp--30 {
        padding - right: 30px
    }
    .mt_lp--30 {
        margin - top: 30px
    }
    .mb_lp--30 {
        margin - bottom: 30px
    }
    .ptb_lp--35 {
        padding: 35px 0
    }
    .plr_lp--35 {
        padding: 0 35px
    }
    .pt_lp--35 {
        padding - top: 35px
    }
    .pb_lp--35 {
        padding - bottom: 35px
    }
    .pl_lp--35 {
        padding - left: 35px
    }
    .pr_lp--35 {
        padding - right: 35px
    }
    .mt_lp--35 {
        margin - top: 35px
    }
    .mb_lp--35 {
        margin - bottom: 35px
    }
    .ptb_lp--40 {
        padding: 40px 0
    }
    .plr_lp--40 {
        padding: 0 40px
    }
    .pt_lp--40 {
        padding - top: 40px
    }
    .pb_lp--40 {
        padding - bottom: 40px
    }
    .pl_lp--40 {
        padding - left: 40px
    }
    .pr_lp--40 {
        padding - right: 40px
    }
    .mt_lp--40 {
        margin - top: 40px
    }
    .mb_lp--40 {
        margin - bottom: 40px
    }
    .ptb_lp--45 {
        padding: 45px 0
    }
    .plr_lp--45 {
        padding: 0 45px
    }
    .pt_lp--45 {
        padding - top: 45px
    }
    .pb_lp--45 {
        padding - bottom: 45px
    }
    .pl_lp--45 {
        padding - left: 45px
    }
    .pr_lp--45 {
        padding - right: 45px
    }
    .mt_lp--45 {
        margin - top: 45px
    }
    .mb_lp--45 {
        margin - bottom: 45px
    }
    .ptb_lp--50 {
        padding: 50px 0
    }
    .plr_lp--50 {
        padding: 0 50px
    }
    .pt_lp--50 {
        padding - top: 50px
    }
    .pb_lp--50 {
        padding - bottom: 50px
    }
    .pl_lp--50 {
        padding - left: 50px
    }
    .pr_lp--50 {
        padding - right: 50px
    }
    .mt_lp--50 {
        margin - top: 50px
    }
    .mb_lp--50 {
        margin - bottom: 50px
    }
    .ptb_lp--55 {
        padding: 55px 0
    }
    .plr_lp--55 {
        padding: 0 55px
    }
    .pt_lp--55 {
        padding - top: 55px
    }
    .pb_lp--55 {
        padding - bottom: 55px
    }
    .pl_lp--55 {
        padding - left: 55px
    }
    .pr_lp--55 {
        padding - right: 55px
    }
    .mt_lp--55 {
        margin - top: 55px
    }
    .mb_lp--55 {
        margin - bottom: 55px
    }
    .ptb_lp--60 {
        padding: 60px 0
    }
    .plr_lp--60 {
        padding: 0 60px
    }
    .pt_lp--60 {
        padding - top: 60px
    }
    .pb_lp--60 {
        padding - bottom: 60px
    }
    .pl_lp--60 {
        padding - left: 60px
    }
    .pr_lp--60 {
        padding - right: 60px
    }
    .mt_lp--60 {
        margin - top: 60px
    }
    .mb_lp--60 {
        margin - bottom: 60px
    }
    .ptb_lp--65 {
        padding: 65px 0
    }
    .plr_lp--65 {
        padding: 0 65px
    }
    .pt_lp--65 {
        padding - top: 65px
    }
    .pb_lp--65 {
        padding - bottom: 65px
    }
    .pl_lp--65 {
        padding - left: 65px
    }
    .pr_lp--65 {
        padding - right: 65px
    }
    .mt_lp--65 {
        margin - top: 65px
    }
    .mb_lp--65 {
        margin - bottom: 65px
    }
    .ptb_lp--70 {
        padding: 70px 0
    }
    .plr_lp--70 {
        padding: 0 70px
    }
    .pt_lp--70 {
        padding - top: 70px
    }
    .pb_lp--70 {
        padding - bottom: 70px
    }
    .pl_lp--70 {
        padding - left: 70px
    }
    .pr_lp--70 {
        padding - right: 70px
    }
    .mt_lp--70 {
        margin - top: 70px
    }
    .mb_lp--70 {
        margin - bottom: 70px
    }
    .ptb_lp--75 {
        padding: 75px 0
    }
    .plr_lp--75 {
        padding: 0 75px
    }
    .pt_lp--75 {
        padding - top: 75px
    }
    .pb_lp--75 {
        padding - bottom: 75px
    }
    .pl_lp--75 {
        padding - left: 75px
    }
    .pr_lp--75 {
        padding - right: 75px
    }
    .mt_lp--75 {
        margin - top: 75px
    }
    .mb_lp--75 {
        margin - bottom: 75px
    }
    .ptb_lp--80 {
        padding: 80px 0
    }
    .plr_lp--80 {
        padding: 0 80px
    }
    .pt_lp--80 {
        padding - top: 80px
    }
    .pb_lp--80 {
        padding - bottom: 80px
    }
    .pl_lp--80 {
        padding - left: 80px
    }
    .pr_lp--80 {
        padding - right: 80px
    }
    .mt_lp--80 {
        margin - top: 80px
    }
    .mb_lp--80 {
        margin - bottom: 80px
    }
    .ptb_lp--85 {
        padding: 85px 0
    }
    .plr_lp--85 {
        padding: 0 85px
    }
    .pt_lp--85 {
        padding - top: 85px
    }
    .pb_lp--85 {
        padding - bottom: 85px
    }
    .pl_lp--85 {
        padding - left: 85px
    }
    .pr_lp--85 {
        padding - right: 85px
    }
    .mt_lp--85 {
        margin - top: 85px
    }
    .mb_lp--85 {
        margin - bottom: 85px
    }
    .ptb_lp--90 {
        padding: 90px 0
    }
    .plr_lp--90 {
        padding: 0 90px
    }
    .pt_lp--90 {
        padding - top: 90px
    }
    .pb_lp--90 {
        padding - bottom: 90px
    }
    .pl_lp--90 {
        padding - left: 90px
    }
    .pr_lp--90 {
        padding - right: 90px
    }
    .mt_lp--90 {
        margin - top: 90px
    }
    .mb_lp--90 {
        margin - bottom: 90px
    }
    .ptb_lp--95 {
        padding: 95px 0
    }
    .plr_lp--95 {
        padding: 0 95px
    }
    .pt_lp--95 {
        padding - top: 95px
    }
    .pb_lp--95 {
        padding - bottom: 95px
    }
    .pl_lp--95 {
        padding - left: 95px
    }
    .pr_lp--95 {
        padding - right: 95px
    }
    .mt_lp--95 {
        margin - top: 95px
    }
    .mb_lp--95 {
        margin - bottom: 95px
    }
    .ptb_lp--100 {
        padding: 100px 0
    }
    .plr_lp--100 {
        padding: 0 100px
    }
    .pt_lp--100 {
        padding - top: 100px
    }
    .pb_lp--100 {
        padding - bottom: 100px
    }
    .pl_lp--100 {
        padding - left: 100px
    }
    .pr_lp--100 {
        padding - right: 100px
    }
    .mt_lp--100 {
        margin - top: 100px
    }
    .mb_lp--100 {
        margin - bottom: 100px
    }
    .ptb_lp--105 {
        padding: 105px 0
    }
    .plr_lp--105 {
        padding: 0 105px
    }
    .pt_lp--105 {
        padding - top: 105px
    }
    .pb_lp--105 {
        padding - bottom: 105px
    }
    .pl_lp--105 {
        padding - left: 105px
    }
    .pr_lp--105 {
        padding - right: 105px
    }
    .mt_lp--105 {
        margin - top: 105px
    }
    .mb_lp--105 {
        margin - bottom: 105px
    }
    .ptb_lp--110 {
        padding: 110px 0
    }
    .plr_lp--110 {
        padding: 0 110px
    }
    .pt_lp--110 {
        padding - top: 110px
    }
    .pb_lp--110 {
        padding - bottom: 110px
    }
    .pl_lp--110 {
        padding - left: 110px
    }
    .pr_lp--110 {
        padding - right: 110px
    }
    .mt_lp--110 {
        margin - top: 110px
    }
    .mb_lp--110 {
        margin - bottom: 110px
    }
    .ptb_lp--115 {
        padding: 115px 0
    }
    .plr_lp--115 {
        padding: 0 115px
    }
    .pt_lp--115 {
        padding - top: 115px
    }
    .pb_lp--115 {
        padding - bottom: 115px
    }
    .pl_lp--115 {
        padding - left: 115px
    }
    .pr_lp--115 {
        padding - right: 115px
    }
    .mt_lp--115 {
        margin - top: 115px
    }
    .mb_lp--115 {
        margin - bottom: 115px
    }
    .ptb_lp--120 {
        padding: 120px 0
    }
    .plr_lp--120 {
        padding: 0 120px
    }
    .pt_lp--120 {
        padding - top: 120px
    }
    .pb_lp--120 {
        padding - bottom: 120px
    }
    .pl_lp--120 {
        padding - left: 120px
    }
    .pr_lp--120 {
        padding - right: 120px
    }
    .mt_lp--120 {
        margin - top: 120px
    }
    .mb_lp--120 {
        margin - bottom: 120px
    }
    .ptb_lp--125 {
        padding: 125px 0
    }
    .plr_lp--125 {
        padding: 0 125px
    }
    .pt_lp--125 {
        padding - top: 125px
    }
    .pb_lp--125 {
        padding - bottom: 125px
    }
    .pl_lp--125 {
        padding - left: 125px
    }
    .pr_lp--125 {
        padding - right: 125px
    }
    .mt_lp--125 {
        margin - top: 125px
    }
    .mb_lp--125 {
        margin - bottom: 125px
    }
    .ptb_lp--130 {
        padding: 130px 0
    }
    .plr_lp--130 {
        padding: 0 130px
    }
    .pt_lp--130 {
        padding - top: 130px
    }
    .pb_lp--130 {
        padding - bottom: 130px
    }
    .pl_lp--130 {
        padding - left: 130px
    }
    .pr_lp--130 {
        padding - right: 130px
    }
    .mt_lp--130 {
        margin - top: 130px
    }
    .mb_lp--130 {
        margin - bottom: 130px
    }
    .ptb_lp--135 {
        padding: 135px 0
    }
    .plr_lp--135 {
        padding: 0 135px
    }
    .pt_lp--135 {
        padding - top: 135px
    }
    .pb_lp--135 {
        padding - bottom: 135px
    }
    .pl_lp--135 {
        padding - left: 135px
    }
    .pr_lp--135 {
        padding - right: 135px
    }
    .mt_lp--135 {
        margin - top: 135px
    }
    .mb_lp--135 {
        margin - bottom: 135px
    }
    .ptb_lp--140 {
        padding: 140px 0
    }
    .plr_lp--140 {
        padding: 0 140px
    }
    .pt_lp--140 {
        padding - top: 140px
    }
    .pb_lp--140 {
        padding - bottom: 140px
    }
    .pl_lp--140 {
        padding - left: 140px
    }
    .pr_lp--140 {
        padding - right: 140px
    }
    .mt_lp--140 {
        margin - top: 140px
    }
    .mb_lp--140 {
        margin - bottom: 140px
    }
    .ptb_lp--145 {
        padding: 145px 0
    }
    .plr_lp--145 {
        padding: 0 145px
    }
    .pt_lp--145 {
        padding - top: 145px
    }
    .pb_lp--145 {
        padding - bottom: 145px
    }
    .pl_lp--145 {
        padding - left: 145px
    }
    .pr_lp--145 {
        padding - right: 145px
    }
    .mt_lp--145 {
        margin - top: 145px
    }
    .mb_lp--145 {
        margin - bottom: 145px
    }
    .ptb_lp--150 {
        padding: 150px 0
    }
    .plr_lp--150 {
        padding: 0 150px
    }
    .pt_lp--150 {
        padding - top: 150px
    }
    .pb_lp--150 {
        padding - bottom: 150px
    }
    .pl_lp--150 {
        padding - left: 150px
    }
    .pr_lp--150 {
        padding - right: 150px
    }
    .mt_lp--150 {
        margin - top: 150px
    }
    .mb_lp--150 {
        margin - bottom: 150px
    }
    .ptb_lp--155 {
        padding: 155px 0
    }
    .plr_lp--155 {
        padding: 0 155px
    }
    .pt_lp--155 {
        padding - top: 155px
    }
    .pb_lp--155 {
        padding - bottom: 155px
    }
    .pl_lp--155 {
        padding - left: 155px
    }
    .pr_lp--155 {
        padding - right: 155px
    }
    .mt_lp--155 {
        margin - top: 155px
    }
    .mb_lp--155 {
        margin - bottom: 155px
    }
    .ptb_lp--160 {
        padding: 160px 0
    }
    .plr_lp--160 {
        padding: 0 160px
    }
    .pt_lp--160 {
        padding - top: 160px
    }
    .pb_lp--160 {
        padding - bottom: 160px
    }
    .pl_lp--160 {
        padding - left: 160px
    }
    .pr_lp--160 {
        padding - right: 160px
    }
    .mt_lp--160 {
        margin - top: 160px
    }
    .mb_lp--160 {
        margin - bottom: 160px
    }
    .ptb_lp--165 {
        padding: 165px 0
    }
    .plr_lp--165 {
        padding: 0 165px
    }
    .pt_lp--165 {
        padding - top: 165px
    }
    .pb_lp--165 {
        padding - bottom: 165px
    }
    .pl_lp--165 {
        padding - left: 165px
    }
    .pr_lp--165 {
        padding - right: 165px
    }
    .mt_lp--165 {
        margin - top: 165px
    }
    .mb_lp--165 {
        margin - bottom: 165px
    }
    .ptb_lp--170 {
        padding: 170px 0
    }
    .plr_lp--170 {
        padding: 0 170px
    }
    .pt_lp--170 {
        padding - top: 170px
    }
    .pb_lp--170 {
        padding - bottom: 170px
    }
    .pl_lp--170 {
        padding - left: 170px
    }
    .pr_lp--170 {
        padding - right: 170px
    }
    .mt_lp--170 {
        margin - top: 170px
    }
    .mb_lp--170 {
        margin - bottom: 170px
    }
    .ptb_lp--175 {
        padding: 175px 0
    }
    .plr_lp--175 {
        padding: 0 175px
    }
    .pt_lp--175 {
        padding - top: 175px
    }
    .pb_lp--175 {
        padding - bottom: 175px
    }
    .pl_lp--175 {
        padding - left: 175px
    }
    .pr_lp--175 {
        padding - right: 175px
    }
    .mt_lp--175 {
        margin - top: 175px
    }
    .mb_lp--175 {
        margin - bottom: 175px
    }
    .ptb_lp--180 {
        padding: 180px 0
    }
    .plr_lp--180 {
        padding: 0 180px
    }
    .pt_lp--180 {
        padding - top: 180px
    }
    .pb_lp--180 {
        padding - bottom: 180px
    }
    .pl_lp--180 {
        padding - left: 180px
    }
    .pr_lp--180 {
        padding - right: 180px
    }
    .mt_lp--180 {
        margin - top: 180px
    }
    .mb_lp--180 {
        margin - bottom: 180px
    }
    .ptb_lp--185 {
        padding: 185px 0
    }
    .plr_lp--185 {
        padding: 0 185px
    }
    .pt_lp--185 {
        padding - top: 185px
    }
    .pb_lp--185 {
        padding - bottom: 185px
    }
    .pl_lp--185 {
        padding - left: 185px
    }
    .pr_lp--185 {
        padding - right: 185px
    }
    .mt_lp--185 {
        margin - top: 185px
    }
    .mb_lp--185 {
        margin - bottom: 185px
    }
    .ptb_lp--190 {
        padding: 190px 0
    }
    .plr_lp--190 {
        padding: 0 190px
    }
    .pt_lp--190 {
        padding - top: 190px
    }
    .pb_lp--190 {
        padding - bottom: 190px
    }
    .pl_lp--190 {
        padding - left: 190px
    }
    .pr_lp--190 {
        padding - right: 190px
    }
    .mt_lp--190 {
        margin - top: 190px
    }
    .mb_lp--190 {
        margin - bottom: 190px
    }
    .ptb_lp--195 {
        padding: 195px 0
    }
    .plr_lp--195 {
        padding: 0 195px
    }
    .pt_lp--195 {
        padding - top: 195px
    }
    .pb_lp--195 {
        padding - bottom: 195px
    }
    .pl_lp--195 {
        padding - left: 195px
    }
    .pr_lp--195 {
        padding - right: 195px
    }
    .mt_lp--195 {
        margin - top: 195px
    }
    .mb_lp--195 {
        margin - bottom: 195px
    }
    .ptb_lp--200 {
        padding: 200px 0
    }
    .plr_lp--200 {
        padding: 0 200px
    }
    .pt_lp--200 {
        padding - top: 200px
    }
    .pb_lp--200 {
        padding - bottom: 200px
    }
    .pl_lp--200 {
        padding - left: 200px
    }
    .pr_lp--200 {
        padding - right: 200px
    }
    .mt_lp--200 {
        margin - top: 200px
    }
    .mb_lp--200 {
        margin - bottom: 200px
    }
}
 @ media only screen and(min - width: 992px)and(max - width: 1199px) {
    .ptb_lg--5 {
        padding: 5px 0!important
    }
    .plr_lg--5 {
        padding: 0 5px!important
    }
    .pt_lg--5 {
        padding - top: 5px!important
    }
    .pb_lg--5 {
        padding - bottom: 5px!important
    }
    .pl_lg--5 {
        padding - left: 5px!important
    }
    .pr_lg--5 {
        padding - right: 5px!important
    }
    .mt_lg--5 {
        margin - top: 5px!important
    }
    .mb_lg--5 {
        margin - bottom: 5px!important
    }
    .ml_lg--5 {
        margin - left: 5px!important
    }
    .ptb_lg--10 {
        padding: 10px 0!important
    }
    .plr_lg--10 {
        padding: 0 10px!important
    }
    .pt_lg--10 {
        padding - top: 10px!important
    }
    .pb_lg--10 {
        padding - bottom: 10px!important
    }
    .pl_lg--10 {
        padding - left: 10px!important
    }
    .pr_lg--10 {
        padding - right: 10px!important
    }
    .mt_lg--10 {
        margin - top: 10px!important
    }
    .mb_lg--10 {
        margin - bottom: 10px!important
    }
    .ml_lg--10 {
        margin - left: 10px!important
    }
    .ptb_lg--15 {
        padding: 15px 0!important
    }
    .plr_lg--15 {
        padding: 0 15px!important
    }
    .pt_lg--15 {
        padding - top: 15px!important
    }
    .pb_lg--15 {
        padding - bottom: 15px!important
    }
    .pl_lg--15 {
        padding - left: 15px!important
    }
    .pr_lg--15 {
        padding - right: 15px!important
    }
    .mt_lg--15 {
        margin - top: 15px!important
    }
    .mb_lg--15 {
        margin - bottom: 15px!important
    }
    .ml_lg--15 {
        margin - left: 15px!important
    }
    .ptb_lg--20 {
        padding: 20px 0!important
    }
    .plr_lg--20 {
        padding: 0 20px!important
    }
    .pt_lg--20 {
        padding - top: 20px!important
    }
    .pb_lg--20 {
        padding - bottom: 20px!important
    }
    .pl_lg--20 {
        padding - left: 20px!important
    }
    .pr_lg--20 {
        padding - right: 20px!important
    }
    .mt_lg--20 {
        margin - top: 20px!important
    }
    .mb_lg--20 {
        margin - bottom: 20px!important
    }
    .ml_lg--20 {
        margin - left: 20px!important
    }
    .ptb_lg--25 {
        padding: 25px 0!important
    }
    .plr_lg--25 {
        padding: 0 25px!important
    }
    .pt_lg--25 {
        padding - top: 25px!important
    }
    .pb_lg--25 {
        padding - bottom: 25px!important
    }
    .pl_lg--25 {
        padding - left: 25px!important
    }
    .pr_lg--25 {
        padding - right: 25px!important
    }
    .mt_lg--25 {
        margin - top: 25px!important
    }
    .mb_lg--25 {
        margin - bottom: 25px!important
    }
    .ml_lg--25 {
        margin - left: 25px!important
    }
    .ptb_lg--30 {
        padding: 30px 0!important
    }
    .plr_lg--30 {
        padding: 0 30px!important
    }
    .pt_lg--30 {
        padding - top: 30px!important
    }
    .pb_lg--30 {
        padding - bottom: 30px!important
    }
    .pl_lg--30 {
        padding - left: 30px!important
    }
    .pr_lg--30 {
        padding - right: 30px!important
    }
    .mt_lg--30 {
        margin - top: 30px!important
    }
    .mb_lg--30 {
        margin - bottom: 30px!important
    }
    .ml_lg--30 {
        margin - left: 30px!important
    }
    .ptb_lg--35 {
        padding: 35px 0!important
    }
    .plr_lg--35 {
        padding: 0 35px!important
    }
    .pt_lg--35 {
        padding - top: 35px!important
    }
    .pb_lg--35 {
        padding - bottom: 35px!important
    }
    .pl_lg--35 {
        padding - left: 35px!important
    }
    .pr_lg--35 {
        padding - right: 35px!important
    }
    .mt_lg--35 {
        margin - top: 35px!important
    }
    .mb_lg--35 {
        margin - bottom: 35px!important
    }
    .ml_lg--35 {
        margin - left: 35px!important
    }
    .ptb_lg--40 {
        padding: 40px 0!important
    }
    .plr_lg--40 {
        padding: 0 40px!important
    }
    .pt_lg--40 {
        padding - top: 40px!important
    }
    .pb_lg--40 {
        padding - bottom: 40px!important
    }
    .pl_lg--40 {
        padding - left: 40px!important
    }
    .pr_lg--40 {
        padding - right: 40px!important
    }
    .mt_lg--40 {
        margin - top: 40px!important
    }
    .mb_lg--40 {
        margin - bottom: 40px!important
    }
    .ml_lg--40 {
        margin - left: 40px!important
    }
    .ptb_lg--45 {
        padding: 45px 0!important
    }
    .plr_lg--45 {
        padding: 0 45px!important
    }
    .pt_lg--45 {
        padding - top: 45px!important
    }
    .pb_lg--45 {
        padding - bottom: 45px!important
    }
    .pl_lg--45 {
        padding - left: 45px!important
    }
    .pr_lg--45 {
        padding - right: 45px!important
    }
    .mt_lg--45 {
        margin - top: 45px!important
    }
    .mb_lg--45 {
        margin - bottom: 45px!important
    }
    .ml_lg--45 {
        margin - left: 45px!important
    }
    .ptb_lg--50 {
        padding: 50px 0!important
    }
    .plr_lg--50 {
        padding: 0 50px!important
    }
    .pt_lg--50 {
        padding - top: 50px!important
    }
    .pb_lg--50 {
        padding - bottom: 50px!important
    }
    .pl_lg--50 {
        padding - left: 50px!important
    }
    .pr_lg--50 {
        padding - right: 50px!important
    }
    .mt_lg--50 {
        margin - top: 50px!important
    }
    .mb_lg--50 {
        margin - bottom: 50px!important
    }
    .ml_lg--50 {
        margin - left: 50px!important
    }
    .ptb_lg--55 {
        padding: 55px 0!important
    }
    .plr_lg--55 {
        padding: 0 55px!important
    }
    .pt_lg--55 {
        padding - top: 55px!important
    }
    .pb_lg--55 {
        padding - bottom: 55px!important
    }
    .pl_lg--55 {
        padding - left: 55px!important
    }
    .pr_lg--55 {
        padding - right: 55px!important
    }
    .mt_lg--55 {
        margin - top: 55px!important
    }
    .mb_lg--55 {
        margin - bottom: 55px!important
    }
    .ml_lg--55 {
        margin - left: 55px!important
    }
    .ptb_lg--60 {
        padding: 60px 0!important
    }
    .plr_lg--60 {
        padding: 0 60px!important
    }
    .pt_lg--60 {
        padding - top: 60px!important
    }
    .pb_lg--60 {
        padding - bottom: 60px!important
    }
    .pl_lg--60 {
        padding - left: 60px!important
    }
    .pr_lg--60 {
        padding - right: 60px!important
    }
    .mt_lg--60 {
        margin - top: 60px!important
    }
    .mb_lg--60 {
        margin - bottom: 60px!important
    }
    .ml_lg--60 {
        margin - left: 60px!important
    }
    .ptb_lg--65 {
        padding: 65px 0!important
    }
    .plr_lg--65 {
        padding: 0 65px!important
    }
    .pt_lg--65 {
        padding - top: 65px!important
    }
    .pb_lg--65 {
        padding - bottom: 65px!important
    }
    .pl_lg--65 {
        padding - left: 65px!important
    }
    .pr_lg--65 {
        padding - right: 65px!important
    }
    .mt_lg--65 {
        margin - top: 65px!important
    }
    .mb_lg--65 {
        margin - bottom: 65px!important
    }
    .ml_lg--65 {
        margin - left: 65px!important
    }
    .ptb_lg--70 {
        padding: 70px 0!important
    }
    .plr_lg--70 {
        padding: 0 70px!important
    }
    .pt_lg--70 {
        padding - top: 70px!important
    }
    .pb_lg--70 {
        padding - bottom: 70px!important
    }
    .pl_lg--70 {
        padding - left: 70px!important
    }
    .pr_lg--70 {
        padding - right: 70px!important
    }
    .mt_lg--70 {
        margin - top: 70px!important
    }
    .mb_lg--70 {
        margin - bottom: 70px!important
    }
    .ml_lg--70 {
        margin - left: 70px!important
    }
    .ptb_lg--75 {
        padding: 75px 0!important
    }
    .plr_lg--75 {
        padding: 0 75px!important
    }
    .pt_lg--75 {
        padding - top: 75px!important
    }
    .pb_lg--75 {
        padding - bottom: 75px!important
    }
    .pl_lg--75 {
        padding - left: 75px!important
    }
    .pr_lg--75 {
        padding - right: 75px!important
    }
    .mt_lg--75 {
        margin - top: 75px!important
    }
    .mb_lg--75 {
        margin - bottom: 75px!important
    }
    .ml_lg--75 {
        margin - left: 75px!important
    }
    .ptb_lg--80 {
        padding: 80px 0!important
    }
    .plr_lg--80 {
        padding: 0 80px!important
    }
    .pt_lg--80 {
        padding - top: 80px!important
    }
    .pb_lg--80 {
        padding - bottom: 80px!important
    }
    .pl_lg--80 {
        padding - left: 80px!important
    }
    .pr_lg--80 {
        padding - right: 80px!important
    }
    .mt_lg--80 {
        margin - top: 80px!important
    }
    .mb_lg--80 {
        margin - bottom: 80px!important
    }
    .ml_lg--80 {
        margin - left: 80px!important
    }
    .ptb_lg--85 {
        padding: 85px 0!important
    }
    .plr_lg--85 {
        padding: 0 85px!important
    }
    .pt_lg--85 {
        padding - top: 85px!important
    }
    .pb_lg--85 {
        padding - bottom: 85px!important
    }
    .pl_lg--85 {
        padding - left: 85px!important
    }
    .pr_lg--85 {
        padding - right: 85px!important
    }
    .mt_lg--85 {
        margin - top: 85px!important
    }
    .mb_lg--85 {
        margin - bottom: 85px!important
    }
    .ml_lg--85 {
        margin - left: 85px!important
    }
    .ptb_lg--90 {
        padding: 90px 0!important
    }
    .plr_lg--90 {
        padding: 0 90px!important
    }
    .pt_lg--90 {
        padding - top: 90px!important
    }
    .pb_lg--90 {
        padding - bottom: 90px!important
    }
    .pl_lg--90 {
        padding - left: 90px!important
    }
    .pr_lg--90 {
        padding - right: 90px!important
    }
    .mt_lg--90 {
        margin - top: 90px!important
    }
    .mb_lg--90 {
        margin - bottom: 90px!important
    }
    .ml_lg--90 {
        margin - left: 90px!important
    }
    .ptb_lg--95 {
        padding: 95px 0!important
    }
    .plr_lg--95 {
        padding: 0 95px!important
    }
    .pt_lg--95 {
        padding - top: 95px!important
    }
    .pb_lg--95 {
        padding - bottom: 95px!important
    }
    .pl_lg--95 {
        padding - left: 95px!important
    }
    .pr_lg--95 {
        padding - right: 95px!important
    }
    .mt_lg--95 {
        margin - top: 95px!important
    }
    .mb_lg--95 {
        margin - bottom: 95px!important
    }
    .ml_lg--95 {
        margin - left: 95px!important
    }
    .ptb_lg--100 {
        padding: 100px 0!important
    }
    .plr_lg--100 {
        padding: 0 100px!important
    }
    .pt_lg--100 {
        padding - top: 100px!important
    }
    .pb_lg--100 {
        padding - bottom: 100px!important
    }
    .pl_lg--100 {
        padding - left: 100px!important
    }
    .pr_lg--100 {
        padding - right: 100px!important
    }
    .mt_lg--100 {
        margin - top: 100px!important
    }
    .mb_lg--100 {
        margin - bottom: 100px!important
    }
    .ml_lg--100 {
        margin - left: 100px!important
    }
    .ptb_lg--105 {
        padding: 105px 0!important
    }
    .plr_lg--105 {
        padding: 0 105px!important
    }
    .pt_lg--105 {
        padding - top: 105px!important
    }
    .pb_lg--105 {
        padding - bottom: 105px!important
    }
    .pl_lg--105 {
        padding - left: 105px!important
    }
    .pr_lg--105 {
        padding - right: 105px!important
    }
    .mt_lg--105 {
        margin - top: 105px!important
    }
    .mb_lg--105 {
        margin - bottom: 105px!important
    }
    .ml_lg--105 {
        margin - left: 105px!important
    }
    .ptb_lg--110 {
        padding: 110px 0!important
    }
    .plr_lg--110 {
        padding: 0 110px!important
    }
    .pt_lg--110 {
        padding - top: 110px!important
    }
    .pb_lg--110 {
        padding - bottom: 110px!important
    }
    .pl_lg--110 {
        padding - left: 110px!important
    }
    .pr_lg--110 {
        padding - right: 110px!important
    }
    .mt_lg--110 {
        margin - top: 110px!important
    }
    .mb_lg--110 {
        margin - bottom: 110px!important
    }
    .ml_lg--110 {
        margin - left: 110px!important
    }
    .ptb_lg--115 {
        padding: 115px 0!important
    }
    .plr_lg--115 {
        padding: 0 115px!important
    }
    .pt_lg--115 {
        padding - top: 115px!important
    }
    .pb_lg--115 {
        padding - bottom: 115px!important
    }
    .pl_lg--115 {
        padding - left: 115px!important
    }
    .pr_lg--115 {
        padding - right: 115px!important
    }
    .mt_lg--115 {
        margin - top: 115px!important
    }
    .mb_lg--115 {
        margin - bottom: 115px!important
    }
    .ml_lg--115 {
        margin - left: 115px!important
    }
    .ptb_lg--120 {
        padding: 120px 0!important
    }
    .plr_lg--120 {
        padding: 0 120px!important
    }
    .pt_lg--120 {
        padding - top: 120px!important
    }
    .pb_lg--120 {
        padding - bottom: 120px!important
    }
    .pl_lg--120 {
        padding - left: 120px!important
    }
    .pr_lg--120 {
        padding - right: 120px!important
    }
    .mt_lg--120 {
        margin - top: 120px!important
    }
    .mb_lg--120 {
        margin - bottom: 120px!important
    }
    .ml_lg--120 {
        margin - left: 120px!important
    }
    .ptb_lg--125 {
        padding: 125px 0!important
    }
    .plr_lg--125 {
        padding: 0 125px!important
    }
    .pt_lg--125 {
        padding - top: 125px!important
    }
    .pb_lg--125 {
        padding - bottom: 125px!important
    }
    .pl_lg--125 {
        padding - left: 125px!important
    }
    .pr_lg--125 {
        padding - right: 125px!important
    }
    .mt_lg--125 {
        margin - top: 125px!important
    }
    .mb_lg--125 {
        margin - bottom: 125px!important
    }
    .ml_lg--125 {
        margin - left: 125px!important
    }
    .ptb_lg--130 {
        padding: 130px 0!important
    }
    .plr_lg--130 {
        padding: 0 130px!important
    }
    .pt_lg--130 {
        padding - top: 130px!important
    }
    .pb_lg--130 {
        padding - bottom: 130px!important
    }
    .pl_lg--130 {
        padding - left: 130px!important
    }
    .pr_lg--130 {
        padding - right: 130px!important
    }
    .mt_lg--130 {
        margin - top: 130px!important
    }
    .mb_lg--130 {
        margin - bottom: 130px!important
    }
    .ml_lg--130 {
        margin - left: 130px!important
    }
    .ptb_lg--135 {
        padding: 135px 0!important
    }
    .plr_lg--135 {
        padding: 0 135px!important
    }
    .pt_lg--135 {
        padding - top: 135px!important
    }
    .pb_lg--135 {
        padding - bottom: 135px!important
    }
    .pl_lg--135 {
        padding - left: 135px!important
    }
    .pr_lg--135 {
        padding - right: 135px!important
    }
    .mt_lg--135 {
        margin - top: 135px!important
    }
    .mb_lg--135 {
        margin - bottom: 135px!important
    }
    .ml_lg--135 {
        margin - left: 135px!important
    }
    .ptb_lg--140 {
        padding: 140px 0!important
    }
    .plr_lg--140 {
        padding: 0 140px!important
    }
    .pt_lg--140 {
        padding - top: 140px!important
    }
    .pb_lg--140 {
        padding - bottom: 140px!important
    }
    .pl_lg--140 {
        padding - left: 140px!important
    }
    .pr_lg--140 {
        padding - right: 140px!important
    }
    .mt_lg--140 {
        margin - top: 140px!important
    }
    .mb_lg--140 {
        margin - bottom: 140px!important
    }
    .ml_lg--140 {
        margin - left: 140px!important
    }
    .ptb_lg--145 {
        padding: 145px 0!important
    }
    .plr_lg--145 {
        padding: 0 145px!important
    }
    .pt_lg--145 {
        padding - top: 145px!important
    }
    .pb_lg--145 {
        padding - bottom: 145px!important
    }
    .pl_lg--145 {
        padding - left: 145px!important
    }
    .pr_lg--145 {
        padding - right: 145px!important
    }
    .mt_lg--145 {
        margin - top: 145px!important
    }
    .mb_lg--145 {
        margin - bottom: 145px!important
    }
    .ml_lg--145 {
        margin - left: 145px!important
    }
    .ptb_lg--150 {
        padding: 150px 0!important
    }
    .plr_lg--150 {
        padding: 0 150px!important
    }
    .pt_lg--150 {
        padding - top: 150px!important
    }
    .pb_lg--150 {
        padding - bottom: 150px!important
    }
    .pl_lg--150 {
        padding - left: 150px!important
    }
    .pr_lg--150 {
        padding - right: 150px!important
    }
    .mt_lg--150 {
        margin - top: 150px!important
    }
    .mb_lg--150 {
        margin - bottom: 150px!important
    }
    .ml_lg--150 {
        margin - left: 150px!important
    }
    .ptb_lg--155 {
        padding: 155px 0!important
    }
    .plr_lg--155 {
        padding: 0 155px!important
    }
    .pt_lg--155 {
        padding - top: 155px!important
    }
    .pb_lg--155 {
        padding - bottom: 155px!important
    }
    .pl_lg--155 {
        padding - left: 155px!important
    }
    .pr_lg--155 {
        padding - right: 155px!important
    }
    .mt_lg--155 {
        margin - top: 155px!important
    }
    .mb_lg--155 {
        margin - bottom: 155px!important
    }
    .ml_lg--155 {
        margin - left: 155px!important
    }
    .ptb_lg--160 {
        padding: 160px 0!important
    }
    .plr_lg--160 {
        padding: 0 160px!important
    }
    .pt_lg--160 {
        padding - top: 160px!important
    }
    .pb_lg--160 {
        padding - bottom: 160px!important
    }
    .pl_lg--160 {
        padding - left: 160px!important
    }
    .pr_lg--160 {
        padding - right: 160px!important
    }
    .mt_lg--160 {
        margin - top: 160px!important
    }
    .mb_lg--160 {
        margin - bottom: 160px!important
    }
    .ml_lg--160 {
        margin - left: 160px!important
    }
    .ptb_lg--165 {
        padding: 165px 0!important
    }
    .plr_lg--165 {
        padding: 0 165px!important
    }
    .pt_lg--165 {
        padding - top: 165px!important
    }
    .pb_lg--165 {
        padding - bottom: 165px!important
    }
    .pl_lg--165 {
        padding - left: 165px!important
    }
    .pr_lg--165 {
        padding - right: 165px!important
    }
    .mt_lg--165 {
        margin - top: 165px!important
    }
    .mb_lg--165 {
        margin - bottom: 165px!important
    }
    .ml_lg--165 {
        margin - left: 165px!important
    }
    .ptb_lg--170 {
        padding: 170px 0!important
    }
    .plr_lg--170 {
        padding: 0 170px!important
    }
    .pt_lg--170 {
        padding - top: 170px!important
    }
    .pb_lg--170 {
        padding - bottom: 170px!important
    }
    .pl_lg--170 {
        padding - left: 170px!important
    }
    .pr_lg--170 {
        padding - right: 170px!important
    }
    .mt_lg--170 {
        margin - top: 170px!important
    }
    .mb_lg--170 {
        margin - bottom: 170px!important
    }
    .ml_lg--170 {
        margin - left: 170px!important
    }
    .ptb_lg--175 {
        padding: 175px 0!important
    }
    .plr_lg--175 {
        padding: 0 175px!important
    }
    .pt_lg--175 {
        padding - top: 175px!important
    }
    .pb_lg--175 {
        padding - bottom: 175px!important
    }
    .pl_lg--175 {
        padding - left: 175px!important
    }
    .pr_lg--175 {
        padding - right: 175px!important
    }
    .mt_lg--175 {
        margin - top: 175px!important
    }
    .mb_lg--175 {
        margin - bottom: 175px!important
    }
    .ml_lg--175 {
        margin - left: 175px!important
    }
    .ptb_lg--180 {
        padding: 180px 0!important
    }
    .plr_lg--180 {
        padding: 0 180px!important
    }
    .pt_lg--180 {
        padding - top: 180px!important
    }
    .pb_lg--180 {
        padding - bottom: 180px!important
    }
    .pl_lg--180 {
        padding - left: 180px!important
    }
    .pr_lg--180 {
        padding - right: 180px!important
    }
    .mt_lg--180 {
        margin - top: 180px!important
    }
    .mb_lg--180 {
        margin - bottom: 180px!important
    }
    .ml_lg--180 {
        margin - left: 180px!important
    }
    .ptb_lg--185 {
        padding: 185px 0!important
    }
    .plr_lg--185 {
        padding: 0 185px!important
    }
    .pt_lg--185 {
        padding - top: 185px!important
    }
    .pb_lg--185 {
        padding - bottom: 185px!important
    }
    .pl_lg--185 {
        padding - left: 185px!important
    }
    .pr_lg--185 {
        padding - right: 185px!important
    }
    .mt_lg--185 {
        margin - top: 185px!important
    }
    .mb_lg--185 {
        margin - bottom: 185px!important
    }
    .ml_lg--185 {
        margin - left: 185px!important
    }
    .ptb_lg--190 {
        padding: 190px 0!important
    }
    .plr_lg--190 {
        padding: 0 190px!important
    }
    .pt_lg--190 {
        padding - top: 190px!important
    }
    .pb_lg--190 {
        padding - bottom: 190px!important
    }
    .pl_lg--190 {
        padding - left: 190px!important
    }
    .pr_lg--190 {
        padding - right: 190px!important
    }
    .mt_lg--190 {
        margin - top: 190px!important
    }
    .mb_lg--190 {
        margin - bottom: 190px!important
    }
    .ml_lg--190 {
        margin - left: 190px!important
    }
    .ptb_lg--195 {
        padding: 195px 0!important
    }
    .plr_lg--195 {
        padding: 0 195px!important
    }
    .pt_lg--195 {
        padding - top: 195px!important
    }
    .pb_lg--195 {
        padding - bottom: 195px!important
    }
    .pl_lg--195 {
        padding - left: 195px!important
    }
    .pr_lg--195 {
        padding - right: 195px!important
    }
    .mt_lg--195 {
        margin - top: 195px!important
    }
    .mb_lg--195 {
        margin - bottom: 195px!important
    }
    .ml_lg--195 {
        margin - left: 195px!important
    }
    .ptb_lg--200 {
        padding: 200px 0!important
    }
    .plr_lg--200 {
        padding: 0 200px!important
    }
    .pt_lg--200 {
        padding - top: 200px!important
    }
    .pb_lg--200 {
        padding - bottom: 200px!important
    }
    .pl_lg--200 {
        padding - left: 200px!important
    }
    .pr_lg--200 {
        padding - right: 200px!important
    }
    .mt_lg--200 {
        margin - top: 200px!important
    }
    .mb_lg--200 {
        margin - bottom: 200px!important
    }
    .ml_lg--200 {
        margin - left: 200px!important
    }
}
 @ media only screen and(min - width: 768px)and(max - width: 991px) {
    .ptb_md--0 {
        padding: 0!important
    }
    .pl_md--0 {
        padding - left: 0!important
    }
    .pr_md--0 {
        padding - right: 0!important
    }
    .pt_md--0 {
        padding - top: 0!important
    }
    .pb_md--0 {
        padding - bottom: 0!important
    }
    .mr_md--0 {
        margin - right: 0!important
    }
    .ml_md--0 {
        margin - left: 0!important
    }
    .mt_md--0 {
        margin - top: 0!important
    }
    .mb_md--0 {
        margin - bottom: 0!important
    }
    .ptb_md--250 {
        padding: 250px 0!important
    }
    .ptb_md--5 {
        padding: 5px 0!important
    }
    .plr_md--5 {
        padding: 0 5px!important
    }
    .pt_md--5 {
        padding - top: 5px!important
    }
    .pb_md--5 {
        padding - bottom: 5px!important
    }
    .pl_md--5 {
        padding - left: 5px!important
    }
    .pr_md--5 {
        padding - right: 5px!important
    }
    .mt_md--5 {
        margin - top: 5px!important
    }
    .mb_md--5 {
        margin - bottom: 5px!important
    }
    .ptb_md--10 {
        padding: 10px 0!important
    }
    .plr_md--10 {
        padding: 0 10px!important
    }
    .pt_md--10 {
        padding - top: 10px!important
    }
    .pb_md--10 {
        padding - bottom: 10px!important
    }
    .pl_md--10 {
        padding - left: 10px!important
    }
    .pr_md--10 {
        padding - right: 10px!important
    }
    .mt_md--10 {
        margin - top: 10px!important
    }
    .mb_md--10 {
        margin - bottom: 10px!important
    }
    .ptb_md--15 {
        padding: 15px 0!important
    }
    .plr_md--15 {
        padding: 0 15px!important
    }
    .pt_md--15 {
        padding - top: 15px!important
    }
    .pb_md--15 {
        padding - bottom: 15px!important
    }
    .pl_md--15 {
        padding - left: 15px!important
    }
    .pr_md--15 {
        padding - right: 15px!important
    }
    .mt_md--15 {
        margin - top: 15px!important
    }
    .mb_md--15 {
        margin - bottom: 15px!important
    }
    .ptb_md--20 {
        padding: 20px 0!important
    }
    .plr_md--20 {
        padding: 0 20px!important
    }
    .pt_md--20 {
        padding - top: 20px!important
    }
    .pb_md--20 {
        padding - bottom: 20px!important
    }
    .pl_md--20 {
        padding - left: 20px!important
    }
    .pr_md--20 {
        padding - right: 20px!important
    }
    .mt_md--20 {
        margin - top: 20px!important
    }
    .mb_md--20 {
        margin - bottom: 20px!important
    }
    .ptb_md--25 {
        padding: 25px 0!important
    }
    .plr_md--25 {
        padding: 0 25px!important
    }
    .pt_md--25 {
        padding - top: 25px!important
    }
    .pb_md--25 {
        padding - bottom: 25px!important
    }
    .pl_md--25 {
        padding - left: 25px!important
    }
    .pr_md--25 {
        padding - right: 25px!important
    }
    .mt_md--25 {
        margin - top: 25px!important
    }
    .mb_md--25 {
        margin - bottom: 25px!important
    }
    .ptb_md--30 {
        padding: 30px 0!important
    }
    .plr_md--30 {
        padding: 0 30px!important
    }
    .pt_md--30 {
        padding - top: 30px!important
    }
    .pb_md--30 {
        padding - bottom: 30px!important
    }
    .pl_md--30 {
        padding - left: 30px!important
    }
    .pr_md--30 {
        padding - right: 30px!important
    }
    .mt_md--30 {
        margin - top: 30px!important
    }
    .mb_md--30 {
        margin - bottom: 30px!important
    }
    .ptb_md--35 {
        padding: 35px 0!important
    }
    .plr_md--35 {
        padding: 0 35px!important
    }
    .pt_md--35 {
        padding - top: 35px!important
    }
    .pb_md--35 {
        padding - bottom: 35px!important
    }
    .pl_md--35 {
        padding - left: 35px!important
    }
    .pr_md--35 {
        padding - right: 35px!important
    }
    .mt_md--35 {
        margin - top: 35px!important
    }
    .mb_md--35 {
        margin - bottom: 35px!important
    }
    .ptb_md--40 {
        padding: 40px 0!important
    }
    .plr_md--40 {
        padding: 0 40px!important
    }
    .pt_md--40 {
        padding - top: 40px!important
    }
    .pb_md--40 {
        padding - bottom: 40px!important
    }
    .pl_md--40 {
        padding - left: 40px!important
    }
    .pr_md--40 {
        padding - right: 40px!important
    }
    .mt_md--40 {
        margin - top: 40px!important
    }
    .mb_md--40 {
        margin - bottom: 40px!important
    }
    .ptb_md--45 {
        padding: 45px 0!important
    }
    .plr_md--45 {
        padding: 0 45px!important
    }
    .pt_md--45 {
        padding - top: 45px!important
    }
    .pb_md--45 {
        padding - bottom: 45px!important
    }
    .pl_md--45 {
        padding - left: 45px!important
    }
    .pr_md--45 {
        padding - right: 45px!important
    }
    .mt_md--45 {
        margin - top: 45px!important
    }
    .mb_md--45 {
        margin - bottom: 45px!important
    }
    .ptb_md--50 {
        padding: 50px 0!important
    }
    .plr_md--50 {
        padding: 0 50px!important
    }
    .pt_md--50 {
        padding - top: 50px!important
    }
    .pb_md--50 {
        padding - bottom: 50px!important
    }
    .pl_md--50 {
        padding - left: 50px!important
    }
    .pr_md--50 {
        padding - right: 50px!important
    }
    .mt_md--50 {
        margin - top: 50px!important
    }
    .mb_md--50 {
        margin - bottom: 50px!important
    }
    .ptb_md--55 {
        padding: 55px 0!important
    }
    .plr_md--55 {
        padding: 0 55px!important
    }
    .pt_md--55 {
        padding - top: 55px!important
    }
    .pb_md--55 {
        padding - bottom: 55px!important
    }
    .pl_md--55 {
        padding - left: 55px!important
    }
    .pr_md--55 {
        padding - right: 55px!important
    }
    .mt_md--55 {
        margin - top: 55px!important
    }
    .mb_md--55 {
        margin - bottom: 55px!important
    }
    .ptb_md--60 {
        padding: 60px 0!important
    }
    .plr_md--60 {
        padding: 0 60px!important
    }
    .pt_md--60 {
        padding - top: 60px!important
    }
    .pb_md--60 {
        padding - bottom: 60px!important
    }
    .pl_md--60 {
        padding - left: 60px!important
    }
    .pr_md--60 {
        padding - right: 60px!important
    }
    .mt_md--60 {
        margin - top: 60px!important
    }
    .mb_md--60 {
        margin - bottom: 60px!important
    }
    .ptb_md--65 {
        padding: 65px 0!important
    }
    .plr_md--65 {
        padding: 0 65px!important
    }
    .pt_md--65 {
        padding - top: 65px!important
    }
    .pb_md--65 {
        padding - bottom: 65px!important
    }
    .pl_md--65 {
        padding - left: 65px!important
    }
    .pr_md--65 {
        padding - right: 65px!important
    }
    .mt_md--65 {
        margin - top: 65px!important
    }
    .mb_md--65 {
        margin - bottom: 65px!important
    }
    .ptb_md--70 {
        padding: 70px 0!important
    }
    .plr_md--70 {
        padding: 0 70px!important
    }
    .pt_md--70 {
        padding - top: 70px!important
    }
    .pb_md--70 {
        padding - bottom: 70px!important
    }
    .pl_md--70 {
        padding - left: 70px!important
    }
    .pr_md--70 {
        padding - right: 70px!important
    }
    .mt_md--70 {
        margin - top: 70px!important
    }
    .mb_md--70 {
        margin - bottom: 70px!important
    }
    .ptb_md--75 {
        padding: 75px 0!important
    }
    .plr_md--75 {
        padding: 0 75px!important
    }
    .pt_md--75 {
        padding - top: 75px!important
    }
    .pb_md--75 {
        padding - bottom: 75px!important
    }
    .pl_md--75 {
        padding - left: 75px!important
    }
    .pr_md--75 {
        padding - right: 75px!important
    }
    .mt_md--75 {
        margin - top: 75px!important
    }
    .mb_md--75 {
        margin - bottom: 75px!important
    }
    .ptb_md--80 {
        padding: 80px 0!important
    }
    .plr_md--80 {
        padding: 0 80px!important
    }
    .pt_md--80 {
        padding - top: 80px!important
    }
    .pb_md--80 {
        padding - bottom: 80px!important
    }
    .pl_md--80 {
        padding - left: 80px!important
    }
    .pr_md--80 {
        padding - right: 80px!important
    }
    .mt_md--80 {
        margin - top: 80px!important
    }
    .mb_md--80 {
        margin - bottom: 80px!important
    }
    .ptb_md--85 {
        padding: 85px 0!important
    }
    .plr_md--85 {
        padding: 0 85px!important
    }
    .pt_md--85 {
        padding - top: 85px!important
    }
    .pb_md--85 {
        padding - bottom: 85px!important
    }
    .pl_md--85 {
        padding - left: 85px!important
    }
    .pr_md--85 {
        padding - right: 85px!important
    }
    .mt_md--85 {
        margin - top: 85px!important
    }
    .mb_md--85 {
        margin - bottom: 85px!important
    }
    .ptb_md--90 {
        padding: 90px 0!important
    }
    .plr_md--90 {
        padding: 0 90px!important
    }
    .pt_md--90 {
        padding - top: 90px!important
    }
    .pb_md--90 {
        padding - bottom: 90px!important
    }
    .pl_md--90 {
        padding - left: 90px!important
    }
    .pr_md--90 {
        padding - right: 90px!important
    }
    .mt_md--90 {
        margin - top: 90px!important
    }
    .mb_md--90 {
        margin - bottom: 90px!important
    }
    .ptb_md--95 {
        padding: 95px 0!important
    }
    .plr_md--95 {
        padding: 0 95px!important
    }
    .pt_md--95 {
        padding - top: 95px!important
    }
    .pb_md--95 {
        padding - bottom: 95px!important
    }
    .pl_md--95 {
        padding - left: 95px!important
    }
    .pr_md--95 {
        padding - right: 95px!important
    }
    .mt_md--95 {
        margin - top: 95px!important
    }
    .mb_md--95 {
        margin - bottom: 95px!important
    }
    .ptb_md--100 {
        padding: 100px 0!important
    }
    .plr_md--100 {
        padding: 0 100px!important
    }
    .pt_md--100 {
        padding - top: 100px!important
    }
    .pb_md--100 {
        padding - bottom: 100px!important
    }
    .pl_md--100 {
        padding - left: 100px!important
    }
    .pr_md--100 {
        padding - right: 100px!important
    }
    .mt_md--100 {
        margin - top: 100px!important
    }
    .mb_md--100 {
        margin - bottom: 100px!important
    }
    .ptb_md--105 {
        padding: 105px 0!important
    }
    .plr_md--105 {
        padding: 0 105px!important
    }
    .pt_md--105 {
        padding - top: 105px!important
    }
    .pb_md--105 {
        padding - bottom: 105px!important
    }
    .pl_md--105 {
        padding - left: 105px!important
    }
    .pr_md--105 {
        padding - right: 105px!important
    }
    .mt_md--105 {
        margin - top: 105px!important
    }
    .mb_md--105 {
        margin - bottom: 105px!important
    }
    .ptb_md--110 {
        padding: 110px 0!important
    }
    .plr_md--110 {
        padding: 0 110px!important
    }
    .pt_md--110 {
        padding - top: 110px!important
    }
    .pb_md--110 {
        padding - bottom: 110px!important
    }
    .pl_md--110 {
        padding - left: 110px!important
    }
    .pr_md--110 {
        padding - right: 110px!important
    }
    .mt_md--110 {
        margin - top: 110px!important
    }
    .mb_md--110 {
        margin - bottom: 110px!important
    }
    .ptb_md--115 {
        padding: 115px 0!important
    }
    .plr_md--115 {
        padding: 0 115px!important
    }
    .pt_md--115 {
        padding - top: 115px!important
    }
    .pb_md--115 {
        padding - bottom: 115px!important
    }
    .pl_md--115 {
        padding - left: 115px!important
    }
    .pr_md--115 {
        padding - right: 115px!important
    }
    .mt_md--115 {
        margin - top: 115px!important
    }
    .mb_md--115 {
        margin - bottom: 115px!important
    }
    .ptb_md--120 {
        padding: 120px 0!important
    }
    .plr_md--120 {
        padding: 0 120px!important
    }
    .pt_md--120 {
        padding - top: 120px!important
    }
    .pb_md--120 {
        padding - bottom: 120px!important
    }
    .pl_md--120 {
        padding - left: 120px!important
    }
    .pr_md--120 {
        padding - right: 120px!important
    }
    .mt_md--120 {
        margin - top: 120px!important
    }
    .mb_md--120 {
        margin - bottom: 120px!important
    }
    .ptb_md--125 {
        padding: 125px 0!important
    }
    .plr_md--125 {
        padding: 0 125px!important
    }
    .pt_md--125 {
        padding - top: 125px!important
    }
    .pb_md--125 {
        padding - bottom: 125px!important
    }
    .pl_md--125 {
        padding - left: 125px!important
    }
    .pr_md--125 {
        padding - right: 125px!important
    }
    .mt_md--125 {
        margin - top: 125px!important
    }
    .mb_md--125 {
        margin - bottom: 125px!important
    }
    .ptb_md--130 {
        padding: 130px 0!important
    }
    .plr_md--130 {
        padding: 0 130px!important
    }
    .pt_md--130 {
        padding - top: 130px!important
    }
    .pb_md--130 {
        padding - bottom: 130px!important
    }
    .pl_md--130 {
        padding - left: 130px!important
    }
    .pr_md--130 {
        padding - right: 130px!important
    }
    .mt_md--130 {
        margin - top: 130px!important
    }
    .mb_md--130 {
        margin - bottom: 130px!important
    }
    .ptb_md--135 {
        padding: 135px 0!important
    }
    .plr_md--135 {
        padding: 0 135px!important
    }
    .pt_md--135 {
        padding - top: 135px!important
    }
    .pb_md--135 {
        padding - bottom: 135px!important
    }
    .pl_md--135 {
        padding - left: 135px!important
    }
    .pr_md--135 {
        padding - right: 135px!important
    }
    .mt_md--135 {
        margin - top: 135px!important
    }
    .mb_md--135 {
        margin - bottom: 135px!important
    }
    .ptb_md--140 {
        padding: 140px 0!important
    }
    .plr_md--140 {
        padding: 0 140px!important
    }
    .pt_md--140 {
        padding - top: 140px!important
    }
    .pb_md--140 {
        padding - bottom: 140px!important
    }
    .pl_md--140 {
        padding - left: 140px!important
    }
    .pr_md--140 {
        padding - right: 140px!important
    }
    .mt_md--140 {
        margin - top: 140px!important
    }
    .mb_md--140 {
        margin - bottom: 140px!important
    }
    .ptb_md--145 {
        padding: 145px 0!important
    }
    .plr_md--145 {
        padding: 0 145px!important
    }
    .pt_md--145 {
        padding - top: 145px!important
    }
    .pb_md--145 {
        padding - bottom: 145px!important
    }
    .pl_md--145 {
        padding - left: 145px!important
    }
    .pr_md--145 {
        padding - right: 145px!important
    }
    .mt_md--145 {
        margin - top: 145px!important
    }
    .mb_md--145 {
        margin - bottom: 145px!important
    }
    .ptb_md--150 {
        padding: 150px 0!important
    }
    .plr_md--150 {
        padding: 0 150px!important
    }
    .pt_md--150 {
        padding - top: 150px!important
    }
    .pb_md--150 {
        padding - bottom: 150px!important
    }
    .pl_md--150 {
        padding - left: 150px!important
    }
    .pr_md--150 {
        padding - right: 150px!important
    }
    .mt_md--150 {
        margin - top: 150px!important
    }
    .mb_md--150 {
        margin - bottom: 150px!important
    }
    .ptb_md--155 {
        padding: 155px 0!important
    }
    .plr_md--155 {
        padding: 0 155px!important
    }
    .pt_md--155 {
        padding - top: 155px!important
    }
    .pb_md--155 {
        padding - bottom: 155px!important
    }
    .pl_md--155 {
        padding - left: 155px!important
    }
    .pr_md--155 {
        padding - right: 155px!important
    }
    .mt_md--155 {
        margin - top: 155px!important
    }
    .mb_md--155 {
        margin - bottom: 155px!important
    }
    .ptb_md--160 {
        padding: 160px 0!important
    }
    .plr_md--160 {
        padding: 0 160px!important
    }
    .pt_md--160 {
        padding - top: 160px!important
    }
    .pb_md--160 {
        padding - bottom: 160px!important
    }
    .pl_md--160 {
        padding - left: 160px!important
    }
    .pr_md--160 {
        padding - right: 160px!important
    }
    .mt_md--160 {
        margin - top: 160px!important
    }
    .mb_md--160 {
        margin - bottom: 160px!important
    }
    .ptb_md--165 {
        padding: 165px 0!important
    }
    .plr_md--165 {
        padding: 0 165px!important
    }
    .pt_md--165 {
        padding - top: 165px!important
    }
    .pb_md--165 {
        padding - bottom: 165px!important
    }
    .pl_md--165 {
        padding - left: 165px!important
    }
    .pr_md--165 {
        padding - right: 165px!important
    }
    .mt_md--165 {
        margin - top: 165px!important
    }
    .mb_md--165 {
        margin - bottom: 165px!important
    }
    .ptb_md--170 {
        padding: 170px 0!important
    }
    .plr_md--170 {
        padding: 0 170px!important
    }
    .pt_md--170 {
        padding - top: 170px!important
    }
    .pb_md--170 {
        padding - bottom: 170px!important
    }
    .pl_md--170 {
        padding - left: 170px!important
    }
    .pr_md--170 {
        padding - right: 170px!important
    }
    .mt_md--170 {
        margin - top: 170px!important
    }
    .mb_md--170 {
        margin - bottom: 170px!important
    }
    .ptb_md--175 {
        padding: 175px 0!important
    }
    .plr_md--175 {
        padding: 0 175px!important
    }
    .pt_md--175 {
        padding - top: 175px!important
    }
    .pb_md--175 {
        padding - bottom: 175px!important
    }
    .pl_md--175 {
        padding - left: 175px!important
    }
    .pr_md--175 {
        padding - right: 175px!important
    }
    .mt_md--175 {
        margin - top: 175px!important
    }
    .mb_md--175 {
        margin - bottom: 175px!important
    }
    .ptb_md--180 {
        padding: 180px 0!important
    }
    .plr_md--180 {
        padding: 0 180px!important
    }
    .pt_md--180 {
        padding - top: 180px!important
    }
    .pb_md--180 {
        padding - bottom: 180px!important
    }
    .pl_md--180 {
        padding - left: 180px!important
    }
    .pr_md--180 {
        padding - right: 180px!important
    }
    .mt_md--180 {
        margin - top: 180px!important
    }
    .mb_md--180 {
        margin - bottom: 180px!important
    }
    .ptb_md--185 {
        padding: 185px 0!important
    }
    .plr_md--185 {
        padding: 0 185px!important
    }
    .pt_md--185 {
        padding - top: 185px!important
    }
    .pb_md--185 {
        padding - bottom: 185px!important
    }
    .pl_md--185 {
        padding - left: 185px!important
    }
    .pr_md--185 {
        padding - right: 185px!important
    }
    .mt_md--185 {
        margin - top: 185px!important
    }
    .mb_md--185 {
        margin - bottom: 185px!important
    }
    .ptb_md--190 {
        padding: 190px 0!important
    }
    .plr_md--190 {
        padding: 0 190px!important
    }
    .pt_md--190 {
        padding - top: 190px!important
    }
    .pb_md--190 {
        padding - bottom: 190px!important
    }
    .pl_md--190 {
        padding - left: 190px!important
    }
    .pr_md--190 {
        padding - right: 190px!important
    }
    .mt_md--190 {
        margin - top: 190px!important
    }
    .mb_md--190 {
        margin - bottom: 190px!important
    }
    .ptb_md--195 {
        padding: 195px 0!important
    }
    .plr_md--195 {
        padding: 0 195px!important
    }
    .pt_md--195 {
        padding - top: 195px!important
    }
    .pb_md--195 {
        padding - bottom: 195px!important
    }
    .pl_md--195 {
        padding - left: 195px!important
    }
    .pr_md--195 {
        padding - right: 195px!important
    }
    .mt_md--195 {
        margin - top: 195px!important
    }
    .mb_md--195 {
        margin - bottom: 195px!important
    }
    .ptb_md--200 {
        padding: 200px 0!important
    }
    .plr_md--200 {
        padding: 0 200px!important
    }
    .pt_md--200 {
        padding - top: 200px!important
    }
    .pb_md--200 {
        padding - bottom: 200px!important
    }
    .pl_md--200 {
        padding - left: 200px!important
    }
    .pr_md--200 {
        padding - right: 200px!important
    }
    .mt_md--200 {
        margin - top: 200px!important
    }
    .mb_md--200 {
        margin - bottom: 200px!important
    }
}
 @ media only screen and(max - width: 767px) {
    .ptb_sm--250 {
        padding: 250px 0!important
    }
    .ptb_sm--0 {
        padding: 0!important
    }
    .pl_sm--0 {
        padding - left: 0!important
    }
    .pr_sm--0 {
        padding - right: 0!important
    }
    .pt_sm--0 {
        padding - top: 0!important
    }
    .pb_sm--0 {
        padding - bottom: 0!important
    }
    .mr_sm--0 {
        margin - right: 0!important
    }
    .ml_sm--0 {
        margin - left: 0!important
    }
    .mt_sm--0 {
        margin - top: 0!important
    }
    .mb_sm--0 {
        margin - bottom: 0!important
    }
    .ptb_sm--5 {
        padding: 5px 0!important
    }
    .plr_sm--5 {
        padding: 0 5px!important
    }
    .pt_sm--5 {
        padding - top: 5px!important
    }
    .pb_sm--5 {
        padding - bottom: 5px!important
    }
    .pl_sm--5 {
        padding - left: 5px!important
    }
    .pr_sm--5 {
        padding - right: 5px!important
    }
    .mt_sm--5 {
        margin - top: 5px!important
    }
    .ml_sm--5 {
        margin - left: 5px!important
    }
    .mr_sm--5 {
        margin - right: 5px!important
    }
    .mb_sm--5 {
        margin - bottom: 5px!important
    }
    .ptb_sm--10 {
        padding: 10px 0!important
    }
    .plr_sm--10 {
        padding: 0 10px!important
    }
    .pt_sm--10 {
        padding - top: 10px!important
    }
    .pb_sm--10 {
        padding - bottom: 10px!important
    }
    .pl_sm--10 {
        padding - left: 10px!important
    }
    .pr_sm--10 {
        padding - right: 10px!important
    }
    .mt_sm--10 {
        margin - top: 10px!important
    }
    .ml_sm--10 {
        margin - left: 10px!important
    }
    .mr_sm--10 {
        margin - right: 10px!important
    }
    .mb_sm--10 {
        margin - bottom: 10px!important
    }
    .ptb_sm--15 {
        padding: 15px 0!important
    }
    .plr_sm--15 {
        padding: 0 15px!important
    }
    .pt_sm--15 {
        padding - top: 15px!important
    }
    .pb_sm--15 {
        padding - bottom: 15px!important
    }
    .pl_sm--15 {
        padding - left: 15px!important
    }
    .pr_sm--15 {
        padding - right: 15px!important
    }
    .mt_sm--15 {
        margin - top: 15px!important
    }
    .ml_sm--15 {
        margin - left: 15px!important
    }
    .mr_sm--15 {
        margin - right: 15px!important
    }
    .mb_sm--15 {
        margin - bottom: 15px!important
    }
    .ptb_sm--20 {
        padding: 20px 0!important
    }
    .plr_sm--20 {
        padding: 0 20px!important
    }
    .pt_sm--20 {
        padding - top: 20px!important
    }
    .pb_sm--20 {
        padding - bottom: 20px!important
    }
    .pl_sm--20 {
        padding - left: 20px!important
    }
    .pr_sm--20 {
        padding - right: 20px!important
    }
    .mt_sm--20 {
        margin - top: 20px!important
    }
    .ml_sm--20 {
        margin - left: 20px!important
    }
    .mr_sm--20 {
        margin - right: 20px!important
    }
    .mb_sm--20 {
        margin - bottom: 20px!important
    }
    .ptb_sm--25 {
        padding: 25px 0!important
    }
    .plr_sm--25 {
        padding: 0 25px!important
    }
    .pt_sm--25 {
        padding - top: 25px!important
    }
    .pb_sm--25 {
        padding - bottom: 25px!important
    }
    .pl_sm--25 {
        padding - left: 25px!important
    }
    .pr_sm--25 {
        padding - right: 25px!important
    }
    .mt_sm--25 {
        margin - top: 25px!important
    }
    .ml_sm--25 {
        margin - left: 25px!important
    }
    .mr_sm--25 {
        margin - right: 25px!important
    }
    .mb_sm--25 {
        margin - bottom: 25px!important
    }
    .ptb_sm--30 {
        padding: 30px 0!important
    }
    .plr_sm--30 {
        padding: 0 30px!important
    }
    .pt_sm--30 {
        padding - top: 30px!important
    }
    .pb_sm--30 {
        padding - bottom: 30px!important
    }
    .pl_sm--30 {
        padding - left: 30px!important
    }
    .pr_sm--30 {
        padding - right: 30px!important
    }
    .mt_sm--30 {
        margin - top: 30px!important
    }
    .ml_sm--30 {
        margin - left: 30px!important
    }
    .mr_sm--30 {
        margin - right: 30px!important
    }
    .mb_sm--30 {
        margin - bottom: 30px!important
    }
    .ptb_sm--35 {
        padding: 35px 0!important
    }
    .plr_sm--35 {
        padding: 0 35px!important
    }
    .pt_sm--35 {
        padding - top: 35px!important
    }
    .pb_sm--35 {
        padding - bottom: 35px!important
    }
    .pl_sm--35 {
        padding - left: 35px!important
    }
    .pr_sm--35 {
        padding - right: 35px!important
    }
    .mt_sm--35 {
        margin - top: 35px!important
    }
    .ml_sm--35 {
        margin - left: 35px!important
    }
    .mr_sm--35 {
        margin - right: 35px!important
    }
    .mb_sm--35 {
        margin - bottom: 35px!important
    }
    .ptb_sm--40 {
        padding: 40px 0!important
    }
    .plr_sm--40 {
        padding: 0 40px!important
    }
    .pt_sm--40 {
        padding - top: 40px!important
    }
    .pb_sm--40 {
        padding - bottom: 40px!important
    }
    .pl_sm--40 {
        padding - left: 40px!important
    }
    .pr_sm--40 {
        padding - right: 40px!important
    }
    .mt_sm--40 {
        margin - top: 40px!important
    }
    .ml_sm--40 {
        margin - left: 40px!important
    }
    .mr_sm--40 {
        margin - right: 40px!important
    }
    .mb_sm--40 {
        margin - bottom: 40px!important
    }
    .ptb_sm--45 {
        padding: 45px 0!important
    }
    .plr_sm--45 {
        padding: 0 45px!important
    }
    .pt_sm--45 {
        padding - top: 45px!important
    }
    .pb_sm--45 {
        padding - bottom: 45px!important
    }
    .pl_sm--45 {
        padding - left: 45px!important
    }
    .pr_sm--45 {
        padding - right: 45px!important
    }
    .mt_sm--45 {
        margin - top: 45px!important
    }
    .ml_sm--45 {
        margin - left: 45px!important
    }
    .mr_sm--45 {
        margin - right: 45px!important
    }
    .mb_sm--45 {
        margin - bottom: 45px!important
    }
    .ptb_sm--50 {
        padding: 50px 0!important
    }
    .plr_sm--50 {
        padding: 0 50px!important
    }
    .pt_sm--50 {
        padding - top: 50px!important
    }
    .pb_sm--50 {
        padding - bottom: 50px!important
    }
    .pl_sm--50 {
        padding - left: 50px!important
    }
    .pr_sm--50 {
        padding - right: 50px!important
    }
    .mt_sm--50 {
        margin - top: 50px!important
    }
    .ml_sm--50 {
        margin - left: 50px!important
    }
    .mr_sm--50 {
        margin - right: 50px!important
    }
    .mb_sm--50 {
        margin - bottom: 50px!important
    }
    .ptb_sm--55 {
        padding: 55px 0!important
    }
    .plr_sm--55 {
        padding: 0 55px!important
    }
    .pt_sm--55 {
        padding - top: 55px!important
    }
    .pb_sm--55 {
        padding - bottom: 55px!important
    }
    .pl_sm--55 {
        padding - left: 55px!important
    }
    .pr_sm--55 {
        padding - right: 55px!important
    }
    .mt_sm--55 {
        margin - top: 55px!important
    }
    .ml_sm--55 {
        margin - left: 55px!important
    }
    .mr_sm--55 {
        margin - right: 55px!important
    }
    .mb_sm--55 {
        margin - bottom: 55px!important
    }
    .ptb_sm--60 {
        padding: 60px 0!important
    }
    .plr_sm--60 {
        padding: 0 60px!important
    }
    .pt_sm--60 {
        padding - top: 60px!important
    }
    .pb_sm--60 {
        padding - bottom: 60px!important
    }
    .pl_sm--60 {
        padding - left: 60px!important
    }
    .pr_sm--60 {
        padding - right: 60px!important
    }
    .mt_sm--60 {
        margin - top: 60px!important
    }
    .ml_sm--60 {
        margin - left: 60px!important
    }
    .mr_sm--60 {
        margin - right: 60px!important
    }
    .mb_sm--60 {
        margin - bottom: 60px!important
    }
    .ptb_sm--65 {
        padding: 65px 0!important
    }
    .plr_sm--65 {
        padding: 0 65px!important
    }
    .pt_sm--65 {
        padding - top: 65px!important
    }
    .pb_sm--65 {
        padding - bottom: 65px!important
    }
    .pl_sm--65 {
        padding - left: 65px!important
    }
    .pr_sm--65 {
        padding - right: 65px!important
    }
    .mt_sm--65 {
        margin - top: 65px!important
    }
    .ml_sm--65 {
        margin - left: 65px!important
    }
    .mr_sm--65 {
        margin - right: 65px!important
    }
    .mb_sm--65 {
        margin - bottom: 65px!important
    }
    .ptb_sm--70 {
        padding: 70px 0!important
    }
    .plr_sm--70 {
        padding: 0 70px!important
    }
    .pt_sm--70 {
        padding - top: 70px!important
    }
    .pb_sm--70 {
        padding - bottom: 70px!important
    }
    .pl_sm--70 {
        padding - left: 70px!important
    }
    .pr_sm--70 {
        padding - right: 70px!important
    }
    .mt_sm--70 {
        margin - top: 70px!important
    }
    .ml_sm--70 {
        margin - left: 70px!important
    }
    .mr_sm--70 {
        margin - right: 70px!important
    }
    .mb_sm--70 {
        margin - bottom: 70px!important
    }
    .ptb_sm--75 {
        padding: 75px 0!important
    }
    .plr_sm--75 {
        padding: 0 75px!important
    }
    .pt_sm--75 {
        padding - top: 75px!important
    }
    .pb_sm--75 {
        padding - bottom: 75px!important
    }
    .pl_sm--75 {
        padding - left: 75px!important
    }
    .pr_sm--75 {
        padding - right: 75px!important
    }
    .mt_sm--75 {
        margin - top: 75px!important
    }
    .ml_sm--75 {
        margin - left: 75px!important
    }
    .mr_sm--75 {
        margin - right: 75px!important
    }
    .mb_sm--75 {
        margin - bottom: 75px!important
    }
    .ptb_sm--80 {
        padding: 80px 0!important
    }
    .plr_sm--80 {
        padding: 0 80px!important
    }
    .pt_sm--80 {
        padding - top: 80px!important
    }
    .pb_sm--80 {
        padding - bottom: 80px!important
    }
    .pl_sm--80 {
        padding - left: 80px!important
    }
    .pr_sm--80 {
        padding - right: 80px!important
    }
    .mt_sm--80 {
        margin - top: 80px!important
    }
    .ml_sm--80 {
        margin - left: 80px!important
    }
    .mr_sm--80 {
        margin - right: 80px!important
    }
    .mb_sm--80 {
        margin - bottom: 80px!important
    }
    .ptb_sm--85 {
        padding: 85px 0!important
    }
    .plr_sm--85 {
        padding: 0 85px!important
    }
    .pt_sm--85 {
        padding - top: 85px!important
    }
    .pb_sm--85 {
        padding - bottom: 85px!important
    }
    .pl_sm--85 {
        padding - left: 85px!important
    }
    .pr_sm--85 {
        padding - right: 85px!important
    }
    .mt_sm--85 {
        margin - top: 85px!important
    }
    .ml_sm--85 {
        margin - left: 85px!important
    }
    .mr_sm--85 {
        margin - right: 85px!important
    }
    .mb_sm--85 {
        margin - bottom: 85px!important
    }
    .ptb_sm--90 {
        padding: 90px 0!important
    }
    .plr_sm--90 {
        padding: 0 90px!important
    }
    .pt_sm--90 {
        padding - top: 90px!important
    }
    .pb_sm--90 {
        padding - bottom: 90px!important
    }
    .pl_sm--90 {
        padding - left: 90px!important
    }
    .pr_sm--90 {
        padding - right: 90px!important
    }
    .mt_sm--90 {
        margin - top: 90px!important
    }
    .ml_sm--90 {
        margin - left: 90px!important
    }
    .mr_sm--90 {
        margin - right: 90px!important
    }
    .mb_sm--90 {
        margin - bottom: 90px!important
    }
    .ptb_sm--95 {
        padding: 95px 0!important
    }
    .plr_sm--95 {
        padding: 0 95px!important
    }
    .pt_sm--95 {
        padding - top: 95px!important
    }
    .pb_sm--95 {
        padding - bottom: 95px!important
    }
    .pl_sm--95 {
        padding - left: 95px!important
    }
    .pr_sm--95 {
        padding - right: 95px!important
    }
    .mt_sm--95 {
        margin - top: 95px!important
    }
    .ml_sm--95 {
        margin - left: 95px!important
    }
    .mr_sm--95 {
        margin - right: 95px!important
    }
    .mb_sm--95 {
        margin - bottom: 95px!important
    }
    .ptb_sm--100 {
        padding: 100px 0!important
    }
    .plr_sm--100 {
        padding: 0 100px!important
    }
    .pt_sm--100 {
        padding - top: 100px!important
    }
    .pb_sm--100 {
        padding - bottom: 100px!important
    }
    .pl_sm--100 {
        padding - left: 100px!important
    }
    .pr_sm--100 {
        padding - right: 100px!important
    }
    .mt_sm--100 {
        margin - top: 100px!important
    }
    .ml_sm--100 {
        margin - left: 100px!important
    }
    .mr_sm--100 {
        margin - right: 100px!important
    }
    .mb_sm--100 {
        margin - bottom: 100px!important
    }
    .ptb_sm--105 {
        padding: 105px 0!important
    }
    .plr_sm--105 {
        padding: 0 105px!important
    }
    .pt_sm--105 {
        padding - top: 105px!important
    }
    .pb_sm--105 {
        padding - bottom: 105px!important
    }
    .pl_sm--105 {
        padding - left: 105px!important
    }
    .pr_sm--105 {
        padding - right: 105px!important
    }
    .mt_sm--105 {
        margin - top: 105px!important
    }
    .ml_sm--105 {
        margin - left: 105px!important
    }
    .mr_sm--105 {
        margin - right: 105px!important
    }
    .mb_sm--105 {
        margin - bottom: 105px!important
    }
    .ptb_sm--110 {
        padding: 110px 0!important
    }
    .plr_sm--110 {
        padding: 0 110px!important
    }
    .pt_sm--110 {
        padding - top: 110px!important
    }
    .pb_sm--110 {
        padding - bottom: 110px!important
    }
    .pl_sm--110 {
        padding - left: 110px!important
    }
    .pr_sm--110 {
        padding - right: 110px!important
    }
    .mt_sm--110 {
        margin - top: 110px!important
    }
    .ml_sm--110 {
        margin - left: 110px!important
    }
    .mr_sm--110 {
        margin - right: 110px!important
    }
    .mb_sm--110 {
        margin - bottom: 110px!important
    }
    .ptb_sm--115 {
        padding: 115px 0!important
    }
    .plr_sm--115 {
        padding: 0 115px!important
    }
    .pt_sm--115 {
        padding - top: 115px!important
    }
    .pb_sm--115 {
        padding - bottom: 115px!important
    }
    .pl_sm--115 {
        padding - left: 115px!important
    }
    .pr_sm--115 {
        padding - right: 115px!important
    }
    .mt_sm--115 {
        margin - top: 115px!important
    }
    .ml_sm--115 {
        margin - left: 115px!important
    }
    .mr_sm--115 {
        margin - right: 115px!important
    }
    .mb_sm--115 {
        margin - bottom: 115px!important
    }
    .ptb_sm--120 {
        padding: 120px 0!important
    }
    .plr_sm--120 {
        padding: 0 120px!important
    }
    .pt_sm--120 {
        padding - top: 120px!important
    }
    .pb_sm--120 {
        padding - bottom: 120px!important
    }
    .pl_sm--120 {
        padding - left: 120px!important
    }
    .pr_sm--120 {
        padding - right: 120px!important
    }
    .mt_sm--120 {
        margin - top: 120px!important
    }
    .ml_sm--120 {
        margin - left: 120px!important
    }
    .mr_sm--120 {
        margin - right: 120px!important
    }
    .mb_sm--120 {
        margin - bottom: 120px!important
    }
    .ptb_sm--125 {
        padding: 125px 0!important
    }
    .plr_sm--125 {
        padding: 0 125px!important
    }
    .pt_sm--125 {
        padding - top: 125px!important
    }
    .pb_sm--125 {
        padding - bottom: 125px!important
    }
    .pl_sm--125 {
        padding - left: 125px!important
    }
    .pr_sm--125 {
        padding - right: 125px!important
    }
    .mt_sm--125 {
        margin - top: 125px!important
    }
    .ml_sm--125 {
        margin - left: 125px!important
    }
    .mr_sm--125 {
        margin - right: 125px!important
    }
    .mb_sm--125 {
        margin - bottom: 125px!important
    }
    .ptb_sm--130 {
        padding: 130px 0!important
    }
    .plr_sm--130 {
        padding: 0 130px!important
    }
    .pt_sm--130 {
        padding - top: 130px!important
    }
    .pb_sm--130 {
        padding - bottom: 130px!important
    }
    .pl_sm--130 {
        padding - left: 130px!important
    }
    .pr_sm--130 {
        padding - right: 130px!important
    }
    .mt_sm--130 {
        margin - top: 130px!important
    }
    .ml_sm--130 {
        margin - left: 130px!important
    }
    .mr_sm--130 {
        margin - right: 130px!important
    }
    .mb_sm--130 {
        margin - bottom: 130px!important
    }
    .ptb_sm--135 {
        padding: 135px 0!important
    }
    .plr_sm--135 {
        padding: 0 135px!important
    }
    .pt_sm--135 {
        padding - top: 135px!important
    }
    .pb_sm--135 {
        padding - bottom: 135px!important
    }
    .pl_sm--135 {
        padding - left: 135px!important
    }
    .pr_sm--135 {
        padding - right: 135px!important
    }
    .mt_sm--135 {
        margin - top: 135px!important
    }
    .ml_sm--135 {
        margin - left: 135px!important
    }
    .mr_sm--135 {
        margin - right: 135px!important
    }
    .mb_sm--135 {
        margin - bottom: 135px!important
    }
    .ptb_sm--140 {
        padding: 140px 0!important
    }
    .plr_sm--140 {
        padding: 0 140px!important
    }
    .pt_sm--140 {
        padding - top: 140px!important
    }
    .pb_sm--140 {
        padding - bottom: 140px!important
    }
    .pl_sm--140 {
        padding - left: 140px!important
    }
    .pr_sm--140 {
        padding - right: 140px!important
    }
    .mt_sm--140 {
        margin - top: 140px!important
    }
    .ml_sm--140 {
        margin - left: 140px!important
    }
    .mr_sm--140 {
        margin - right: 140px!important
    }
    .mb_sm--140 {
        margin - bottom: 140px!important
    }
    .ptb_sm--145 {
        padding: 145px 0!important
    }
    .plr_sm--145 {
        padding: 0 145px!important
    }
    .pt_sm--145 {
        padding - top: 145px!important
    }
    .pb_sm--145 {
        padding - bottom: 145px!important
    }
    .pl_sm--145 {
        padding - left: 145px!important
    }
    .pr_sm--145 {
        padding - right: 145px!important
    }
    .mt_sm--145 {
        margin - top: 145px!important
    }
    .ml_sm--145 {
        margin - left: 145px!important
    }
    .mr_sm--145 {
        margin - right: 145px!important
    }
    .mb_sm--145 {
        margin - bottom: 145px!important
    }
    .ptb_sm--150 {
        padding: 150px 0!important
    }
    .plr_sm--150 {
        padding: 0 150px!important
    }
    .pt_sm--150 {
        padding - top: 150px!important
    }
    .pb_sm--150 {
        padding - bottom: 150px!important
    }
    .pl_sm--150 {
        padding - left: 150px!important
    }
    .pr_sm--150 {
        padding - right: 150px!important
    }
    .mt_sm--150 {
        margin - top: 150px!important
    }
    .ml_sm--150 {
        margin - left: 150px!important
    }
    .mr_sm--150 {
        margin - right: 150px!important
    }
    .mb_sm--150 {
        margin - bottom: 150px!important
    }
    .ptb_sm--155 {
        padding: 155px 0!important
    }
    .plr_sm--155 {
        padding: 0 155px!important
    }
    .pt_sm--155 {
        padding - top: 155px!important
    }
    .pb_sm--155 {
        padding - bottom: 155px!important
    }
    .pl_sm--155 {
        padding - left: 155px!important
    }
    .pr_sm--155 {
        padding - right: 155px!important
    }
    .mt_sm--155 {
        margin - top: 155px!important
    }
    .ml_sm--155 {
        margin - left: 155px!important
    }
    .mr_sm--155 {
        margin - right: 155px!important
    }
    .mb_sm--155 {
        margin - bottom: 155px!important
    }
    .ptb_sm--160 {
        padding: 160px 0!important
    }
    .plr_sm--160 {
        padding: 0 160px!important
    }
    .pt_sm--160 {
        padding - top: 160px!important
    }
    .pb_sm--160 {
        padding - bottom: 160px!important
    }
    .pl_sm--160 {
        padding - left: 160px!important
    }
    .pr_sm--160 {
        padding - right: 160px!important
    }
    .mt_sm--160 {
        margin - top: 160px!important
    }
    .ml_sm--160 {
        margin - left: 160px!important
    }
    .mr_sm--160 {
        margin - right: 160px!important
    }
    .mb_sm--160 {
        margin - bottom: 160px!important
    }
    .ptb_sm--165 {
        padding: 165px 0!important
    }
    .plr_sm--165 {
        padding: 0 165px!important
    }
    .pt_sm--165 {
        padding - top: 165px!important
    }
    .pb_sm--165 {
        padding - bottom: 165px!important
    }
    .pl_sm--165 {
        padding - left: 165px!important
    }
    .pr_sm--165 {
        padding - right: 165px!important
    }
    .mt_sm--165 {
        margin - top: 165px!important
    }
    .ml_sm--165 {
        margin - left: 165px!important
    }
    .mr_sm--165 {
        margin - right: 165px!important
    }
    .mb_sm--165 {
        margin - bottom: 165px!important
    }
    .ptb_sm--170 {
        padding: 170px 0!important
    }
    .plr_sm--170 {
        padding: 0 170px!important
    }
    .pt_sm--170 {
        padding - top: 170px!important
    }
    .pb_sm--170 {
        padding - bottom: 170px!important
    }
    .pl_sm--170 {
        padding - left: 170px!important
    }
    .pr_sm--170 {
        padding - right: 170px!important
    }
    .mt_sm--170 {
        margin - top: 170px!important
    }
    .ml_sm--170 {
        margin - left: 170px!important
    }
    .mr_sm--170 {
        margin - right: 170px!important
    }
    .mb_sm--170 {
        margin - bottom: 170px!important
    }
    .ptb_sm--175 {
        padding: 175px 0!important
    }
    .plr_sm--175 {
        padding: 0 175px!important
    }
    .pt_sm--175 {
        padding - top: 175px!important
    }
    .pb_sm--175 {
        padding - bottom: 175px!important
    }
    .pl_sm--175 {
        padding - left: 175px!important
    }
    .pr_sm--175 {
        padding - right: 175px!important
    }
    .mt_sm--175 {
        margin - top: 175px!important
    }
    .ml_sm--175 {
        margin - left: 175px!important
    }
    .mr_sm--175 {
        margin - right: 175px!important
    }
    .mb_sm--175 {
        margin - bottom: 175px!important
    }
    .ptb_sm--180 {
        padding: 180px 0!important
    }
    .plr_sm--180 {
        padding: 0 180px!important
    }
    .pt_sm--180 {
        padding - top: 180px!important
    }
    .pb_sm--180 {
        padding - bottom: 180px!important
    }
    .pl_sm--180 {
        padding - left: 180px!important
    }
    .pr_sm--180 {
        padding - right: 180px!important
    }
    .mt_sm--180 {
        margin - top: 180px!important
    }
    .ml_sm--180 {
        margin - left: 180px!important
    }
    .mr_sm--180 {
        margin - right: 180px!important
    }
    .mb_sm--180 {
        margin - bottom: 180px!important
    }
    .ptb_sm--185 {
        padding: 185px 0!important
    }
    .plr_sm--185 {
        padding: 0 185px!important
    }
    .pt_sm--185 {
        padding - top: 185px!important
    }
    .pb_sm--185 {
        padding - bottom: 185px!important
    }
    .pl_sm--185 {
        padding - left: 185px!important
    }
    .pr_sm--185 {
        padding - right: 185px!important
    }
    .mt_sm--185 {
        margin - top: 185px!important
    }
    .ml_sm--185 {
        margin - left: 185px!important
    }
    .mr_sm--185 {
        margin - right: 185px!important
    }
    .mb_sm--185 {
        margin - bottom: 185px!important
    }
    .ptb_sm--190 {
        padding: 190px 0!important
    }
    .plr_sm--190 {
        padding: 0 190px!important
    }
    .pt_sm--190 {
        padding - top: 190px!important
    }
    .pb_sm--190 {
        padding - bottom: 190px!important
    }
    .pl_sm--190 {
        padding - left: 190px!important
    }
    .pr_sm--190 {
        padding - right: 190px!important
    }
    .mt_sm--190 {
        margin - top: 190px!important
    }
    .ml_sm--190 {
        margin - left: 190px!important
    }
    .mr_sm--190 {
        margin - right: 190px!important
    }
    .mb_sm--190 {
        margin - bottom: 190px!important
    }
    .ptb_sm--195 {
        padding: 195px 0!important
    }
    .plr_sm--195 {
        padding: 0 195px!important
    }
    .pt_sm--195 {
        padding - top: 195px!important
    }
    .pb_sm--195 {
        padding - bottom: 195px!important
    }
    .pl_sm--195 {
        padding - left: 195px!important
    }
    .pr_sm--195 {
        padding - right: 195px!important
    }
    .mt_sm--195 {
        margin - top: 195px!important
    }
    .ml_sm--195 {
        margin - left: 195px!important
    }
    .mr_sm--195 {
        margin - right: 195px!important
    }
    .mb_sm--195 {
        margin - bottom: 195px!important
    }
    .ptb_sm--200 {
        padding: 200px 0!important
    }
    .plr_sm--200 {
        padding: 0 200px!important
    }
    .pt_sm--200 {
        padding - top: 200px!important
    }
    .pb_sm--200 {
        padding - bottom: 200px!important
    }
    .pl_sm--200 {
        padding - left: 200px!important
    }
    .pr_sm--200 {
        padding - right: 200px!important
    }
    .mt_sm--200 {
        margin - top: 200px!important
    }
    .ml_sm--200 {
        margin - left: 200px!important
    }
    .mr_sm--200 {
        margin - right: 200px!important
    }
    .mb_sm--200 {
        margin - bottom: 200px!important
    }
    .pl_sm--0 {
        padding - left: 0
    }
    .pr_sm--0 {
        padding - right: 0
    }
    .pt_sm--0 {
        padding - top: 0
    }
    .pb_sm--0 {
        padding - bottom: 0
    }
    .mr_sm--0 {
        margin - right: 0
    }
    .ml_sm--0 {
        margin - left: 0
    }
    .mt_sm--0 {
        margin - top: 0
    }
    .mb_sm--0 {
        margin - bottom: 0
    }
}
 @ media only screen and(max - width: 575px) {
    .ptb_mobile--5 {
        padding: 5px 0!important
    }
    .plr_mobile--5 {
        padding: 0 5px!important
    }
    .pt_mobile--5 {
        padding - top: 5px!important
    }
    .pb_mobile--5 {
        padding - bottom: 5px!important
    }
    .pl_mobile--5 {
        padding - left: 5px!important
    }
    .pr_mobile--5 {
        padding - right: 5px!important
    }
    .mt_mobile--5 {
        margin - top: 5px!important
    }
    .mb_mobile--5 {
        margin - bottom: 5px!important
    }
    .ptb_mobile--10 {
        padding: 10px 0!important
    }
    .plr_mobile--10 {
        padding: 0 10px!important
    }
    .pt_mobile--10 {
        padding - top: 10px!important
    }
    .pb_mobile--10 {
        padding - bottom: 10px!important
    }
    .pl_mobile--10 {
        padding - left: 10px!important
    }
    .pr_mobile--10 {
        padding - right: 10px!important
    }
    .mt_mobile--10 {
        margin - top: 10px!important
    }
    .mb_mobile--10 {
        margin - bottom: 10px!important
    }
    .ptb_mobile--15 {
        padding: 15px 0!important
    }
    .plr_mobile--15 {
        padding: 0 15px!important
    }
    .pt_mobile--15 {
        padding - top: 15px!important
    }
    .pb_mobile--15 {
        padding - bottom: 15px!important
    }
    .pl_mobile--15 {
        padding - left: 15px!important
    }
    .pr_mobile--15 {
        padding - right: 15px!important
    }
    .mt_mobile--15 {
        margin - top: 15px!important
    }
    .mb_mobile--15 {
        margin - bottom: 15px!important
    }
    .ptb_mobile--20 {
        padding: 20px 0!important
    }
    .plr_mobile--20 {
        padding: 0 20px!important
    }
    .pt_mobile--20 {
        padding - top: 20px!important
    }
    .pb_mobile--20 {
        padding - bottom: 20px!important
    }
    .pl_mobile--20 {
        padding - left: 20px!important
    }
    .pr_mobile--20 {
        padding - right: 20px!important
    }
    .mt_mobile--20 {
        margin - top: 20px!important
    }
    .mb_mobile--20 {
        margin - bottom: 20px!important
    }
    .ptb_mobile--25 {
        padding: 25px 0!important
    }
    .plr_mobile--25 {
        padding: 0 25px!important
    }
    .pt_mobile--25 {
        padding - top: 25px!important
    }
    .pb_mobile--25 {
        padding - bottom: 25px!important
    }
    .pl_mobile--25 {
        padding - left: 25px!important
    }
    .pr_mobile--25 {
        padding - right: 25px!important
    }
    .mt_mobile--25 {
        margin - top: 25px!important
    }
    .mb_mobile--25 {
        margin - bottom: 25px!important
    }
    .ptb_mobile--30 {
        padding: 30px 0!important
    }
    .plr_mobile--30 {
        padding: 0 30px!important
    }
    .pt_mobile--30 {
        padding - top: 30px!important
    }
    .pb_mobile--30 {
        padding - bottom: 30px!important
    }
    .pl_mobile--30 {
        padding - left: 30px!important
    }
    .pr_mobile--30 {
        padding - right: 30px!important
    }
    .mt_mobile--30 {
        margin - top: 30px!important
    }
    .mb_mobile--30 {
        margin - bottom: 30px!important
    }
    .ptb_mobile--35 {
        padding: 35px 0!important
    }
    .plr_mobile--35 {
        padding: 0 35px!important
    }
    .pt_mobile--35 {
        padding - top: 35px!important
    }
    .pb_mobile--35 {
        padding - bottom: 35px!important
    }
    .pl_mobile--35 {
        padding - left: 35px!important
    }
    .pr_mobile--35 {
        padding - right: 35px!important
    }
    .mt_mobile--35 {
        margin - top: 35px!important
    }
    .mb_mobile--35 {
        margin - bottom: 35px!important
    }
    .ptb_mobile--40 {
        padding: 40px 0!important
    }
    .plr_mobile--40 {
        padding: 0 40px!important
    }
    .pt_mobile--40 {
        padding - top: 40px!important
    }
    .pb_mobile--40 {
        padding - bottom: 40px!important
    }
    .pl_mobile--40 {
        padding - left: 40px!important
    }
    .pr_mobile--40 {
        padding - right: 40px!important
    }
    .mt_mobile--40 {
        margin - top: 40px!important
    }
    .mb_mobile--40 {
        margin - bottom: 40px!important
    }
    .ptb_mobile--45 {
        padding: 45px 0!important
    }
    .plr_mobile--45 {
        padding: 0 45px!important
    }
    .pt_mobile--45 {
        padding - top: 45px!important
    }
    .pb_mobile--45 {
        padding - bottom: 45px!important
    }
    .pl_mobile--45 {
        padding - left: 45px!important
    }
    .pr_mobile--45 {
        padding - right: 45px!important
    }
    .mt_mobile--45 {
        margin - top: 45px!important
    }
    .mb_mobile--45 {
        margin - bottom: 45px!important
    }
    .ptb_mobile--50 {
        padding: 50px 0!important
    }
    .plr_mobile--50 {
        padding: 0 50px!important
    }
    .pt_mobile--50 {
        padding - top: 50px!important
    }
    .pb_mobile--50 {
        padding - bottom: 50px!important
    }
    .pl_mobile--50 {
        padding - left: 50px!important
    }
    .pr_mobile--50 {
        padding - right: 50px!important
    }
    .mt_mobile--50 {
        margin - top: 50px!important
    }
    .mb_mobile--50 {
        margin - bottom: 50px!important
    }
    .ptb_mobile--55 {
        padding: 55px 0!important
    }
    .plr_mobile--55 {
        padding: 0 55px!important
    }
    .pt_mobile--55 {
        padding - top: 55px!important
    }
    .pb_mobile--55 {
        padding - bottom: 55px!important
    }
    .pl_mobile--55 {
        padding - left: 55px!important
    }
    .pr_mobile--55 {
        padding - right: 55px!important
    }
    .mt_mobile--55 {
        margin - top: 55px!important
    }
    .mb_mobile--55 {
        margin - bottom: 55px!important
    }
    .ptb_mobile--60 {
        padding: 60px 0!important
    }
    .plr_mobile--60 {
        padding: 0 60px!important
    }
    .pt_mobile--60 {
        padding - top: 60px!important
    }
    .pb_mobile--60 {
        padding - bottom: 60px!important
    }
    .pl_mobile--60 {
        padding - left: 60px!important
    }
    .pr_mobile--60 {
        padding - right: 60px!important
    }
    .mt_mobile--60 {
        margin - top: 60px!important
    }
    .mb_mobile--60 {
        margin - bottom: 60px!important
    }
    .ptb_mobile--65 {
        padding: 65px 0!important
    }
    .plr_mobile--65 {
        padding: 0 65px!important
    }
    .pt_mobile--65 {
        padding - top: 65px!important
    }
    .pb_mobile--65 {
        padding - bottom: 65px!important
    }
    .pl_mobile--65 {
        padding - left: 65px!important
    }
    .pr_mobile--65 {
        padding - right: 65px!important
    }
    .mt_mobile--65 {
        margin - top: 65px!important
    }
    .mb_mobile--65 {
        margin - bottom: 65px!important
    }
    .ptb_mobile--70 {
        padding: 70px 0!important
    }
    .plr_mobile--70 {
        padding: 0 70px!important
    }
    .pt_mobile--70 {
        padding - top: 70px!important
    }
    .pb_mobile--70 {
        padding - bottom: 70px!important
    }
    .pl_mobile--70 {
        padding - left: 70px!important
    }
    .pr_mobile--70 {
        padding - right: 70px!important
    }
    .mt_mobile--70 {
        margin - top: 70px!important
    }
    .mb_mobile--70 {
        margin - bottom: 70px!important
    }
    .ptb_mobile--75 {
        padding: 75px 0!important
    }
    .plr_mobile--75 {
        padding: 0 75px!important
    }
    .pt_mobile--75 {
        padding - top: 75px!important
    }
    .pb_mobile--75 {
        padding - bottom: 75px!important
    }
    .pl_mobile--75 {
        padding - left: 75px!important
    }
    .pr_mobile--75 {
        padding - right: 75px!important
    }
    .mt_mobile--75 {
        margin - top: 75px!important
    }
    .mb_mobile--75 {
        margin - bottom: 75px!important
    }
    .ptb_mobile--80 {
        padding: 80px 0!important
    }
    .plr_mobile--80 {
        padding: 0 80px!important
    }
    .pt_mobile--80 {
        padding - top: 80px!important
    }
    .pb_mobile--80 {
        padding - bottom: 80px!important
    }
    .pl_mobile--80 {
        padding - left: 80px!important
    }
    .pr_mobile--80 {
        padding - right: 80px!important
    }
    .mt_mobile--80 {
        margin - top: 80px!important
    }
    .mb_mobile--80 {
        margin - bottom: 80px!important
    }
    .ptb_mobile--85 {
        padding: 85px 0!important
    }
    .plr_mobile--85 {
        padding: 0 85px!important
    }
    .pt_mobile--85 {
        padding - top: 85px!important
    }
    .pb_mobile--85 {
        padding - bottom: 85px!important
    }
    .pl_mobile--85 {
        padding - left: 85px!important
    }
    .pr_mobile--85 {
        padding - right: 85px!important
    }
    .mt_mobile--85 {
        margin - top: 85px!important
    }
    .mb_mobile--85 {
        margin - bottom: 85px!important
    }
    .ptb_mobile--90 {
        padding: 90px 0!important
    }
    .plr_mobile--90 {
        padding: 0 90px!important
    }
    .pt_mobile--90 {
        padding - top: 90px!important
    }
    .pb_mobile--90 {
        padding - bottom: 90px!important
    }
    .pl_mobile--90 {
        padding - left: 90px!important
    }
    .pr_mobile--90 {
        padding - right: 90px!important
    }
    .mt_mobile--90 {
        margin - top: 90px!important
    }
    .mb_mobile--90 {
        margin - bottom: 90px!important
    }
    .ptb_mobile--95 {
        padding: 95px 0!important
    }
    .plr_mobile--95 {
        padding: 0 95px!important
    }
    .pt_mobile--95 {
        padding - top: 95px!important
    }
    .pb_mobile--95 {
        padding - bottom: 95px!important
    }
    .pl_mobile--95 {
        padding - left: 95px!important
    }
    .pr_mobile--95 {
        padding - right: 95px!important
    }
    .mt_mobile--95 {
        margin - top: 95px!important
    }
    .mb_mobile--95 {
        margin - bottom: 95px!important
    }
    .ptb_mobile--100 {
        padding: 100px 0!important
    }
    .plr_mobile--100 {
        padding: 0 100px!important
    }
    .pt_mobile--100 {
        padding - top: 100px!important
    }
    .pb_mobile--100 {
        padding - bottom: 100px!important
    }
    .pl_mobile--100 {
        padding - left: 100px!important
    }
    .pr_mobile--100 {
        padding - right: 100px!important
    }
    .mt_mobile--100 {
        margin - top: 100px!important
    }
    .mb_mobile--100 {
        margin - bottom: 100px!important
    }
}
.slick - gutter - 5 {
    margin - left: -5px;
    margin - right: -5px
}
.slick - gutter - 5.slick - slide {
    padding - left: 5px;
    padding - right: 5px
}
.slick - gutter - 10 {
    margin - left: -10px;
    margin - right: -10px
}
.slick - gutter - 10.slick - slide {
    padding - left: 10px;
    padding - right: 10px
}
.slick - gutter - 15 {
    margin - left: -15px;
    margin - right: -15px
}
.slick - gutter - 15.slick - slide {
    padding - left: 15px;
    padding - right: 15px
}
.slick - gutter - 20 {
    margin - left: -20px;
    margin - right: -20px
}
.slick - gutter - 20.slick - slide {
    padding - left: 20px;
    padding - right: 20px
}
.slick - gutter - 25 {
    margin - left: -25px;
    margin - right: -25px
}
.slick - gutter - 25.slick - slide {
    padding - left: 25px;
    padding - right: 25px
}
.slick - gutter - 30 {
    margin - left: -30px;
    margin - right: -30px
}
.slick - gutter - 30.slick - slide {
    padding - left: 30px;
    padding - right: 30px
}
.slick - gutter - 35 {
    margin - left: -35px;
    margin - right: -35px
}
.slick - gutter - 35.slick - slide {
    padding - left: 35px;
    padding - right: 35px
}
.slick - gutter - 40 {
    margin - left: -40px;
    margin - right: -40px
}
.slick - gutter - 40.slick - slide {
    padding - left: 40px;
    padding - right: 40px
}
.slick - gutter - 45 {
    margin - left: -45px;
    margin - right: -45px
}
.slick - gutter - 45.slick - slide {
    padding - left: 45px;
    padding - right: 45px
}
.slick - gutter - 50 {
    margin - left: -50px;
    margin - right: -50px
}
.slick - gutter - 50.slick - slide {
    padding - left: 50px;
    padding - right: 50px
}
.slick - gutter - 55 {
    margin - left: -55px;
    margin - right: -55px
}
.slick - gutter - 55.slick - slide {
    padding - left: 55px;
    padding - right: 55px
}
.slick - gutter - 60 {
    margin - left: -60px;
    margin - right: -60px
}
.slick - gutter - 60.slick - slide {
    padding - left: 60px;
    padding - right: 60px
}
.slick - gutter - 65 {
    margin - left: -65px;
    margin - right: -65px
}
.slick - gutter - 65.slick - slide {
    padding - left: 65px;
    padding - right: 65px
}
.slick - gutter - 70 {
    margin - left: -70px;
    margin - right: -70px
}
.slick - gutter - 70.slick - slide {
    padding - left: 70px;
    padding - right: 70px
}
.slick - gutter - 75 {
    margin - left: -75px;
    margin - right: -75px
}
.slick - gutter - 75.slick - slide {
    padding - left: 75px;
    padding - right: 75px
}
.slick - gutter - 80 {
    margin - left: -80px;
    margin - right: -80px
}
.slick - gutter - 80.slick - slide {
    padding - left: 80px;
    padding - right: 80px
}
.slick - gutter - 85 {
    margin - left: -85px;
    margin - right: -85px
}
.slick - gutter - 85.slick - slide {
    padding - left: 85px;
    padding - right: 85px
}
.slick - gutter - 90 {
    margin - left: -90px;
    margin - right: -90px
}
.slick - gutter - 90.slick - slide {
    padding - left: 90px;
    padding - right: 90px
}
.slick - gutter - 95 {
    margin - left: -95px;
    margin - right: -95px
}
.slick - gutter - 95.slick - slide {
    padding - left: 95px;
    padding - right: 95px
}
.slick - gutter - 100 {
    margin - left: -100px;
    margin - right: -100px
}
.slick - gutter - 100.slick - slide {
    padding - left: 100px;
    padding - right: 100px
}
.mt - dec - 30, .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
    }
    .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
    }
    .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
    }
    .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
    }
    .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
}
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(--text - body)
}
a, a: active, a: focus, a: hover {
    outline: none;
    text - decoration: none
}
a: active, a: focus, a: hover {
    color: var(--color - primary)
}
a: focus {
    outline: none
}
address {
    margin: 0 0 24px
}
abbr[title]{
    border - bottom: 1px dotted
}
b, strong {
    font - weight: 700
}
mark {
    background: var(--color - primary);
    color: #fff
}
code, kbd, pre, samp {
    color: var(--color - primary);
    font - size: var(--font - size - b3);
    -webkit - hyphens: none;
    hyphens: none
}
ins, kbd {
    color: #fff
}
pre {
    word - wrap: break - word;
    background: var(--color - lighter);
    color: var(--color - body);
    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
}
small {
    font - size: smaller
}
sub, sup {
    font - size: 75 % ;
    line - height: 0;
    position: relative;
    vertical - align: baseline
}
sup {
    top:  - .5em
}
sub {
    bottom:  - .25em
}
dl {
    margin - bottom: 10px;
    margin - top: 0
}
dt {
    color: var(--color - heading)
}
menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 40px
	
}
nav ol, nav ul {
    list - style: none;
    list - style - image: none
}
li > ol, li > ul {
    margin: 0
}
ol ul {
    margin - bottom: 0
}
img {
    -ms - interpolation - mode: bicubic;
    border: 0;
    height: auto;
    max - width: 100 % ;
    vertical - align: middle
}
svg: not(: root) {
    overflow: hidden
}
figure, form {
    margin: 0
}
fieldset {
    border: 1px solid var(--color - border);
    margin: 0 2px;
    min - width: inherit;
    padding: .35em.625em.75em
}
legend {
    border: 0;
    padding: 0;
    white - space: normal
}
button, input, select, textarea {
    font - size: 100 % ;
    margin: 0;
    max - width: 100 % ;
    vertical - align: baseline
}
button, input {
    line - height: normal
}
button, html input[type = button], input[type = reset], input[type = submit]{
    -webkit - appearance: button;
    -moz - appearance: button;
    appearance: button;
    cursor: pointer
}
button[disabled], input[disabled]{
    cursor: default
}
input[type = checkbox], input[type = radio]{
    padding: 0
}
input[type = search]{
    -webkit - appearance: textfield;
    -moz - appearance: textfield;
    appearance: textfield;
    padding - right: 2px;
    width: 270px
}
input[type = search]::-webkit - search - decoration {
    -webkit - appearance: none;
    appearance: none
}
button::-moz - focus - inner, input::-moz - focus - inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical - align: top
}
caption, td, th {
    font - weight: 400
}
th {
    font - weight: 500;
    text - transform: uppercase
}
.wp - block - calendar tfoot td, td {
    border: 1px solid var(--color - border);
    padding: 7px 10px
}
del {
    color: #333
}
ins {
    background: rgba(255, 47, 47, .4);
    text - decoration: none
}
hr {
    background - size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px
}
table a, table a: link, table a: visited {
    text - decoration: underline
}
dt {
    font - weight: 700;
    margin - bottom: 10px
}
dd {
    margin: 0 15px 15px
}
caption {
    caption - side: top
}
kbd {
    background: var(--color - heading)
}
cite, dfn, em {
    font - style: italic
}
blockquote, q {
    -webkit - hyphens: none;
    hyphens: none;
    quotes: none
}
blockquote: after, blockquote: before, q: after, q: before {
    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: 400
}
blockquote b, blockquote strong {
    font - weight: 700
}
button, input, select, textarea {
    background: transparent;
    border: 1px solid var(--color - border);
    color: var(--color - body);
    transition: all.4s ease - out 0s;
    width: 100 %
}
button: active, button: focus, input: active, input: focus, select: active, select: focus, textarea: active, textarea: focus {
    border - color: var(--color - primary);
    outline: none
}
[type = button], [type = reset], [type = submit], button {
    -webkit - appearance: button
}
input {
    height: 40px;
    padding: 0 15px
}
input[type = email], input[type = number], input[type = password], input[type = tel], input[type = text], textarea {
    background: transparent;
    border: var(--border - width)solid var(--color - border);
    border - radius: var(--radius);
    box - shadow: none;
    font - size: var(--font - size - b2);
    font - weight: 400;
    height: auto;
    line - height: 28px;
    outline: none;
    padding: 0 15px
}
input[type = email]::-moz - placeholder, input[type = number]::-moz - placeholder, input[type = password]::-moz - placeholder, input[type = tel]::-moz - placeholder, input[type = text]::-moz - placeholder, textarea::-moz - placeholder {
    color: var(--body - color);
    opacity: 1
}
input[type = email]::placeholder, input[type = number]::placeholder, input[type = password]::placeholder, input[type = tel]::placeholder, input[type = text]::placeholder, textarea::placeholder {
    color: var(--body - color);
    opacity: 1
}
input[type = email]: -ms - input - placeholder, input[type = number]: -ms - input - placeholder, input[type = password]: -ms - input - placeholder, input[type = tel]: -ms - input - placeholder, input[type = text]: -ms - input - placeholder, textarea: -ms - input - placeholder {
    color: var(--body - color)
}
input[type = email]::-ms - input - placeholder, input[type = number]::-ms - input - placeholder, input[type = password]::-ms - input - placeholder, input[type = tel]::-ms - input - placeholder, input[type = text]::-ms - input - placeholder, textarea::-ms - input - placeholder {
    color: var(--body - color)
}
.input - active input[type = email], .input - active input[type = number], .input - active input[type = password], .input - active input[type = tel], .input - active input[type = text], input[type = email].input - active, input[type = email].p - holder__active, input[type = number].input - active, input[type = number].p - holder__active, input[type = password].input - active, input[type = password].p - holder__active, input[type = tel].input - active, input[type = tel].p - holder__active, input[type = text].input - active, input[type = text].p - holder__active, textarea.input - active, textarea.p - holder__active {
    border - color: var(--color - primary)
}
.input - active input[type = email]::-moz - placeholder, .input - active input[type = number]::-moz - placeholder, .input - active input[type = password]::-moz - placeholder, .input - active input[type = tel]::-moz - placeholder, .input - active input[type = text]::-moz - placeholder, input[type = email].input - active::-moz - placeholder, input[type = email].p - holder__active::-moz - placeholder, input[type = number].input - active::-moz - placeholder, input[type = number].p - holder__active::-moz - placeholder, input[type = password].input - active::-moz - placeholder, input[type = password].p - holder__active::-moz - placeholder, input[type = tel].input - active::-moz - placeholder, input[type = tel].p - holder__active::-moz - placeholder, input[type = text].input - active::-moz - placeholder, input[type = text].p - holder__active::-moz - placeholder, textarea.input - active::-moz - placeholder, textarea.p - holder__active::-moz - placeholder {
    color: var(--color - primary);
    opacity: 1
}
.input - active input[type = email]::placeholder, .input - active input[type = number]::placeholder, .input - active input[type = password]::placeholder, .input - active input[type = tel]::placeholder, .input - active input[type = text]::placeholder, input[type = email].input - active::placeholder, input[type = email].p - holder__active::placeholder, input[type = number].input - active::placeholder, input[type = number].p - holder__active::placeholder, input[type = password].input - active::placeholder, input[type = password].p - holder__active::placeholder, input[type = tel].input - active::placeholder, input[type = tel].p - holder__active::placeholder, input[type = text].input - active::placeholder, input[type = text].p - holder__active::placeholder, textarea.input - active::placeholder, textarea.p - holder__active::placeholder {
    color: var(--color - primary);
    opacity: 1
}
.input - active input[type = email]: -ms - input - placeholder, .input - active input[type = number]: -ms - input - placeholder, .input - active input[type = password]: -ms - input - placeholder, .input - active input[type = tel]: -ms - input - placeholder, .input - active input[type = text]: -ms - input - placeholder, input[type = email].input - active: -ms - input - placeholder, input[type = email].p - holder__active: -ms - input - placeholder, input[type = number].input - active: -ms - input - placeholder, input[type = number].p - holder__active: -ms - input - placeholder, input[type = password].input - active: -ms - input - placeholder, input[type = password].p - holder__active: -ms - input - placeholder, input[type = tel].input - active: -ms - input - placeholder, input[type = tel].p - holder__active: -ms - input - placeholder, input[type = text].input - active: -ms - input - placeholder, input[type = text].p - holder__active: -ms - input - placeholder, textarea.input - active: -ms - input - placeholder, textarea.p - holder__active: -ms - input - placeholder {
    color: var(--color - primary)
}
.input - active input[type = email]::-ms - input - placeholder, .input - active input[type = number]::-ms - input - placeholder, .input - active input[type = password]::-ms - input - placeholder, .input - active input[type = tel]::-ms - input - placeholder, .input - active input[type = text]::-ms - input - placeholder, input[type = email].input - active::-ms - input - placeholder, input[type = email].p - holder__active::-ms - input - placeholder, input[type = number].input - active::-ms - input - placeholder, input[type = number].p - holder__active::-ms - input - placeholder, input[type = password].input - active::-ms - input - placeholder, input[type = password].p - holder__active::-ms - input - placeholder, input[type = tel].input - active::-ms - input - placeholder, input[type = tel].p - holder__active::-ms - input - placeholder, input[type = text].input - active::-ms - input - placeholder, input[type = text].p - holder__active::-ms - input - placeholder, textarea.input - active::-ms - input - placeholder, textarea.p - holder__active::-ms - input - placeholder {
    color: var(--color - primary)
}
.input - error input[type = email], .input - error input[type = number], .input - error input[type = password], .input - error input[type = tel], .input - error input[type = text], input[type = email].input - error, input[type = email].p - holder__error, input[type = number].input - error, input[type = number].p - holder__error, input[type = password].input - error, input[type = password].p - holder__error, input[type = tel].input - error, input[type = tel].p - holder__error, input[type = text].input - error, input[type = text].p - holder__error, textarea.input - error, textarea.p - holder__error {
    border - color: #f4282d
}
.input - error input[type = email]::-moz - placeholder, .input - error input[type = number]::-moz - placeholder, .input - error input[type = password]::-moz - placeholder, .input - error input[type = tel]::-moz - placeholder, .input - error input[type = text]::-moz - placeholder, input[type = email].input - error::-moz - placeholder, input[type = email].p - holder__error::-moz - placeholder, input[type = number].input - error::-moz - placeholder, input[type = number].p - holder__error::-moz - placeholder, input[type = password].input - error::-moz - placeholder, input[type = password].p - holder__error::-moz - placeholder, input[type = tel].input - error::-moz - placeholder, input[type = tel].p - holder__error::-moz - placeholder, input[type = text].input - error::-moz - placeholder, input[type = text].p - holder__error::-moz - placeholder, textarea.input - error::-moz - placeholder, textarea.p - holder__error::-moz - placeholder {
    color: #f4282d;
    opacity: 1
}
.input - error input[type = email]::placeholder, .input - error input[type = number]::placeholder, .input - error input[type = password]::placeholder, .input - error input[type = tel]::placeholder, .input - error input[type = text]::placeholder, input[type = email].input - error::placeholder, input[type = email].p - holder__error::placeholder, input[type = number].input - error::placeholder, input[type = number].p - holder__error::placeholder, input[type = password].input - error::placeholder, input[type = password].p - holder__error::placeholder, input[type = tel].input - error::placeholder, input[type = tel].p - holder__error::placeholder, input[type = text].input - error::placeholder, input[type = text].p - holder__error::placeholder, textarea.input - error::placeholder, textarea.p - holder__error::placeholder {
    color: #f4282d;
    opacity: 1
}
.input - error input[type = email]: -ms - input - placeholder, .input - error input[type = number]: -ms - input - placeholder, .input - error input[type = password]: -ms - input - placeholder, .input - error input[type = tel]: -ms - input - placeholder, .input - error input[type = text]: -ms - input - placeholder, input[type = email].input - error: -ms - input - placeholder, input[type = email].p - holder__error: -ms - input - placeholder, input[type = number].input - error: -ms - input - placeholder, input[type = number].p - holder__error: -ms - input - placeholder, input[type = password].input - error: -ms - input - placeholder, input[type = password].p - holder__error: -ms - input - placeholder, input[type = tel].input - error: -ms - input - placeholder, input[type = tel].p - holder__error: -ms - input - placeholder, input[type = text].input - error: -ms - input - placeholder, input[type = text].p - holder__error: -ms - input - placeholder, textarea.input - error: -ms - input - placeholder, textarea.p - holder__error: -ms - input - placeholder {
    color: #f4282d
}
.input - error input[type = email]::-ms - input - placeholder, .input - error input[type = number]::-ms - input - placeholder, .input - error input[type = password]::-ms - input - placeholder, .input - error input[type = tel]::-ms - input - placeholder, .input - error input[type = text]::-ms - input - placeholder, input[type = email].input - error::-ms - input - placeholder, input[type = email].p - holder__error::-ms - input - placeholder, input[type = number].input - error::-ms - input - placeholder, input[type = number].p - holder__error::-ms - input - placeholder, input[type = password].input - error::-ms - input - placeholder, input[type = password].p - holder__error::-ms - input - placeholder, input[type = tel].input - error::-ms - input - placeholder, input[type = tel].p - holder__error::-ms - input - placeholder, input[type = text].input - error::-ms - input - placeholder, input[type = text].p - holder__error::-ms - input - placeholder, textarea.input - error::-ms - input - placeholder, textarea.p - holder__error::-ms - input - placeholder {
    color: #f4282d
}
.input - error input[type = email]: focus, .input - error input[type = number]: focus, .input - error input[type = password]: focus, .input - error input[type = tel]: focus, .input - error input[type = text]: focus, input[type = email].input - error: focus, input[type = email].p - holder__error: focus, input[type = number].input - error: focus, input[type = number].p - holder__error: focus, input[type = password].input - error: focus, input[type = password].p - holder__error: focus, input[type = tel].input - error: focus, input[type = tel].p - holder__error: focus, input[type = text].input - error: focus, input[type = text].p - holder__error: focus, textarea.input - error: focus, textarea.p - holder__error: focus {
    border - color: #f4282d
}
input[type = email]: focus, input[type = number]: focus, input[type = password]: focus, input[type = tel]: focus, input[type = text]: focus, textarea: focus {
    border - color: var(--color - primary)
}
input[type = checkbox], input[type = radio]{
    opacity: 0;
    position: absolute
}
input[type = checkbox]~label, input[type = radio]~label {
    color: var(--color - body);
    cursor: pointer;
    font - size: 12px;
    font - weight: 400;
    line - height: 17px;
    padding - left: 25px;
    position: relative
}
input[type = checkbox]~label: before, input[type = radio]~label: before {
    background - color: #5d5d7e;
    border - radius: 2px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    top: 1 px;
    transition: all.3s;
    width: 15px
}
input[type = checkbox]~label: after, input[type = radio]~label: after {
    background - color: transparent;
    border - bottom: 2px solid #fff;
    border - left: 2px solid #fff;
    border - radius: 2px;
    content: " ";
    height: 6px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 16 % ;
    transform: rotate(-45deg);
    transition: all.3s;
    width: 10px
}
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 {
    background: #fff;
    border - radius: 50 % ;
    height: 8px;
    left: 3px;
    width: 8px
}
.form - group {
    margin - bottom: 20px
}
.form - group label {
    font - size: 14px;
    font - weight: 500;
    line - height: 22px;
    margin - bottom: 6px
}
.form - group input {
    background - color: var(--color - lightest);
    border: 1px solid transparent;
    border - radius: 4px;
    font - size: var(--font - size - b2);
    height: 50px;
    padding: 0 20px;
    transition: var(--transition)
}
.form - group input: focus {
    border - color: var(--color - primary);
    box - shadow: none
}
.form - group textarea {
    background - color: var(--color - lightest);
    border: 1px solid transparent;
    border - radius: 4px;
    font - size: var(--font - size - b2);
    min - height: 160px;
    padding: 15px;
    resize: none;
    transition: var(--transition)
}
.form - group textarea: focus {
    border - color: var(--color - primary)
}
input[type = submit]{
    background: var(--color - primary);
    border: 2px solid var(--color - primary);
    border - radius: 500px;
    color: var(--color - white);
    display: inline - block;
    font - size: var(--font - size - b2);
    font - weight: 500;
    font - weight: var(--p - medium);
    height: 60px;
    height: 50px;
    line - height: var(--line - height - b3);
    padding: 0 30px;
    transition: .3s;
    transition: var(--transition);
    width: auto
}
input[type = submit]: hover {
    background: transparent;
    color: var(--color - primary);
    transform: translateY(-5px)
}
.clearfix: after, .clearfix: before {
    content: " ";
    display: table
}
.clearfix: after {
    clear: both
}
.fix {
    overflow: hidden
}
.slick - initialized.slick - slide {
    margin - bottom: -10px
}
.slick - gutter - 15 {
    margin: -30px - 15px
}
.slick - gutter - 15.slick - slide {
    padding: 30px 15px
}
iframe {
    width: 100 %
}
.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: #fff
}
.bg - color - black {
    background: #1a1a1a
}
.bg - color - extra03 {
    background: var(--color - extra03)
}
.bg_image {
    background - position: 50 % ;
    background - repeat: no - repeat;
    background - size: cover
}
.bg_image--1 {
    background - image: url(.. / images / bg / bg - image - 1.jpg)
}
.bg_image--2 {
    background - image: url(.. / images / bg / bg - image - 2.jpg)
}
.bg_image--3 {
    background - image: url(.. / images / bg / bg - image - 3.jpg)
}
.bg_image--4 {
    background - image: url(.. / images / bg / bg - image - 4.jpg)
}
.bg_image--5 {
    background - image: url(.. / images / bg / bg - image - 5.jpg)
}
.bg_image--6 {
    background - image: url(.. / images / bg / bg - image - 6.jpg)
}
.bg_image--7 {
    background - image: url(.. / images / bg / bg - image - 7.jpg)
}
.bg_image--8 {
    background - image: url(.. / images / bg / bg - image - 8.jpg)
}
.bg_image--9 {
    background - image: url(.. / images / bg / bg - image - 9.jpg)
}
.bg_image--10 {
    background - image: url(.. / images / bg / bg - image - 10.jpg)
}
.bg_image--11 {
    background - image: url(.. / images / bg / bg - image - 11.jpg)
}
.bg_image--12 {
    background - image: url(.. / images / bg / bg - image - 12.jpg)
}
.bg_image--13 {
    background - image: url(.. / images / bg / bg - image - 13.jpg)
}
.bg_image--14 {
    background - image: url(.. / images / bg / bg - image - 14.jpg)
}
.bg_image--15 {
    background - image: url(.. / images / bg / bg - image - 15.jpg)
}
.bg_image--16 {
    background - image: url(.. / images / bg / bg - image - 16.jpg)
}
.bg_image--17 {
    background - image: url(.. / images / bg / bg - image - 17.jpg)
}
.bg_image--18 {
    background - image: url(.. / images / bg / bg - image - 18.jpg)
}
.bg_image--19 {
    background - image: url(.. / images / bg / bg - image - 19.jpg)
}
.bg_image--20 {
    background - image: url(.. / images / bg / bg - image - 20.jpg)
}
.bg_image--21 {
    background - image: url(.. / images / bg / bg - image - 21.jpg)
}
.bg_image--22 {
    background - image: url(.. / images / bg / bg - image - 22.jpg)
}
.bg_image--23 {
    background - image: url(.. / images / bg / bg - image - 23.jpg)
}
.bg_image--24 {
    background - image: url(.. / images / bg / bg - image - 24.jpg)
}
.bg_image--25 {
    background - image: url(.. / images / bg / bg - image - 25.jpg)
}
.bg_image--26 {
    background - image: url(.. / images / bg / bg - image - 26.jpg)
}
.bg_image--27 {
    background - image: url(.. / images / bg / bg - image - 27.jpg)
}
.bg_image--28 {
    background - image: url(.. / images / bg / bg - image - 28.jpg)
}
.bg_image--29 {
    background - image: url(.. / images / bg / bg - image - 29.jpg)
}
.bg_image--30 {
    background - image: url(.. / images / bg / bg - image - 30.jpg)
}
.bg_image--31 {
    background - image: url(.. / images / bg / bg - image - 31.jpg)
}
.bg_image--32 {
    background - image: url(.. / images / bg / bg - image - 32.jpg)
}
.bg_image--33 {
    background - image: url(.. / images / bg / bg - image - 33.jpg)
}
.bg_image--34 {
    background - image: url(.. / images / bg / bg - image - 34.jpg)
}
.bg_image--35 {
    background - image: url(.. / images / bg / bg - image - 35.jpg)
}
.bg_image--36 {
    background - image: url(.. / images / bg / bg - image - 36.jpg)
}
.bg_image--37 {
    background - image: url(.. / images / bg / bg - image - 37.jpg)
}
.bg_image--38 {
    background - image: url(.. / images / bg / bg - image - 38.jpg)
}
.bg_image--39 {
    background - image: url(.. / images / bg / bg - image - 39.jpg)
}
.bg_image--40 {
    background - image: url(.. / images / bg / bg - image - 40.jpg)
}
.bg_tr - image--1 {
    background - image: url(.. / images / bg / bg - image - 1.png)!important;
    background - size: cover!important
}
.bg_tr - image--2 {
    background - image: url(.. / images / bg / bg - image - 2.png)!important;
    background - size: cover!important
}
.bg_tr - image--3 {
    background - image: url(.. / images / bg / bg - image - 3.png)!important;
    background - size: cover!important
}
.bg_tr - image--4 {
    background - image: url(.. / images / bg / bg - image - 4.png)!important;
    background - size: cover!important
}
.bg_tr - image--5 {
    background - image: url(.. / images / bg / bg - image - 5.png)!important;
    background - size: cover!important
}
.bg_tr - image--6 {
    background - image: url(.. / images / bg / bg - image - 6.png)!important;
    background - size: cover!important
}
.bg_tr - image--7 {
    background - image: url(.. / images / bg / bg - image - 7.png)!important;
    background - size: cover!important
}
.bg_tr - image--8 {
    background - image: url(.. / images / bg / bg - image - 8.png)!important;
    background - size: cover!important
}
.bg_tr - image--9 {
    background - image: url(.. / images / bg / bg - image - 9.png)!important;
    background - size: cover!important
}
.bg_tr - image--10 {
    background - image: url(.. / images / bg / bg - image - 10.png)!important;
    background - size: cover!important
}
.bg_tr - image--11 {
    background - image: url(.. / images / bg / bg - image - 11.png)!important;
    background - size: cover!important
}
.bg_tr - image--12 {
    background - image: url(.. / images / bg / bg - image - 12.png)!important;
    background - size: cover!important
}
.bg_tr - image--13 {
    background - image: url(.. / images / bg / bg - image - 13.png)!important;
    background - size: cover!important
}
.bg_tr - image--14 {
    background - image: url(.. / images / bg / bg - image - 14.png)!important;
    background - size: cover!important
}
.bg_tr - image--15 {
    background - image: url(.. / images / bg / bg - image - 15.png)!important;
    background - size: cover!important
}
.bg_tr - image--16 {
    background - image: url(.. / images / bg / bg - image - 16.png)!important;
    background - size: cover!important
}
.bg_tr - image--17 {
    background - image: url(.. / images / bg / bg - image - 17.png)!important;
    background - size: cover!important
}
.bg_tr - image--18 {
    background - image: url(.. / images / bg / bg - image - 18.png)!important;
    background - size: cover!important
}
.bg_tr - image--19 {
    background - image: url(.. / images / bg / bg - image - 19.png)!important;
    background - size: cover!important
}
.bg_tr - image--20 {
    background - image: url(.. / images / bg / bg - image - 20.png)!important;
    background - size: cover!important
}
.fullscreen {
    min - height: 980px;
    width: 100 %
}
.row--0 {
    margin - left: 0;
    margin - right: 0
}
.row--0 > [class *= col]{
    padding - left: 0;
    padding - right: 0
}
.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: -moz - placeholder, textarea: -moz - placeholder {
    -ms - filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}
input::-webkit - input - placeholder, textarea::-webkit - input - placeholder {
    -ms - filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}
input::-moz - placeholder, textarea::-moz - placeholder {
    -ms - filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}
input: -ms - input - placeholder, textarea: -ms - input - placeholder {
    -ms - filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}
[data - black - overlay], [data - black - overlay] >  * , [data - black - overlay] > div, [data - overlay], [data - overlay] >  * , [data - overlay] > div, [data - white - overlay], [data - white - overlay] >  * , [data - white - overlay] > div {
    position: relative;
    z - index: 2
}
[data - black - overlay]: before, [data - overlay]: before, [data - white - overlay]: before {
    content: "";
    height: 100 % ;
    left: 0;
    position: absolute;
    top: 0;
    width: 100 % ;
    z - index: -1
}
[data - overlay]: before {
    background: var(--color - primary)
}
[data - black - overlay]: before {
    background - color: #000
}
[data - white - overlay]: before {
    background - color: #fff
}
[data - black - overlay = "1"]: before, [data - overlay = "1"]: before, [data - white - overlay = "1"]: before {
    opacity: .1
}
[data - black - overlay = "2"]: before, [data - overlay = "2"]: before, [data - white - overlay = "2"]: before {
    opacity: .2
}
[data - black - overlay = "3"]: before, [data - overlay = "3"]: before, [data - white - overlay = "3"]: before {
    opacity: .3
}
[data - black - overlay = "4"]: before, [data - overlay = "4"]: before, [data - white - overlay = "4"]: before {
    opacity: .4
}
[data - black - overlay = "5"]: before, [data - overlay = "5"]: before, [data - white - overlay = "5"]: before {
    opacity: .5
}
[data - black - overlay = "6"]: before, [data - overlay = "6"]: before, [data - white - overlay = "6"]: before {
    opacity: .6
}
[data - black - overlay = "7"]: before, [data - overlay = "7"]: before, [data - white - overlay = "7"]: before {
    opacity: .7
}
[data - black - overlay = "8"]: before, [data - overlay = "8"]: before, [data - white - overlay = "8"]: before {
    opacity: .8
}
[data - black - overlay = "9"]: before, [data - overlay = "9"]: before, [data - white - overlay = "9"]: before {
    opacity: .9
}
[data - black - overlay = "10"]: before, [data - overlay = "10"]: before, [data - white - overlay = "10"]: before {
    opacity: 1
}
#scrollUp {
    background: #fff;
    bottom: 60px;
    color: #757589;
    display: inline - block;
    font - size: 15px;
    font - weight: 400;
    height: 80px;
    line - height: 80px;
    right: 100px;
    text - align: center;
    text - decoration: none;
    transition: var(--transition);
    width: 70px;
    z - index: 9811!important
}
 @ media only screen and(min - width: 768px)and(max - width: 991px) {
    #scrollUp {
        bottom: 40px;
        right: 20px
    }
}
 @ media only screen and(max - width: 767px) {
    #scrollUp {
        bottom: 40px;
        right: 20px
    }
}
#scrollUp: before {
    background: rgba(0, 2, 72, .1);
    filter: blur(50px)
}
#scrollUp: after, #scrollUp: before {
    bottom: 0;
    content: "";
    height: 100 % ;
    left: 0;
    position: absolute;
    transform: rotateY(-10deg);
    transform - style: preserve - 3d;
    width: 100 % ;
    z - index: -1
}
#scrollUp: after {
    background: #fff;
    right: 0;
    top: 0
}
 @ media only screen and(max - width: 767px) {
    #scrollUp {
        bottom: 30px;
        height: 60px;
        line - height: 60px;
        right: 20px;
        width: 50px
    }
}
#scrollUp span.text {
    display: inline - block;
    margin - top: 7px;
    position: relative
}
 @ media only screen and(max - width: 767px) {
    #scrollUp span.text {
        margin - top: 3px
    }
}
#scrollUp span.text: after {
    border - color: transparent transparent var(--color - primary)transparent;
    border - style: solid;
    border - width: 0 5px 7px;
    content: "";
    height: 0;
    left: 50 % ;
    position: absolute;
    top: 21 % ;
    transform: translateX(-50 % );
    width: 0
}
#scrollUp: hover span.text {
    color: var(--color - primary)
}
body {
    background: #fff;
    overflow - x: hidden;
    scroll - behavior: auto
}
.container {
    max - width: 1170px
}
.title - hover {
    background - image: linear - gradient(90deg, #000 50 % , transparent 0);
    background - position: 100 % 100 % ;
    background - repeat: no - repeat;
    background - size: 200 % 1px;
    transition: all.5s
}
.title - hover: hover {
    background - position: 0 100 % ;
    color: #000
}
p {
    font - size: 16px;
    line - height: 26px
}
a.pe - none {
    font - size: 14px;
    font - weight: 500
}
.img - transition - scale {
    overflow: hidden
}
.img - transition - scale: hover a img {
    transform: scale(110 % )
}
.img - transition - scale a {
    display: block;
    width: 100 %
}
.img - transition - scale a img {
    transform: scale(100 % );
    transition: all.4s
}
.home - three.img - transition - scale {
    border - radius: 20px;
    overflow: hidden
}
.home - three.img - transition - scale: hover a img {
    transform: scale(110 % )
}
.home - three.img - transition - scale a {
    display: block;
    width: 100 %
}
.home - three.img - transition - scale a img {
    transform: scale(100 % );
    transition: all.4s;
    width: 100 %
}
.echo - get - in - tuch {
    margin - bottom: 40px
}
.echo - get - in - tuch h4 {
    color: #fff;
    font - size: 25px;
    font - weight: 700;
    line - height: 35px;
    margin: 0;
    position: relative
}
.echo - get - in - tuch h4: after {
    content: "/";
    font - family: Font Awesome \ 6 Pro!important;
    font - size: 16px;
    margin - left: 12px;
    position: absolute;
    top: 50 % ;
    transform: translateY(-50 % )
}
.echo - py - btn: hover {
    background - color: var(--color - primary);
    border: 1px solid var(--color - primary)!important;
    color: #fff
}
.echo - py - btn: hover, .echo - py - hover - white svg path {
    transition: all.3s ease - in
}
.echo - py - hover - white: hover {
    background - color: #fff;
    color: #000!important;
    transition: all.3s ease - in
}
.echo - py - hover - white: hover svg path {
    fill: #000
}
.echo - py - btn - border, .echo - py - btn - border: hover {
    transition: all.3s ease - in
}
.echo - py - btn - border: hover {
    background - color: #181823!important;
    border: 1px solid hsla(0, 0 % , 100 % , .5)!important;
    color: #fff
}
.echo - header - area.header - sticky {
    background - color: #fff;
    box - shadow: 0 15px 50px 0 hsla(0, 0 % , 4 % , .08);
    left: 0;
    position: fixed;
    top: 0;
    transition: .3s;
    width: 100 % ;
    z - index: 99
}
.echo - header - area.echo - header - top.remove - content {
    display: none
}
.home - 2 - area - shep {
    max - width: -moz - max - content;
    max - width: max - content;
    position: relative
}
.home - 2 - area - shep p {
    background - color: #924fff;
    clip - path: polygon(5 % 1 % , 85 % 0, 80 % 100 % , 0 100 % );
    display: inline - block;
    padding: 0 40px 0 23px
}
.home - 2 - area - shep p span {
    color: #fff;
    font - size: 14px;
    font - weight: 500
}
.home - 2 - area - shep: after {
    background - color: #924fff;
    content: "";
    height: 28px;
    position: absolute;
    right: 10px;
    top: 0;
    transform: rotate(11deg);
    width: 3px
}
.home - 2 - area - shep.secondary p, .home - 2 - area - shep.secondary: after {
    background - color: #53b7bd
}
.home - 2 - area - shep.df - orange p, .home - 2 - area - shep.df - orange: after {
    background - color: #f16228
}
.home - 2 - read - more - btn a {
    color: #fff;
    position: relative;
    transition: all.4s ease
}
.home - 2 - read - more - btn a: after {
    content: "\f061";
    font - family: Font Awesome \ 6 Pro!important;
    margin - left: 10px;
    position: absolute;
    transition: all.3s ease
}
.home - 2 - read - more - btn a: hover {
    color: #7817f2
}
.home - 2 - read - more - btn a: hover: after {
    transform: translateX(5px)
}
.home - 2 - read - more - btn a.df - color {
    color: #5e5e5e
}
.home - 2 - read - more - btn a.df - color: hover {
    color: #7817f2
}
.col - lg - 20 {
    float: left;
    width: 20 %
}
.col - lg - 20, .col - md - 20, .col - sm - 20, .col - xs - 20 {
    min - height: 1px;
    padding: 15px;
    position: relative
}
 @ media(min - width: 1200px) {
    .col - lg - 20 {
        float: left;
        width: 20 %
    }
}
 @ media only screen and(max - width: 1199px) {
    .col - lg - 20 {
        float: left;
        width: 33 %
    }
}
 @ media only screen and(min - width: 768px)and(max - width: 991px) {
    .col - lg - 20 {
        float: left;
        width: 50 %
    }
}
 @ media only screen and(max - width: 767px) {
    .col - lg - 20 {
        float: left;
        width: 50 %
    }
}
 @ media only screen and(max - width: 575px) {
    .col - lg - 20 {
        float: left;
        width: 50 %
    }
}
 @ media only screen and(max - width: 479px) {
    .col - lg - 20 {
        float: left;
        width: 100 %
    }
}
::-moz - placeholder {
    color: #5d666f!important;
    font - size: 16px;
    opacity: 1!important
}
::placeholder {
    color: #5d666f!important;
    font - size: 16px;
    opacity: 1!important
}
: -ms - input - placeholder {
    color: #5d666f!important;
    font - size: 16px
}
::-ms - input - placeholder {
    color: #5d666f!important;
    font - size: 16px
}
.accordion - item: last - of - type.accordion - button.collapsed {
    border - bottom - left - radius: 5px;
    border - bottom - right - radius: 5px
}
.bg - 1 {
    background: #e00a0a
}
.bg - secondary {
    background: #1d2027!important
}
.bg - white {
    background: #fff
}
.bg - footer - one {
    background - repeat: no - repeat;
    background - size: cover;
    background: #0e1422;
    overflow: hidden;
    position: relative;
    z - index: 1
}
.bg - footer - one: after {
    background - image: url(.. / images / footer / h1 - shape / 01.svg);
    background - repeat: no - repeat;
    bottom: -5 % ;
    content: "";
    height: 450px;
    position: absolute;
    right: -3 % ;
    width: 450px
}
 @ 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 {
    background - image: url(.. / images / footer / h1 - shape / 02.png);
    background - position: 50 % ;
    background - repeat: no - repeat;
    background - size: cover;
    bottom: -13 % ;
    content: "";
    height: 800px;
    left: -16 % ;
    position: absolute;
    width: 823px;
    z - index: -1
}
 @ 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 {
    background - image: url(.. / images / footer / h1 - shape / 03.png);
    background - repeat: no - repeat;
    content: "";
    height: 500px;
    left: -25 % ;
    position: absolute;
    top: -20 % ;
    width: 523px;
    z - index: -1
}
 @ 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 {
    height: 100 % ;
    left: 0;
    position: absolute;
    top: 0;
    width: 100 % ;
    z - index: 9
}
.title - area span {
    color: #3b38eb;
    font - size: 16px;
    font - weight: 600;
    line - height: 19px
}
.title - area.title {
    margin - bottom: 30px;
    margin - top: 10px
}
 @ 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 {
    position: relative;
    top: 0;
    transition: .3s;
    z - index: 5
}
.header--sticky.sticky {
    background: #fff!important
}
.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 {
    background: linear - gradient(180deg, hsla(0, 0 % , 100 % , 0), #ecf0f3);
    content: "";
    height: 99 % ;
    left: 0;
    position: absolute;
    top: 4px;
    width: 100 % ;
    z - index: -1
}
.h2 - title - area span.bg - text {
    color: #fff;
    font - size: 120px;
    font - weight: 800;
    left: 0;
    max - width: -moz - max - content;
    max - width: max - content;
    position: absolute;
    text - transform: uppercase;
    top: 54px;
    width: -moz - max - content;
    width: max - content;
    z - index: 1;
    z - index: -1
}
.h2 - title - area.pre - title {
    border: 1px solid #141414;
    border - radius: 33px;
    color: #141414;
    display: inline - block;
    font - size: 16px;
    font - weight: 600;
    line - height: 22px;
    padding: 2px 15px
}
.h2 - title - area.title {
    font - size: 48px;
    margin - top: 30px
}
 @ media only screen and(max - width: 575px) {
    .h2 - title - area.title {
        font - size: 27px
    }
}
.photographer - home.dark - version.h2 - title - area.pre - title {
    border: 1px solid #d3d3d3;
    border - radius: 33px;
    color: #d3d3d3
}
.h2 - title - area.text - center {
    position: relative;
    z - index: 4
}
.h2 - title - area.text - center: after {
    background: linear - gradient(180deg, hsla(0, 0 % , 100 % , 0), #ecf0f3);
    content: "";
    height: 71 % ;
    left: 0;
    position: absolute;
    top: 0;
    width: 100 % ;
    z - index: -1
}
.h2 - title - area.text - center span.bg - text {
    color: #fff;
    font - size: 120px;
    font - weight: 800;
    left: 50 % ;
    max - width: -moz - max - content;
    max - width: max - content;
    position: absolute;
    text - transform: uppercase;
    top: 15px;
    transform: translateX(-50 % );
    width: -moz - max - content;
    width: max - content;
    z - index: 1;
    z - index: -1
}
 @ media only screen and(max - width: 767px) {
    .h2 - title - area.text - center span.bg - text {
        font - size: 62px
    }
}
.h2 - title - area.text - center.pre - title {
    border: 1px solid #141414;
    border - radius: 33px;
    color: #141414;
    display: inline - block;
    font - size: 16px;
    font - weight: 600;
    line - height: 22px;
    padding: 2px 15px
}
.h2 - title - area.text - center.title {
    font - size: 48px;
    margin - top: 30px
}
 @ media only screen and(max - width: 767px) {
    .h2 - title - area.text - center.title {
        font - size: 27px
    }
}
.title - area - h3.pre - title {
    color: #74787c;
    font - size: 16px;
    font - weight: 400;
    letter - spacing: .1em;
    line - height: 22px
}
.title - area - h3.title {
    color: #141414;
    font - size: 60px;
    font - weight: 600;
    line - height: 82px
}
 @ media only screen and(max - width: 479px) {
    .title - area - h3.title {
        line - height: 44px
    }
}
 @ media only screen and(max - width: 767px) {
    .title - area - h3.title {
        font - size: 36px
    }
}
.title - area - h3.title span {
    color: #ff390e
}
.title - area - home - 4.pre - title {
    background: linear - gradient(130.08deg, #fff, #ecf0f3);
    border: 1px solid #fff;
    border - radius: 100px;
    box - shadow: 0 4px 40px #d3dae1;
    color: #141414;
    font - weight: 700;
    padding: 3px 24px;
    text - transform: uppercase
}
.title - area - home - 4.title {
    color: #141414;
    font - size: 48px;
    font - weight: 800;
    line - height: 66px;
    margin - top: 15px
}
 @ media only screen and(min - width: 1200px)and(max - width: 1599px) {
    .title - area - home - 4.title {
        font - size: 39px;
        line - height: 61px
    }
}
 @ media only screen and(min - width: 768px)and(max - width: 991px) {
    .title - area - home - 4.title {
        font - size: 30px;
        line - height: 39px
    }
}
 @ media only screen and(max - width: 767px) {
    .title - area - home - 4.title {
        font - size: 26px;
        line - height: 42px
    }
}
 @ media only screen and(max - width: 479px) {
    .title - area - home - 4.title {
        font - size: 20px;
        line - height: 33px
    }
}
 @ media only screen and(min - width: 768px)and(max - width: 991px) {
    .rts - contact - area.four {
        background: transparent
    }
}
 @ media only screen and(max - width: 767px) {
    .rts - contact - area.four {
        background: transparent
    }
}
.echo - breadcrumb - area {
    background - image: url(.. / images / breadcrumb / breadcrumb.png);
    background - repeat: no - repeat;
    background - size: cover;
    padding: 40px 0
}
.echo - breadcrumb - area.breadcrumb - inner.meta.next {
    text - transform: uppercase
}
.echo - breadcrumb - area.breadcrumb - inner.title {
    font - size: 56px;
    line - height: 76px;
    margin - bottom: 0
}
.echo - breadcrumb - area - 2 {
    background - image: url(.. / images / breadcrumb / breadcrumb.png);
    background - repeat: no - repeat;
    background - size: cover;
    padding: 65px 0
}
.echo - breadcrumb - area - 2.echo - author - content {
    display: flex;
    gap: 30px
}
.echo - breadcrumb - area - 2.echo - author - content h5 {
    font - size: 25px;
    line - height: 35px;
    margin - bottom: 15px
}
.echo - breadcrumb - area - 2.echo - author - content p {
    margin - bottom: 15px
}
.echo - breadcrumb - area - 2.echo - author - content.echo - footer - social - media a: first - child {
    margin - left: -5px
}
.echo - breadcrumb - area - 2.echo - author - content.echo - footer - social - media a {
    border: 1px solid #5e5e5e;
    border - radius: 50 % ;
    display: inline - block;
    font - size: 16px;
    height: 35px;
    line - height: 35px;
    margin: 0 5px;
    position: relative;
    text - align: center;
    transform: scale(.9);
    transition: all.3s ease;
    width: 35px
}
.echo - breadcrumb - area - 2.echo - author - content.echo - footer - social - media a i {
    color: #5e5e5e
}
.echo - breadcrumb - area - 2.echo - author - content.echo - footer - social - media a: hover {
    background - color: var(--color - primary);
    border: 1px solid transparent
}
.echo - breadcrumb - area - 2.echo - author - content.echo - footer - social - media a: hover i {
    color: #fff
}
.echo - ct - style - 3 - shep {
    bottom: -45px;
    display: inline - block;
    left: 50 % ;
    position: absolute;
    transform: translate(-50 % )
}
.echo - ct - style - 3 - shep p {
    background - color: #000;
    color: #fff;
    font - size: 14px;
    line - height: 22px;
    padding: 8px 18px;
    text - align: center;
    text - transform: uppercase
}
.rts - dark - light {
    cursor: pointer;
    font - size: 20px
}
.rts - dark - light, .rts - dark - light i {
    transition: all.4s
}
[data - theme = light].rts - dark - light i.fa - sun {
    display: none
}
[data - theme = dark].rts - dark - light i.fa - sun, [data - theme = light].rts - dark - light i.fa - moon {
    display: block
}
[data - theme = dark].rts - dark - light i.fa - moon {
    display: none
}
.search - input - area {
    align - items: center;
    background: #fff;
    box - shadow: 1px 1px 50px rgba(0, 0, 0, .46);
    display: flex;
    justify - content: center;
    left: 0;
    opacity: 0;
    padding: 200px 0;
    position: fixed;
    top: 0;
    transform: translateY(-100 % );
    transition: all.5s ease;
    visibility: hidden;
    width: 100 % ;
    z - index: 1100
}
.search - input - area.show {
    opacity: 1;
    transform: inherit;
    visibility: visible
}
.search - input - area.search - input - inner {
    align - items: center;
    display: -ms - flexbox;
    display: flex;
    justify - content: center;
    position: relative
}
.search - input - area.search - input - inner.input - div {
    position: relative;
    width: 80 %
}
.search - input - area.search - input - inner input {
    background: none;
    border: 1px solid rgba(94, 94, 94, .6);
    border - radius: 0;
    font - size: 15px;
    padding: 20px 20px 20px 40px;
    position: relative;
    width: 100 %
}
.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 {
    background: var(--color - primary);
    color: #fff;
    cursor: pointer;
    font - size: 14px;
    height: 70px;
    line - height: 70px;
    text - align: center;
    width: 100 %
}
.home - one.rts - darkmode, .home - two.rts - darkmode {
    position: relative
}
.home - three.echo - site - main - logo - menu - social.echo - home - 1 - social - media - icons {
    align - items: center;
    display: flex;
    justify - content: end;
    text - align: right
}
.home - three.echo - site - main - logo - menu - social.echo - home - 1 - social - media - icons.rts - darkmode {
    margin - left: 40px;
    position: relative
}
 @ media(max - width: 1200px) {
    .home - three.echo - site - main - logo - menu - social.echo - home - 1 - social - media - icons.rts - darkmode {
        margin - left: 30px
    }
}
 @ media(max - width: 991px) {
    .home - three.echo - site - main - logo - menu - social.echo - home - 1 - social - media - icons.rts - darkmode {
        margin - left: 0;
        margin - right: 40px
    }
}
 @ media(max - width: 400px) {
    .home - three.echo - site - main - logo - menu - social.echo - home - 1 - social - media - icons.rts - darkmode {
        margin - left: 0;
        margin - right: 30px
    }
}
.home - three.echo - site - main - logo - menu - social.echo - home - 1 - social - media - icons.rts - darkmode: before {
    background - color: #fff;
    content: "";
    height: 25px;
    left: -20px;
    opacity: .6;
    position: absolute;
    top: 50 % ;
    transform: translateY(-50 % );
    width: 1px
}
 @ media(max - width: 991px) {
    .home - three.echo - site - main - logo - menu - social.echo - home - 1 - social - media - icons.rts - darkmode: before {
        display: none
    }
}
.home - three.echo - site - main - logo - menu - social.echo - home - 1 - social - media - icons.rts - darkmode i {
    color: #fff
}
.home - three.echo - site - main - logo - menu - social.echo - home - 1 - social - media - icons.echo - header - top - menu - bar {
    position: relative
}
.home - three.echo - site - main - logo - menu - social.echo - home - 1 - social - media - icons.echo - header - top - menu - bar: before {
    background - color: #fff;
    content: "";
    height: 25px;
    left: -20px;
    opacity: .6;
    position: absolute;
    top: 50 % ;
    transform: translateY(-50 % );
    width: 1px
}
 @ media(max - width: 400px) {
    .home - three.echo - site - main - logo - menu - social.echo - home - 1 - social - media - icons.echo - header - top - menu - bar: before {
        left: -15px
    }
}
.home - three.echo - site - main - logo - menu - social.echo - home - 1 - social - media - icons.echo - header - top - menu - bar svg path {
    fill: #fff
}
.home - three.echo - header - area.header - sticky.echo - home - 1 - menu.echo - header - top - menu - bar {
    display: none
}
.home - four.rts - darkmode {
    position: relative
}
.home - four.rts - darkmode i {
    color: #fff
}
.innerpage.echo - site - main - logo - menu - social.echo - home - 1 - social - media - icons {
    align - items: center;
    display: flex;
    justify - content: end;
    text - align: right
}
.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 {
    background - color: #181823;
    content: "";
    height: 25px;
    left: -20px;
    opacity: .6;
    position: absolute;
    top: 50 % ;
    transform: translateY(-50 % );
    width: 1px
}
.innerpage.echo - site - main - logo - menu - social.echo - home - 1 - social - media - icons.rts - darkmode i {
    color: #181823
}
.innerpage.echo - header - top {
    background: #181823;
    padding: 10px 0
}
.innerpage.echo - header - top.echo - date - time, .innerpage.echo - header - top.echo - day - name, .innerpage.echo - header - top.echo - meta - jobs - text span {
    color: #fff
}
.innerpage.echo - header - top.echo - subscribe {
    position: relative
}
.innerpage.echo - header - top.echo - subscribe.echo - py - btn {
    border: solid #fff;
    border - width: 0 0 1px;
    color: #fff;
    padding: 5px 0
}
.innerpage.echo - header - top.echo - subscribe.echo - py - btn: hover {
    background: none;
    border - color: #fff!important;
    border - width: 0 0 1px!important
}
.innerpage.echo - header - top.echo - subscribe.echo - py - btn i {
    margin - right: 5px
}
.innerpage.echo - header - top.rts - dark - light i {
    color: #fff
}
.innerpage.echo - header - top.echo - header - top - search - btn: after {
    background - color: hsla(0, 0 % , 100 % , .8)!important
}
.innerpage.echo - header - top.echo - header - top - menu - bar svg path {
    fill: #fff
}
html[data - theme = dark].innerpage.echo - site - main - logo - menu - social.echo - home - 1 - social - media - icons.rts - darkmode: before {
    background - color: #fff
}
html[data - theme = dark].innerpage.echo - site - main - logo - menu - social.echo - home - 1 - social - media - icons.rts - darkmode i {
    color: #fff
}
html[data - theme = light].logo - dark {
    display: none
}
html[data - theme = dark].logo - dark, html[data - theme = light].logo - light {
    display: block
}
html[data - theme = dark].logo - light {
    display: none
}
.echo - header - top - menu - bar svg {
    margin - top: -4px;
    position: relative
}
.home - four.side - bar.inner - main - wrapper - desk.inner - content.newsletter - form.form - inner form button.subscribe - btn {
    background: #ff4962
}
.home - four.side - bar.inner - main - wrapper - desk.inner - content.category - menu - area.category - area.item.content.recent - post - title: hover a {
    color: #ff4962
}
.home - five.side - bar.inner - main - wrapper - desk.inner - content.newsletter - form.form - inner form button.subscribe - btn {
    background: #d5225b
}
.home - five.side - bar.inner - main - wrapper - desk.inner - content.category - menu - area.category - area.item.content.recent - post - title: hover a {
    color: #d5225b
}
input {
    transition: .3s
}
input: focus {
    border: 1px solid var(--color - primary)!important
}
textarea {
    transition: .3s
}
textarea: focus {
    border: 1px solid var(--color - primary)!important
}
.home - three input, .home - two input {
    transition: .3s
}
.home - three input: focus, .home - two input: focus {
    border: 1px solid #924fff!important
}
.home - three textarea, .home - two textarea {
    transition: .3s
}
.home - three textarea: focus, .home - two textarea: focus {
    border: 1px solid #924fff!important
}
.home - four input {
    transition: .3s
}
.home - four input: focus {
    border: 1px solid #ff4962!important
}
.home - four textarea {
    transition: .3s
}
.home - four textarea: focus {
    border: 1px solid #ff4962!important
}
.rt - treding - slider10 {
    height: 67px;
    line - height: 67px
}
.img - transition - scales {
    overflow: hidden
}
.img - transition - scales.img - hovers {
    transform: scale(100 % );
    transition: .3s ease - in - out
}
.img - transition - scales: hover.img - hovers {
    transform: scale(104 % )
}
#form - messages.success {
    color: var(--color - primary)
}
.hm5 - btn - 1 {
    background - color: #d5225b;
    border - radius: 15px;
    color: var(--color - white);
    font - family: var(--home - 5 - body - font);
    font - size: 18px;
    font - style: normal;
    font - weight: 700;
    line - height: 28px;
    padding: 25px 55px 23px 35px;
    position: relative;
    text - transform: uppercase;
    transition: all.4s
}
 @ media(max - width: 768px) {
    .hm5 - btn - 1 {
        font - size: 16px;
        padding: 20px 50px 18px 30px
    }
}
.hm5 - btn - 1: hover {
    background: #fff;
    color: #181823
}
.hm5 - btn - 1: hover.arrow - 1 {
    opacity: 0;
    transform: translate(10px, -50 % )
}
.hm5 - btn - 1: hover.arrow - 2 {
    opacity: 1;
    transform: translateY(-50 % )
}
.hm5 - btn - 1 img {
    position: absolute;
    right: 25px;
    top: 50 % ;
    transform: translateY(-50 % );
    transition: all.4s
}
.hm5 - btn - 1 img.arrow - 2 {
    opacity: 0;
    transform: translate(-10px, -50 % )
}
.hm5 - btn - 2 {
    background - color: transparent;
    border: 1px solid #999;
    border - radius: 15px;
    color: #999;
    font - family: var(--home - 5 - body - font);
    font - size: 14px;
    font - style: normal;
    font - weight: 500;
    line - height: 28px;
    padding: 18px 50px 16px 25px;
    position: relative;
    text - align: center;
    text - transform: uppercase;
    transition: all.4s
}
.hm5 - btn - 2: hover {
    background: #d5225b;
    border: 1px solid #d5225b;
    color: #fff
}
.hm5 - btn - 2: hover.arrow - 1 {
    opacity: 0;
    transform: translate(10px, -50 % )
}
.hm5 - btn - 2: hover.arrow - 2 {
    opacity: 1;
    transform: translateY(-50 % )
}
.hm5 - btn - 2 img {
    position: absolute;
    right: 20px;
    top: 50 % ;
    transform: translateY(-50 % );
    transition: all.4s
}
.hm5 - btn - 2 img.arrow - 2 {
    opacity: 0;
    transform: translate(-10px, -50 % )
}
.hm - 5 - title - btn {
    align - items: center;
    display: flex;
    justify - content: space - between
}
.hm - 5 - title - btn.hm - 5 - main - title {
    width: 85 %
}
 @ media(max - width: 1460px) {
    .hm - 5 - title - btn.hm - 5 - main - title {
        width: 75 %
    }
}
 @ media(max - width: 768px) {
    .hm - 5 - title - btn.hm - 5 - main - title {
        width: auto
    }
}
.hm - 5 - title - btn.hm - 5 - main - title h2 {
    color: var(--color - white);
    font - family: var(--home - 5 - title - font);
    font - size: 70px;
    font - style: normal;
    font - weight: 400;
    line - height: normal;
    position: relative;
    text - transform: uppercase
}
 @ media(max - width: 991px) {
    .hm - 5 - title - btn.hm - 5 - main - title h2 {
        font - size: 56px;
        line - height: 1.1
    }
}
 @ media(max - width: 768px) {
    .hm - 5 - title - btn.hm - 5 - main - title h2 {
        font - size: 50px
    }
}
 @ media(max - width: 576px) {
    .hm - 5 - title - btn.hm - 5 - main - title h2 {
        font - size: 42px
    }
}
.hm - 5 - title - btn.hm - 5 - main - title h2: after {
    background - color: #999;
    content: "";
    height: 1px;
    left: 35 % ;
    position: absolute;
    top: 50 % ;
    transform: translateY(-50 % );
    width: 60 %
}
 @ media(max - width: 1460px) {
    .hm - 5 - title - btn.hm - 5 - main - title h2: after {
        left: 50 % ;
        width: 55 %
    }
}
 @ media(max - width: 1200px) {
    .hm - 5 - title - btn.hm - 5 - main - title h2: after {
        display: none
    }
}
.hm - 5 - container {
    margin: 0 auto;
    max - width: 1706px;
    padding: 0 30px
}
 @ media(max - width: 768px) {
    .hm - 5 - container {
        padding: 0 15px
    }
}
.hm - 6 - container {
    margin: 0 auto;
    max - width: 1600px;
    padding: 0 30px
}
 @ media(max - width: 768px) {
    .hm - 6 - container {
        padding: 0 15px
    }
}
.hm - 7 - container {
    margin: 0 auto;
    max - width: 1300px;
    padding: 0 15px
}
 @ media(max - width: 768px) {
    .hm - 7 - container {
        padding: 0 15px
    }
}
.hm - 9 - container {
    margin: 0 auto;
    max - width: 1720px;
    padding: 0 15px
}
.hm - 5 - meta - box {
    align - items: center;
    display: flex;
    gap: 12px
}
.hm - 5 - meta - box.hm - 5 - meta - btn span {
    background - color: #d5225b;
    border - radius: 5px;
    color: var(--color - white);
    font - weight: 400;
    padding: 7px 20px 5px;
    text - align: center
}
.hm - 5 - meta - box.hm - 5 - meta - btn span, .hm - 5 - meta - box.hm - 5 - meta - date span {
    font - family: var(--home - 5 - title - font);
    font - size: 16px;
    text - transform: uppercase
}
.hm - 5 - meta - box.hm - 5 - meta - date span {
    color: #999;
    font - style: normal;
    font - weight: 500;
    line - height: normal
}
.hm7 - btn - 1 {
    border: 1px solid #fe5301;
    border - radius: 0;
    color: #fe5301;
    display: block;
    font - family: Inter,
    sans - serif;
    font - size: 18px;
    font - style: normal;
    font - weight: 700;
    line - height: 28px;
    padding: 15px 55px 13px 35px;
    position: relative;
    text - transform: uppercase;
    transition: all.4s
}
 @ media(max - width: 768px) {
    .hm7 - btn - 1 {
        font - size: 16px;
        padding: 20px 50px 18px 30px
    }
}
.hm7 - btn - 1 i, .hm7 - btn - 1: hover {
    color: #fe5301
}
.hm7 - btn - 1: hover.arrow - 1 {
    opacity: 0;
    transform: translate(10px, -50 % )
}
.hm7 - btn - 1: hover.arrow - 2 {
    opacity: 1;
    transform: translateY(-50 % )
}
.hm7 - btn - 1 i {
    position: absolute;
    right: 25px;
    top: 50 % ;
    transform: translateY(-50 % );
    transition: all.4s
}
.hm7 - btn - 1 i.arrow - 2 {
    opacity: 0;
    transform: translate(-10px, -50 % )
}
/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes jump-3{0%{transform:translateZ(0)}40%{transform:translate3d(0,50px,0) scale(.7)}to{transform:translateZ(0)}}@keyframes jump-4{0%{transform:translateZ(0)}40%{transform:translate3d(0,20px,0) scale(.8)}to{transform:translateZ(0)}}@keyframes jump-5{0%{transform:translateZ(0)}40%{transform:translate3d(0,10px,0)}to{transform:translateZ(0)}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes videobuttonpopup{0%{box-shadow:0 0 0 0 #f0ece9,0 0 0 0 #f0ece9}80%{box-shadow:0 0 0 20px hsla(0,0%,100%,0),0 0 0 40px hsla(0,0%,100%,0)}to{box-shadow:0 0 0 0 hsla(0,0%,100%,0),0 0 0 0 hsla(0,0%,100%,0)}}@keyframes videobuttonpopupsmall{0%{box-shadow:0 0 0 0 #f0ece9,0 0 0 0 #f0ece9}80%{box-shadow:0 0 0 10px hsla(0,0%,100%,0),0 0 0 12px hsla(0,0%,100%,0)}to{box-shadow:0 0 0 0 hsla(0,0%,100%,0),0 0 0 0 hsla(0,0%,100%,0)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes fadeInUp2{0%{opacity:0;transform:translate3d(0,20%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95)}to{animation-timing-function:ease-in;transform:perspective(400px)}}.animated.flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{opacity:1;transform:skewX(-5deg)}to{opacity:1;transform:none}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center}to{opacity:1;transform:none;transform-origin:center}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1;transform-origin:center}to{opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{opacity:0;transform:translate3d(0,700px,0)}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{animation-name:slideOutUp}@keyframes jump-1{0%{transform:translateZ(0)}40%{transform:translate3d(0,20px,0)}to{transform:translateZ(0)}}@keyframes jump-2{0%{transform:translateZ(0)}50%{transform:translate3d(0,30px,0)}to{transform:translateZ(0)}}@keyframes rotateIt{to{transform:rotate(-1turn)}}@keyframes rotateIt2{to{transform:rotate(1turn)}}@keyframes shape-service-1{0%{right:-40%;top:30%}to{right:-23%;top:0}}@keyframes animate-floting{0%{transform:translateX(50%)}50%{transform:translateX(-40%)}to{transform:translateX(40%)}}@keyframes animate-floting-2{0%{transform:translateX(-50%)}50%{transform:translateX(40%)}to{transform:translateX(-40%)}}@keyframes animate-floting-3{0%{transform:translateX(-20%)}50%{transform:translateX(0)}to{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%{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;transform:scale(.2)}50%{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";opacity:.9}to{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;transform:scale(.9)}}@keyframes vsmorph{0%{border-radius:var(--morp-value)}50%{border-radius:var(--morp-md-value)}to{border-radius:40% 60%}}@keyframes morpspin{to{transform:rotate(1turn)}}@keyframes customOne{0%{opacity:1;transform:translateY(-50%) scale(0)}to{opacity:0;transform:translateY(-50%) scale(1.3)}}@keyframes liveAuction{0%{background:var(--color-white)}to{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;left:0;position:absolute;top:0;white-space:nowrap}.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}.cd-headline.clip span{display:inline-block;padding:0}.cd-headline.clip .cd-words-wrapper{margin-top:-20px;overflow:hidden;position:relative;vertical-align:middle}.cd-headline.clip .cd-words-wrapper b{font-weight:700}.cd-headline.clip .cd-words-wrapper:after{background-color:var(--color-primary-3);content:"";height:100%;position:absolute;right:0;top:50%;transform:translateY(-50%);width:4px}.cd-headline.clip b{opacity:0}.cd-headline.clip b.is-visible{opacity:1}[data-sal]{transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-timing-function:var(--sal-easing,ease)}[data-sal][data-sal-duration="200"]{transition-duration:.2s}[data-sal][data-sal-duration="250"]{transition-duration:.25s}[data-sal][data-sal-duration="300"]{transition-duration:.3s}[data-sal][data-sal-duration="350"]{transition-duration:.35s}[data-sal][data-sal-duration="400"]{transition-duration:.4s}[data-sal][data-sal-duration="450"]{transition-duration:.45s}[data-sal][data-sal-duration="500"]{transition-duration:.5s}[data-sal][data-sal-duration="550"]{transition-duration:.55s}[data-sal][data-sal-duration="600"]{transition-duration:.6s}[data-sal][data-sal-duration="650"]{transition-duration:.65s}[data-sal][data-sal-duration="700"]{transition-duration:.7s}[data-sal][data-sal-duration="750"]{transition-duration:.75s}[data-sal][data-sal-duration="800"]{transition-duration:.8s}[data-sal][data-sal-duration="850"]{transition-duration:.85s}[data-sal][data-sal-duration="900"]{transition-duration:.9s}[data-sal][data-sal-duration="950"]{transition-duration:.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:.05s}[data-sal][data-sal-delay="100"]{transition-delay:.1s}[data-sal][data-sal-delay="150"]{transition-delay:.15s}[data-sal][data-sal-delay="200"]{transition-delay:.2s}[data-sal][data-sal-delay="250"]{transition-delay:.25s}[data-sal][data-sal-delay="300"]{transition-delay:.3s}[data-sal][data-sal-delay="350"]{transition-delay:.35s}[data-sal][data-sal-delay="400"]{transition-delay:.4s}[data-sal][data-sal-delay="450"]{transition-delay:.45s}[data-sal][data-sal-delay="500"]{transition-delay:.5s}[data-sal][data-sal-delay="550"]{transition-delay:.55s}[data-sal][data-sal-delay="600"]{transition-delay:.6s}[data-sal][data-sal-delay="650"]{transition-delay:.65s}[data-sal][data-sal-delay="700"]{transition-delay:.7s}[data-sal][data-sal-delay="750"]{transition-delay:.75s}[data-sal][data-sal-delay="800"]{transition-delay:.8s}[data-sal][data-sal-delay="850"]{transition-delay:.85s}[data-sal][data-sal-delay="900"]{transition-delay:.9s}[data-sal][data-sal-delay="950"]{transition-delay:.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(.55,.055,.675,.19)}[data-sal][data-sal-easing=ease-out-cubic]{transition-timing-function:cubic-bezier(.215,.61,.355,1)}[data-sal][data-sal-easing=ease-in-out-cubic]{transition-timing-function:cubic-bezier(.645,.045,.355,1)}[data-sal][data-sal-easing=ease-in-circ]{transition-timing-function:cubic-bezier(.6,.04,.98,.335)}[data-sal][data-sal-easing=ease-out-circ]{transition-timing-function:cubic-bezier(.075,.82,.165,1)}[data-sal][data-sal-easing=ease-in-out-circ]{transition-timing-function:cubic-bezier(.785,.135,.15,.86)}[data-sal][data-sal-easing=ease-in-expo]{transition-timing-function:cubic-bezier(.95,.05,.795,.035)}[data-sal][data-sal-easing=ease-out-expo]{transition-timing-function:cubic-bezier(.19,1,.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(.55,.085,.68,.53)}[data-sal][data-sal-easing=ease-out-quad]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-sal][data-sal-easing=ease-in-out-quad]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-sal][data-sal-easing=ease-in-quart]{transition-timing-function:cubic-bezier(.895,.03,.685,.22)}[data-sal][data-sal-easing=ease-out-quart]{transition-timing-function:cubic-bezier(.165,.84,.44,1)}[data-sal][data-sal-easing=ease-in-out-quart]{transition-timing-function:cubic-bezier(.77,0,.175,1)}[data-sal][data-sal-easing=ease-in-quint]{transition-timing-function:cubic-bezier(.755,.05,.855,.06)}[data-sal][data-sal-easing=ease-out-quint]{transition-timing-function:cubic-bezier(.23,1,.32,1)}[data-sal][data-sal-easing=ease-in-out-quint]{transition-timing-function:cubic-bezier(.86,0,.07,1)}[data-sal][data-sal-easing=ease-in-sine]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-sal][data-sal-easing=ease-out-sine]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-sal][data-sal-easing=ease-in-out-sine]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-sal][data-sal-easing=ease-in-back]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-sal][data-sal-easing=ease-out-back]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-sal][data-sal-easing=ease-in-out-back]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[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(.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}.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{align-items:center;display:flex;gap:18px}@media (max-width:1200px) and (min-width:991px){.echo-meta-total-jobs{gap:10px}}.echo-meta-total-jobs .echo-meta-jobs-text span{color:var(--color-heading-1);font-family:Inter,sans-serif;font-size:var(--font-size-b2);font-weight:var(--s-bold)}@media (max-width:1200px) and (min-width:991px){.echo-meta-total-jobs .echo-meta-jobs-text span{font-size:14px}}@media (max-width:991px) and (min-width:768px){.echo-meta-total-jobs .echo-meta-jobs-text span{font-size:14px}}.echo-header-top-date{align-items:center;display:flex;gap:20px;justify-content:center}@media (max-width:991px){.echo-header-top-date{justify-content:left}}.echo-header-top-date .echo-date-time span i,.echo-header-top-date .echo-day-name span i{margin-right:10px}.echo-header-top-date .echo-date-time span strong,.echo-header-top-date .echo-day-name span strong{color:#181818}@media (max-width:1200px) and (min-width:991px){.echo-header-top-date .echo-date-time,.echo-header-top-date .echo-day-name{font-size:13px}}@media (max-width:991px) and (min-width:768px){.echo-header-top-date .echo-date-time,.echo-header-top-date .echo-day-name{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{align-items:center;display:flex;gap:20px;justify-content:end}.echo-header-top-subs-social-menu .echo-header-top-subscribe-btn{margin-right:10px}@media (max-width:768px){.echo-header-top-subs-social-menu .echo-header-top-subscribe-btn{display:none}}.echo-header-top-subs-social-menu .echo-header-top-subscribe-btn button{border:1px solid rgba(94,94,94,.5);padding:15px 25px}@media (max-width:1200px) and (min-width:991px){.echo-header-top-subs-social-menu .echo-header-top-subscribe-btn button{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{align-items:center;display:flex;gap:10px;margin-right:30px}@media (max-width:991px){.echo-header-top-subs-social-menu .echo-header-top-social-media{margin-right:0}}.echo-header-top-subs-social-menu .echo-header-top-social-media a{position:relative}.echo-header-top-subs-social-menu .echo-header-top-social-media .echo-header-top-search-btn{position:relative;width:10px}.echo-header-top-subs-social-menu .echo-header-top-social-media .echo-header-top-search-btn:after{background-color:rgba(94,94,94,.6);content:"";height:20px;position:absolute;right:-30px;top:50%;transform:translateY(-50%);width:1px}@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{margin-top:-6px;position:relative}@media (max-width:991px){.echo-header-top-subs-social-menu .echo-header-top-menu-bar{display:none}.echo-header-area .echo-home-1-menu .echo-header-top-menu-bar{display:block!important}.echo-site-main-logo-menu-social .echo-home-1-social-media-icons ul{display:none}}.home-one .echo-site-main-logo-menu-social{background:#f8f8f8}.home-one .header-sticky .echo-site-main-logo-menu-social{background:#fff}.home-one.home-three .header-sticky .echo-site-main-logo-menu-social{background:#191a23}html[data-theme=dark] body.home-one .header-sticky .echo-site-main-logo-menu-social{background:var(--bg-dark-three)}html[data-theme=dark] body.home-three .header-sticky .echo-site-main-logo-menu-social{background:#191a23}.echo-site-main-logo-menu-social{background-color:#fff}.echo-site-main-logo-menu-social ul.echo-desktop-menu{margin:0;padding: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 .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,.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown:hover ul.mega-menu{opacity:1;top:100%;visibility:visible}.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown a.echo-dropdown-main-element{font-weight:500;padding:0 18px;position:relative;transition:all .4s}@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;font-family:Font Awesome\ 6 Pro!important;font-size:15px;position:absolute!important;right:0;top:-2px;transition:all .4s}.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu{align-items:center;align-items:flex-start;background-color:#fff;border-radius:0;border-top:3px solid var(--color-primary);box-shadow:0 36px 35px rgba(0,0,0,.08);display:flex;flex-direction:column;height:auto;justify-content:flex-start;left:0;margin-left:0;margin-top:-1px;min-width:220px;opacity:0;padding:15px;position:absolute;text-align:left;top:90%;transition:all .3s;visibility:hidden;width:-moz-max-content;width:max-content;z-index:90}.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item{margin:0;padding:0 8px;position:relative;transition:all .4s;width:100%}.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item a{display:block;padding:8px 0;transform:translateX(0);transition:all .4s;width:100%}.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);transform:translateX(8px)}.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{aspect-ratio:1;background:var(--color-primary);border-radius:50%;content:"";height:7px;left:0;position:absolute;top:50%;transform:scale(0) translateY(-50%);transition:all .4s;width:7px}.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{left:100%;opacity:1;top:0;visibility:visible}.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item.third-lvl .third-lvl-submenu{left:100%;opacity:0;top:10px;visibility:hidden}.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);transform:translateX(8px)}.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{background:#fff;border-top:3px solid var(--color-primary);box-shadow:0 36px 35px rgba(0,0,0,.08);display:flex;gap:20px;justify-content:center;opacity:0;padding:20px;position:absolute;right:50%;text-align:center;top:90%;transform:translateX(50%);transition:all .3s;visibility:hidden;width:1170px;z-index:99999}.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu h5{font-size:18px;margin-bottom:0;margin-top:20px}.echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item{display:inline-block;margin:0;padding:30px 0;position:relative;transition:all .4s}.echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item:hover .echo-dropdown-main-element{color:var(--color-primary)}.echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item .echo-dropdown-main-element{font-weight:500;padding:0 18px}.echo-site-main-logo-menu-social .echo-home-1-social-media-icons{text-align:right}.echo-site-main-logo-menu-social .echo-home-1-social-media-icons ul{margin:0;padding:0}.echo-site-main-logo-menu-social .echo-home-1-social-media-icons ul li{display:inline-block;margin:0 9px}.header-three{position:absolute!important;top:0;transition:all .4s;width:100%;z-index:1}.header-three .header-container{max-width:1400px}.header-three .echo-site-main-logo-menu-social{background:none;min-height:100%;padding-top:0}.header-three .echo-site-main-logo-menu-social .echo-site-main{background:#191a23;border-radius:10px;padding:0 100px}@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-bottom:10px;padding-top:10px}}@media (max-width:400px){.header-three .echo-site-main-logo-menu-social .echo-site-main{padding:0 15px}}.header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-menu{text-align:center}.header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-menu ul li a{color:#fff}@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:#fff}.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{background:#191a23;position:fixed!important;transition:all .4s}.header-sticky .echo-header-top,.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:#fff}.header-four .echo-home-1-menu .echo-header-top-menu-bar a svg path,.header-sticky.header-four .echo-header-top-menu-bar a svg path{fill:#fff}.home-nine .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu,.home-seven .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu{transform:translateX(66%)}.home-nine .header-sticky .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu,.home-seven .header-sticky .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu{transform:translateX(50%)}.home-seven .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu{border-top:3px solid #924fff}.header--sticky.sticky{-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);box-shadow:0 7px 18px rgba(24,16,16,.051);display:block;position:fixed!important;top:0;width:100%;z-index:999}.echo-header-area .echo-header-top-home-2{background-color:#181823}@media (max-width:991px){.echo-header-area .echo-header-top-home-2{padding:20px 15px}}@media (max-width:400px){.echo-header-area .echo-header-top-home-2{padding:20px 0}}@media (max-width:576px){.echo-header-area .echo-header-top-home-2 .echo-full-header-top{padding:0}}@media (max-width:480px){.echo-header-area .echo-header-top-home-2 .echo-full-header-top{padding:0 5px}}.echo-header-area .echo-header-top-home-2 .home-2-row{align-items:center;display:flex;justify-content:space-between}.echo-header-area .echo-header-top-home-2 .home-2-row a{color:#fff;transition:all .3s ease}.echo-header-area .echo-header-top-home-2 .home-2-row a:hover{color:#924fff}.echo-header-area .echo-header-top-home-2 .home-2-row a i{font-size:20px}.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-social{flex-basis:45%}@media (max-width:768px){.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-social{flex-basis:70%}}.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-social .home-2-header ul{margin:0;padding:0}.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-social .home-2-header ul li{display:inline-block;margin:0 10px}@media (max-width:576px){.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-social .home-2-header ul li{margin:0 3px}}.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-social .home-2-header ul li a{color:#fff;transition:all .3s ease}.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-social .home-2-header ul li a:hover{color:#924fff}@media (max-width:576px){.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-social .home-2-header ul li a i{font-size:14px}}.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-social .home-2-header ul li:first-child{margin-left:0}.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-logo{flex-basis:10%}@media (max-width:991px){.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-logo{display:none}}.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc{flex-basis:45%}@media (max-width:768px){.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc{flex-basis:30%}}.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2{margin-left:105px}.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme{align-items:center;display:flex;gap:40px;justify-content:end}.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .home-2-menu-after{position:relative}.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .home-2-menu-after:after{background-color:#fff;content:"";height:25px;opacity:.6;position:absolute;right:-20px;top:50%;transform:translateY(-50%);width:1px}@media (max-width:768px){.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .home-2-menu-after:after{display:none}}.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-subscribe .echo-py-btn{border-bottom:1px solid #e9ebec;padding-bottom:6px}.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-subscribe .echo-py-btn i{margin-right:12px}@media (max-width:768px){.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-subscribe{display:none}}.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-header-top-social-media{align-items:center;display:flex;gap:20px}.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-header-top-social-media .echo-search svg{margin-top:-6px;position:relative}@media (max-width:991px){.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-header-top-menu-bar,.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-header-top-social-media .echo-search:after{display:none}}.echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-header-top-menu-bar a svg path{fill:#fff}.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn{border-bottom:1px solid rgba(94,94,94,.6)}@media (max-width:991px){.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn{padding:0 15px}}.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .home-2 ul li:hover a{color:#924fff}.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .home-2 ul li a{transition:all .3s ease}.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .home-2 ul li:first-child{margin-left:0}.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .home-2 ul li:last-child{margin-right:0}.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons{text-align:right}.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons a{align-items:center;display:flex;gap:12px;transition:all .3s ease}.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons a:hover{color:#924fff}.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons a:hover svg path{fill:#924fff}.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons a svg{margin-right:5px}.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .echo-home-2-podcast-etc{align-items:center;display:flex;gap:60px;justify-content:end}@media (max-width:1200px){.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .echo-home-2-podcast-etc{gap:20px}.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .echo-home-2-podcast-etc .echo-home-2-menu-after:after{right:-10px!important}}.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .echo-home-2-podcast-etc .echo-home-2-menu-after{position:relative}.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .echo-home-2-podcast-etc .echo-home-2-menu-after:after{background-color:#5e5e5e;content:"";height:14px;position:absolute;right:-28px;top:7px;transform:rotate(17deg);width:1px}@media (max-width:991px){.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .podcast-area{display:none}}.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-header-left{align-items:center;display:flex;justify-content:space-between}.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-header-left .echo-header-home-2-logo{display:none}@media (max-width:991px){.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-header-left nav{display:none}.echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-header-left .echo-header-home-2-logo{display:block!important}}.echo-header-area.header-sticky .echo-header-left .echo-header-home-2-logo{display:block!important}.echo-header-area.header-four .echo-header-top{background:#080f19}@media (max-width:991px){.echo-header-area.header-four .echo-header-top .echo-full-header-top{padding:0 30px}}@media (max-width:400px){.echo-header-area.header-four .echo-header-top .echo-full-header-top{padding:0 10px}}.echo-header-area.header-four .echo-header-top-date,.echo-header-area.header-four .echo-header-top-date span strong,.echo-header-area.header-four .echo-meta-total-jobs .echo-meta-jobs-text span{color:#fff}.echo-header-area.header-four .echo-header-top-subs-social-menu{display:flex;gap:10px;justify-content:end}.echo-header-area.header-four .echo-header-top-subs-social-menu .echo-header-top-subscribe-btn button{border:1px solid #fff;color:#fff}.echo-header-area.header-four .echo-header-top-subs-social-menu .echo-header-top-subscribe-btn button:hover{background:#ff4962;border:1px solid #ff4962!important}.echo-header-area.header-four .echo-header-top-subs-social-menu .echo-header-top-social-media{align-items:center;display:flex}.echo-header-area.header-four .echo-header-top-subs-social-menu .echo-header-top-social-media .echo-header-top-shopping-card{color:#fff}.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:hsla(0,0%,100%,.6)}.echo-header-area.header-four .echo-header-top-subs-social-menu .echo-header-top-menu-bar a{color:#fff}.echo-header-area.header-four .echo-header-top-subs-social-menu .echo-header-top-menu-bar a svg path{fill:#fff;transition:all .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:#fff}.echo-header-area.header-four .echo-site-main-logo-menu-social{background:#ff4962}.echo-header-area.header-four .echo-site-main-logo-menu-social .echo-home-1-social-media-icons ul li,.echo-header-area.header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown{color:#fff}.echo-header-area.header-five{position:absolute;top:0;width:100%;z-index:10}.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:#fff}.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons{align-items:center;display:flex;gap:50px;justify-content:end}@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,.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .rts-darkmode .rts-dark-light:hover{color:#fff}.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .home-2-card-etc{height:100%;padding:0}.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .home-2-card-etc .card-inner{align-items:center;display:flex;gap:30px;height:100%}.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .home-2-card-etc .card-inner a{display:block}.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .home-2-card-etc .card-inner a.cart-bar{position:relative}@media (max-width:768px){.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .home-2-card-etc .card-inner a.cart-bar{display:none}}.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .home-2-card-etc .card-inner a.cart-bar span{background:#d5225b;border-radius:50%;color:#fff;font-size:12px;height:17px;line-height:17px;position:absolute;right:-2px;text-align:center;top:1px;width:17px}@media (max-width:768px){.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .home-2-card-etc .card-inner a.echo-header-top-search-btn{display:none}}.echo-header-area.header-five .echo-site-main-logo-menu-social .echo-home-1-social-media-icons .echo-header-top-menu-bar{display:block}.echo-header-area.header-five.header-sticky{background:#4c091e;position:fixed}.echo-header-area.header-six{position:absolute;top:0;width:100%;z-index:10}.echo-header-area.header-six .echo-site-main-logo-menu-social{background:none;border-bottom:1px solid #6d6d6d;height:100px}.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner{align-items:center;display:flex;height:100%;justify-content:space-between}@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{border-right:1px solid #6d6d6d;display:block;height:100%;padding:0 45px}.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .echo-header-top-menu-bar a{display:block;height:100%}.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .echo-header-top-menu-bar a svg{height:100%}@media (max-width:991px){.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .echo-header-top-menu-bar{border:none}.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .echo-header-top-menu-bar.btn-1{display:none!important}}.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc{border-left:1px solid #6d6d6d;height:100%;padding:0 45px}.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc .card-inner{align-items:center;display:flex;gap:30px;height:100%}.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc .card-inner .rts-darkmode{margin-top:6px}.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc .card-inner .rts-darkmode .rts-dark-light,.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc .card-inner .rts-darkmode .rts-dark-light:hover{color:#fff}.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc .card-inner a{display:block}.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc .card-inner a.cart-bar{position:relative}.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc .card-inner a.cart-bar span{background:#ffcc48;border-radius:50%;color:#332707;font-size:12px;height:17px;line-height:17px;position:absolute;right:-2px;text-align:center;top:1px;width:17px}@media (max-width:991px){.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc{border:none;padding:0}.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc .card-inner .rts-darkmode{margin-top:0}.echo-header-area.header-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc .card-inner .echo-header-top-menu-bar{height:auto;padding:0}}.echo-header-area.header-six.header-sticky{background:#714707;position:fixed}.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,.echo-header-area.header-six.header-sticky .echo-site-main-logo-menu-social .home-2-card-etc{border-color:hsla(0,0%,100%,.2)}.echo-header-area.header-six.header-sticky .echo-site-main-logo-menu-social .home-2-card-etc .card-inner a.cart-bar span{background:#fff}.echo-header-area.header-seven .echo-header-top-home-2{background:none;border-bottom:1px solid #d4d4d4;padding:30px 100px}@media (max-width:1500px){.echo-header-area.header-seven .echo-header-top-home-2{padding:30px}}@media (max-width:450px){.echo-header-area.header-seven .echo-header-top-home-2{padding:30px 10px}}@media (max-width:768px){.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top{padding:0}}.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row{display:flex}@media (max-width:1366px) and (min-width:1200px){.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-card-etc{flex-basis:40%}}.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2{margin-left:0}.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme{justify-content:start}.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .menu-btn svg path{fill:#454545}.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-header-top-social-media .echo-search:after{display:none}.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social{align-items:center;display:flex;gap:50px;justify-content:end}@media (max-width:1366px) and (min-width:1200px){.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social{flex-basis:50%}}@media (max-width:576px){.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social{gap:30px}}.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .rts-darkmode{position:relative}.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .rts-darkmode:after{background:rgba(94,94,94,.478);content:"";height:15px;position:absolute;right:-25px;top:50%;transform:translateY(-50%);width:1px}@media (max-width:576px){.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .rts-darkmode:after{display:none}}.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .rts-darkmode .rts-dark-light i{color:#454545}@media (max-width:1200px){.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .echo-meta-total-jobs{display:none}}.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .echo-meta-total-jobs ul li a{color:#454545}.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .echo-subscribe .echo-py-btn{background:linear-gradient(126deg,#9f68f5 14.85%,#bee44f 86.39%);display:block;height:60px;line-height:60px;text-align:center;transition:all .4s;width:170px}@media (max-width:576px){.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .echo-subscribe .echo-py-btn{height:50px;line-height:50px;width:120px}}.echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .echo-subscribe .echo-py-btn:hover{color:#fff}.echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social{border-bottom:1px solid #d4d4d4;padding:0 100px}@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{border:none;justify-content:space-between}.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{align-items:center;display:flex;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-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:26px}.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{background:linear-gradient(126deg,#9f68f5 14.85%,#bee44f 86.39%);border-radius:50%;color:#fff;height:35px;line-height:35px;margin-right:5px;text-align:center;width:35px}.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{align-items:center;display:flex;gap:30px;justify-content:right}.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:#fff}.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:#fff}.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:#fff}.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{align-items:center;display:flex;gap:30px;justify-content:right}.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:#fff}.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:#fff;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 ul.echo-submenu .nav-item:hover a,.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: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:#fff}.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,.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 .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 ul.echo-submenu .nav-item:hover a,.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: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:#fff}.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,.header-ten .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item:hover .echo-dropdown-main-element{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 ul.echo-submenu .nav-item:hover a,.header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown:hover a.echo-dropdown-main-element,.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: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{border-top:3px solid #924fff;left:0;right:unset;transform:translateX(-24%)}.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.echo-has-dropdown:hover a.echo-dropdown-main-element,.header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item .echo-dropdown-main-element,.header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item:hover .echo-dropdown-main-element{color:#fff}.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{align-items:center;display:flex;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.echo-has-dropdown:hover a.echo-dropdown-main-element,.header-five .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item .echo-dropdown-main-element,.header-five .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item:hover .echo-dropdown-main-element{color:#fff}.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{align-items:center;display:flex;justify-content:end}.header-five .header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu{border-top:3px solid #d5225b}.home-six .search-input-area .search-input-inner .search-close-icon i,.home-six .side-bar button{background:#ffcc48}.home-six .mobile-menu nav ul li a.main:after{background:#ffcc48!important}.home-six .mobile-menu .social-wrapper-one ul li a:hover{background:#ffcc48}.home-six .mobile-menu .social-wrapper-one ul li a{background:#ffcc48;border:1px solid #ffcc48}.home-seven .search-input-area .search-input-inner .search-close-icon i,.home-seven .side-bar button{background:linear-gradient(126deg,#9f68f5 14.85%,#bee44f 86.39%)}.home-seven .mobile-menu nav ul li a.main:after{background:linear-gradient(126deg,#9f68f5 14.85%,#bee44f 86.39%)!important}.home-seven .mobile-menu .social-wrapper-one ul li a,.home-seven .mobile-menu .social-wrapper-one ul li a:hover{background:linear-gradient(126deg,#9f68f5 14.85%,#bee44f 86.39%)}.home-seven .mobile-menu .social-wrapper-one ul li a{border:1px solid linear-gradient(126deg,#9f68f5 14.85%,#bee44f 86.39%)}.home-seven .header-sticky .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .header-menu{flex-basis:65%}.home-seven .sticky-menu-bar{display:none;flex-basis:35%;text-align:right}@media (max-width:991px){.home-seven .sticky-menu-bar{display:block}}.home-seven .header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item:before,.home-seven .search-input-area .search-input-inner .search-close-icon i{background:#9f68f5}.home-seven .home-2-logo .dark{display:none}.home-seven .side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner form button.subscribe-btn{background:linear-gradient(126deg,#9f68f5 14.85%,#bee44f 86.39%)}.home-eight .side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner form button.subscribe-btn,.home-eight .side-bar button{background:#47164f}.home-eight .mobile-menu .social-wrapper-one ul li a,.home-eight .mobile-menu nav ul li a.main:after{background:#47164f!important}.home-eight .mobile-menu .social-wrapper-one ul li a{border:none}.home-eight .mobile-menu .social-wrapper-one ul li a:hover{background:#fff!important;border:none;color:#181823}.home-nine .echo-header-area.header-seven .echo-header-top-home-2{background:#003811;border:none;padding:20px 90px}@media (max-width:1500px){.home-nine .echo-header-area.header-seven .echo-header-top-home-2{padding:20px 30px}}.home-nine .echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social{padding:0 90px}@media (max-width:1500px){.home-nine .echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social{padding:0 30px}}@media (max-width:768px){.home-nine .echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social{padding:0 15px}}.home-nine .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .rts-darkmode .rts-dark-light i{color:#fff}.home-nine .echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-header-top-social-media .echo-search svg path,.home-nine .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .menu-btn svg path{fill:#fff}.home-nine .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .echo-meta-total-jobs ul li a{color:#fff}.home-nine .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .echo-subscribe .echo-py-btn{background:#f5d253}.home-nine .echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons a:hover,.home-nine .header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item:hover a,.home-nine .header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item:hover .echo-dropdown-main-element{color:#f5d253}.home-nine .echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons a:hover svg path{fill:#f5d253}.home-nine .header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu .nav-item:before,.home-nine .search-input-area .search-input-inner .search-close-icon i,.home-nine .side-bar button{background:#f5d253}.home-nine .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu,.home-nine .header-two .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu{border-top:3px solid #f5d253}.home-nine .mobile-menu nav ul li a.main:after{background:#f5d253!important}.home-nine .echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .sign-in-area a i,.home-nine .mobile-menu .social-wrapper-one ul li a:hover{background:#f5d253}.home-nine .mobile-menu .social-wrapper-one ul li a{background:#f5d253;border:1px solid #f5d253}.home-nine .header-sticky .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .header-menu{flex-basis:65%}@media (max-width:1200px){.home-nine .header-sticky .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .header-menu{flex-basis:80%}}.home-nine .sticky-menu-bar{display:none;flex-basis:35%;text-align:right}@media (max-width:1200px){.home-nine .sticky-menu-bar{flex-basis:20%}}@media (max-width:991px){.home-nine .sticky-menu-bar{display:block}}@media (max-width:1366px){.home-nine .echo-header-area.header-seven .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn .echo-home-1-social-media-icons .echo-home-2-podcast-etc{gap:20px}}.home-nine .side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner form button.subscribe-btn{background:#f5d253}.home-ten .echo-header-area .echo-home-1-menu .echo-site-logo .logo-dark{display:block}.home-ten .echo-header-area .echo-home-1-menu .echo-site-logo .logo-white,.home-ten .echo-header-area.header-sticky .echo-home-1-menu .echo-site-logo .logo-dark{display:none}.home-ten .echo-header-area.header-sticky .echo-home-1-menu .echo-site-logo .logo-white{display:block}.home-ten .echo-header-area.header-sticky .echo-home-1-social-media-icons .search-icon svg path{stroke:#fff}.home-ten .echo-header-area.header-sticky .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons .rts-darkmode .rts-dark-light i{color:#fff}.home-ten .echo-header-area.header-sticky .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons .menu-btn svg path{fill:#fff}.home-ten img.mfp-img{width:100%}.home-ten .mobile-menu .social-wrapper-one ul li a,.home-ten .mobile-menu nav ul li a.main:after,.home-ten .side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner form button.subscribe-btn,.home-ten .side-bar button{background:#fe4358!important;border:none!important}html[data-theme=dark] .home-ten .echo-header-area .echo-home-1-menu .echo-site-logo .logo-dark{display:none}html[data-theme=dark] .home-ten .echo-header-area .echo-home-1-menu .echo-site-logo .logo-white{display:block}html[data-theme=dark] .echo-header-area.header-ten .header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-menu ul li .echo-dropdown-main-element{color:#fff}html[data-theme=dark] .echo-header-area.header-ten .header-three .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown:hover a.echo-dropdown-main-element,html[data-theme=dark] .echo-header-area.header-ten .header-three .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item:hover a.echo-dropdown-main-element{color:#d00032}.side-bar{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background-color:#fff;display:block;display:flex;flex-direction:column;height:100%;max-width:400px;overflow:hidden;overflow-y:auto;overflow:visible;padding:46px 30px 50px;position:fixed;right:-100%;top:0;transition:all .6s ease;width:100%;z-index:1900}@media only screen and (max-width:575px){.side-bar{width:320px}}.side-bar .inner{padding:0}.side-bar .inner-main-wrapper-desk{padding-top:40px}.side-bar .inner-main-wrapper-desk .thumbnail{display:flex}.side-bar .inner-main-wrapper-desk .thumbnail img{width:50%}.side-bar .inner-main-wrapper-desk .banner-shape-area{align-items:center;display:flex;justify-content:center;margin-bottom:20px;margin-top:40px;opacity:1;transition-delay:.7s}.side-bar .inner-main-wrapper-desk .banner-shape-area .shape{background:var(--color-primary);display:block;height:10px;line-height:10px;margin:0 6px;transform:rotate(45deg);width:10px}.side-bar .inner-main-wrapper-desk .inner-content{margin-top:30px;text-align:center}.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:#fff;display:block;font-size:18px;line-height:32px}.side-bar .inner-main-wrapper-desk .inner-content .feature-list .query-list a{color:#fff;font-size:18px;line-height:32px}.side-bar .inner-main-wrapper-desk .inner-content .feature-list .query-list.two p{color:#fff;font-size:18px;font-weight:400;line-height:32px;margin-bottom:5px}.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area{align-items:center;display:flex;justify-content:center;padding:0}.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li{color:#fff;list-style:none;margin:0 10px}.side-bar{background-color:#181823}.side-bar .inner-main-wrapper-desk{padding-top:0}.side-bar .inner-main-wrapper-desk .inner-content .category-menu-area{margin-bottom:50px}.side-bar .inner-main-wrapper-desk .inner-content .category-menu-area .category-area{margin:20px 0 0;padding:0}.side-bar .inner-main-wrapper-desk .inner-content .category-menu-area .category-area .item{align-items:center;display:flex;gap:15px;list-style:none;margin-bottom:25px}.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{flex-basis:67%;text-align:left}.side-bar .inner-main-wrapper-desk .inner-content .category-menu-area .category-area .item .content .recent-post-title{font-size:15px;font-weight:400;line-height:20px;margin-bottom:10px;transition:all .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,.side-bar .inner-main-wrapper-desk .inner-content .category-menu-area .category-area .item .content .recent-post-title a:hover{color:#fff}.side-bar .inner-main-wrapper-desk .inner-content .category-menu-area .category-area .item .content .desc{color:#b9bcc0;font-size:14px;font-weight:400;line-height:16px;transition:all .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{align-items:center;border-radius:10px;box-shadow:0 0 0 1px rgba(49,49,49,0);display:flex;flex-direction:column;margin-bottom:20px;padding:20px;position:relative;z-index:1}.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;max-width:60px}.side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner .content .newsletter-icon img{filter:brightness(100);width:100%}.side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner .content .title{color:#fff;font-size:24px;font-weight:700;line-height:28px;margin-bottom:10px;margin-top:30px}.side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner .content .desc{font-size:15px;font-weight:400;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{margin-bottom:15px;width:100%}.side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner form .input-div input{background:#fff;box-shadow:0 2px 4px rgba(14,16,19,.1);color:#737373;font-size:14px;padding:10px 15px;width:100%}.side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner form button.subscribe-btn{background:#1d72ff;color:#fff;font-size:14px;font-weight:700;height:auto;line-height:16px;padding:14px;position:unset;transition:background .5s;width:100%}.side-bar .inner-main-wrapper-desk .inner-content .newsletter-form .form-inner .floating-elements{position:absolute;right:20px;top:20px}.header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-menu ul li a{color:hsla(0,0%,100%,.8);font-weight:400}.header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-menu ul li a.active{color:#fff;font-weight:600}.echo-header-area .echo-home-1-menu .echo-header-top-menu-bar,.echo-header-area .header-four .echo-home-1-menu .echo-header-top-menu-bar,.echo-header-area.header-three .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-date-time span strong,.innerpage .echo-header-top-date .echo-day-name span strong{color:#fff}.side-bar.show{overflow-y:auto;right:0}.side-bar button{background:var(--color-primary);height:40px;left:0;max-width:100%;padding:6px;position:absolute;top:0;width:40px}.side-bar button i{align-items:center;border-radius:0;color:#fff;display:flex;font-size:20px;justify-content:center}.home-three .side-bar button,.home-two .side-bar button{background:#924fff}.home-three .mobile-menu nav ul li a.main:after,.home-two .mobile-menu nav ul li a.main:after{background:#924fff!important}.home-three .mobile-menu .social-wrapper-one ul li a,.home-two .mobile-menu .social-wrapper-one ul li a{background:#924fff;border:1px solid #924fff}.home-three .mobile-menu .social-wrapper-one ul li a:hover,.home-two .mobile-menu .social-wrapper-one ul li a:hover{color:#5e5e5e}.home-four .side-bar button{background:#ff4962}.home-four .mobile-menu nav ul li a.main:after{background:#ff4962!important}.home-four .mobile-menu .social-wrapper-one ul li a{background:#ff4962;border:1px solid #ff4962}.home-four .mobile-menu .social-wrapper-one ul li a:hover{color:#5e5e5e}.home-five .side-bar button{background:#d5225b}.home-five .mobile-menu nav ul li a.main:after{background:#d5225b!important}.home-five .mobile-menu .social-wrapper-one ul li a{background:#d5225b;border:1px solid #d5225b}.home-five .mobile-menu .social-wrapper-one ul li a:hover{color:#5e5e5e}.mobile-menu nav ul{padding:0}.mobile-menu nav ul li{margin:0;padding:0}.mobile-menu nav ul li a.main{border-bottom:1px solid hsla(0,0%,100%,.04);color:#fff;cursor:pointer;padding:20px 0;position:relative}.mobile-menu nav ul li a.main:after{background:var(--color-primary)!important;border-radius:3px;color:#fff;content:"\f078";cursor:pointer;display:block;font-family:Font Awesome\ 6 pro!important;font-size:16px;font-weight:400;height:35px;line-height:35px;pointer-events:none;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%);width:35px}.mobile-menu nav ul li a.mobile-menu-link:after{display:none}.mobile-menu nav ul li.has-droupdown{position:relative}.mobile-menu nav ul li.has-droupdown ul{padding-left:15px}.mobile-menu nav ul li.has-droupdown ul a.tag{font-size:18px;font-weight:700;margin-top:15px}.mobile-menu nav ul li.has-droupdown ul li{margin:10px 0!important}.mobile-menu nav ul li.has-droupdown:after{display:none}.mobile-menu nav ul li.has-droupdown.mm-active:after{content:"\f077"}.mobile-menu nav ul li.has-droupdown.third-lvl:after{font-size:10px;padding:3px 10px}.mobile-menu nav ul li.has-droupdown.third-lvl ul{padding:0 20px}.mobile-menu nav ul li.has-droupdown.third-lvl ul li{margin:10px 0!important;position:relative;transition:all .3s;z-index:1}.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{color:#fff;height:100%;position:absolute;transition:all .3s;width:100%}.mobile-menu nav ul li a{color:#fff;display:block}.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{background:var(--color-primary);border:1px solid var(--color-primary);border-radius:50%;color:#fff;display:block;height:35px;line-height:35px;text-align:center;transition:all .3s;width:35px}.mobile-menu .social-wrapper-one ul li a:hover{background:#fff;border:1px solid #fff}.echo-popup-model{background-color:#000;background-color:rgba(0,0,0,.4);display:none;height:100%;left:0;overflow:auto;padding-top:60px;position:fixed;top:0;width:100%;z-index:1;z-index:99999}.echo-popup-model .echo-popup-transition{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.echo-popup-model .echo-popup-transition a{background:var(--color-primary);border:3px solid var(--color-primary);border-radius:50%;color:#fff;display:inline-block;font-size:18px;font-weight:bolder;height:30px;left:100%;line-height:24px;position:relative;text-align:center;top:-36px;transition:.3s ease-in-out;width:30px}.echo-popup-model .echo-popup-transition a:hover{background-color:transparent;border:3px solid var(--color-primary);color:rgba(94,94,94,.5)}.echo-popup-model .echo-popup-transition .model-content{background-color:#fff;max-width:880px;padding:50px;z-index:999999}.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing{display:flex;gap:50px;justify-content:center}.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .form .echo-p-sub-heading p{text-transform:capitalize}.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .form .echo-p-sub-heading{text-align:center}.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .form form input{border:1px solid rgba(94,94,94,.5);height:50px;padding:0 20px}.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .form form button{background-color:var(--color-primary);border:1px solid transparent;color:#fff;margin-top:15px;padding:10px 25px;text-align:center;transition:.3s ease-in-out;width:100%}.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,.5);color:var(--color-body)}.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .form .echo-bottom-popup{margin-top:20px;text-align:center}.animate-subscribe-popup{animation:animatezoom .6s}@keyframes animatezoom{0%{transform:scale(0)}to{transform:scale(1)}}@media (max-width:1723px){.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing{align-items:center}.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .form .echo-p-sub-heading h3{font-size:30px}}@media (max-width:1527px){.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing{align-items:center}.echo-popup-model .echo-popup-transition .model-content{padding:20px}.echo-popup-model .echo-popup-transition .model-content .echo-p-flexing .form .echo-p-sub-heading h3{font-size:20px}.echo-popup-model .echo-popup-transition a{left:96%;top:-13px}}@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{left:94%;top:-13px}.echo-popup-model .echo-popup-transition .model-content{padding:20px}}html[data-theme=dark] body{background:var(--color-heading-1)}html[data-theme=dark] body,html[data-theme=dark] body .echo-about-area .container .echo-about-area-inner .content-area .desc,html[data-theme=dark] body .echo-about-area .container .echo-about-area-inner .content-area .sub-title,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-news-subscribe form .echo-feature-area-right-site-input-box input[type=email],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.area-2 .echo-feature-area-content .button-area .rts-btn,html[data-theme=dark] body .echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-latest-news-time-views,html[data-theme=dark] body .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-title1 a:hover,html[data-theme=dark] body .echo-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-1 .echo-footer-address .echo-footer-social-media 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-3 .echo-footer-help 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-date-time span strong,html[data-theme=dark] body .echo-header-top-date .echo-day-name span strong,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 .content-wrapper .wrapper-item,html[data-theme=dark] body .echo-hero-section.inner-post .echo-financial-area .content .desc,html[data-theme=dark] body .echo-hero-section.inner-post .echo-quote-area .quote-title,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-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title h5,html[data-theme=dark] body .echo-latest-news-area.home-four .echo-latest-news-content .title-area .see-all-btn,html[data-theme=dark] body .echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title h5,html[data-theme=dark] body .echo-meta-total-jobs .echo-meta-jobs-text span,html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content .desc,html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-single-title h5,html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-time-views,html[data-theme=dark] body .home-2-read-more-btn a.df-color,html[data-theme=dark] body .input,html[data-theme=dark] body button,html[data-theme=dark] body p,html[data-theme=dark] body select,html[data-theme=dark] body textarea,html[data-theme=dark] body ul li a{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 .echo-menu-right-icons svg path,html[data-theme=dark] body .menu-btn svg path{fill:var(--dark-color-body)}html[data-theme=dark] body .echo-about-area .container .echo-about-area-inner .content-area .bottom-author-area .sign{filter:brightness(0) invert(1)}html[data-theme=dark] body .echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content,html[data-theme=dark] body .echo-latest-news-area,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-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-hl-img,html[data-theme=dark] body .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category .echo-popular-cat-content,html[data-theme=dark] body .echo-site-main-logo-menu-social,html[data-theme=dark] body .echo-trending-area.home-three,html[data-theme=dark] body .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper{background:var(--bg-dark-three)}html[data-theme=dark] body .echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content .content-inner .number h3,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-feature-area.area-2 .echo-feature-area-content .title-area .sub-title,html[data-theme=dark] body .echo-footer-area.footer-2 .echo-get-in-tuch h4,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-hero-section.inner-post .echo-quote-area .quote-title .echo-footer-area.footer-2 .echo-get-in-tuch h4,html[data-theme=dark] body .echo-latest-news-area.home-three .echo-latest-news-content .sub-title,html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title,html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content h5 a,html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title,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{color:var(--dark-color-heading-1)}html[data-theme=dark] body .echo-about-area,html[data-theme=dark] body .echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text,html[data-theme=dark] body .echo-banner .echo-banner-mani-content .echo-banner-text,html[data-theme=dark] body .echo-banner-innerpage,html[data-theme=dark] body .echo-business-area.area2,html[data-theme=dark] body .echo-contact-area,html[data-theme=dark] body .echo-de-category-area .echo-de-category-content,html[data-theme=dark] body .echo-fd-post-area .echo-fd-post-content,html[data-theme=dark] body .echo-feature-area,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-footer-area.footer-2,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-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box,html[data-theme=dark] body .echo-home-1-hero-area-top-story,html[data-theme=dark] body .echo-home-2-feature-area .echo-home-2-feature-area-content,html[data-theme=dark] body .echo-social-media-area-hm2.home-ten{background:var(--bg-dark-three)}html[data-theme=dark] body .echo-breadcrumb-area,html[data-theme=dark] body .echo-breadcrumb-area-2,html[data-theme=dark] body .echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box{background-blend-mode:multiply;background-color:#181823}html[data-theme=dark] body .echo-banner-area.home-nine .echo-hero-baner.small .content .echo-hero-title a,html[data-theme=dark] body .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-title1 a,html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content h5 a,html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-single-title h5 a:hover,html[data-theme=dark] body .home-nine .echo-hero-baner .content .echo-hero-title a,html[data-theme=dark] body .title-hover{background-image:linear-gradient(90deg,#fff 50%,transparent 0)}html[data-theme=dark] body .echo-banner-area.home-nine .echo-hero-baner.small .content .echo-hero-title a:hover,html[data-theme=dark] body .echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-title1 a:hover,html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content h5 a:hover,html[data-theme=dark] body .echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-single-title h5 a:hover:hover,html[data-theme=dark] body .home-nine .echo-hero-baner .content .echo-hero-title a:hover,html[data-theme=dark] body .title-hover:hover{color:var(--dark-color-heading-1)}html[data-theme=dark] body .echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info,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-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content .content-inner,html[data-theme=dark] body .echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-author-area,html[data-theme=dark] body .echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-author,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 .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-popular-hl-img,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-hero-section.inner-post .echo-author-area,html[data-theme=dark] body .echo-hero-section.inner-post .echo-comment-box,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-more-news-area,html[data-theme=dark] body .echo-hero-section.inner-post .echo-quote-area,html[data-theme=dark] body .echo-hero-section.inner-post .echo-reply-area,html[data-theme=dark] body .echo-popup-model .echo-popup-transition .model-content,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 .echo-team-area .echo-team-area-inner .team-wrapper .content-area,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 .search-input-area{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-feature-area.area-2 .echo-feature-area-content .button-area .rts-btn,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,html[data-theme=dark] body .echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category{border-color:hsla(0,0%,100%,.4)}html[data-theme=dark] body.home-three .echo-site-main-logo-menu-social{background:none}html[data-theme=dark] body .echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box button{background:var(--color-primary)}html[data-theme=dark] body .echo-header-area .echo-home-2-menu .echo-site-main-logo-menu-social .echo-home-2-menu-full-contetn{border:none}html[data-theme=dark] body .echo-hero-section.inner-post .echo-financial-area .content .details-tag button:hover{background:var(--color-primary)}html[data-theme=dark] body .echo-banner-area.home-nine .echo-hero-baner.small .content .echo-hero-title a,html[data-theme=dark] body .echo-social-media-area-hm2.home-ten .hm5-feature-title .hm-5-main-title h2,html[data-theme=dark] body .hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2,html[data-theme=dark] body .hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2,html[data-theme=dark] body .home-nine .echo-hero-baner .content .echo-hero-title a{color:#fff}html[data-theme=dark] body .hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a,html[data-theme=dark] body .hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a{background-image:linear-gradient(90deg,#fff 50%,transparent 0);color:#fff}html[data-theme=dark] .echo-popup-model{background-color:rgba(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,html[data-theme=dark] .echo-business-area .hm5-feature-title .hm-5-title-btn .hm-5-main-title h2,html[data-theme=dark] .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .echo-meta-total-jobs ul li a,html[data-theme=dark] .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-social .rts-darkmode .rts-dark-light i,html[data-theme=dark] .echo-header-area.header-ten .header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons .rts-darkmode .rts-dark-light i,html[data-theme=dark] .echo-photography-area .hm5-feature-title .hm-5-main-title h2,html[data-theme=dark] .echo-popup-model .echo-popup-transition a:hover,html[data-theme=dark] .echo-trending-news-area.home-eight .hm5-feature-title .hm-5-main-title h2{color:#fff}html[data-theme=dark] .header-three .echo-home-1-social-media-icons .search-icon svg path{stroke:#fff}html[data-theme=dark] .echo-header-area .echo-header-top-home-2 .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .echo-header-top-social-media .echo-search svg path,html[data-theme=dark] .echo-header-area.header-seven .echo-header-top-home-2 .echo-full-header-top .home-2-row .home-2-card-etc .echo-header-top-subs-social-menu-home-2 .echo-home-2-right-site-itme .menu-btn svg path,html[data-theme=dark] .echo-header-area.header-ten .header-three .echo-site-main-logo-menu-social .echo-site-main .echo-home-1-social-media-icons .menu-btn svg path,html[data-theme=dark] .home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-story-text svg path{fill:#fff}html[data-theme=dark] .home-seven .home-2-logo .dark{display:block}html[data-theme=dark] .home-seven .home-2-logo .light{display:none}html[data-theme=dark] .home-eight .echo-banner-area{background:var(--bg-dark-three)}html[data-theme=dark] .echo-trending-news-area.home-eight .section-inner .echo-hero-baner .content .echo-hero-area-titlepost-post-like-comment-share{border-top:1px solid hsla(0,0%,100%,.271)}html[data-theme=dark] .home-eight .echo-hero-baner .content .echo-hero-area-titlepost-post-like-comment-share .echo-hero-area-like-read-comment-share a,html[data-theme=dark] .home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-hero-title a,html[data-theme=dark] .home-eight .echo-hero-section.home-eight .hm5-feature-title .hm-5-main-title h2{color:#fff}html[data-theme=dark] .home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-hero-title a{background-image:linear-gradient(90deg,#fff 50%,transparent 0)}html[data-theme=dark] .echo-latest-news-area.home-eight .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-sub-title p,html[data-theme=dark] .echo-latest-news-area.home-eight .hm5-feature-title .hm-5-main-title h2,html[data-theme=dark] .home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-story-text{color:#fff}html[data-theme=dark] .echo-new-dishes-area .section-inner .button-area:after,html[data-theme=dark] .echo-new-dishes-area .section-inner .button-area:before{background:hsla(0,0%,100%,.271)}html[data-theme=dark] .echo-dishes-area .section-inner,html[data-theme=dark] .echo-food-review-area .section-inner{border-bottom:1px solid hsla(0,0%,100%,.271)}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}html[data-theme=dark] .logo-dark{display:block!important}html[data-theme=dark] body{--text-body:var(--dark-color-body)!important;--color-heading:var(--dark-color-heading-1)!important;--border-dark-color:rgba(94,94,94,.5);background:var(--background-color-dark)!important}html[data-theme=dark] .echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info,html[data-theme=dark] .echo-feature-area-option-content,html[data-theme=dark] .echo-feature-area-right-site-follower,html[data-theme=dark] .echo-feature-area-right-site-full-content,html[data-theme=dark] .echo-feature-area-right-site-newsletter,html[data-theme=dark] .echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu,html[data-theme=dark] .search-input-area{background-color:var(--background-color-dark)!important}html[data-theme=dark] .account-actions .dropdown-menu{background:var(--background-color-dark);border-color:var(--border-dark-color)}html[data-theme=dark] .account-actions .dropdown-menu a{color:var(--dark-color-body)}html[data-theme=dark] .account-actions .dropdown-menu a:hover{background:var(--background-color-dark);color:var(--primary-color)}html[data-theme=dark] .auth-card{border:1px solid var(--border-dark-color)!important;color:var(--dark-color-body)!important}html[data-theme=dark] .auth-card,html[data-theme=dark] .auth-card .card-header{background:var(--background-color-dark)!important}html[data-theme=dark] .auth-card .card-header .bg-white{background-color:var(--background-color-dark)!important}html[data-theme=dark] .auth-card .text-muted,html[data-theme=dark] .auth-card a,html[data-theme=dark] .auth-card h3,html[data-theme=dark] .auth-card p,html[data-theme=dark] .auth-card span{color:var(--dark-color-body)!important}html[data-theme=dark] .auth-card span.text-primary{color:var(--primary-color)!important}html[data-theme=dark] .auth-card .form-control{color:var(--dark-color-body)!important}html[data-theme=dark] .auth-card .form-control,html[data-theme=dark] .auth-card .input-group .input-group-text{background:var(--background-color-dark)!important;border-color:var(--border-dark-color)!important}html[data-theme=dark] .bg-white,html[data-theme=dark] .echo-hero-baner.banner-inner-3{background:var(--color-heading-1)!important}html[data-theme=dark] .wrapper-audio-control{background:var(--color-heading-1)!important;border:1px solid var(--border-dark-color)}html[data-theme=dark] .wrapper-audio-control .audioplayer-time{color:var(--dark-color-body)!important}html[data-theme=dark] .echo-financial-area .details-tag a button{border:1px solid var(--border-dark-color)!important}html[data-theme=dark] .echo-hero-section{--color-heading-1:var(--dark-color-heading-1)}html[data-theme=dark] .echo-hero-section .title-hover{color:var(--color-heading-1)}html[data-theme=dark] .echo-hero-section.home-four{--color-heading-1:#181823!important}html[data-theme=dark] .title-hover{color:var(--dark-color-heading-1)}html[data-theme=dark] .home-one a.title-hover:hover,html[data-theme=dark] .home-ten a.title-hover:hover{text-decoration-color:var(--dark-color-body)!important}html[data-theme=dark] .home-nine .sign-in-area .sign-in-btn,html[data-theme=dark] .home-one .sign-in-area .sign-in-btn,html[data-theme=dark] .home-seven .sign-in-area .sign-in-btn,html[data-theme=dark] .home-six .sign-in-area .sign-in-btn,html[data-theme=dark] .home-two .sign-in-area .sign-in-btn{color:#fff!important}html[data-theme=dark] .home-one .echo-full-header-top .action-buttons-inner a,html[data-theme=dark] .home-one .echo-full-header-top .btn-newsletter a,html[data-theme=dark] .home-two .echo-footer-area a,html[data-theme=dark] .home-two .echo-footer-area span p{color:var(--dark-color-body)!important}html[data-theme=dark] .home-four{--color-heading-1:#181823!important}html[data-theme=dark] .home-four .echo-banner-right-area-content .right-side-news .content a.title-hover{color:var(--dark-color-heading-1)!important}html[data-theme=dark] .home-four .echo-banner-right-area-content .right-side-news .content a.title-hover:hover{text-decoration-color:var(--dark-color-heading-1)!important}html[data-theme=dark] .home-four .echo-latest-news-time-views:before{background-color:var(--dark-color-heading-1)!important}html[data-theme=dark] .home-four.echo-latest-news-area a.title-hover:hover,html[data-theme=dark] .home-four.echo-popular-news-area a.title-hover:hover{text-decoration-color:var(--dark-color-heading-1)!important}html[data-theme=dark] .echo-ct-style-bg-color{--color-heading-1:#181823!important}html[data-theme=dark] .echo-ct-style-bg-color a.title-hover{color:var(--dark-color-heading-1)}html[data-theme=dark] .echo-ct-style-bg-color a.title-hover:hover{text-decoration-color:var(--dark-color-heading-1)}html[data-theme=dark] .echo-right-ct-1{--color-heading-1:#181823!important}html[data-theme=dark] .echo-right-ct-1 .echo-home-1-hero-area-top-story{background:var(--color-heading-1)!important}html[data-theme=dark] .echo-right-ct-1 .echo-home-1-hero-area-top-story a.title-hover{color:var(--dark-color-heading-1)}html[data-theme=dark] .echo-right-ct-1 .echo-home-1-hero-area-top-story a.title-hover:hover{text-decoration-color:var(--dark-color-heading-1)}html[data-theme=dark] .echo-breadcrumb-area .breadcrumb-inner a.next,html[data-theme=dark] .echo-right-ct-1 .echo-home-1-hero-area-top-story .audioplayer-time-current{color:var(--dark-color-heading-1)}html[data-theme=dark] .echo-hero-section.inner-post{--color-heading-1:#181823!important;background:var(--bg-dark-three)!important}html[data-theme=dark] .echo-hero-section.inner-post a{color:var(--dark-color-heading-1)}html[data-theme=dark] .echo-hero-section.inner-post a:hover{text-decoration-color:var(--dark-color-heading-1)}html[data-theme=dark] .fob-comment-list-section{background:var(--color-heading-1)!important}html[data-theme=dark] .fob-comment-form-section{--color-heading-1:#181823!important;background:var(--color-heading-1)!important}html[data-theme=dark] .fob-comment-form-section .form-control,html[data-theme=dark] .fob-comment-form-section .form-control:focus{background:var(--color-heading-1)!important}html[data-theme=dark] .echo-contact-area .echo-contact-full-content a{color:var(--dark-color-heading-1)}html[data-theme=dark] .echo-feature-area-right-site-author a{color:var(--dark-color-heading-1)!important}html[data-theme=dark] .echo-feature-area-right-site-author a:hover,html[data-theme=dark] .home-seven a.title-hover:hover{text-decoration-color:var(--dark-color-heading-1)!important}html[data-theme=dark] .home-seven a.title-hover:hover{color:var(--dark-color-heading-1)!important}html[data-theme=dark] .home-seven .echo-business-area.area3 a.title-hover:hover,html[data-theme=dark] .home-seven .echo-latest-news-area a.title-hover:hover{color:var(--color-heading-1)!important;text-decoration-color:var(--color-heading-1)!important}html[data-theme=dark] .home-seven a.echo-header-top-search-btn{color:var(--dark-color-heading-1)!important}html[data-theme=dark] .home-eight a.title-hover:hover{text-decoration-color:var(--dark-color-heading-1)!important}html[data-theme=dark] .home-eight .echo-banner-area.home-seven .left-side{--color-heading-1:#181823!important}html[data-theme=dark] .home-eight .echo-banner-area.home-seven .left-side a.title-hover:hover{color:var(--color-heading-1)!important;text-decoration-color:var(--color-heading-1)!important}html[data-theme=dark] .home-nine a.title-hover:hover,html[data-theme=dark] .home-two a.title-hover:hover{text-decoration-color:var(--dark-color-heading-1)!important}html[data-theme=dark] .home-nine .echo-site-main-logo-menu-social .lang-switcher a.dropdown-toggle,html[data-theme=dark] .home-ten .echo-site-main-logo-menu-social .lang-switcher a.dropdown-toggle,html[data-theme=dark] .home-two .echo-site-main-logo-menu-social .lang-switcher a.dropdown-toggle{color:#fff}html[data-theme=dark] .home-ten .echo-header-area .echo-home-1-menu .echo-site-main .echo-home-1-menu ul li a,html[data-theme=dark] .home-ten a.rts-dark-light{color:#fff!important}html[data-theme=dark] .home-ten .echo-header-area .echo-home-1-menu .echo-site-main .echo-home-1-menu ul li a:hover{color:var(--primary-color)!important}html[data-theme=dark] .home-ten .echo-header-area .echo-home-1-menu .echo-site-main .echo-home-1-menu ul li ul.echo-submenu li a{color:#fff!important}html[data-theme=dark] .home-ten .echo-header-area .echo-home-1-menu .echo-site-main .echo-home-1-menu ul li ul.echo-submenu li a:hover{color:var(--primary-color)!important}html[data-theme=dark] .home-ten .echo-photography-area .hm8-btn-1:hover{background-color:transparent!important;border-color:#fff!important;color:#fff!important}html[data-theme=dark] .home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-single-title a.title-hover:hover{--color-heading-1:#181823!important;color:var(--color-heading-1)!important;text-decoration-color:var(--color-heading-1)!important}html[data-theme=dark] .home-four .echo-hero-section .post-meta .echo-hero-area-like-read-comment-share,html[data-theme=dark] .home-four .echo-hero-section .post-meta .echo-hero-area-like-read-comment-share span{color:#5e5e5e!important}html[data-theme=dark] .text-dropped-cap{color:var(--dark-color-heading-1)!important}html[data-theme=dark] .home-three .echo-latest-news-area .post-meta .echo-hero-area-like-read-comment-share,html[data-theme=dark] .home-three.echo-trending-area .post-meta .echo-hero-area-like-read-comment-share{color:#fff!important}html[data-theme=dark] .home-three .echo-latest-news-area .post-meta .echo-hero-area-like-read-comment-share span,html[data-theme=dark] .home-three.echo-trending-area .post-meta .echo-hero-area-like-read-comment-share span{color:#fff}html[data-theme=dark] .home-three.echo-video-area a.title-hover{color:#fff!important}html[data-theme=dark] .home-three.echo-trending-area .content-catagory-tag{color:#fff;padding:0!important}html[data-theme=dark] .echo-popup-model .echo-popup-transition .model-content{background-color:var(--background-color-dark)!important}html[data-theme=dark] .home-six .echo-author-area,html[data-theme=dark] .home-six .echo-feature-area-right-site-author,html[data-theme=dark] .home-six .echo-feature-area-right-site-follower,html[data-theme=dark] .home-six .echo-home-1-hero-area-top-story{--color-heading:var(--background-color-dark)!important;--color-heading-1:var(--background-color-dark)!important}html[data-theme=dark] .home-six .echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story a.title-hover{color:var(--dark-color-heading-1)!important}html[data-theme=dark] .home-seven.echo-latest-news-area .section-inner .echo-hero-baner.small{background-color:var(--background-color-dark)!important;border-color:var(--background-color-dark)!important}html[data-theme=dark] .home-seven .echo-business-area.area3 .echo-hero-baner{background-color:var(--bg-dark-three)!important;border-color:var(--bg-dark-three)!important}html[data-theme=dark] .home-nine .echo-header-area.header-seven .echo-home-2-menu.header-two .echo-site-main-logo-menu-social,html[data-theme=dark] .home-seven .echo-header-top-home-2,html[data-theme=dark] .home-seven .echo-home-2-menu.header-two .echo-site-main-logo-menu-social{border-bottom:1px solid hsla(0,0%,100%,.271)!important}html[data-theme=dark] .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe .echo-feature-area-right-site-input-box button{background-color:var(--primary-color)!important}html[data-theme=dark] .echo-latest-news-area .echo-right-ct-1 .echo-feature-area-right-site-newsletter form input{border:1px solid var(--border-dark-color)}html[data-theme=dark] .newsletter-popup .btn-close{filter:var(--bs-btn-close-white-filter)!important}html[data-theme=dark] .newsletter-popup .newsletter-popup-content{background:var(--background-color-dark)!important}html[data-theme=dark] .newsletter-popup .newsletter-popup-content .text-muted,html[data-theme=dark] .newsletter-popup .newsletter-popup-content input.form-control{color:var(--dark-color-body)!important}html[data-theme=dark] .newsletter-popup .newsletter-popup-content input.form-control:focus{background:transparent!important}html[data-theme=dark] .fob-comment-form-section textarea.form-control:focus{color:var(--dark-color-body)!important}html[data-theme=dark] .contact-form .contact-form-input{background:var(--background-color-dark)!important;border-color:var(--border-dark-color)!important;color:var(--dark-color-body)!important}html[data-theme=dark] .echo-team-area .echo-team-area-inner .team-wrapper .content-area{background:var(--background-color-dark)!important}.echo-hero-section{padding:60px 0}@media (min-width:992px) and (max-width:1200px){.echo-hero-section{padding-bottom:30px}}@media (min-width:768px) and (max-width:991px){.echo-hero-section{padding-bottom:30px}}@media (max-width:767px){.echo-hero-section{padding-bottom:30px}}@media (max-width:500px){.echo-hero-section{padding-bottom:30px}}.echo-hero-section .echo-hero-baner h1{font-size:60px;font-weight:700;line-height:70px;margin-top:20px}.echo-hero-section .echo-hero-baner p{font-size:17px}.echo-hero-section .echo-home-1-hero-site-stock h6{font-size:20px;margin-bottom:20px;position:relative}.echo-hero-section .echo-home-1-hero-site-stock h6:after{background:#5e5e5e;content:"";height:.5px;position:absolute;right:-20px;top:15px;width:48%}.echo-hero-section .banner-image-one{width:100%}.echo-home-1-hero-area-top-story{background:#f9f9f9;padding:17px 20px 25px}.echo-home-1-hero-area-top-story h6{font-size:20px;position:relative}.echo-home-1-hero-area-top-story h6:after{background:#5e5e5e;content:"";height:1px;opacity:.4;position:absolute;right:0;top:50%;transform:translateY(-50%);width:68%}@media (min-width:768px) and (max-width:991px){.echo-home-1-hero-area-top-story h6:after{right:0;width:85%}}@media (max-width:767px){.echo-home-1-hero-area-top-story h6:after{width:78%}}@media (max-width:500px){.echo-home-1-hero-area-top-story h6:after{display:none}.echo-home-1-hero-area-top-story h6{text-align:left}}.echo-home-1-hero-area-top-story .echo-top-story{display:flex;gap:20px;margin-bottom:15px}.echo-home-1-hero-area-top-story .echo-top-story:last-child{margin-bottom:0}@media (min-width:992px) and (max-width:1200px){.echo-home-1-hero-area-top-story .echo-top-story{align-items:center;margin:12px 0}.echo-home-1-hero-area-top-story .echo-top-story:last-child{margin-bottom:0}.echo-home-1-hero-area-top-story .echo-top-story:nth-child(2){margin-bottom:12;margin-top:0}}@media (min-width:768px) and (max-width:991px){.echo-home-1-hero-area-top-story .echo-top-story{align-items:center}}@media (max-width:767px){.echo-home-1-hero-area-top-story .echo-top-story{align-items:center}}.echo-home-1-hero-area-top-story .echo-top-story.first{margin:18px 0 30px}.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{height:auto;width:100%}@media (min-width:768px) and (max-width:991px){.echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture a img{width:auto}}@media (max-width:767px){.echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture a img{width:auto}}.echo-home-1-hero-area-top-story .echo-top-story .echo-story-text{flex-basis:65%}.echo-home-1-hero-area-top-story .echo-top-story .echo-story-text .echo-trending-post-bottom-icons{display:flex;gap:60px}.echo-home-1-hero-area-top-story .echo-top-story .echo-story-text a.pe-none{font-size:14px;font-weight:500}@media (min-width:992px) and (max-width:1200px){.echo-home-1-hero-area-top-story .echo-top-story .echo-story-text{flex-basis:88%}}@media (min-width:768px) and (max-width:991px){.echo-home-1-hero-area-top-story .echo-top-story .echo-story-text{flex-basis:88%}}@media (max-width:767px){.echo-home-1-hero-area-top-story .echo-top-story .echo-story-text{flex-basis:145%}}@media (max-width:500px){.echo-home-1-hero-area-top-story .echo-top-story .echo-story-text{flex-basis:75%}}.echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h4{font-size:24px;line-height:34px;margin-bottom:8px}@media (min-width:992px) and (max-width:1200px){.echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h4{font-size:20px;line-height:30px}}@media (min-width:768px) and (max-width:991px){.echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h4{margin-bottom:0}}@media (max-width:767px){.echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h4{font-size:20px;line-height:24px}}.echo-latest-news-area{padding:90px 0}@media (min-width:992px) and (max-width:1200px){.echo-latest-news-area{padding-bottom:30px}}@media (min-width:768px) and (max-width:991px){.echo-latest-news-area{padding-bottom:30px}}@media (max-width:767px){.echo-latest-news-area{padding-bottom:30px}}@media (max-width:500px){.echo-latest-news-area{padding-bottom:30px}}.echo-latest-news-area .echo-latest-news-content{position:relative}.echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn{align-items:center;display:flex;justify-content:space-between}.echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-news-next-prev-btn{flex-basis:10%;position:relative}.echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-news-next-prev-btn .swiper-button-next{color:#5e5e5e;opacity:.8;padding:15px 25px;right:0;transition:all .3ms;-webkit-transition:all .3ms;-moz-transition:all .3ms;-ms-transition:all .3ms;-o-transition:all .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:.8;padding:15px 25px;transition:all .3ms;-webkit-transition:all .3ms;-moz-transition:all .3ms;-ms-transition:all .3ms;-o-transition:all .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{font-size:30px;line-height:40px;margin:0;position:relative;text-align:left}.echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-nw-title h4:after{background:rgba(94,94,94,.5);content:"";height:1px;left:20%;opacity:.5;position:absolute;top:50%;transform:translateY(-50%);width:75%}@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{left:25%;width:50%}}@media (min-width:768px) and (max-width:991px){.echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-nw-title h4:after{display:none}}@media (max-width:767px){.echo-latest-news-area .echo-latest-news-content .echo-be-slider-btn .echo-latest-nw-title h4:after{display:none}}.echo-latest-news-area .echo-latest-news-full-content{padding-top:40px}.echo-latest-news-area .echo-latest-news-full-content img{width:100%}.echo-latest-news-area .echo-latest-news-main-content{cursor:auto}.echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-single-title h5{font-size:22px;line-height:35px;margin:15px 0}.echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-time-views{align-items:center;display:flex;justify-content:space-between}@media (min-width:992px) and (max-width:1200px){.echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-time-views{gap:25px;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{gap:25px;justify-content:start}}@media (max-width:767px){.echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-time-views{gap:25px;justify-content:start}}.echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-time-views a{font-size:14px;font-weight:500}.echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-time-views a i{margin-right:7px}.echo-latest-news-area.home-three{padding-bottom:80px;padding-top:80px}.echo-latest-news-area.home-three .echo-latest-news-content .sub-title{color:#000;font-family:Bona Nova;font-size:30px;font-weight:700;line-height:40px;margin-bottom:0;text-transform:uppercase}.echo-latest-news-area.home-three .echo-latest-news-content .sub-title span{transform:rotate(45deg)}.echo-latest-news-area.home-three .echo-latest-news-content .sub-title:after{display:none}.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content{text-align:center}.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-main-content{margin-left:8px;margin-right:8px}.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img{overflow:visible;position:relative}.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img a{border-radius:15px;overflow:hidden}.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .content-catagory-tag{background:#f05600;border-radius:5px;bottom:-15px;color:#fff;display:block;font-family:Inter;font-size:14px;font-weight:400;height:35px;left:50%;line-height:35px;pointer-events:none;position:absolute;text-align:center;text-transform:uppercase;transform:translateX(-50%);width:120px}.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .content-catagory-tag.tech{background:#00d971}.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title{margin-top:35px}.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title h5{color:#181823;font-family:Bona Nova;font-size:30px;font-style:normal;font-weight:700;line-height:40px;text-align:center;text-transform:capitalize}.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views{justify-content:center}.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views a{margin:0 10px}.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views a i{margin-right:8px}.echo-trending-area{padding-bottom:90px;padding-top:90px;position:relative}.echo-trending-area.home-three{background:#f9f9f9}.echo-trending-area.home-three .section-title{border-bottom:1px solid rgba(94,94,94,.5);padding-bottom:30px;text-align:center}.echo-trending-area .echo-hr-home-1-tranding{max-width:-moz-max-content;max-width:max-content;width:100%}@media (min-width:768px) and (max-width:991px){.echo-trending-area .echo-hr-home-1-tranding{width:75%}}.echo-trending-area h6{font-size:30px;line-height:40px;position:relative;text-align:left}.echo-trending-area h6:after{background:rgba(94,94,94,.5);content:"";height:1px;margin-left:20px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:85%}.echo-trending-area .echo-trending-full-content{margin-top:40px}.echo-trending-area .echo-trending-full-content .echo-trending-left-site-post{align-items:center;display:flex;gap:32px;margin:35px 0}@media (min-width:768px) and (max-width:991px){.echo-trending-area .echo-trending-full-content .echo-trending-left-site-post{gap:18px;margin:20px 0}}@media (max-width:767px){.echo-trending-area .echo-trending-full-content .echo-trending-left-site-post{gap:25px}}@media (max-width:500px){.echo-trending-area .echo-trending-full-content .echo-trending-left-site-post{display:block}}.echo-trending-area .echo-trending-full-content .echo-trending-left-site-post:first-child{margin-top:0}.echo-trending-area .echo-trending-full-content .echo-trending-left-site-post:last-child{margin-bottom:0}@media (min-width:768px) and (max-width:991px){.echo-trending-area .echo-trending-full-content .echo-trending-left-site-post:last-child{margin-bottom:30px}}@media (max-width:767px){.echo-trending-area .echo-trending-full-content .echo-trending-left-site-post:last-child{margin-bottom:30px}}.echo-trending-area .echo-trending-full-content .echo-trending-left-site-post .echo-trending-left-site-post-img{flex-basis:50%}@media (min-width:768px) and (max-width:991px){.echo-trending-area .echo-trending-full-content .echo-trending-left-site-post .echo-trending-left-site-post-img{flex-basis:20%}}@media (max-width:767px){.echo-trending-area .echo-trending-full-content .echo-trending-left-site-post .echo-trending-left-site-post-img{flex-basis:40%}}@media (max-width:500px){.echo-trending-area .echo-trending-full-content .echo-trending-left-site-post .echo-trending-left-site-post-img a img{width:100%}}.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title{flex-basis:50%}@media (min-width:768px) and (max-width:991px){.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title{flex-basis:80%}}@media (max-width:767px){.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title{flex-basis:90%}}.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title h5{font-size:25px;line-height:40px}@media (min-width:992px) and (max-width:1200px){.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title h5{font-size:18px;line-height:33px;margin-bottom:4px}}@media (min-width:768px) and (max-width:991px){.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title h5{font-size:20px;line-height:35px;margin-bottom:15px}}@media (max-width:767px){.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title h5{font-size:18px;line-height:28px;margin-bottom:15px}}.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title .echo-trending-post-bottom-icons{display:flex;gap:15px;justify-content:space-between}@media (min-width:992px) and (max-width:1200px){.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title .echo-trending-post-bottom-icons{display:block}}@media (min-width:768px) and (max-width:991px){.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title .echo-trending-post-bottom-icons{justify-content:start}}@media (max-width:767px){.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title .echo-trending-post-bottom-icons{justify-content:start}}.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title .echo-trending-post-bottom-icons a{display:block}.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title .echo-trending-post-bottom-icons a i{margin-right:3px}.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-post-title h4{font-size:30px;line-height:40px;margin:22px 0}@media (min-width:992px) and (max-width:1200px){.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-post-title h4{font-size:25px;line-height:35px}}@media (min-width:768px) and (max-width:991px){.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-post-title h4{width:70%}}@media (max-width:767px){.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-post-title h4{font-size:28px;line-height:38px}}@media (max-width:500px){.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-post-title h4{font-size:18px;line-height:28px}}.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-like-comment-share-icons{align-items:center;display:flex;gap:20px;margin-bottom:22px}@media (min-width:992px) and (max-width:1200px){.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-like-comment-share-icons{gap:12px}}@media (max-width:767px){.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-like-comment-share-icons{flex-wrap:wrap;gap:15px}}@media (max-width:500px){.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-like-comment-share-icons{flex-wrap:wrap}}.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-like-comment-share-icons .echo-trending-right-like-comment-content a{font-size:14px}.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-like-comment-share-icons .echo-trending-right-like-comment-content a i{margin:0 4px}.echo-trending-area .echo-trending-full-content.home-three{background:#f9f9f9}.echo-trending-area .echo-trending-full-content.home-three .section-title{border-bottom:1px solid rgba(94,94,94,.431);color:#181823;font-size:30px;font-weight:700;line-height:40px;padding-bottom:30px;text-align:center;text-transform:uppercase}.echo-trending-area .echo-trending-full-content.home-three .echo-trending-full-content{margin-top:40px}.echo-trending-area .echo-trending-full-content.home-three .echo-trending-full-content .echo-trending-right-site-post{text-align:center}.echo-trending-area .echo-trending-full-content.home-three .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-like-comment-share-icons{justify-content:center}.echo-trending-area .echo-trending-full-content.home-three .echo-trending-full-content .echo-trending-left-site-post{margin-bottom:20px}.echo-trending-area .echo-trending-full-content.home-three .echo-trending-full-content .echo-trending-left-site-post:first-child{margin-top:0}.echo-trending-area .echo-trending-full-content.home-three .echo-trending-full-content .echo-trending-left-site-post .echo-trending-right-site-post-title .content-catagory-tag{background:#f05600;border-radius:4px;color:#fff;font-family:Inter;font-size:14px;font-weight:600;line-height:22px;padding:5px 10px;text-align:center;text-transform:uppercase}.echo-trending-area .echo-trending-full-content.home-three .echo-trending-full-content .echo-trending-left-site-post .echo-trending-right-site-post-title .content-catagory-tag.tech{background:#00d971}.echo-trending-area .echo-trending-full-content.home-three .echo-trending-full-content .echo-trending-left-site-post h5{line-height:35px;margin-top:10px}.home-one .echo-video-area{background-color:var(--color-primary);padding-bottom:90px;padding-top:90px;position:relative}.home-one .echo-video-area h6{color:#fff;font-size:30px;line-height:40px;margin-bottom:45px;position:relative}.home-one .echo-video-area h6:after{right:0}.home-one .echo-video-area h6:after,.home-one .echo-video-area h6:before{background:#fff;content:"";height:1px;opacity:.5;position:absolute;top:50%;transform:translateY(-50%);width:40%}.home-one .echo-video-area h6:before{left:0}.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{background-color:#fff;bottom:0;max-width:470px;min-height:180px;padding:25px 30px;position:absolute}.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{align-items:center;display:flex;gap:22px}.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .echo-video-left-site-text-box .echo-video-left-site-read-views a i{margin-right:5px}.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .echo-video-left-site-text-box hr{margin-bottom:20px}.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .video-play-button{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:videobuttonpopup;border-radius:50%;box-sizing:content-box;display:block;display:flex;height:44px;left:50%;padding:18px 20px 18px 28px;position:absolute;top:40%;transform:translate(-50%,-50%);width:32px}.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .video-play-button span.outer-text{border:none;color:#fff;font-family:Bona Nova;font-size:20px;font-weight:500;margin-left:75px;margin-top:-12px;min-width:-moz-max-content;min-width:max-content;position:relative}.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .video-play-button:after{background:#fff;border:.5px solid #fff;border-radius:50%;content:"";display:block;height:80px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:80px;z-index:1}.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;z-index:1000}.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .video-play-button span{border-bottom:8px solid transparent;border-left:14px solid var(--color-primary);border-top:8px solid transparent;display:block;height:0;left:47%;position:relative;top:50%;transform:translate(-50%,-50%);width:0;z-index:3}.home-one .echo-video-area .echo-full-video-content .echo-video-left-site .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content{align-items:center;display:flex;gap:30px;margin-bottom:30px}.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{color:#fff;margin:0 0 24px}.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:linear-gradient(90deg,#fff 50%,transparent 0);-webkit-transition:all .5s}.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{flex-basis:50%;position:relative}.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-play-button{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:videobuttonpopup;border-radius:50%;box-sizing:content-box;display:block;display:flex;height:44px;left:50%;padding:18px 20px 18px 28px;position:absolute;top:50%;transform:translate(-50%,-50%) scale(.7);width:32px}.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-play-button span.outer-text{border:none;color:#fff;font-family:Bona Nova;font-size:20px;font-weight:500;margin-left:75px;margin-top:-12px;min-width:-moz-max-content;min-width:max-content;position:relative}.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-play-button:after{background:#fff;border:.5px solid #fff;border-radius:50%;content:"";display:block;height:80px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:80px;z-index:1}.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;z-index:1000}.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-play-button span{border-bottom:8px solid transparent;border-left:14px solid var(--color-primary);border-top:8px solid transparent;display:block;height:0;left:47%;position:relative;top:50%;transform:translate(-50%,-50%);width:0;z-index:3}.home-one .echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}.home-one .echo-video-area.home-three{background:url(../images/home-1/video-left/video-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;padding-top:120px;position:relative;z-index:1}.home-one .echo-video-area.home-three .echo-video-area-inner{height:100%;position:relative}.home-one .echo-video-area.home-three .echo-video-area-inner .banner-content .content-catagory-tag{background:#f05600;border-radius:5px;color:#fff;display:block;font-family:Inter;font-size:14px;font-weight:600;height:35px;line-height:35px;pointer-events:none;text-align:center;text-transform:uppercase;width:120px}.home-one .echo-video-area.home-three .echo-video-area-inner .banner-content .contents{margin-top:30px}.home-one .echo-video-area.home-three .echo-video-area-inner .banner-content .contents .content-title1{color:#fff;font-family:Bona Nova;font-size:50px;font-weight:700;line-height:60px;margin:0;text-transform:capitalize}.home-one .echo-video-area.home-three .echo-video-area-inner .banner-content .contents .content-title1 a{background-image:linear-gradient(90deg,#fff 50%,transparent 0);background-position:100% 100%;background-repeat:no-repeat;background-size:200% 2px;transition:all .5s}.home-one .echo-video-area.home-three .echo-video-area-inner .banner-content .contents .content-title1 a:hover{background-position:0 100%;color:#fff}.home-one .echo-video-area.home-three .echo-video-area-inner .banner-content .contents .desc{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:26px;margin-top:30px;opacity:.8}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper{align-items:center;display:flex;justify-content:end}@media only screen and (max-width:575px){.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper{align-items:flex-start;flex-direction:column}}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper .vedio-icone{position:relative}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper .video-play-button{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:videobuttonpopup;border-radius:50%;box-sizing:content-box;display:block;display:flex;height:44px;padding:18px 20px 18px 28px;width:32px}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper .video-play-button span.outer-text{border:none;color:#fff;font-family:Bona Nova;font-size:20px;font-weight:500;margin-left:75px;margin-top:-12px;min-width:-moz-max-content;min-width:max-content;position:relative}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper .video-play-button:after{background:#fff;border:.5px solid #fff;border-radius:50%;content:"";display:block;height:80px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:80px;z-index:1}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;z-index:1000}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper .video-play-button span{border-bottom:8px solid transparent;border-left:14px solid #7817f2;border-top:8px solid transparent;display:block;height:0;left:47%;position:relative;top:50%;transform:translate(-50%,-50%);width:0;z-index:3}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-button-wrapper .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area{margin-bottom:-285px;margin-top:130px}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper{background:#fff;border-radius:20px;box-shadow:30px 30px 60px rgba(0,0,1,.05);margin:0 7px;padding:40px 20px 30px}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper .title{font-size:30px;line-height:40px;margin-bottom:30px}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper .echo-trending-left-site-post{align-items:center;display:flex;gap:15px;margin:15px 0}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper .echo-trending-left-site-post:first-child{margin-top:0}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper .echo-trending-left-site-post:last-child{margin-bottom:0}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper .echo-trending-left-site-post .echo-trending-left-site-post-img{flex-basis:40%}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper .echo-trending-left-site-post .echo-trending-right-site-post-title{flex-basis:60%}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper .echo-trending-left-site-post .echo-trending-right-site-post-title h5{font-size:20px;font-weight:700;line-height:30px;margin-bottom:0;margin-top:10px}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper .echo-trending-left-site-post .echo-trending-right-site-post-title .content-catagory-tag{background:#f05600;border-radius:4px;color:#fff;font-family:Inter;font-size:12px;font-weight:600;line-height:20px;padding:5px 10px;text-align:center;text-transform:uppercase}.home-one .echo-video-area.home-three .echo-video-area-inner .echo-bottom-post-area .wrapper .echo-trending-left-site-post .echo-trending-right-site-post-title .content-catagory-tag.tech{background:#00d971}.echo-de-category-area{padding-bottom:90px;padding-top:90px;position:relative}.echo-de-category-area .echo-de-category-title-btn{align-items:center;display:flex;justify-content:space-between;padding-bottom:40px}.echo-de-category-area .echo-de-category-title-btn a{border:1px solid;font-family:Bona Nova,serif;padding:15px 20px}.echo-de-category-area .echo-de-category-title-btn a:after{content:"\f061";font-family:Font Awesome\ 6 Pro!important;margin-left:10px}.echo-de-category-area .echo-de-category-title-btn h4{font-size:30px;margin-bottom:0;position:relative}.echo-de-category-area .echo-de-category-title-btn h4:after{background:#5e5e5e;content:"";height:1px;left:110%;opacity:.5;position:absolute;top:22px;width:220%}.echo-de-category-area .echo-de-category-content{background-color:#f4f4f4;padding:30px}.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title{align-items:center;display:flex;gap:12px;margin:20px 0}.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-content-img{flex-basis:40%}.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-content-img a img{width:100%}.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-content-title{flex-basis:58%}.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-content-title h6{font-size:20px;line-height:30px;margin-bottom:8px}.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-read a{font-size:14px}.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-read a i{margin-right:4px}.echo-de-category-area .echo-de-category-content .echo-de-category-show-more-btn{margin-top:30px}.echo-de-category-area .echo-de-category-content .echo-de-category-show-more-btn a{border:1px solid;display:block;font-family:Bona Nova,serif;opacity:.8;padding:8px 0;text-align:center}.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{background-color:#f9f9f9;padding-bottom:90px;padding-top:90px}.echo-feature-area .echo-feature-area-site-title .echo-feature-area-post hr{margin:0}.echo-feature-area .echo-feature-area-site-title h4{font-size:30px;position:relative}.echo-feature-area .echo-feature-area-site-title h4:after{background:rgba(94,94,94,.5);content:"";height:1px;opacity:.5;position:absolute;right:0;top:50%;transform:translateY(-50%);width:72%}.echo-feature-area .echo-feature-area-site-title .echo-feature-area-post-img a img{width:100%}.echo-feature-area .echo-feature-area-site-title .echo-feature-area-post-hins h5{margin-bottom:14px;margin-top:25px}.echo-feature-area .echo-feature-area-site-title .echo-feature-area-read-view{display:flex;gap:15px;margin-top:15px}.echo-feature-area .echo-feature-area-site-title .echo-feature-area-read-view a{font-size:14px}.echo-feature-area .echo-feature-area-site-title .echo-feature-area-read-view a i{font-size:15px;margin-right:4px}.echo-feature-area .echo-feature-area-option{margin-top:30px}.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content{align-items:center;background-color:#fff;display:flex;padding:25px}.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-number{flex-basis:28%}.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-number h3{color:var(--body-color);font-size:60px;font-weight:400;line-height:70px;margin-bottom:25px;opacity:.5}.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-content-text{flex-basis:90%}.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-content-text h5{font-size:20px;line-height:30px;margin-bottom:10px}.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-content-text .echo-feature-area-option-read-more a{font-size:14px}.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-content-text .echo-feature-area-option-read-more a i{font-size:15px;margin-right:4px}.echo-feature-area .echo-feature-area-last-news{margin-top:40px}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content{align-items:center;display:flex;gap:30px}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-img,.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text{flex-basis:50%}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3{font-size:40px;line-height:50px}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-feature-area-last-content-read-view{display:flex;gap:20px}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-feature-area-last-content-read-view a{font-size:14px}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-feature-area-last-content-read-view a i{font-size:15px;margin-right:4px}.echo-feature-area .echo-feature-area-right-site-follower{background-color:#fff;margin-top:0;padding:30px}.echo-feature-area .echo-feature-area-right-site-follower ul{display:flex;flex-wrap:wrap}.echo-feature-area .echo-feature-area-right-site-follower ul li{border-bottom:1px solid rgba(94,94,94,.5);font-size:16px;margin:0;padding-top:20px;width:50%}.echo-feature-area .echo-feature-area-right-site-follower ul li a{align-items:center;display:inline-flex;gap:10px;margin-bottom:15px}.echo-feature-area .echo-feature-area-right-site-follower ul li a:last-child{gap:5px}.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(5),.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(6){border-bottom:none}.echo-feature-area .echo-feature-area-right-site-follower ul li:first-child,.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(3),.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(5){border-right:1px solid rgba(94,94,94,.5)}.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(2),.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(4){padding-left:15px}.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(6){padding-left:7px}.echo-feature-area .echo-feature-area-right-site-follower ul li:first-child,.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(2){padding-top:0}.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(5),.echo-feature-area .echo-feature-area-right-site-follower ul li:nth-child(6){padding-bottom:0}.echo-feature-area .echo-feature-area-right-site-full-content{background-color:#fff;margin-top:30px;padding:30px 25px 55px}.echo-feature-area .echo-feature-area-right-site-full-content hr{margin-top:60px}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news{display:flex;gap:10px}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-img{flex-basis:25%}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-img a img{width:100%}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text{flex-basis:75%}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text h5{font-size:20px;line-height:30px}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn{margin-top:25px}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer{display:block;height:67px;margin:-3em -14px;width:70%}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a{border:7px solid transparent;border-left:12px solid #5e5e5e;border-right:none;content:"";height:0;justify-content:center;margin-left:2px;width: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:not(.audioplayer-playing) .audioplayer-bar-played:after{border:2px solid #bec8d2}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after{border:6px double #9a9fb0;border-radius:0 12px 0 0;border-width:6px 6px 0 0;height:12px;left:10px;top:-1px;transform:rotate(45deg);width:12px}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-playpause{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:30px;justify-content:center;transition:all .2s ease-in-out;width:48px}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-playing .audioplayer-playpause{background:rgba(253,79,26,0)}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-playing .audioplayer-playpause a{content:"";display:flex;height:14px;justify-content:space-between;width:12px}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-playing .audioplayer-playpause a:after,.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-playing .audioplayer-playpause a:before{background-color:var(--color-primary);content:"";height:14px;width:4px}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-playing .audioplayer-bar-played:after{border:2px solid #0059ff}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-time{color:rgba(51,51,51,.6);display:flex;font-size:12px;justify-content:center;width:40px}.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{font-size:15px;margin-bottom:6px;margin-left:14px;margin-top:4px}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-time-duration{display:none;margin-right:24px}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-bar{cursor:pointer;display:flex;flex-basis:0;flex-grow:1;height:12px;margin:0 12px;position:relative}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-bar:before{background-color:#dde2e6;content:"";display:none;height:2px;position:absolute;top:5px;width:100%}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-bar>div{left:35px;position:absolute;top:-50px}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-bar-loaded{background:#bec8d2;height:2px;z-index:1}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-bar-played{background:-webkit-linear-gradient(left,#0059ff,#09b1fa);flex-direction:row-reverse;height:2px;z-index:2}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-bar-played:after{background-color:#fff;border-radius:6px;box-sizing:border-box;content:"";display:flex;height:12px;margin-right:-5px;position:absolute;right:-1px;top:-5px;width:12px}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-volume-button{position:relative}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-volume-button a{background-color:#5e5e5e;height:8px;position:absolute;right:-38px;top:-66px;width:6px}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-volume-button a:before{border:8px solid transparent;border-left:none;border-right:9px solid #5e5e5e;content:"";height:0;position:absolute;top:-4px;width: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-volume-button a:after{content:"";position:absolute}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-mute .audioplayer-volume-button a{background-color:var(--color-primary)}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-mute .audioplayer-volume-button a:before{border-right:9px solid}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-volume-adjust{align-items:center;display:flex;margin-left:8px}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-volume-adjust>div{background-color:#bec8d2;cursor:pointer;display:none;height:2px;position:relative;width:60px}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-volume-adjust div div{background-color:#0059ff;height:2px;left:0;position:absolute;top:0}@media screen and (max-width:679px){.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text .echo-feature-area-right-site-audio-main-contetn .audioplayer-volume-adjust{display:none}}.echo-feature-area .echo-feature-area-right-site-newsletter{background-color:#fff;margin-top:35px;padding:30px 25px 40px}.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{color:#5e5e5e;font-family:Bona Nova,serif;font-size:20px;font-weight:700;line-height:30px;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;left:12px;position:absolute;top:24%}.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]{border:1px solid #5e5e5e;opacity:.5;padding:8px 0 8px 35px;width:255px}.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{background-color:#181823;margin-left:-4px;padding:13px 0;position:absolute;transition:all .3s ease-in;width:60px}.echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box button:hover{background-color:var(--color-primary)}.echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box button i{color:#fff;font-size:16px}.echo-feature-area.home-three{background:#7817f2;padding:80px 0;position:relative;z-index:1}.echo-feature-area.home-three:before{background-image:url(../images/shape/feature-bg-shape.png);background-repeat:no-repeat;background-size:cover;bottom:0;content:"";height:100%;position:absolute;width:100%;z-index:-1}.echo-feature-area.home-three .echo-feature-area-content .section-title{border-bottom:1px solid hsla(0,0%,100%,.369);color:#fff;font-size:30px;line-height:40px;margin-bottom:0;padding-bottom:25px;text-align:center;text-transform:uppercase}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content{margin-top:40px}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news{margin-top:0}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .content-catagory-tag{background:#f05600;border-radius:4px;color:#fff;font-family:Inter;font-size:14px;font-weight:600;line-height:22px;padding:5px 10px;text-align:center;text-transform:uppercase}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .content-catagory-tag.tech{background:#00d971}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3{color:#fff;margin-top:20px}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3 a,.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3 a:hover{background-image:linear-gradient(90deg,#fff 50%,transparent 0);color:#fff}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-feature-area-last-content-read-view a{color:#fff}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-follower{border-radius:10px;margin-bottom:30px;margin-top:0;padding:40px 22px}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-follower h5{font-size:30px;line-height:40px;margin-bottom:30px;text-transform:uppercase}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-follower .list-unstyled{margin-bottom:0}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content{border-radius:10px;margin-top:0;padding:30px 25px}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul{margin:0;padding:0}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper{align-items:center;display:flex;gap:15px;list-style:none;margin-bottom:25px}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper:last-child{margin-bottom:0}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .image-area{flex-basis:35%}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .image-area img{width:100%}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content{flex-basis:65%}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-catagory-tag{background:#f05600;border-radius:4px;color:#fff;font-family:Inter;font-size:14px;font-weight:600;line-height:22px;padding:5px 10px;text-align:center;text-transform:uppercase}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-catagory-tag.tech{background:#00d971}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-title1{color:#000;font-family:Bona Nova;font-size:20px;font-weight:700;line-height:30px;margin-bottom:10px;margin-top:10px;text-transform:capitalize}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-title1 a{background-image:linear-gradient(90deg,#000 50%,transparent 0);background-position:100% 100%;background-repeat:no-repeat;background-size:200% 1px;transition:all .5s}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-title1 a:hover{background-position:0 100%;color:#000}.echo-popular-news-area{padding-bottom:90px;padding-top:90px}.echo-popular-news-area .echo-popular-area-title{margin-bottom:38px}.echo-popular-news-area .echo-popular-area-title h4{font-size:30px;position:relative}.echo-popular-news-area .echo-popular-area-title h4:after{right:0}.echo-popular-news-area .echo-popular-area-title h4:after,.echo-popular-news-area .echo-popular-area-title h4:before{background-color:#5e5e5e;content:"";height:1px;opacity:.5;position:absolute;top:50%;transform:translateY(-50%);width:32.5%}.echo-popular-news-area .echo-popular-area-title h4:before{left:0}.echo-popular-news-area .echo-popular-area-img a img{width:100%}.echo-popular-news-area .echo-popular-area-item-title{margin:20px 0}.echo-popular-news-area .echo-popular-area-item-title h5{font-size:25px;line-height:35px;margin:0}.echo-popular-news-area .echo-popular-area-read-view{align-items:center;display:flex;gap:20px;justify-content:center}.echo-popular-news-area .echo-popular-area-read-view a{font-size:14px}.echo-popular-news-area .echo-popular-area-read-view a i{font-size:15px;margin-right:6px}.echo-catagories-area{padding:100px 0}.echo-catagories-area .echo-catagories-area-content .title-area{margin-bottom:0;position:relative}.echo-catagories-area .echo-catagories-area-content .title-area .section-title{font-size:30px;font-weight:700;line-height:40px;margin-bottom:0;text-transform:uppercase}.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn{position:absolute;right:0;top:50%;transform:translateY(-50%)}.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn .swiper-button-next,.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn .swiper-button-prev{border-radius:10px;height:46px;line-height:46px;text-align:center;width:46px}.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn .swiper-button-next:after,.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn .swiper-button-prev:after{display:none}.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn .swiper-button-prev{color:#5e5e5e;left:auto;right:60px;transition:all .4s}.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn .swiper-button-prev:hover{background:#7817f2;color:#fff}.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn .swiper-button-next{background:#7817f2;color:#fff;transition:all .4s}.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn .swiper-button-next:hover{background:none;color:#5e5e5e}.echo-catagories-area .echo-catagories-area-content .echo-catagories-inner{margin-top:50px}.echo-catagories-area .echo-catagories-area-content .echo-latest-news-img{border-radius:20px;position:relative;z-index:1}.echo-catagories-area .echo-catagories-area-content .echo-latest-news-img:before{background:rgba(30,0,69,.7);border-radius:20px;content:"";height:100%;left:0;mix-blend-mode:hard-light;opacity:.7;position:absolute;top:0;width:100%;z-index:1}.echo-catagories-area .echo-catagories-area-content .echo-latest-news-img .image-content{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1}.echo-catagories-area .echo-catagories-area-content .echo-latest-news-img .image-content .title{color:#fff;font-size:25px;font-weight:700;line-height:35px;margin-bottom:10px}.echo-catagories-area .echo-catagories-area-content .echo-latest-news-img .image-content .desc{color:hsla(0,0%,100%,.8);font-size:14px;font-weight:400;line-height:22px}.echo-cta-area{padding:60px 0}.echo-home-2-feature-area{padding-bottom:75px}.echo-home-2-feature-area .echo-home-2-feature-area-content{background-color:#181823;padding-bottom:75px;padding-top:85px}.echo-home-2-feature-area .echo-home-2-title{margin-bottom:40px}.echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title{text-align:center}.echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title h4{color:#fff;margin:0;position:relative}.echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title h4:after{background-color:#5e5e5e;content:"";height:1px;position:absolute;right:0;top:45%;width:37%}.echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title h4:before{background-color:#5e5e5e;content:"";height:1px;left:0;position:absolute;top:45%;width:37%}.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-img{position:relative}.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-img .echo-feature-area-home-2-post a img{width:100%}.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-img .echo-feature-area-shep{bottom:-10px;left:50%;position:absolute;transform:translateX(-50%)}.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title{margin-bottom:15px;margin-top:30px}.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title h4{color:#fff;font-size:30px;line-height:40px;margin:0;text-align:center}.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title h4 .title-hover{background-image:linear-gradient(90deg,#fff 50%,transparent 0)}.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title h4 .title-hover:hover{color:#fff}.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title p{color:hsla(0,0%,100%,.8);font-size:16px;line-height:26px;margin:15px 0 0;text-align:center}.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .home-2-read-more-btn{text-align:center}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-home-2-title{margin-bottom:45px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-home-2-title h4{font-size:30px;line-height:40px;margin:0}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button{border-bottom:1px solid rgba(94,94,94,.5);margin:0;padding:0}.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{background-color:#5e5e5e;content:"";height:15px;position:absolute;right:-20px;top:6px;transform:rotate(20deg);width:1px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li:first-child{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{margin-left:0;padding-left:0;text-align:left}.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{border-bottom:1.5px solid transparent;margin:0 10px;padding-bottom:10px;position:relative;transition:all .3s ease}.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{background:#f05600;bottom:-2px;content:"";height:2px;left:0;position:absolute;transform:scale(0);transition:all .4s;width:100%}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li button.active{color:#181823;font-weight:500}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li button.active:before{transform:scale(1)}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-frist-row{margin-top:40px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-frist-row .echo-popular-left-jt-heading{margin-top:20px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-frist-row .echo-popular-left-jt-heading h3{font-size:40px;line-height:50px;margin:0}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-frist-row .echo-popular-left-jt-heading p{margin-bottom:20px;margin-top:15px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row{margin-top:30px;padding-bottom:30px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row .echo-popular-left-bt-contetn .echo-popular-left-bt-img{position:relative}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row .echo-popular-left-bt-contetn .echo-popular-left-bt-img .echo-popular-bt-area-shep{bottom:-10px;left:50%;position:absolute;transform:translate(-50%)}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row .echo-popular-left-bt-title{margin-top:30px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row .echo-popular-left-bt-title h4{font-size:30px;line-height:40px;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 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,.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{align-items:center;background-color:#f9f9f9;display:flex;gap:15px;margin-bottom:20px;padding:15px}.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{font-size:19px;line-height:30px;margin:0}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title .echo-popular-cat-view{margin-top:10px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title .echo-popular-cat-view a{font-size:14px;font-weight:500}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title .echo-popular-cat-view a i{font-size:15px;margin-right:6px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower{background-color:#f9f9f9;padding:30px 20px 16px}.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{border-bottom:1px solid rgba(94,94,94,.5);font-size:16px;margin:0;padding-top:20px;width:50%}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:hover{transition:all .3s ease}.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{align-items:center;display:inline-flex;gap:10px;margin-bottom:15px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(5),.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(6){border-bottom:none}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:first-child,.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,.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:first-child,.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:0}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(5),.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(6){padding-bottom:0}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-hl-img{background-color:#f9f9f9;margin-top:30px;padding:20px}.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{color:#fff;font-size:20px;line-height:30px;margin:0;text-align:center;transform:translateY(75%)}.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;margin-bottom:15px;min-height:70px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-hl-img .echo-popular-item ul li:first-child{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;margin-top:30px;padding:30px 25px}.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{align-items:center;border-bottom:1px solid rgba(94,94,94,.322);display:flex;gap:10px;padding:20px 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-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}.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{font-size:14px;margin: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 .echo-feature-area-right-site-audio-main-contetn{margin-top:25px}.echo-cl-blocks-area{padding:80px 0}.echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content{background-color:#f1f1f1;padding:40px}.echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content .echo-cl-blocks-text .echo-cl-blocks-area-shep{margin-top:40px}.echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content .echo-cl-blocks-text .echo-cl-blocks-title{margin-top:30px}.echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content .echo-cl-blocks-text .echo-cl-blocks-title h3{font-size:40px;line-height:50px;margin:0}.echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content .echo-cl-blocks-text .echo-cl-blocks-title p{font-size:16px;line-height:26px;margin-bottom:30px;margin-top:20px}.echo-fd-post-area .echo-fd-post-content{background-color:#181823;padding:80px 0}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-home-2-title{margin-bottom:40px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-home-2-title .echo-home-2-main-title{text-align:center}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-home-2-title .echo-home-2-main-title h4{color:#fff;font-size:30px;margin:0;position:relative}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-home-2-title .echo-home-2-main-title h4:after{background-color:#5e5e5e;content:"";height:1px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:37%}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-home-2-title .echo-home-2-main-title h4:before{background-color:#5e5e5e;content:"";height:1px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:37%}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-left .echo-fd-post-left-img{overflow:visible;position:relative}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-left .echo-fd-post-left-img a{overflow:hidden}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-left .echo-fd-post-left-img .echo-fd-area-left-site-shep{bottom:-10px;left:50%;position:absolute;transform:translateX(-50%)}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content{position:relative}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-3-align-icons{align-items:center;display:flex;gap:30px;justify-content:center;margin-top:35px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-3-align-icons a{color:#fff;font-size:14px;font-weight:500}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-3-align-icons a i{font-size:16px;margin-right:6px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title{margin-top:20px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title h3{color:#fff;font-size:40px;line-height:50px;margin:0}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title h3 a{background-image:linear-gradient(90deg,#fff 50%,transparent 0)}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title h3 a:hover{color:#fff}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title p{color:hsla(0,0%,100%,.8);font-size:16px;line-height:26px;margin-bottom:20px;margin-top:20px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area{align-items:center;display:flex;gap:30px;margin-bottom:30px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-content{flex-basis:50%}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-content img{width:100%}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text{flex-basis:53%;float:left}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-fd-post-right-area-shep{margin-bottom:10px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-3-align-icons{justify-content:start;margin-top:0}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-fd-post-right-heading{margin-top:15px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-fd-post-right-heading h4{color:#fff;font-size:30px;line-height:40px;margin:0}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-fd-post-right-heading h4 a{background-image:linear-gradient(90deg,#fff 50%,transparent 0)}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-fd-post-right-heading h4 a:hover{color:#fff}.echo-archive-area{padding:80px 0}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-banner-slider-button{position:absolute;right:70px;top:22px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-banner-slider-button .swiper-button-next{background-color:#f16228;height:30px;left:40px;width:30px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-banner-slider-button .swiper-button-next:after{color:#fff;content:"\f105";font-family:Font Awesome\ 6 Pro!important;font-size:15px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-banner-slider-button .swiper-button-next:hover{background-color:#f16228}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-banner-slider-button .swiper-button-next:hover:after{color:#fff}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-banner-slider-button .swiper-button-prev{background-color:#e6e6e6;height:30px;width:30px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-banner-slider-button .swiper-button-prev:after{color:#5e5e5e;content:"\f104";font-family:Font Awesome\ 6 Pro!important;font-size:15px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-banner-slider-button .swiper-button-prev:hover{background-color:#f16228}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-banner-slider-button .swiper-button-prev:hover:after{color:#fff}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-home-2-title .echo-home-2-main-title h4{font-size:30px;margin:0;position:relative;text-align:left}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-home-2-title .echo-home-2-main-title h4:after{background-color:rgba(94,94,94,.5);content:"";height:1px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:81%}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content{margin-top:18px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content{cursor:auto;position:relative}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text{background-color:#f9f9f9;bottom:0;height:295;left:0;max-width:690px;padding:30px;position:absolute}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text .echo-banner-heading{margin-top:20px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text .echo-banner-heading h1{font-size:60px;line-height:70px;margin:0}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text .echo-3-align-icons{display:flex;gap:25px;margin-top:12px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text .echo-3-align-icons a{font-size:14px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text .echo-3-align-icons a i{font-size:16px;margin-right:5px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-archive-main-content.area-2 .echo-banner-mani-content .echo-banner-text{max-width:560px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-archive-main-content.area-2 .echo-banner-mani-content .echo-banner-text .echo-banner-heading h1{font-size:40px;font-weight:700;line-height:50px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site:last-child{border:none}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site:first-child{padding-top:0}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site{border-bottom:1px solid rgba(94,94,94,.5);padding-bottom:20px;padding-top:20px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content{display:flex;gap:25px;justify-content:space-between}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text{flex-basis:80%}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-archive-right-heading h5{font-size:25px;line-height:35px;margin:0}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-3-align-icons{display:flex;gap:20px;margin:15px 0 10px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-3-align-icons a{font-size:14px;font-weight:500}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-3-align-icons a i{font-size:15px;margin-right:6px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-img{flex-basis:53%}.echo-add-area{padding-bottom:80px}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button{display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%;z-index:1}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button .swiper-button-next{border:1px solid #fff;border-radius:50%;height:60px;line-height:60px;text-align:center;transition:.3s ease-in;width:60px}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button .swiper-button-next:after{color:#fff;content:"\f105";font-family:Font Awesome\ 6 Pro!important;font-size:20px}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button .swiper-button-next:hover{background-color:#7817f2;border-color:transparent}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button .swiper-button-next:hover:after{color:#fff}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button .swiper-button-prev{border:1px solid #fff;border-radius:50%;height:60px;line-height:60px;text-align:center;transition:.3s ease-in;width:60px}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button .swiper-button-prev:after{color:#fff;content:"\f104";font-family:Font Awesome\ 6 Pro!important;font-size:20px}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button .swiper-button-prev:hover{background-color:#7817f2;border-color:transparent}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button .swiper-button-prev:hover:after{color:#fff}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img{height:700px;position:relative}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box{background-color:#fff;bottom:0;height:396px;left:50%;padding:0 100px;position:absolute;transform:translate(-50%);width:970px}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box img{height:700px;max-width:1600px}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-hm2-video-area-shep{margin-bottom:15px;margin-top:40px}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-hm2-video-area-shep .home-2-area-shep{margin:0 auto}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-3-align-icons{display:flex;gap:20px;justify-content:center}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-3-align-icons a{font-size:14px;font-weight:500}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-3-align-icons a i{font-size:15px;margin-right:6px}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-hm2-video-heading{margin-bottom:10px;margin-top:10px}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-hm2-video-heading h1{font-size:60px;line-height:70px;margin:0}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-hm2-video-discription{height:52px;margin:30px auto 0;width:570px}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-hm2-video-discription p{font-size:16px;line-height:26px;margin:0}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons .video-play-button{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:videobuttonpopup;border-radius:50%;box-sizing:content-box;display:block;display:flex;height:44px;left:50%;padding:18px 20px 18px 28px;position:absolute;top:25%;transform:translate(-50%,-25%);width:32px}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons .video-play-button span.outer-text{border:none;color:#fff;font-family:Bona Nova;font-size:20px;font-weight:500;margin-left:75px;margin-top:-12px;min-width:-moz-max-content;min-width:max-content;position:relative}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons .video-play-button:after{background:#fff;border:.5px solid #fff;border-radius:50%;content:"";display:block;height:80px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:80px;z-index:1}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;z-index:1000}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons .video-play-button span{border-bottom:8px solid transparent;border-left:14px solid #7817f2;border-top:8px solid transparent;display:block;height:0;left:47%;position:relative;top:50%;transform:translate(-50%,-50%);width:0;z-index:3}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}.echo-social-media-area-hm2{background:#181823}.echo-social-media-area-hm2 .echo-home-2-title{margin-bottom:40px}.echo-social-media-area-hm2 .echo-home-2-title .echo-home-2-main-title{text-align:center}.echo-social-media-area-hm2 .echo-home-2-title .echo-home-2-main-title h4{font-size:30px;margin:0;position:relative}.echo-social-media-area-hm2 .echo-home-2-title .echo-home-2-main-title h4:after{background-color:#5e5e5e;content:"";height:1px;opacity:.5;position:absolute;right:0;top:50%;transform:translateY(-50%);width:37%}.echo-social-media-area-hm2 .echo-home-2-title .echo-home-2-main-title h4:before{background-color:#5e5e5e;content:"";height:1px;left:0;opacity:.5;position:absolute;top:50%;transform:translateY(-50%);width:37%}.echo-social-media-area-hm2 .echo-social-media-area-content .echo-social-media-main-content{display:flex}.echo-social-media-area-hm2 .echo-social-media-area-content .echo-social-media-main-content .echo-hm2-social-item{cursor:pointer;overflow:hidden;position:relative;transition:.3s}.echo-social-media-area-hm2 .echo-social-media-area-content .echo-social-media-main-content .echo-hm2-social-item .echo-hm2-social-item-overlay{background:rgba(24,24,35,.5);height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;transition:.3s ease-in;visibility:hidden;width:100%}.echo-social-media-area-hm2 .echo-social-media-area-content .echo-social-media-main-content .echo-hm2-social-item .echo-hm2-social-item-overlay span{color:#fff;font-size:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.echo-social-media-area-hm2 .echo-social-media-area-content .echo-social-media-main-content .echo-hm2-social-item:hover .echo-hm2-social-item-overlay{opacity:1;visibility:visible}.echo-social-media-area-hm2.home-ten{background:#ececec;padding-top:90px}.echo-social-media-area-hm2.home-ten .hm5-feature-title .hm-5-main-title h2{color:#1a1a1a;font-size:80px;font-weight:500;line-height:90px;margin-bottom:50px;text-align:center;text-transform:uppercase}@media (max-width:768px){.echo-social-media-area-hm2.home-ten .hm5-feature-title .hm-5-main-title h2{font-size:64px;line-height:70px}}@media (max-width:576px){.echo-social-media-area-hm2.home-ten .hm5-feature-title .hm-5-main-title h2{font-size:40px;line-height:50px}}.echo-social-media-area-hm2.home-ten .hm5-feature-title .hm-5-main-title h2:after{display:none}@media (max-width:767px){.echo-social-media-area-hm2.home-ten .echo-social-media-area-content .echo-hm2-social-item{width:50%!important}}@media (max-width:576px){.echo-social-media-area-hm2.home-ten .echo-social-media-area-content .echo-hm2-social-item{width:100%!important}}.echo-social-media-area-hm2.home-ten .echo-social-media-area-content .echo-hm2-social-item img{filter:saturate(0)}@media (max-width:576px){.echo-social-media-area-hm2.home-ten .echo-social-media-area-content .echo-hm2-social-item img{width:100%}}.echo-social-media-area-hm2.home-ten .echo-social-media-area-content .echo-hm2-social-item:hover img{filter:saturate(100%)}.echo-social-media-area-hm2.home-ten .echo-social-media-area-content .echo-hm2-social-item .echo-hm2-social-item-overlay{background:none}.echo-social-media-area-hm2.home-ten .echo-social-media-area-content .echo-hm2-social-item .echo-hm2-social-item-overlay span{background:#d00032;border-radius:40px;color:#fff;font-family:var(--home-5-title-font);font-size:16px;font-weight:500;letter-spacing:1.6px;line-height:28px;padding:20px 25px 14px;text-transform:uppercase}.echo-hero-section{padding-top:60px}.echo-hero-section .echo-hero-baner{position:relative}@media (min-width:992px) and (max-width:1200px){.echo-hero-section .echo-hero-baner h1{font-size:45px;line-height:55px}}@media (min-width:768px) and (max-width:991px){.echo-hero-section .echo-hero-baner h1{font-size:50px;line-height:60px}}@media (max-width:767px){.echo-hero-section .echo-hero-baner h1{font-size:40px;line-height:50px}}@media (max-width:500px){.echo-hero-section .echo-hero-baner h1{font-size:25px;line-height:35px}}.echo-hero-section .echo-hero-baner p{font-size:16px;margin-bottom:25px}@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{align-items:center;display:flex;gap:20px}@media (max-width:767px){.echo-hero-section .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share{flex-wrap:wrap}}.echo-hero-section .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share .echo-hero-area-like-read-comment-share a{font-size:14px;font-weight:500}.echo-hero-section .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share .echo-hero-area-like-read-comment-share a i{margin:0 4px}.echo-hero-section.inner{padding:100px 0}.echo-hero-section.inner .echo-de-category-show-more-btn a{border:1px solid;font-family:Bona Nova,serif;font-size:16px;font-weight:700;line-height:30px;margin:0 auto;padding:12px 38px;text-align:center}.echo-hero-section.inner .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1{position:relative}.echo-hero-section.inner .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:videobuttonpopup;border-radius:50%;box-sizing:content-box;display:block;display:flex;height:44px;left:50%;padding:18px 20px 18px 28px;position:absolute;top:50%;transform:translate(-50%,-50%) scale(.7);width:32px}.echo-hero-section.inner .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button span.outer-text{border:none;color:#fff;font-family:Bona Nova;font-size:20px;font-weight:500;margin-left:75px;margin-top:-12px;min-width:-moz-max-content;min-width:max-content;position:relative}.echo-hero-section.inner .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button:after{background:#fff;border:.5px solid #fff;border-radius:50%;content:"";display:block;height:130px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:130px;z-index:1}.echo-hero-section.inner .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.echo-hero-section.inner .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;width:30px;z-index:1000}.echo-hero-section.inner .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.echo-hero-section.inner .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button span{border-bottom:16px solid transparent;border-left:28px solid var(--color-primary);border-top:16px solid transparent;display:block;height:0;left:50%;position:relative;top:50%;transform:translate(-50%,-50%);width:0;z-index:3}.echo-hero-section.inner .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1{position:relative}.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 .echo-hm2-video-icons{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 .echo-hm2-video-icons .vedio-icone{position:relative}.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:videobuttonpopup;background-color:#fff;border-radius:50%;box-sizing:content-box;display:block;display:flex;height:44px;padding:18px 20px 18px 28px;width:32px}.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button span{color:#0059ff;font-size:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button span.outer-text{border:none;color:#fff;font-family:Bona Nova;font-size:20px;font-weight:500;margin-left:75px;margin-top:-12px;min-width:-moz-max-content;min-width:max-content;position:relative}.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;z-index:1000}.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.echo-hero-section.inner .echo-hero-baner:nth-child(4) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}.echo-hero-section.inner .echo-hero-baner:last-child{margin-bottom:0}.echo-hero-section.inner .echo-hero-baner{box-shadow:30px 30px 60px rgba(0,0,1,.05);margin-bottom:40px;position:relative}.echo-hero-section.inner .echo-hero-baner h2{font-size:50px;font-weight:700;line-height:60px;margin-bottom:30px;margin-top:30px}.echo-hero-section.inner .echo-hero-baner p{font-size:16px;line-height:26px;margin-top:20px}.echo-hero-section.inner .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share{align-items:center;display:flex;gap:20px;margin-bottom:20px}.echo-hero-section.inner .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share .echo-hero-area-like-read-comment-share a{font-size:14px}.echo-hero-section.inner .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share .echo-hero-area-like-read-comment-share a i{margin:0 4px}.echo-hero-section.inner .echo-right-ct-1 .echo-popular-hl-img{background-color:#f9f9f9;padding:20px}.echo-hero-section.inner .echo-right-ct-1 .echo-popular-hl-img .echo-home-2-title{margin-bottom:20px}.echo-hero-section.inner .echo-right-ct-1 .echo-popular-hl-img .echo-home-2-title .echo-home-2-main-title h5{margin-bottom:0}.echo-hero-section.inner .echo-right-ct-1 .echo-popular-hl-img .echo-popular-item h5{color:#fff;font-size:20px;line-height:30px;margin:0;text-align:center;transform:translateY(75%)}.echo-hero-section.inner .echo-right-ct-1 .echo-popular-hl-img .echo-popular-item ul li{background-repeat:no-repeat;background-size:cover;margin-bottom:15px;min-height:70px}.echo-hero-section.inner .echo-right-ct-1 .echo-popular-hl-img .echo-popular-item ul li:first-child{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{background:#5e5e5e;content:"";display:none;height:.5px;position:absolute;right:-20px;top:15px;width:75%}@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{align-items:center;display:flex;gap:15px;margin:18px 0}.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{height:100%;width:100%}.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text{flex-basis:60%}.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6{font-size:20px;line-height:30px;margin-bottom:10px}.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text a.pe-none{font-size:14px}.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text a.pe-none i{font-size:16px;margin-right:6px}.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower{background-color:#f9f9f9;margin-top:25px;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{border-bottom:1px solid rgba(94,94,94,.5);font-size:14px;margin:0;padding-top:20px;width:50%}@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{align-items:center;display:inline-flex;gap:10px;margin-bottom:15px}.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(5),.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(6){border-bottom:none}.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:first-child,.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,.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:first-child,.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(2){padding-top:0}.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(5),.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(6){padding-bottom:0}.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter{background-color:#f9f9f9;margin-top:25px;padding:30px}.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{font-size:30px;line-height:40px;margin:0}.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{color:#5e5e5e;font-family:Bona Nova,serif;font-size:20px;font-weight:700;line-height:30px;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;left:12px;position:absolute;top:24%}.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]{border:1px solid #5e5e5e;opacity:.5;padding:8px 0 8px 35px;width:255px}.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-color:#181823;margin-left:-4px;padding:13px 0;position:absolute;transition:all .3s ease-in;width:60px}.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box button:hover{background-color:var(--color-primary)}.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box button i{color:#fff;font-size:16px}.echo-hero-section.inner .echo-right-ct-1 .echo-ct-1-add{margin-top:25px}.echo-hero-section.inner .echo-full-hero-content.inner-category-1 .echo-hero-baner .echo-hero-baner-text-heading-info-ct-1{padding:25px 30px}.echo-hero-section.inner-2 .echo-hero-section.inner .echo-hero-baner{padding:0}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1{position:relative}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:videobuttonpopup;border-radius:50%;box-sizing:content-box;display:block;display:flex;height:44px;padding:18px 20px 18px 28px;width:32px}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button span.outer-text{border:none;color:#fff;font-family:Bona Nova;font-size:20px;font-weight:500;margin-left:75px;margin-top:-12px;min-width:-moz-max-content;min-width:max-content;position:relative}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button:after{background:#fff;border:.5px solid #fff;border-radius:50%;content:"";display:block;height:80px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:80px;z-index:1}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;z-index:1000}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button span{border-bottom:8px solid transparent;border-left:14px solid #7817f2;border-top:8px solid transparent;display:block;height:0;left:47%;position:relative;top:50%;transform:translate(-50%,-50%);width:0;z-index:3}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(2) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1{position:relative}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 .echo-hm2-video-icons{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 .echo-hm2-video-icons .vedio-icone{position:relative}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:videobuttonpopup;background-color:#fff;border-radius:50%;box-sizing:content-box;display:block;display:flex;height:44px;padding:18px 20px 18px 28px;width:32px}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button span{color:#0059ff;font-size:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-play-button span.outer-text{border:none;color:#fff;font-family:Bona Nova;font-size:20px;font-weight:500;margin-left:75px;margin-top:-12px;min-width:-moz-max-content;min-width:max-content;position:relative}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;z-index:1000}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.echo-hero-section.inner-2 .echo-hero-baner:nth-child(5) .echo-inner-img-ct-1 .echo-hm2-video-icons .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}.echo-hero-section.inner-2 .echo-hero-baner{align-items:center;display:flex;gap:30px}.echo-hero-section.inner-2 .echo-hero-baner .echo-inner-img-ct-1{flex-basis:45%}.echo-hero-section.inner-2 .echo-hero-baner .echo-banner-texting{flex-basis:55%}.echo-hero-section.inner-2 .echo-hero-baner .echo-banner-texting h3{font-size:40px;line-height:50px;padding-top:20px}.echo-hero-section.inner-3 .echo-hm2-video-icons .video-play-button{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:videobuttonpopup;border-radius:50%;box-sizing:content-box;display:block;display:flex;height:44px;left:50%;padding:18px 20px 18px 28px;position:absolute;top:50%;transform:translate(-50%,-50%);width:32px}.echo-hero-section.inner-3 .echo-hm2-video-icons .video-play-button span.outer-text{border:none;color:#fff;font-family:Bona Nova;font-size:20px;font-weight:500;margin-left:75px;margin-top:-12px;min-width:-moz-max-content;min-width:max-content;position:relative}.echo-hero-section.inner-3 .echo-hm2-video-icons .video-play-button:after{background:#fff;border:.5px solid #fff;border-radius:50%;content:"";display:block;height:80px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:80px;z-index:1}.echo-hero-section.inner-3 .echo-hm2-video-icons .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.echo-hero-section.inner-3 .echo-hm2-video-icons .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;width:30px;z-index:1000}.echo-hero-section.inner-3 .echo-hm2-video-icons .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.echo-hero-section.inner-3 .echo-hm2-video-icons .video-play-button span{border-bottom:8px solid transparent;border-left:14px solid #7817f2;border-top:8px solid transparent;display:block;height:0;left:47%;position:relative;top:50%;transform:translate(-50%,-50%);width:0;z-index:3}.echo-hero-section.inner-3 .echo-hm2-video-icons .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}.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{background-color:#fff;display:block}.echo-hero-section.inner-3 .echo-ct-style-bg-color .banner-inner-3 .echo-inner-ct-style-3-full-width{padding:0 30px 5px}.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-bottom:30px;margin-top:30px}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3.echo-ct-style-3-ls{margin-top:30px}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3.echo-ct-style-3-ls .echo-hm2-video-icons{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3.echo-ct-style-3-ls .echo-hm2-video-icons .vedio-icone{background-color:#fff;border:1px solid #fff;border-radius:50%;height:80px;line-height:80px;position:relative;width:80px}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3.echo-ct-style-3-ls .echo-hm2-video-icons .vedio-icone span{cursor:pointer;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3.echo-ct-style-3-ls .echo-hm2-video-icons .vedio-icone span svg path{fill:#7817f2}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3{display:flex;gap:30px}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3 .echo-hero-baner{background-color:#fff;display:block;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{overflow:visible;position:relative}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3 .echo-hero-baner .echo-inner-img-ct-1.img-transition-scale a{overflow:hidden}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3 .echo-hero-baner .echo-banner-texting{padding:10px 25px 30px}.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{align-items:center;background-color:#fff;display:flex;gap:15px;margin-bottom:20px;padding: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{font-size:25px;line-height:35px;margin:0}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title .echo-popular-cat-view{margin-top:10px}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title .echo-popular-cat-view a{font-size:14px}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title .echo-popular-cat-view a i{font-size:15px;margin-right:6px}.echo-banner-innerpage{padding:100px 0 0}.echo-hero-section.inner-post .echo-financial-area .content .content-wrapper .wrapper-item{padding-left:30px}.echo-hero-section.inner-post .echo-financial-area .content .details-share,.echo-hero-section.inner-post .echo-financial-area .content .details-tag{flex-wrap:wrap}.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{border:1px solid rgba(94,94,94,.302);color:#181823;display:block;float:left;font-family:Bona Nova,", serif";font-size:80px;line-height:96px;margin-right:20px;padding:25px 45px}.echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing{display:flex;gap:30px}.echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing .echo-quote-area{background-color:transparent!important;flex-basis:48%;padding:0;position:relative}.echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing .echo-quote-area:after{background-color:#454545;content:"";height:100%;position:absolute;right:-10px;top:0;width:1px}.echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing .echo-quote-area:before{display:none}.echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing .echo-quote-area h2{font-size:23px;font-weight:400;line-height:35px;margin:20px 0 0}.echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing .echo-quote-area .author{font-weight:700;margin-top:15px}.echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing .echo-quote-info{flex-basis:52%}.echo-hero-section.inner-post-3 .echo-financial-area .content h3 .echo-post-title{font-size:40px;line-height:50px;margin:0}.echo-hero-section.inner-post-3 .echo-alignment-pt-style-2{margin-top:30px}.echo-hero-section.inner-post-3 .echo-top-story .next i{margin-left:6px}.echo-hero-section.inner-post-3 .echo-top-story h6{font-size:20px;line-height:30px;margin-top:10px}.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{margin-bottom:70px;text-align:center}.echo-hero-section.inner-post-3 .echo-ab-pr .echo-footer-social-media a{border:1px solid #5e5e5e;border-radius:50%;display:inline-block;font-size:16px;height:35px;line-height:35px;margin:0 5px;position:relative;text-align:center;transform:scale(.9);transition:all .3s ease;width:35px}.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-bottom:25px;margin-top:15px}.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{margin-left:10px;position:absolute;top:50%;transform:translateY(-50%)}.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,.15);height:60px;padding:0 0 0 35px;width:500px}.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form input::-moz-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 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);border-bottom:1px solid transparent;border-right:1px solid transparent;border-top:1px solid transparent;height:60px;position:absolute;transition:.3s ease;width:75px}.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form .echo-ps-2-subscribe-btn i{color:#fff}.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form .echo-ps-2-subscribe-btn:hover{background-color:#181823}.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form .echo-ps-2-subscribe-btn:hover i{color:#fff}.echo-banner-innerpage .banner-inner .banner-image.top{margin-bottom:20px}.echo-hero-section .echo-hero-baner-text-heading-info-ct-1{padding:25px 30px}.hero-home-five{background-image:url(../images/hm-5/hm5-banner-bg.png);background-repeat:no-repeat;background-size:cover;overflow:hidden;padding:245px 0 260px;position:relative;z-index:1}@media (max-width:768px){.hero-home-five{padding:200px 0}}@media (max-width:576px){.hero-home-five{padding:150px 0 120px}}.hero-home-five .hm-5-container .hero-hm5-img{bottom:0;position:absolute;right:32px;z-index:-1}@media (max-width:768px){.hero-home-five .hm-5-container .hero-hm5-img{display:none}}.hero-home-five .hm-5-container .hero-hm5-text{position:relative}.hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-sub-title{margin-bottom:33px}.hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-sub-title p{color:var(--home-5-body-color);font-family:var(--home-5-body-font);font-size:20px;font-style:normal;font-weight:700;line-height:normal;padding-left:56px;position:relative;text-transform:uppercase}.hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-sub-title p:before{background-color:var(--color-white);content:"";height:1px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:40px}.hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-title{margin-bottom:60px;max-width:60%}@media (max-width:1500px){.hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-title{max-width:75%}}@media (max-width:1200px){.hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-title{max-width:100%}}.hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-title h2{color:var(--color-white);font-family:var(--home-5-title-font);font-size:145px;font-style:normal;font-weight:400;line-height:140px;text-transform:uppercase}@media (max-width:991px){.hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-title h2{font-size:100px;line-height:1.1}}@media (max-width:768px){.hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-title h2{font-size:90px}}@media (max-width:576px){.hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-title h2{font-size:70px}}@media (max-width:450px){.hero-home-five .hm-5-container .hero-hm5-text .hero-hm5-title h2{font-size:46px}}.hero-home-five .shape1{bottom:40px;left:50%;position:absolute;transform:translateX(-50%)}@media (max-width:576px){.hero-home-five .shape1{display:none}}.hero-home-five .shape2{bottom:40px;position:absolute;right:0;z-index:-2}@media (max-width:768px){.hero-home-five .shape2{width:150px}}@media (max-width:576px){.hero-home-five .shape2{bottom:50%;transform:translateY(50%);width:100px;width:70px}}.hm5-feature-area{background-color:#190108;overflow:hidden;padding:120px 0}.hm5-feature-area .hm5-feature-title .hm-5-title-btn .hm-5-main-title h2{margin-bottom:0}@media (max-width:991px){.hm5-feature-area .hm5-feature-title .hm-5-title-btn .hm5-btn-1{font-size:16px;padding:20px 48px 18px 20px}}@media (max-width:768px){.hm5-feature-area .hm5-feature-title .hm-5-title-btn .hm5-btn-1{display:none}}.hm5-feature-area .hm5-feature-content{margin-top:40px}@media (max-width:1200px){.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content{margin-bottom:50px}.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content.small:last-child{margin-bottom:0}}.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-feature-img{border-radius:15px;position:relative}.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-feature-img img{width:100%}.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content{margin-top:27px}.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title{margin-top:25px}.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3{color:var(--color-white);font-family:var(--home-5-title-font);font-size:39px;font-style:normal;font-weight:500;line-height:50px;text-transform:uppercase}@media (max-width:1400px) and (min-width:1200px){.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3{font-size:32px;line-height:1.1}}@media (max-width:576px){.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3{font-size:32px;line-height:42px}}@media (max-width:450px){.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3{font-size:28px;line-height:38px}}.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a{background-image:linear-gradient(90deg,#fff 50%,transparent 0);background-size:200% 2px}.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a:hover{color:#fff}.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .feature-img-content-btn{margin-top:52px}.hm5-feature-area.area2{background:none}.hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2{color:#190108;font-family:var(--home-5-title-font);font-size:70px;font-weight:400;position:relative;text-align:center;text-transform:uppercase}@media (max-width:1200px){.hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2{font-size:60px;line-height:1.1}}@media (max-width:768px){.hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2{font-size:45px;line-height:1.1}}.hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2:after,.hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2:before{background:#d5225b;content:"";height:1px;position:absolute;top:50%;transform:translateY(-50%);width:32%}@media (max-width:1200px){.hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2:after,.hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2:before{width:30%}}@media (max-width:991px){.hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2:after,.hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2:before{display:none}}.hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2:before{left:0}.hm5-feature-area.area2 .hm5-feature-title .hm-5-main-title h2:after{right:0}.hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content{margin-bottom:50px}.hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3{font-size:50px;line-height:60px}@media (max-width:991px){.hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3{font-size:42px;line-height:52px}}@media (max-width:576px){.hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3{font-size:32px;line-height:42px}}@media (max-width:450px){.hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3{font-size:28px;line-height:38px}}.hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a{background-image:linear-gradient(90deg,#190108 50%,transparent 0);background-position:100% 90%;background-size:200% 2px;color:#190108}.hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a:hover{background-position:0 90%}.hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .feature-img-content-btn{margin-top:30px}.hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .feature-img-content-btn .hm5-btn-2{border:1px solid #d5225b;color:#d5225b}.hm5-feature-area.area2 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .feature-img-content-btn .hm5-btn-2:hover{color:#fff}.hm5-feature-area.video{background:#4c091e}.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title.left h3{font-size:60px;line-height:70px}@media (max-width:768px){.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title.left h3{font-size:48px;line-height:58px}}@media (max-width:576px){.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title.left h3{font-size:32px;line-height:42px}}.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a{background-position:100% 90%;background-size:200% 2px}.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a:hover{background-position:0 90%}.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .video-play-button{border-radius:50%;box-sizing:content-box;display:block;display:flex;height:44px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:32px}.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .video-play-button:after{background:#fff;border:.5px solid #fff;border-radius:50%;content:"";display:block;height:70px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:70px;z-index:1}.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .video-play-button:before{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:hsla(0,0%,100%,.15);border-radius:50%;content:"";display:block;height:100px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:100px;z-index:1}.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;z-index:1000}.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .video-play-button span{border-bottom:8px solid transparent;border-left:14px solid #d5225b;border-top:8px solid transparent;display:block;height:0;left:50%;position:relative;top:50%;transform:translate(-50%,-50%);width:0;z-index:3}.hm5-feature-area.video .hm5-feature-content .hm5-featurea-main-content .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}.hm5-feature-area.video .hm5-feature-content .right-side{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:hsla(0,0%,100%,.1);border-radius:20px;padding:30px}.hm5-feature-area.video .hm5-feature-content .right-side .hm5-featurea-main-content .hm5-featurea-meta-content{margin-top:20px}.hm5-feature-area.video .hm5-feature-content .right-side .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title{margin-top:15px}.hm5-feature-area.video .hm5-feature-content .right-side .hm5-featurea-main-content:last-child .hm5-featurea-meta-content .hm5-feature-img-title h3{margin-bottom:0}.hm5-feature-area.area3{background:none;padding-bottom:0}.hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2{color:#190108;font-family:var(--home-5-title-font);font-size:70px;font-weight:400;position:relative;text-align:center;text-transform:uppercase}@media (max-width:991px){.hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2{font-size:54px}}@media (max-width:576px){.hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2{font-size:42px}}.hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2:after,.hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2:before{background:#d5225b;content:"";height:1px;position:absolute;top:50%;transform:translateY(-50%);width:32%}@media (max-width:1200px){.hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2:after,.hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2:before{width:28%}}@media (max-width:991px){.hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2:after,.hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2:before{display:none}}.hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2:before{left:0}.hm5-feature-area.area3 .hm5-feature-title .hm-5-main-title h2:after{right:0}.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content{margin-bottom:50px}.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3{font-size:39px;line-height:50px}@media (max-width:1460px) and (min-width:1200px){.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3{font-size:28px;line-height:38px}}@media (max-width:991px){.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3{font-size:32px;line-height:42px}}.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a{background-image:linear-gradient(90deg,#190108 50%,transparent 0);background-position:100% 90%;background-size:200% 2px;color:#190108}.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .hm5-feature-img-title h3 a:hover{background-position:0 90%}.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .feature-img-content-btn{margin-top:30px}.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .feature-img-content-btn .hm5-btn-2{border:1px solid #d5225b;color:#d5225b}.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .feature-img-content-btn .hm5-btn-2:hover{color:#fff}.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small{align-items:center;display:flex;gap:30px;margin-bottom:30px}@media (max-width:768px){.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small{display:block}}.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small:last-child{margin-bottom:0}@media (max-width:991px){.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small:last-child{margin-bottom:30px}}.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small .hm5-feature-img{flex-basis:50%}.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small .hm5-featurea-meta-content{flex-basis:50%;margin-top:0}@media (max-width:768px){.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small .hm5-featurea-meta-content{margin-top:30px}}.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small .hm5-featurea-meta-content .hm5-feature-img-title h3{font-size:40px;line-height:45px}@media (max-width:991px){.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small .hm5-featurea-meta-content .hm5-feature-img-title h3{font-size:32px;line-height:42px}}.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small .hm5-featurea-meta-content .feature-img-content-btn .hm5-btn-2{color:#d5225b;font-size:14px;font-style:normal;font-weight:500;text-transform:uppercase}.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.small .hm5-featurea-meta-content .feature-img-content-btn .hm5-btn-2:hover{color:#fff}.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.large .hm5-featurea-meta-content h3{font-size:60px;line-height:70px}@media (max-width:768px){.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.large .hm5-featurea-meta-content h3{font-size:48px;line-height:58px}}@media (max-width:576px){.hm5-feature-area.area3 .hm5-feature-content .hm5-featurea-main-content.large .hm5-featurea-meta-content h3{font-size:32px;line-height:42px}}.rts-match-result-section{background:#4c091e;padding:100px 0}.rts-match-result-section .section-inner .match-wrapper{margin:0 15px}@media (max-width:1460px) and (min-width:1200px){.rts-match-result-section .section-inner .match-wrapper{margin:0 10px}}@media (max-width:1200px){.rts-match-result-section .section-inner .match-wrapper{margin:0 0 60px}}.rts-match-result-section .section-inner .match-wrapper.first{margin-left:0}.rts-match-result-section .section-inner .match-wrapper.last{margin-right:0}.rts-match-result-section .section-inner .match-wrapper .team{align-items:center;display:flex;gap:30px;justify-content:center;margin-bottom:40px}@media (max-width:1600px){.rts-match-result-section .section-inner .match-wrapper .team{gap:15px}}@media (max-width:1460px) and (min-width:1200px){.rts-match-result-section .section-inner .match-wrapper .team{gap:10px;margin-bottom:20px}}@media (max-width:1200px){.rts-match-result-section .section-inner .match-wrapper .team{margin-bottom:20px}}.rts-match-result-section .section-inner .match-wrapper .team .club{align-items:center;display:flex;gap:20px}@media (max-width:1600px){.rts-match-result-section .section-inner .match-wrapper .team .club{gap:10px}}@media (max-width:450px){.rts-match-result-section .section-inner .match-wrapper .team .club{display:block;text-align:center}}.rts-match-result-section .section-inner .match-wrapper .team .club img{height:60px;width:60px}.rts-match-result-section .section-inner .match-wrapper .team .club .title{color:#f6eeea;font-family:var(--home-5-title-font);font-size:24px;font-weight:400;line-height:30px;margin:0;text-transform:uppercase}@media (max-width:1460px) and (min-width:1200px){.rts-match-result-section .section-inner .match-wrapper .team .club .title{font-size:16px}}.rts-match-result-section .section-inner .match-wrapper .team .club.two .title{text-align:end}@media (max-width:450px){.rts-match-result-section .section-inner .match-wrapper .team .club.two .title{text-align:center}}.rts-match-result-section .section-inner .match-wrapper .team span{width:50px}.rts-match-result-section .section-inner .match-wrapper .team span img{width:100%}.rts-match-result-section .section-inner .match-wrapper .result{align-items:center;border:1px solid #5f1028;display:flex;justify-content:space-between}@media (max-width:1200px){.rts-match-result-section .section-inner .match-wrapper .result{justify-content:center;margin:auto;max-width:-moz-max-content;max-width:max-content}}.rts-match-result-section .section-inner .match-wrapper .result .score{border-right:1px solid #5f1028;color:#fff;font-family:var(--home-5-title-font);font-size:30px;font-weight:400;padding:20px;text-transform:uppercase}.rts-match-result-section .section-inner .match-wrapper .result .score.last{border-left:1px solid #5f1028;border-right:none}.rts-match-result-section .section-inner .match-wrapper .result .time{color:#fff;font-family:var(--home-5-title-font);font-size:20px;font-weight:400;text-transform:uppercase}@media (max-width:1200px){.rts-match-result-section .section-inner .match-wrapper .result .time{padding:0 190px}}@media (max-width:576px){.rts-match-result-section .section-inner .match-wrapper .result .time{padding:0 100px}}@media (max-width:450px){.rts-match-result-section .section-inner .match-wrapper .result .time{padding:0 30px}}.echo-latest-news-area.home-six{background:url(../images/home-1/latest-news/latest-news-bg6.png)!important;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:90px 0 80px}.echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content{align-items:center;display:flex;gap:20px}@media (max-width:1200px){.echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content{margin-bottom:30px}}@media (max-width:576px){.echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content{gap:10px}}.echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content .image-area{flex-basis:31%}@media (max-width:1200px){.echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content .image-area{flex-basis:22%}}@media (max-width:768px){.echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content .image-area img{width:100%}}.echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content .content{flex-basis:68%}@media (max-width:1200px){.echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content .content{flex-basis:78%}}.echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content .content .author{color:#ffcc48;font-family:DM Sans,sans-serif;font-size:14px;font-style:italic;font-weight:500;line-height:22px;margin-bottom:0}.echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content .content h4{margin-bottom:0}.echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content .content h4 a{background-image:linear-gradient(90deg,#fff 50%,transparent 0);color:#fff;font-family:DM Sans,sans-serif;font-size:25px;font-style:normal;font-weight:700;line-height:30px}@media (max-width:576px){.echo-latest-news-area.home-six .section-inner .echo-latest-news-main-content .content h4 a{font-size:20px}}@media (max-width:500px){.echo-hero-section.home-six{padding:65px 0!important}}.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner{box-shadow:none;margin-bottom:70px}.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner:last-child{margin-bottom:0}.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content{text-align:center}.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .author{color:#ef5727;font-family:DM Sans,sans-serif;font-size:16px;font-style:italic;font-weight:500;line-height:24px;margin-top:30px;text-decoration:underline;text-underline-offset:10px}.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .echo-hero-title{font-family:DM Sans,sans-serif;font-size:70px;font-style:normal;font-weight:700;line-height:80px;text-align:center}@media (max-width:1300px){.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .echo-hero-title{font-size:60px;line-height:70px}.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .echo-hero-title a br{display:none}}@media (max-width:768px){.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .echo-hero-title{font-size:36px;line-height:50px}}@media (max-width:450px){.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .echo-hero-title{font-size:20px;line-height:30px}}.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .echo-hero-title a{background-size:200% 2px}.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .echo-hero-discription{margin-bottom:35px}@media (max-width:1300px){.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .echo-hero-discription br{display:none}}.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .hm6-btn-1{border:1px solid #ffcc48}.echo-hero-section.home-six .echo-full-hero-content .echo-hero-baner .content .hm6-btn-1:hover{border:1px solid #2b2004}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-author-area{background:#f4f4f4;padding:30px;text-align:center}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-author-area .heading-title{font-family:DM Sans,sans-serif}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-author-area .content{margin-top:30px}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-follower{background:#f4f4f4}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-follower .echo-home-2-title .echo-home-2-main-title h5{font-family:DM Sans,sans-serif}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story{background:#f4f4f4;margin-top:25px}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story h5{font-family:DM Sans,sans-serif}@media (max-width:500px){.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text{flex-basis:auto}}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text .pe-none{color:#ef5727;font-family:DM Sans,sans-serif;font-size:14px;font-style:italic;font-weight:500;line-height:22px}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6{font-family:DM Sans,sans-serif;margin-bottom:0}@media (max-width:500px){.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6{font-size:18px;line-height:28px}}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story.last{margin-bottom:30px}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story .show-more-btn{border:1px solid #6d6d6d;border-radius:60px;display:block;padding:12px 15px;text-align:center;transition:all .4s}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story .show-more-btn:hover{background:#ffcc48;border:1px solid #ffcc48;color:#fff}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story .show-more-btn i{margin-left:5px}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-author{background:#f4f4f4;margin-top:25px;padding:30px}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-author h5{font-family:DM Sans,sans-serif}@media (max-width:1366px) and (min-width:1200px){.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-author h5{font-size:22px;line-height:32px}}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-author .author-wrapper{margin:0;padding:0}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-author .author-wrapper .wrapper{align-items:center;border-bottom:1px solid #c5b8b8;display:flex;gap:15px;list-style:none;margin-bottom:20px;padding-bottom:20px}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-author .author-wrapper .wrapper:last-child{border:none;margin-bottom:0;padding-bottom:0}.echo-hero-section.home-six .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-author .author-wrapper .wrapper .content h6{color:#181823;font-family:DM Sans,sans-serif;font-size:20px;font-weight:700;line-height:30px;margin-bottom:0;text-transform:capitalize}.echo-video-area.home-six{background:#714707;padding:120px 0}.echo-video-area.home-six .hm5-feature-title .hm-5-title-btn{margin-bottom:65px}@media (max-width:576px){.echo-video-area.home-six .hm5-feature-title .hm-5-title-btn{margin-bottom:40px}}.echo-video-area.home-six .hm5-feature-title .hm-5-title-btn h2{font-family:DM Sans,sans-serif;font-size:60px;font-style:normal;font-weight:700;line-height:50px;margin-bottom:0;text-transform:capitalize}.echo-video-area.home-six .hm5-feature-title .hm-5-title-btn h2:after{background:#865b18;margin:0 50px}@media (max-width:576px){.echo-video-area.home-six .hm5-feature-title .hm-5-title-btn h2{font-size:42px}.echo-video-area.home-six .hm5-feature-title .hero-hm6-btn .hm6-btn-1{display:none}}.echo-video-area.home-six .section-inner .echo-hero-baner{box-shadow:none;margin-right:20px}.echo-video-area.home-six .section-inner .echo-hero-baner .echo-hero-banner-main-img{position:relative}.echo-video-area.home-six .section-inner .echo-hero-baner .video-play-button{border-radius:50%;box-sizing:content-box;display:block;display:flex;height:44px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:32px}.echo-video-area.home-six .section-inner .echo-hero-baner .video-play-button:after{background:#fff;border:.5px solid #fff;border-radius:50%;content:"";display:block;height:70px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:70px;z-index:1}.echo-video-area.home-six .section-inner .echo-hero-baner .video-play-button:before{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:hsla(0,0%,100%,.15);border-radius:50%;content:"";display:block;height:100px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:100px;z-index:1}.echo-video-area.home-six .section-inner .echo-hero-baner .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.echo-video-area.home-six .section-inner .echo-hero-baner .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;z-index:1000}.echo-video-area.home-six .section-inner .echo-hero-baner .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.echo-video-area.home-six .section-inner .echo-hero-baner .video-play-button span{border-bottom:8px solid transparent;border-left:14px solid #ffcc48;border-top:8px solid transparent;display:block;height:0;left:50%;position:relative;top:50%;transform:translate(-50%,-50%);width:0;z-index:3}.echo-video-area.home-six .section-inner .echo-hero-baner .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}.echo-video-area.home-six .section-inner .echo-hero-baner .content{text-align:left}.echo-video-area.home-six .section-inner .echo-hero-baner .content .author{color:#fff;font-family:DM Sans,sans-serif;font-size:16px;font-style:italic;font-weight:500;line-height:24px;margin-top:30px;text-decoration:underline;text-underline-offset:10px}.echo-video-area.home-six .section-inner .echo-hero-baner .content .echo-hero-title{font-family:DM Sans,sans-serif;font-size:70px;font-style:normal;font-weight:700;line-height:80px}@media (max-width:1200px){.echo-video-area.home-six .section-inner .echo-hero-baner .content .echo-hero-title{font-size:60px;line-height:70px}}@media (max-width:768px){.echo-video-area.home-six .section-inner .echo-hero-baner .content .echo-hero-title{font-size:40px;line-height:50px}}@media (max-width:450px){.echo-video-area.home-six .section-inner .echo-hero-baner .content .echo-hero-title{font-size:36px;line-height:46px}}.echo-video-area.home-six .section-inner .echo-hero-baner .content .echo-hero-title a{background-image:linear-gradient(90deg,#fff 50%,transparent 0);background-size:200% 2px;color:#fff}.echo-video-area.home-six .section-inner .echo-hero-baner .content .echo-hero-discription{margin-bottom:35px}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story{background:none;padding:0}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story{align-items:center;gap:30px;margin-bottom:25px;margin-top:0;transition:all .4s}@media (max-width:450px){.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story{display:block}}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story.last{margin-bottom:0}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story:hover .echo-story-picture .vedio-icone .video-play-button{opacity:1}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture{flex-basis:50%;position:relative;transition:all .4s}@media (max-width:991px){.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture{flex-basis:35%}}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture .vedio-icone{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .4s}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture .video-play-button{border-radius:50%;box-sizing:content-box;display:block;display:flex;height:44px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .4s;width:32px}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture .video-play-button:before{background:hsla(0,0%,66%,.9);border-radius:50%;content:"";display:block;height:100px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .4s;width:100px;z-index:1}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture .video-play-button:after{background:#fff;border:.5px solid #fff;border-radius:50%;content:"";display:block;height:70px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .4s;width:70px;z-index:1}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;z-index:1000}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture .video-play-button span{border-bottom:8px solid transparent;border-left:14px solid #ffcc48;border-top:8px solid transparent;display:block;height:0;left:50%;position:relative;top:50%;transform:translate(-50%,-50%);width:0;z-index:3}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text{flex-basis:50%}@media (max-width:991px){.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text{flex-basis:65%}}@media (max-width:450px){.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text{margin-top:20px}}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text .pe-none{color:#e2e2e2;font-family:DM Sans,sans-serif;font-size:14px;font-style:italic;font-weight:400;line-height:24px}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6{color:#fff;font-family:DM Sans,sans-serif;font-size:40px;font-weight:700;line-height:45px;margin:15px 0;padding-right:25px}@media (max-width:1200px){.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6{font-size:24px;line-height:34px}}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6 a{background-image:linear-gradient(90deg,#fff 50%,transparent 0);color:#fff}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6:after{display:none}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text .read-more-btn{border-bottom:1px solid #e2e2e2;color:#e2e2e2;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;line-height:26px}.echo-video-area.home-six .section-inner .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text .read-more-btn svg{margin-left:5px}.echo-video-area.home-seven{background:#9f68f5;padding:100px 0}.echo-video-area.home-seven .hm5-feature-title .hm-5-title-btn{display:block;text-align:center}.echo-video-area.home-seven .hm5-feature-title .hm-5-title-btn .hm-5-main-title{width:100%}.echo-video-area.home-seven .hm5-feature-title .hm-5-title-btn .hm-5-main-title h2{border-bottom:1px solid #ae7aff;font-family:Jost,sans-serif;font-size:40px;font-weight:500;line-height:50px;margin-bottom:50px;padding-bottom:30px;text-align:center;text-transform:none}.echo-video-area.home-seven .hm5-feature-title .hm-5-title-btn .hm-5-main-title h2:after{display:none}.echo-video-area.home-seven .section-inner .echo-hero-baner{border:none;padding:0}.echo-video-area.home-seven .section-inner .echo-hero-baner .echo-hero-banner-main-img{position:relative}.echo-video-area.home-seven .section-inner .echo-hero-baner .echo-hero-banner-main-img img{width:100%}.echo-video-area.home-seven .section-inner .echo-hero-baner .content .author{color:#e2e2e2}.echo-video-area.home-seven .section-inner .echo-hero-baner .content .echo-hero-title{color:#fff}.echo-video-area.home-seven .section-inner .echo-hero-baner .content .echo-hero-title a{background-image:linear-gradient(90deg,#fff 50%,transparent 0);color:#fff}.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story{background:none;margin-left:10px;padding:0}@media (max-width:991px){.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story{margin-left:0}}.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-top-story{align-items:center;gap:30px;margin-bottom:20px}@media (max-width:576px){.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-top-story{display:block}}.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-story-text{flex-basis:50%}@media (max-width:991px){.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-story-text{flex-basis:60%}}.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-story-text .pe-none{color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:22px;text-transform:uppercase}.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-story-text .pe-none svg{height:12px;margin-right:5px;width:12px}.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-story-text .pe-none svg path{fill:#fff}.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-story-text h6{color:#fff;font-family:Jost,sans-serif;font-size:40px;font-style:normal;font-weight:400;line-height:45px;margin-top:20px}.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-story-text h6 a{background-image:linear-gradient(90deg,#fff 50%,transparent 0);background-position:100% 90%;color:#fff}.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-story-text h6 a:hover{background-position:0 90%}.echo-video-area.home-seven .section-inner .echo-home-1-hero-area-top-story .echo-story-text h6:after{display:none}.echo-video-area.home-seven .section-inner .echo-story-picture{flex-basis:50%;position:relative}@media (max-width:991px){.echo-video-area.home-seven .section-inner .echo-story-picture{flex-basis:40%}.echo-video-area.home-seven .section-inner .echo-story-picture img{width:100%}}@media (max-width:576px){.echo-video-area.home-seven .section-inner .echo-story-picture{margin-bottom:10px}}.echo-video-area.home-seven .section-inner .echo-story-picture .video-play-button{border-radius:50%;box-sizing:content-box;display:block;display:flex;height:40px;left:50%;line-height:40px;position:absolute;top:50%;transform:translate(-50%,-50%);width:28px}.echo-video-area.home-seven .section-inner .echo-story-picture .video-play-button:after{height:55px;width:55px}.echo-video-area.home-seven .section-inner .echo-story-picture .video-play-button:before{height:80px;width:80px}.echo-video-area.home-seven .section-inner .echo-story-picture .video-play-button span svg{width:15px}.echo-video-area.home-seven .section-inner .video-play-button{border-radius:50%;box-sizing:content-box;display:block;display:flex;height:44px;left:50%;line-height:44px;position:absolute;top:50%;transform:translate(-50%,-50%);width:32px}.echo-video-area.home-seven .section-inner .video-play-button:after{background:#fff;border:.5px solid #fff;border-radius:50%;content:"";display:block;height:70px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:70px;z-index:1}.echo-video-area.home-seven .section-inner .video-play-button:before{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:hsla(0,0%,100%,.15);border-radius:50%;content:"";display:block;height:100px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:100px;z-index:1}.echo-video-area.home-seven .section-inner .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.echo-video-area.home-seven .section-inner .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;z-index:1000}.echo-video-area.home-seven .section-inner .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.echo-video-area.home-seven .section-inner .video-play-button span{display:block;left:50%;position:relative;top:50%;transform:translate(-50%,-50%);z-index:3}.echo-video-area.home-seven .section-inner .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}@media (max-width:768px){.hm5-feature-area.home-six{padding:60px 0}}.hm5-feature-area.home-six .hm5-feature-title .hm-5-main-title h2{font-family:DM Sans,sans-serif;font-size:60px;font-weight:700;line-height:70px;text-transform:none}.hm5-feature-area.home-six .hm5-feature-title .hm-5-main-title h2:after,.hm5-feature-area.home-six .hm5-feature-title .hm-5-main-title h2:before{display:none}@media (max-width:576px){.hm5-feature-area.home-six .hm5-feature-title .hm-5-main-title h2{font-size:40px;line-height:50px}.hm5-feature-area.home-six .hm5-feature-content{margin-top:15px}}.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .hm5-feature-img{border-radius:0}.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .content{text-align:center}.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .content .author{color:#ef5727;font-family:DM Sans,sans-serif;font-size:16px;font-style:italic;font-weight:500;line-height:24px;margin-bottom:20px;margin-top:30px;text-decoration:underline;text-underline-offset:10px}.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .content .echo-hero-title{font-family:DM Sans,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:50px;text-align:center}@media (max-width:1550px) and (min-width:991px){.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .content .echo-hero-title{font-size:22px;line-height:35px}}@media (max-width:576px){.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .content .echo-hero-title{font-size:30px;line-height:40px}}@media (max-width:450px){.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .content .echo-hero-title{font-size:24px;line-height:34px}}.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .content .echo-hero-title a{background-size:200% 2px}.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .content .echo-hero-discription{margin-bottom:35px}.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content .content .hero-hm6-btn .hm6-btn-1{border:1px solid #ffcc48;font-size:16px;height:60px;line-height:63px;width:180px}.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content.large .content .echo-hero-title{font-size:70px;line-height:80px}@media (max-width:1550px) and (min-width:1201px){.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content.large .content .echo-hero-title{font-size:45px;line-height:55px}}@media (max-width:1200px) and (min-width:991px){.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content.large .content .echo-hero-title{font-size:35px;line-height:45px}}@media (max-width:991px){.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content.large .content .echo-hero-title{font-size:58px;line-height:68px}}@media (max-width:768px){.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content.large .content .echo-hero-title{font-size:40px;line-height:50px}}@media (max-width:500px){.hm5-feature-area.home-six .hm5-feature-content .hm5-featurea-main-content.large .content .echo-hero-title{font-size:24px;line-height:34px}}.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story{background:none;padding:0}.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story{align-items:center;gap:30px;margin-bottom:25px;margin-top:0;transition:all .4s}@media (max-width:1550px) and (min-width:1200px){.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story{gap:20px}}@media (max-width:576px){.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story{gap:10px}}@media (max-width:450px){.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story{display:block}}.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story:hover .echo-story-picture .vedio-icone .video-play-button{opacity:1}.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture{flex-basis:48%;position:relative;transition:all .4s}@media (max-width:1550px) and (min-width:991px){.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture{flex-basis:38%}}@media (max-width:991px){.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture{flex-basis:32%}}@media (max-width:576px){.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture{flex-basis:40%}}@media (max-width:450px){.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture img{width:100%}}.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text{flex-basis:52%}@media (max-width:1550px) and (min-width:991px){.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text{flex-basis:62%}}@media (max-width:991px){.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text{flex-basis:68%}}@media (max-width:576px){.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text{flex-basis:60%}}@media (max-width:450px){.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text{margin-top:10px}}.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text .pe-none{color:#ef5727;font-family:DM Sans,sans-serif;font-size:14px;font-style:italic;font-weight:400;line-height:24px}.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6{font-family:DM Sans,sans-serif;font-size:40px;font-weight:700;line-height:50px;margin:15px 0;padding-right:25px}@media (max-width:1550px) and (min-width:991px){.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6{font-size:20px;line-height:30px}}@media (max-width:768px){.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6{font-size:30px;line-height:40px}}@media (max-width:576px){.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6{font-size:20px;line-height:30px}}@media (max-width:450px){.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6{margin-top:5px}}.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6:after{display:none}.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text .read-more-btn{border-bottom:1px solid #ef5727;color:#ef5727;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;line-height:26px}.hm5-feature-area.home-six .hm5-feature-content .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text .read-more-btn svg{margin-left:5px}.echo-newsletter-area.home-six{background:url(../images/home-1/latest-news/newsletter-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:120px 0}.echo-newsletter-area.home-six .newsletter-inner .content-title{color:#fff;font-family:DM Sans,sans-serif;font-size:50px;line-height:60px;margin-bottom:50px}@media (max-width:768px){.echo-newsletter-area.home-six .newsletter-inner .content-title{font-size:40px;line-height:50px}}.echo-newsletter-area.home-six .newsletter-inner form{height:100px;margin:auto;position:relative;width:820px}@media (max-width:991px){.echo-newsletter-area.home-six .newsletter-inner form{width:auto}}@media (max-width:768px){.echo-newsletter-area.home-six .newsletter-inner form{height:80px}}@media (max-width:450px){.echo-newsletter-area.home-six .newsletter-inner form{height:60px}}.echo-newsletter-area.home-six .newsletter-inner form input{border:1px solid #fff;border-radius:70px;height:100%}.echo-newsletter-area.home-six .newsletter-inner form .echo-subscribe-input-fill{height:100%;position:relative}.echo-newsletter-area.home-six .newsletter-inner form .echo-subscribe-input-fill svg{left:50px;position:absolute;top:50%;transform:translateY(-50%)}@media (max-width:576px){.echo-newsletter-area.home-six .newsletter-inner form .echo-subscribe-input-fill svg{left:20px}}@media (max-width:450px){.echo-newsletter-area.home-six .newsletter-inner form .echo-subscribe-input-fill svg{width:20px}}.echo-newsletter-area.home-six .newsletter-inner form .echo-subscribe-input-fill input{background:none;border:1px solid #a8711e;color:#fff;padding:10px 0 10px 100px}@media (max-width:576px){.echo-newsletter-area.home-six .newsletter-inner form .echo-subscribe-input-fill input{padding:10px 0 10px 50px}}.echo-newsletter-area.home-six .newsletter-inner form .echo-subscribe-input-fill input::-moz-placeholder{color:#fff!important;font-size:16px}.echo-newsletter-area.home-six .newsletter-inner form .echo-subscribe-input-fill input::placeholder{color:#fff!important;font-size:16px}@media (max-width:450px){.echo-newsletter-area.home-six .newsletter-inner form .echo-subscribe-input-fill input::-moz-placeholder{font-size:14px}.echo-newsletter-area.home-six .newsletter-inner form .echo-subscribe-input-fill input::placeholder{font-size:14px}}.echo-newsletter-area.home-six .newsletter-inner form .echo-footer-area-subscribe-button{background-color:#ffcc48;border:1px solid transparent;border-radius:40px;color:#2b2004;font-size:18px;font-weight:700;padding:30px 18px;position:absolute!important;position:relative;right:10px;text-align:center;text-transform:capitalize;top:50%;transform:translateY(-50%);width:200px}@media (max-width:768px){.echo-newsletter-area.home-six .newsletter-inner form .echo-footer-area-subscribe-button{padding:20px 0;width:170px}}@media (max-width:450px){.echo-newsletter-area.home-six .newsletter-inner form .echo-footer-area-subscribe-button{font-size:14px;padding:10px 0;width:100px}}.echo-newsletter-area.home-six .newsletter-inner form .desc{color:#fff;font-family:Inter;font-size:14px;font-style:italic;font-weight:300;line-height:22px;margin-top:10px;opacity:.8}.echo-newsletter-area.home-six .newsletter-inner form .desc a{text-decoration:underline}.echo-newsletter-area.home-nine{background:#003811;padding:120px 0}.echo-newsletter-area.home-nine .newsletter-inner .content-title{color:#fff;font-size:60px;line-height:70px;margin-bottom:30px;text-transform:capitalize}@media (max-width:768px){.echo-newsletter-area.home-nine .newsletter-inner .content-title{font-size:40px;line-height:50px}}@media (max-width:450px){.echo-newsletter-area.home-nine .newsletter-inner .content-title{font-size:34px;line-height:45px}}.echo-newsletter-area.home-nine .newsletter-inner .desc{color:#fff}.echo-newsletter-area.home-nine .newsletter-inner form{height:100px;margin:auto;position:relative;width:820px}@media (max-width:991px){.echo-newsletter-area.home-nine .newsletter-inner form{width:auto}}@media (max-width:768px){.echo-newsletter-area.home-nine .newsletter-inner form{height:80px}}@media (max-width:450px){.echo-newsletter-area.home-nine .newsletter-inner form{height:60px}}.echo-newsletter-area.home-nine .newsletter-inner form input{border:1px solid #fff;height:100%}.echo-newsletter-area.home-nine .newsletter-inner form .echo-subscribe-input-fill{height:100%;position:relative}.echo-newsletter-area.home-nine .newsletter-inner form .echo-subscribe-input-fill svg{left:50px;position:absolute;top:50%;transform:translateY(-50%)}@media (max-width:576px){.echo-newsletter-area.home-nine .newsletter-inner form .echo-subscribe-input-fill svg{left:20px}}@media (max-width:450px){.echo-newsletter-area.home-nine .newsletter-inner form .echo-subscribe-input-fill svg{width:20px}}.echo-newsletter-area.home-nine .newsletter-inner form .echo-subscribe-input-fill input{background:none;border:1px solid #5e5e5e;color:#fff;padding:10px 0 10px 100px}@media (max-width:576px){.echo-newsletter-area.home-nine .newsletter-inner form .echo-subscribe-input-fill input{padding:10px 0 10px 50px}}.echo-newsletter-area.home-nine .newsletter-inner form .echo-subscribe-input-fill input::-moz-placeholder{color:#fff!important;font-size:16px}.echo-newsletter-area.home-nine .newsletter-inner form .echo-subscribe-input-fill input::placeholder{color:#fff!important;font-size:16px}@media (max-width:450px){.echo-newsletter-area.home-nine .newsletter-inner form .echo-subscribe-input-fill input::-moz-placeholder{font-size:14px}.echo-newsletter-area.home-nine .newsletter-inner form .echo-subscribe-input-fill input::placeholder{font-size:14px}}.echo-newsletter-area.home-nine .newsletter-inner form .echo-footer-area-subscribe-button{background-color:#ffcc48;border:1px solid transparent;color:#2b2004;font-size:18px;font-weight:700;padding:30px 18px;position:absolute!important;position:relative;right:10px;text-align:center;text-transform:capitalize;top:50%;transform:translateY(-50%);width:200px}@media (max-width:768px){.echo-newsletter-area.home-nine .newsletter-inner form .echo-footer-area-subscribe-button{padding:20px 0;width:170px}}@media (max-width:450px){.echo-newsletter-area.home-nine .newsletter-inner form .echo-footer-area-subscribe-button{font-size:14px;padding:10px 0;width:100px}}.echo-newsletter-area.home-nine .newsletter-inner form .desc{color:#fff;font-family:Inter;font-size:14px;font-style:italic;font-weight:300;line-height:22px;margin-top:10px;opacity:.8}.echo-newsletter-area.home-nine .newsletter-inner form .desc a{text-decoration:underline}.echo-social-media-area-hm2.home-six{padding-bottom:0;padding-top:0}.home-six .echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li a:hover{color:#ffcc48}.echo-business-area{padding:100px 0}.echo-business-area .hm5-feature-title .hm-5-title-btn{margin-bottom:60px;position:relative}.echo-business-area .hm5-feature-title .hm-5-title-btn .hm-5-main-title{width:auto}.echo-business-area .hm5-feature-title .hm-5-title-btn .hm-5-main-title h2{color:#313131;font-family:Jost,sans-serif;font-size:40px;font-style:normal;font-weight:500;line-height:50px;margin-bottom:0;text-transform:none}.echo-business-area .hm5-feature-title .hm-5-title-btn .hm-5-main-title h2:after{display:none}.echo-business-area .hm5-feature-title .hm-5-title-btn .swiper-btn-area{position:absolute;right:0;top:50%;transform:translateY(-50%);width:120px}.echo-business-area .hm5-feature-title .hm-5-title-btn .swiper-btn-area .swiper-button-next,.echo-business-area .hm5-feature-title .hm-5-title-btn .swiper-btn-area .swiper-button-prev{display:block;height:50px;line-height:50px;text-align:center;width:50px}.echo-business-area .hm5-feature-title .hm-5-title-btn .swiper-btn-area .swiper-button-next:after,.echo-business-area .hm5-feature-title .hm-5-title-btn .swiper-btn-area .swiper-button-prev:after{display:none}.echo-business-area .hm5-feature-title .hm-5-title-btn .swiper-btn-area .swiper-button-next{background:linear-gradient(126deg,#9f68f5 14.85%,#bee44f 86.39%);color:#fff;right:0}.echo-business-area .hm5-feature-title .hm-5-title-btn .swiper-btn-area .swiper-button-prev{border:1px solid rgba(85,85,85,.322);color:rgba(85,85,85,.322);left:0;right:unset}.echo-business-area .section-inner .echo-hero-baner{border:none;padding:0}.echo-business-area .section-inner .echo-hero-baner .echo-hero-banner-main-img img{width:100%}.echo-business-area .section-inner .echo-hero-baner .content .author{align-items:center;display:flex;font-style:italic;gap:15px;justify-content:center;text-decoration:none}.echo-business-area .section-inner .echo-hero-baner .content .author span{align-items:center;display:flex}.echo-business-area .section-inner .echo-hero-baner .content .author span svg{height:12px;margin-right:5px;width:12px}.echo-business-area .section-inner .echo-hero-baner .content .echo-hero-title{font-size:30px;font-weight:500;line-height:40px}.echo-business-area.area2{background:#f2f2f2}.echo-business-area.area2 .hm5-feature-title .hm-5-title-btn .see-all-btn{background:linear-gradient(126deg,#9f68f5 14.85%,#bee44f 86.39%);color:#fff;font-size:18px;line-height:28px;padding:15px 30px}@media (max-width:768px){.echo-business-area.area2 .hm5-feature-title .hm-5-title-btn .see-all-btn{display:none}}.echo-business-area.area2 .hm5-feature-title .hm-5-title-btn .see-all-btn i{margin-left:10px}.echo-business-area.area2 .section-inner .echo-hero-baner .echo-hero-banner-main-img{position:relative}.echo-business-area.area2 .section-inner .echo-hero-baner .echo-hero-banner-main-img .tag{background:#f2f2f2;border-radius:50%;height:60px;left:-10px;line-height:60px;position:absolute;text-align:center;top:-10px;width:60px}.echo-business-area.area2 .section-inner .echo-hero-baner .echo-hero-banner-main-img .tag span{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-image:linear-gradient(126deg,#9f68f5 14.85%,#bee44f 86.39%);font-size:20px;font-weight:600}.echo-business-area.area2 .section-inner .echo-hero-baner .content .echo-hero-title{font-size:25px;line-height:35px}.echo-business-area.area3 .hm5-feature-title .hm-5-title-btn .see-all-btn{background:linear-gradient(126deg,#9f68f5 14.85%,#bee44f 86.39%);color:#fff;font-size:18px;line-height:28px;padding:15px 30px}@media (max-width:768px){.echo-business-area.area3 .hm5-feature-title .hm-5-title-btn .see-all-btn{display:none}}.echo-business-area.area3 .hm5-feature-title .hm-5-title-btn .see-all-btn i{margin-left:10px}.echo-business-area.area3 .section-inner .echo-hero-baner{align-items:center;background:#fff;box-shadow:0 20px 60px 0 rgba(0,0,1,.05);display:flex;gap:20px;padding:20px}@media (max-width:400px){.echo-business-area.area3 .section-inner .echo-hero-baner{display:block}}.echo-business-area.area3 .section-inner .echo-hero-baner .echo-hero-banner-main-img{flex-basis:35%}@media (max-width:400px){.echo-business-area.area3 .section-inner .echo-hero-baner .echo-hero-banner-main-img{margin-bottom:20px}}.echo-business-area.area3 .section-inner .echo-hero-baner .content{flex-basis:65%;margin-top:0}.echo-business-area.area3 .section-inner .echo-hero-baner .content .echo-hero-title{font-size:25px;font-weight:500;line-height:35px;text-align:left}.echo-business-area.area3 .section-inner .echo-hero-baner .content .echo-hero-title a{background-image:linear-gradient(90deg,#000 50%,transparent 0);color:#000!important}.echo-business-area.area3 .section-inner .echo-hero-baner .content .listen-now-btn{background:linear-gradient(126deg,#9f68f5 14.85%,#bee44f 86.39%);color:#5e5e5e;display:block;height:40px;line-height:40px;opacity:.6;position:relative;width:120px;z-index:1}.echo-business-area.area3 .section-inner .echo-hero-baner .content .listen-now-btn:after{background-color:#fff;content:"";height:38px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:118px;z-index:-1}.echo-business-area.area3 .section-inner .echo-hero-baner .content .listen-now-btn svg{margin-right:2px}.echo-latest-news-area.home-eight{background:#fff}.echo-latest-news-area.home-eight .hm5-feature-title{margin-bottom:60px}.echo-latest-news-area.home-eight .hm5-feature-title .hm-5-main-title{align-items:center;display:flex;position:relative}.echo-latest-news-area.home-eight .hm5-feature-title .hm-5-main-title img{margin-right:10px}.echo-latest-news-area.home-eight .hm5-feature-title .hm-5-main-title h2{color:#171717;font-family:Inter,sans-serif;font-size:30px;font-weight:600;line-height:40px;margin-bottom:0;text-transform:none}.echo-latest-news-area.home-eight .hm5-feature-title .hm-5-main-title h2:after{display:none}.echo-latest-news-area.home-eight .echo-hero-baner{align-items:center;display:flex;gap:30px}@media (max-width:576px){.echo-latest-news-area.home-eight .echo-hero-baner{display:block}}.echo-latest-news-area.home-eight .echo-hero-baner .echo-hero-banner-main-img{flex-basis:35%}.echo-latest-news-area.home-eight .echo-hero-baner .content{background:none;box-shadow:none;flex-basis:65%;padding:0}@media (max-width:576px){.echo-latest-news-area.home-eight .echo-hero-baner .content{margin-top:30px}}.echo-latest-news-area.home-eight .echo-hero-baner .content .author{font-size:14px;height:40px;line-height:40px;margin-bottom:20px;position:unset;transform:none;width:110px}.echo-latest-news-area.home-eight .echo-hero-baner .content .echo-hero-title{font-size:30px;font-weight:500;line-height:1.2;margin-bottom:20px;text-align:start}@media (max-width:768px){.echo-latest-news-area.home-eight .echo-hero-baner .content .echo-hero-title{font-size:26px}}.echo-latest-news-area.home-eight .echo-hero-baner .content .echo-hero-area-titlepost-post-like-comment-share{border-top:1px solid rgba(173,110,184,.18);justify-content:start;padding-top:20px;width:-moz-max-content;width:max-content}.echo-latest-news-area.home-eight .echo-right-ct-1 .echo-home-1-hero-area-top-story{background:none;margin-bottom:50px;padding:0}.echo-latest-news-area.home-eight .echo-right-ct-1 .right-side-banner .category{margin:0;padding:0}.echo-latest-news-area.home-eight .echo-right-ct-1 .right-side-banner .category li{background:#fff;list-style:none;margin-bottom:15px;position:relative;transition:all .4s;z-index:1}.echo-latest-news-area.home-eight .echo-right-ct-1 .right-side-banner .category li:after{background:url(../images/home-1/latest-news/latest-news-bg7.png);background-repeat:no-repeat;background-size:cover;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .4s;width:100%;z-index:-1}.echo-latest-news-area.home-eight .echo-right-ct-1 .right-side-banner .category li:hover:after{opacity:1}.echo-latest-news-area.home-eight .echo-right-ct-1 .right-side-banner .category li:hover a,.echo-latest-news-area.home-eight .echo-right-ct-1 .right-side-banner .category li:hover a span{color:#fff}.echo-latest-news-area.home-eight .echo-right-ct-1 .right-side-banner .category li a{align-items:center;border:1px solid rgba(173,110,184,.18);color:#454545;display:flex;font-size:20px;gap:17px;line-height:20px;padding:20px 30px;transition:all .4s}.echo-latest-news-area.home-eight .echo-right-ct-1 .right-side-banner .category li a span{color:#fe5301;font-family:Plus Jakarta Sans,sans-serif;transition:all .4s}.echo-latest-news-area.home-eight .echo-right-ct-1 .echo-feature-area-right-site-newsletter{background:rgba(235,220,255,.239);border-radius:15px;padding:40px;text-align:center}.echo-latest-news-area.home-eight .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-sub-title p{color:#171717;font-family:Inconsolata,sans-serif;font-size:25px;font-weight:600;line-height:35px;margin-bottom:20px;margin-top:40px;text-align:center}.echo-latest-news-area.home-eight .echo-right-ct-1 .echo-feature-area-right-site-newsletter form input{border:1px solid hsla(0,0%,9%,.145);height:60px;margin-bottom:10px}.echo-latest-news-area.home-eight .echo-right-ct-1 .echo-feature-area-right-site-newsletter form input::-moz-placeholder{color:#454545;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:22px}.echo-latest-news-area.home-eight .echo-right-ct-1 .echo-feature-area-right-site-newsletter form input::placeholder{color:#454545;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:22px}.echo-latest-news-area.home-eight .echo-right-ct-1 .echo-feature-area-right-site-newsletter form button{background:#fe5301;color:#fff;height:60px}.echo-latest-news-area.home-eight .button-area{margin-top:100px;position:relative}.echo-latest-news-area.home-eight .button-area:after,.echo-latest-news-area.home-eight .button-area:before{background:#c6c6c6;content:"";height:1px;position:absolute;top:50%;transform:translateY(-50%);width:35%}@media (max-width:768px){.echo-latest-news-area.home-eight .button-area:after,.echo-latest-news-area.home-eight .button-area:before{display:none}}.echo-latest-news-area.home-eight .button-area:after{right:0}.echo-latest-news-area.home-eight .button-area:before{left:0}.echo-latest-news-area.home-eight .button-area .learn-more-btn{border:1px solid #fe5301;color:#fe5301;display:block;font-size:18px;height:60px;line-height:60px;margin:0 auto;text-align:center;width:170px}.echo-software-download-area{padding-bottom:90px}.echo-software-download-area .echo-software-download-full-content-bg{background-color:#537fe7;overflow:hidden;padding:80px 150px;position:relative;transition:all .4s}.echo-software-download-area .echo-software-download-full-content-bg:hover .echo-software-download-img-content{transform:scale(110%)}.echo-software-download-area .echo-software-download-full-content-bg:after{background:#181823;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-img-content{position:absolute;right:50px;top:-1px;transform:scale(100%);transition:all .4s}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content{display:flex;position:relative;z-index:1}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-title h2{color:#fff;font-size:40px;line-height:50px}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-sub-title p{color:#fff;font-size:16px;font-weight:400;line-height:26px}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place{display:flex;gap:25px;margin-top:32px}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place a{border:1px solid #fff;color:#fff;font-family:Bona Nova,serif;font-size:16px;font-weight:700;padding:20px 55px;position:relative}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place a svg{margin-right:8px}.echo-software-download-area.home-three{padding-top:290px}.echo-software-download-area.home-three .echo-software-download-full-content-bg{background:#7817f2}.echo-software-download-area.inner{padding-bottom:100px}.echo-software-download-area.home-seven .echo-software-download-full-content-bg{background:#9f68f5}.echo-software-download-area.home-eight .echo-software-download-full-content-bg{background:#47164f}.echo-software-download-area.home-eight .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-title h2{font-family:Inter,sans-serif}.echo-hero-section.home-three{background:url(../images/home-1/hero/banner-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:900px;padding:250px 0 120px;position:relative}.echo-hero-section.home-three .echo-hero-inner .banner-content .content-catagory-tag{background:#f05600;border-radius:5px;color:#fff;display:block;font-family:Inter;font-size:14px;font-weight:400;height:35px;line-height:35px;pointer-events:none;text-align:center;text-transform:uppercase;width:120px}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents{margin-top:30px}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-title1{color:#fff;font-family:Bona Nova;font-size:60px;font-weight:700;line-height:70px;margin:0;text-transform:capitalize}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-title1 a{background-image:linear-gradient(90deg,#fff 50%,transparent 0);background-position:100% 100%;background-repeat:no-repeat;background-size:200% 2px;transition:all .5s}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-title1 a:hover{background-position:0 100%;color:#fff}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .desc{border-bottom:.5px solid hsla(0,0%,100%,.4);color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:26px;margin-bottom:10px;margin-top:30px;opacity:.8;padding-bottom:20px}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-bottom-info ul{align-items:center;display:flex;flex-wrap:wrap;margin:0;padding:0}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-bottom-info ul li{color:#fff;list-style:none;margin-right:20px;opacity:.8}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-bottom-info ul li i{margin-right:7px}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-bottom-info ul li.author{align-items:center;display:flex}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-bottom-info ul li.author img{margin-right:7px}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper{align-items:center;display:flex}@media only screen and (max-width:575px){.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper{align-items:flex-start;flex-direction:column}}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .rts-btn{background:var(--color-primary-m);border-radius:10px;color:#fff;height:54px;line-height:54px;margin-right:30px;text-align:center;transition:all .4s;width:170px}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .rts-btn:hover{background:#fff;color:#000}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .rts-btn:hover i{transform:rotate(0deg)}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .rts-btn i{margin-left:10px;transform:rotate(-45deg);transition:all .2s}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .vedio-icone{position:relative}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .video-play-button{border-radius:50%;box-sizing:content-box;display:block;display:flex;height:44px;padding:18px 20px 18px 28px;width:32px}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .video-play-button span.outer-text{border:none;color:#fff;font-family:Bona Nova;font-size:20px;font-weight:500;margin-left:75px;margin-top:-12px;min-width:-moz-max-content;min-width:max-content;position:relative}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .video-play-button:after{background:hsla(0,0%,100%,.05);border:.5px solid #fff;border-radius:50%;content:"";display:block;height:60px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:60px;z-index:1}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;width:25px;z-index:1000}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .video-play-button span{border-bottom:8px solid transparent;border-left:14px solid #fff;border-top:8px solid transparent;display:block;height:0;left:47%;position:relative;top:50%;transform:translate(-50%,-50%);width:0;z-index:3}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner{background:rgba(24,24,35,.9);padding:50px 30px}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .sub-title{border-bottom:2px solid #fff;color:#fff;font-family:Bona Nova;font-size:20px;font-weight:700;line-height:30px;margin-bottom:30px;padding-bottom:25px;text-transform:uppercase}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul{margin:0;padding:0}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper{align-items:center;display:flex;gap:20px;list-style:none;margin-bottom:30px}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper:last-child{margin-bottom:0}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .image-area{flex-basis:38%}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .image-area img{width:100%}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content{flex-basis:62%}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-catagory-tag{background:#f05600;border-radius:4px;color:#fff;font-family:Inter;font-size:14px;font-weight:600;line-height:22px;padding:5px 10px;text-align:center;text-transform:uppercase}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-catagory-tag.tech{background:#00d971}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-title1{color:#fff;font-family:Bona Nova;font-size:25px;font-weight:700;line-height:35px;margin-bottom:10px;margin-top:10px;text-transform:capitalize}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-title1 a{background-image:linear-gradient(90deg,#fff 50%,transparent 0);background-position:100% 100%;background-repeat:no-repeat;background-size:200% 1px;transition:all .5s}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-title1 a:hover{background-position:0 100%;color:#fff}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-bottom-info ul{margin:0;padding:0}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-bottom-info ul li{color:#fff;font-family:Inter;font-size:14px;font-weight:500;line-height:22px;list-style:none;margin-bottom:0;margin-top:5px;text-transform:lowercase}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-bottom-info ul li i{margin-right:8px}.echo-hero-section.home-four{background:url(../images/home-1/hero/banner-bg4.png);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:65px 0}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content{background:#fff;border-radius:25px;margin-left:8px;margin-right:8px}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-img{overflow:visible;position:relative}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-img a{border-radius:15px 15px 0 0;overflow:hidden}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-img .content-catagory-tag{background:#fe4358;border-radius:5px;bottom:-15px;color:#fff;display:block;font-family:Inter;font-size:14px;font-weight:700;height:35px;left:50%;line-height:35px;pointer-events:none;position:absolute;text-align:center;text-transform:uppercase;transform:translateX(-50%);width:120px}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-img .content-catagory-tag.tech{background:#00d971}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .content{padding:15px 30px 30px}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-single-title{margin-top:35px}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-single-title h5{color:#181823;font-family:Bona Nova;font-size:42px;font-weight:700;line-height:55px;margin-bottom:30px;text-align:center;text-transform:capitalize}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-single-title h5 a{background-size:200% 2px}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-time-views{color:#5e5e5e;justify-content:center;text-align:center}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-time-views a{margin:0;padding:0 10px;position:relative}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-time-views a:after{background:rgba(69,69,69,.741);content:"";height:10px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-time-views a:last-child:after{display:none}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-time-views a i{margin-right:8px}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content{background:linear-gradient(164.54deg,#1f1c2a -.33%,rgba(31,28,42,.68) 99.62%);border-radius:20px;padding:25px 30px 35px}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul{margin:0;padding:0}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.31);display:flex;gap:15px;list-style:none;margin-bottom:10px;margin-top:0;padding-bottom:30px}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li:last-child{border:none;margin-bottom:0;padding-bottom:0}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .content{flex-basis:65%}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .content h5{font-size:20px;font-weight:700;line-height:32px;margin-bottom:20px;margin-top:10px}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .content h5 a{color:#fff}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .content h5 a:hover{background-image:linear-gradient(90deg,#fff 50%,transparent 0);background-position:0 100%}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .content .desc{color:#fff;font-size:16px;font-weight:400;line-height:26px;opacity:.8}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .content .desc i{margin-right:10px}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .echo-latest-news-img{border-radius:50%;flex-basis:35%}.echo-home-1-hero-area-top-story .echo-top-story.first{display:block}.echo-home-1-hero-area-top-story .echo-top-story.first .echo-story-picture{margin-bottom:15px;width:100%}.echo-home-1-hero-area-top-story .echo-top-story.first .echo-story-picture img{height:100%;width:100%}.echo-home-1-hero-area-top-story .echo-top-story.first .echo-story-text h4{font-size:23px;font-weight:700;line-height:33px}@media (min-width:768px) and (max-width:991px){.echo-home-1-hero-area-top-story .echo-top-story.first .echo-story-text h4{margin-bottom:4px;text-align:left}.echo-home-1-hero-area-top-story .echo-top-story.first .echo-story-text .echo-trending-post-bottom-icons{text-align:left}}.echo-home-1-hero-area-top-story.story-review .echo-top-story{display:block!important;margin:20px 0}.echo-home-1-hero-area-top-story.story-review .echo-top-story .echo-story-picture{position:relative;z-index:1}.echo-home-1-hero-area-top-story.story-review .echo-top-story .echo-story-picture:before{background:#181823;content:"";height:100%;opacity:.4;position:absolute;width:100%;z-index:1}.echo-home-1-hero-area-top-story.story-review .echo-top-story .echo-story-picture:after{border:5px solid #fff;border-radius:50%;color:#fff;content:"7.5";height:50px;line-height:43px;position:absolute;right:15px;text-align:center;top:15px;width:50px;z-index:1}.echo-home-1-hero-area-top-story.story-review .echo-top-story .echo-story-text{align-items:center;display:flex;margin-top:15px}.echo-home-1-hero-area-top-story.story-review .echo-top-story .echo-story-text .number{color:#f16228;flex-basis:25%;font-size:60px;font-weight:400;line-height:70px;text-transform:capitalize}.echo-home-1-hero-area-top-story.story-review .echo-top-story .echo-story-text .content{flex-basis:75%}.echo-banner{padding-bottom:50px;padding-top:40px}.echo-banner .echo-banner-slider-button{position:absolute;right:70px;top:22px}.echo-banner .echo-banner-slider-button .swiper-button-next{background-color:#53b7bd;height:30px;left:40px;width:30px}.echo-banner .echo-banner-slider-button .swiper-button-next:after{color:#fff;content:"\f105";font-family:Font Awesome\ 6 Pro!important;font-size:15px}.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;height:30px;width:30px}.echo-banner .echo-banner-slider-button .swiper-button-prev:after{color:#5e5e5e;content:"\f104";font-family:Font Awesome\ 6 Pro!important;font-size:15px}.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{background-color:#f9f9f9;bottom:0;height:295;left:0;max-width:690px;padding:30px;position:absolute}.echo-banner .echo-banner-mani-content .echo-banner-text .echo-banner-heading{margin-top:20px}.echo-banner .echo-banner-mani-content .echo-banner-text .echo-banner-heading h1{font-size:60px;line-height:70px;margin:0}.echo-banner .echo-banner-mani-content .echo-banner-text .echo-3-align-icons{display:flex;gap:25px;margin-top:12px}.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,.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{bottom:-10px;left:50%;position:absolute;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{font-size:25px;line-height:35px;margin:0 0 20px;text-align:center}.echo-banner .echo-banner-right-itme:last-child{margin-top:20px}.echo-latest-news-area{background:#f9f9f9}@media (min-width:992px) and (max-width:1200px){.echo-latest-news-area{padding-bottom:30px;padding-top:30px}}@media (min-width:768px) and (max-width:991px){.echo-latest-news-area{padding-bottom:30px;padding-top:30px}}@media (max-width:767px){.echo-latest-news-area{padding-bottom:30px;padding-top:30px}}@media (max-width:500px){.echo-latest-news-area{padding-bottom:30px;padding-top:30px}}.echo-latest-news-area.home-four{background:#fff;padding-bottom:90px}.echo-latest-news-area.home-four .echo-latest-news-content .title-area{align-items:center;display:flex;justify-content:space-between;margin-bottom:0}.echo-latest-news-area.home-four .echo-latest-news-content .title-area .sub-title{margin-bottom:0;position:relative;width:85%}.echo-latest-news-area.home-four .echo-latest-news-content .title-area .sub-title:after{background:#5e5e5e;content:"";height:1px;opacity:.5;position:absolute;right:30px;top:50%;transform:translateY(-50%);width:72%}.echo-latest-news-area.home-four .echo-latest-news-content .title-area .see-all-btn{background:none;border:1px solid rgba(94,94,94,.42);border-radius:10px;color:#5e5e5e;font-family:Bona Nova;font-size:16px;font-weight:700;line-height:30px;padding:10px 22px;transition:all .4s}.echo-latest-news-area.home-four .echo-latest-news-content .title-area .see-all-btn:hover{background:#ff4962;border:1px solid #ff4962;color:#fff}.echo-latest-news-area.home-four .echo-latest-news-content .title-area .see-all-btn i{margin-left:5px}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content{text-align:center}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-main-content{margin-left:8px;margin-right:8px}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img{overflow:visible;position:relative}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img:hover:after{opacity:.4}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img:hover .vedio-icone .video-play-button{transform:translate(-50%,-50%) scale(1)}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img:after{background:#181823;border-radius:15px;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .4s;width:100%;z-index:0}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img a{border-radius:15px;overflow:hidden}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .content-catagory-tag{background:#fe4358;border-radius:5px;bottom:-15px;color:#fff;display:block;font-family:Inter;font-size:14px;font-weight:700;height:35px;left:50%;line-height:35px;pointer-events:none;position:absolute;text-align:center;text-transform:uppercase;transform:translateX(-50%);width:150px;z-index:1}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .video-play-button{border-radius:50%;box-sizing:content-box;display:block;height:44px;left:50%;padding:18px 20px 18px 28px;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:all .4s;width:32px;z-index:1}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .video-play-button span.outer-text{border:none;color:#fff;font-family:Bona Nova;font-size:20px;font-weight:500;margin-left:75px;margin-top:-12px;min-width:-moz-max-content;min-width:max-content;position:relative}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .video-play-button:after{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:videobuttonpopup;background:#fff;border:.5px solid #fff;border-radius:50%;content:"";display:block;height:60px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:60px;z-index:1}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;width:25px;z-index:1000}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .video-play-button span{border-bottom:8px solid transparent;border-left:14px solid #fe4358;border-top:8px solid transparent;display:block;height:0;left:47%;position:relative;top:50%;transform:translate(-50%,-50%);width:0;z-index:3}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-img .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title{margin-top:35px}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title h5{color:#181823;font-family:Bona Nova;font-size:25px;font-style:normal;font-weight:700;line-height:35px;text-align:center;text-transform:capitalize}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views{justify-content:center;padding-top:20px;position:relative}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views:before{background:#171717;content:"";height:1px;left:50%;opacity:.4;position:absolute;top:0;transform:translateX(-50%);width:50%}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views a{margin:0;padding:0 10px;position:relative}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views a:after{background:rgba(69,69,69,.741);content:"";height:10px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views a:last-child:after{display:none}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views a i{margin-right:8px}.echo-latest-news-area.home-seven{background:#9f68f5}@media (max-width:500px){.echo-latest-news-area.home-seven{padding:30px 0}}.echo-latest-news-area.home-seven .hm5-feature-title .hm-5-main-title h2{color:#fff;font-family:Jost,sans-serif;font-size:40px;font-weight:500;line-height:50px;margin-bottom:45px}.echo-latest-news-area.home-seven .echo-hero-baner.small{align-items:center;background:#fff;border:1px solid #fff;display:flex;gap:20px;margin-bottom:33px;text-align:left}.echo-latest-news-area.home-seven .echo-hero-baner.small .echo-hero-banner-main-img{flex-basis:30%}@media (max-width:1200px){.echo-latest-news-area.home-seven .echo-hero-baner.small .echo-hero-banner-main-img{flex-basis:auto}}.echo-latest-news-area.home-seven .echo-hero-baner.small .content{flex-basis:70%;margin-top:0}@media (max-width:1200px){.echo-latest-news-area.home-seven .echo-hero-baner.small .content{flex-basis:auto}}.echo-latest-news-area.home-seven .echo-hero-baner.small .content .author{font-weight:500;text-align:left}.echo-latest-news-area.home-seven .echo-hero-baner.small .content .echo-hero-title{font-size:20px;font-weight:500;line-height:30px;text-align:left}.echo-latest-news-area.home-seven .echo-hero-baner.small .content .echo-hero-title a{background-image:linear-gradient(90deg,#000 50%,transparent 0);color:var(--color-heading-1)}.echo-feature-area.home-four{background:#181823}.echo-feature-area.home-four .title-area{margin-bottom:20px}.echo-feature-area.home-four .title-area.right{margin-bottom:30px;margin-top:10px}.echo-feature-area.home-four .title-area .sub-title{color:#fff;font-size:30px;font-weight:700;line-height:40px;margin-bottom:0;position:relative}.echo-feature-area.home-four .title-area .sub-title img{margin-right:5px}.echo-feature-area.home-four .title-area .sub-title:after{background:#fff;content:"";height:1px;opacity:.5;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:72%}.echo-feature-area.home-four .title-area .sect-title{color:#fff;margin-bottom:0;position:relative;text-align:center}.echo-feature-area.home-four .title-area .sect-title:after,.echo-feature-area.home-four .title-area .sect-title:before{background:#fff;content:"";height:1px;opacity:.5;position:absolute;top:50%;transform:translateY(-50%);width:30%}.echo-feature-area.home-four .title-area .sect-title:after{right:0}.echo-feature-area.home-four .title-area .sect-title:before{left:0}.echo-feature-area.home-four .echo-feature-area-full-content{margin-top:40px}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul{margin:0;padding:0}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.2);display:flex;gap:15px;list-style:none;margin-bottom:10px;margin-top:0;padding-bottom:25px}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li:last-child{border:none;margin-bottom:0;padding-bottom:0}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li .content{flex-basis:65%}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li .content h5{font-size:20px;font-weight:700;line-height:30px;margin-bottom:15px;margin-top:10px}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li .content h5 a{color:#fff}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li .content h5 a:hover{background-image:linear-gradient(90deg,#fff 50%,transparent 0);background-position:0 100%}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li .content .desc{color:#fff;font-size:16px;font-weight:400;line-height:26px;opacity:.8}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li .content .desc i{margin-right:10px}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li .echo-latest-news-img{border-radius:50%;flex-basis:35%}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content{margin-left:8px;margin-right:8px;text-align:center}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-img{overflow:visible;position:relative;z-index:1}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-img:hover .vedio-icone{display:block}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-img a{border-radius:15px;overflow:hidden}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-img .content-catagory-tag{background:#fe4358;border-radius:5px;bottom:-20px;color:#fff;display:block;font-family:Inter;font-size:14px;font-weight:700;height:40px;left:50%;line-height:40px;pointer-events:none;position:absolute;text-align:center;text-transform:uppercase;transform:translateX(-50%);width:150px;z-index:1}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-single-title{margin-top:45px}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-single-title h5{color:#fff;font-family:Bona Nova;font-size:30px;font-style:normal;font-weight:700;line-height:40px;margin-bottom:22px;text-align:center;text-transform:capitalize}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-single-title h5 a:hover{background-image:linear-gradient(90deg,#fff 50%,transparent 0);color:#fff}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-time-views{color:#fff;justify-content:center;opacity:.8;padding-top:22px;position:relative}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-time-views:before{background:#fff;content:"";height:1px;left:50%;opacity:.2;position:absolute;top:0;transform:translateX(-50%);width:50%}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-time-views a{margin:0;padding:0 10px;position:relative}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-time-views a:after{background:rgba(69,69,69,.741);content:"";height:10px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-time-views a:last-child:after{display:none}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-time-views a i{margin-right:8px}.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower{background:none;margin-top:0;padding:0 0 30px}.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul{margin-bottom:0;margin-top:0}.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li{border:1px solid hsla(0,0%,100%,.561);border-radius:5px;font-size:14px;font-weight:400;line-height:22px;margin-bottom:15px;padding:15px;transition:all .4s;width:47%}.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:hover a{color:#ff4962}.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li a{color:#fff;margin-bottom:0;transition:all .4s}.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:first-child,.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(3),.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(5){margin-right:20px}.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(5),.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(6){margin-bottom:0}.echo-feature-area.area-2{background:#fff;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{color:#181823;font-size:30px;font-weight:700;line-height:40px;margin-bottom:0;position:relative}.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{background:#171717;content:"";height:1px;opacity:.5;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:60%}.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{color:#181823;font-size:30px;line-height:40px;margin-bottom:0;position:relative;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{background:#171717;content:"";height:1px;opacity:.5;position:absolute;top:50%;transform:translateY(-50%);width:25%}.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{border-bottom:1px solid rgba(94,94,94,.259);padding-bottom:20px}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news{margin-top:0}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-img{border-radius:30px;flex-basis:35%}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text{flex-basis:65%}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .content-catagory-tag{background:#fe4358;border-radius:5px;color:#fff;display:block;font-family:Inter;font-size:14px;font-weight:700;height:40px;line-height:40px;pointer-events:none;text-align:center;text-transform:uppercase;width:150px;z-index:1}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3{font-size:40px;font-weight:700;line-height:50px;margin-top:20px}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-latest-news-time-views{color:#454545;justify-content:center;opacity:.8;padding-top:0;position:relative}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-latest-news-time-views a{margin:0;padding:0 10px;position:relative}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-latest-news-time-views a:after{background:rgba(69,69,69,.741);content:"";height:10px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-latest-news-time-views a:last-child:after{display:none}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-latest-news-time-views a i{margin-right:8px}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-feature-area-last-content .echo-feature-area-last-content-text{background:url(../images/home-1/feature-left/item-11.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;padding:30px;position:relative}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-feature-area-last-content .echo-feature-area-last-content-text .content-catagory-tag{background:#fe4358;border-radius:5px;color:#fff;display:block;font-family:Inter;font-size:14px;font-weight:700;height:35px;line-height:35px;pointer-events:none;text-align:center;text-transform:uppercase;width:120px;z-index:1}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-feature-area-last-content .echo-feature-area-last-content-text h3{color:#fff;font-size:40px;font-weight:700;line-height:50px;margin-top:50px;text-transform:capitalize}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-feature-area-last-content .echo-feature-area-last-content-text h3 a,.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-feature-area-last-content .echo-feature-area-last-content-text h3 a:hover{background-image:linear-gradient(90deg,#fff 50%,transparent 0);color:#fff}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-feature-area-last-content .echo-feature-area-last-content-text .desc{color:#fff;font-size:16px;font-weight:300;line-height:26px}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content{padding:0}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content .content-inner{align-items:center;background:#fff;border-radius:20px;box-shadow:20px 20px 60px rgba(0,0,1,.05);display:flex;list-style:none;padding:25px 20px}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content .content-inner .number{flex-basis:25%}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content .content-inner .number h3{color:#5e5e5e;font-size:60px;font-weight:400;line-height:70px;opacity:.5;text-transform:capitalize}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content .content-inner .content{flex-basis:75%}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content .content-inner .content h3{color:#181823;font-size:18px;font-weight:700;line-height:28px;margin-bottom:10px;text-transform:capitalize}.echo-feature-area.area-2 .echo-feature-area-content .button-area{margin-top:50px;text-align:center}.echo-feature-area.area-2 .echo-feature-area-content .button-area .rts-btn{background:none;border:1px solid rgba(94,94,94,.62);border-radius:10px;color:#5e5e5e;font-family:Bona Nova;font-size:16px;font-style:normal;font-weight:700;line-height:30px;padding:20px;text-transform:capitalize}.echo-feature-area.area-2 .echo-feature-area-content .button-area .rts-btn i{margin-left:10px}.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area{margin-bottom:20px}.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sub-title{color:#181823;font-size:30px;font-weight:700;line-height:40px;margin-bottom:0;position:relative}.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sub-title img{margin-right:5px}.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sub-title:after{background:#171717;content:"";height:1px;opacity:.5;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:60%}.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title{color:#181823;font-size:30px;line-height:40px;margin-bottom:0;position:relative;text-align:center}.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title:after,.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title:before{background:#171717;content:"";height:1px;opacity:.5;position:absolute;top:50%;transform:translateY(-50%);width:20%}.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title:after{right:0}.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title:before{left:0}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content{margin:0 8px 30px;text-align:center}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img{overflow:visible;position:relative;z-index:1}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img:hover:after{opacity:.4}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img:hover .vedio-icone{display:block}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img:after{background:#181823;border-radius:20px;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .4s;width:100%;z-index:0}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img a{border-radius:20px;overflow:hidden}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .content-catagory-tag{background:#fe4358;border-radius:5px;bottom:-20px;color:#fff;display:block;font-family:Inter;font-size:14px;font-weight:700;height:40px;left:50%;line-height:40px;pointer-events:none;position:absolute;text-align:center;text-transform:uppercase;transform:translateX(-50%);width:150px;z-index:1}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .vedio-icone{display:none;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .4s;z-index:1}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .video-play-button{border-radius:50%;box-sizing:content-box;display:block;display:flex;height:44px;padding:18px 20px 18px 28px;width:32px}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .video-play-button span.outer-text{border:none;color:#fff;font-family:Bona Nova;font-size:20px;font-weight:500;margin-left:75px;margin-top:-12px;min-width:-moz-max-content;min-width:max-content;position:relative}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .video-play-button:after{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:videobuttonpopup;background:#fff;border:.5px solid #fff;border-radius:50%;content:"";display:block;height:60px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:60px;z-index:1}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;width:25px;z-index:1000}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .video-play-button span{border-bottom:8px solid transparent;border-left:14px solid #fe4358;border-top:8px solid transparent;display:block;height:0;left:47%;position:relative;top:50%;transform:translate(-50%,-50%);width:0;z-index:3}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-single-title{margin-top:45px}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-single-title h5{color:#181823;font-family:Bona Nova;font-size:25px;font-weight:700;line-height:35px;margin-bottom:15px;text-align:center;text-transform:capitalize}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-single-title h5 a:hover{background-image:linear-gradient(90deg,#181823 50%,transparent 0);color:#181823}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-time-views{color:#5e5e5e;justify-content:center;padding-top:15px;position:relative}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-time-views:before{background:#181823;content:"";height:1px;left:50%;opacity:.2;position:absolute;top:0;transform:translateX(-50%);width:50%}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-time-views a{margin:0;padding:0 10px;position:relative}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-time-views a:after{background:rgba(69,69,69,.741);content:"";height:10px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-time-views a:last-child:after{display:none}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-time-views a i{margin-right:8px}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .title-area.right{margin-top:5px}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul{margin:0;padding:0}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.2);display:flex;gap:15px;list-style:none;margin-bottom:0;margin-top:0;padding-bottom:25px}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li:last-child{border:none;margin-bottom:0;padding-bottom:0}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content{flex-basis:65%}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content .catagory-tag{color:#ff7474;font-size:14px;font-weight:700;line-height:22px;text-transform:uppercase}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content h5{color:#181823;font-size:25px;font-weight:700;line-height:35px;margin-bottom:15px;margin-top:5px}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content h5 a{color:#181823}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content h5 a:hover{background-image:linear-gradient(90deg,#181823 50%,transparent 0);background-position:0 100%}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content .desc{color:#5e5e5e;font-size:16px;font-weight:400;line-height:26px}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content .desc i{margin-right:10px}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .echo-latest-news-img{border-radius:50%;flex-basis:35%}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title{color:#181823;font-size:30px;font-weight:700;line-height:40px;margin-top:40px;position:relative;text-align:center}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title:after,.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title:before{background:#171717;content:"";height:1px;opacity:.5;position:absolute;top:50%;transform:translateY(-50%);width:25%}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title:before{left:0}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title:after{right:0}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .gallery-inner{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0;padding:0}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .gallery-inner .gallery-item{border-radius:10px;cursor:pointer;list-style:none;overflow:hidden;transition:all .4s;width:46%}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .gallery-inner .gallery-item:hover img{transform:scale(110%)}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .gallery-inner .gallery-item img{transform:scale(100%);transition:all .4s;width:100%}.echo-video-area.home-four{background:none;padding:0;position:relative}.echo-video-area.home-four .echo-video-area-inner{left:50%;position:absolute;top:150px;transform:translateX(-50%);z-index:2}.echo-video-area.home-four .echo-video-area-inner .vedio-icone{position:relative}.echo-video-area.home-four .echo-video-area-inner .video-play-button{border-radius:50%;box-sizing:content-box;display:block;display:flex;height:44px;margin:0 auto;padding:18px 20px 18px 28px;position:relative;width:32px}.echo-video-area.home-four .echo-video-area-inner .video-play-button span.outer-text{border:none;color:#fff;font-family:Bona Nova;font-size:20px;font-weight:500;margin-left:75px;margin-top:-12px;min-width:-moz-max-content;min-width:max-content;position:relative}.echo-video-area.home-four .echo-video-area-inner .video-play-button:after{background:#fff;border:.5px solid #fff;border-radius:50%;content:"";display:block;height:96px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:96px;z-index:1;z-index:2}.echo-video-area.home-four .echo-video-area-inner .video-play-button:before{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:hsla(0,0%,100%,.15);border-radius:50%;content:"";display:block;height:140px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:140px;z-index:1;z-index:2}.echo-video-area.home-four .echo-video-area-inner .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.echo-video-area.home-four .echo-video-area-inner .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;width:25px;z-index:1000}.echo-video-area.home-four .echo-video-area-inner .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.echo-video-area.home-four .echo-video-area-inner .video-play-button span{border-bottom:15px solid transparent;border-left:25px solid #fe4358;border-top:15px solid transparent;display:block;height:0;left:47%;position:relative;top:50%;transform:translate(-50%,-50%);width:0;z-index:3}.echo-video-area.home-four .echo-video-area-inner .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}.echo-video-area.home-four .swiper-container .slider-inner{background:url(../images/home-1/video-left/video-bg2.png);background-position:50%;background-repeat:no-repeat;background-size:cover;padding-bottom:0;padding-top:180px}.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:hsla(0,0%,100%,.05);border-radius:30px 30px 0 0;margin-top:200px;text-align:center}.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content{padding:40px 40px 100px}.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content .content-catagory-tag{background:#fe4358;border-radius:5px;color:#fff;display:block;font-family:Inter;font-size:14px;font-weight:700;height:35px;line-height:35px;margin:0 auto;pointer-events:none;text-align:center;text-transform:uppercase;width:150px;z-index:1}.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content h5{font-size:50px;font-weight:700;line-height:60px;margin-bottom:25px;margin-top:20px;text-align:center;text-transform:capitalize}.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content h5 a{background-image:linear-gradient(90deg,#fff 50%,transparent 0);color:#fff}.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content h5 a:hover{background-image:linear-gradient(90deg,#fff 50%,transparent 0);background-position:0 100%}.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views{color:#fff;justify-content:center;padding-left:15px;padding-top:15px;position:relative}.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a{margin:0;padding:0 10px;position:relative}.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a:first-child{padding-right:15px}.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a:after{background:#fff;content:"";height:10px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a:last-child:after{display:none}.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a i{margin-right:8px}.echo-video-area.home-four .swiper-container .swiper-btn{bottom:20px;height:50px;left:50%;position:absolute;transform:translateX(-50%);width:70px;z-index:1}.echo-video-area.home-four .swiper-container .swiper-btn .swiper-button-next,.echo-video-area.home-four .swiper-container .swiper-btn .swiper-button-prev{border:1px solid #fff;border-radius:50%;color:#fff;height:30px;line-height:30px;text-align:center;transition:all .4s;width:30px}.echo-video-area.home-four .swiper-container .swiper-btn .swiper-button-next:after,.echo-video-area.home-four .swiper-container .swiper-btn .swiper-button-prev:after{display:none}.echo-video-area.home-four .swiper-container .swiper-btn .swiper-button-prev{left:0;right:auto}.echo-video-area.home-four .swiper-container .swiper-btn .swiper-button-prev:hover{background-color:#fe4358;border:1px solid #fe4358}.echo-video-area.home-four .swiper-container .swiper-btn .swiper-button-next{background-color:#fe4358;border:1px solid #fe4358;left:auto;right:0}.echo-video-area.home-four .swiper-container .swiper-btn .swiper-button-next:hover{background:none;border:1px solid #fff}.echo-video-area.inner{background:url(../images/home-1/video-left/video-bg3.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:670px;position:relative}.echo-video-area.inner .echo-video-area-inner{padding:200px 0}.echo-video-area.inner .echo-video-area-inner .video-play-button{border-radius:50%;box-sizing:content-box;display:block;display:flex;height:44px;left:50%;margin:0 auto;padding:18px 20px 18px 28px;position:absolute;top:50%;transform:translate(-50%,-50%);width:32px}.echo-video-area.inner .echo-video-area-inner .video-play-button span.outer-text{border:none;color:#fff;font-family:Bona Nova;font-size:20px;font-weight:500;margin-left:75px;margin-top:-12px;min-width:-moz-max-content;min-width:max-content;position:relative}.echo-video-area.inner .echo-video-area-inner .video-play-button:after{background:#fff;border:.5px solid #fff;border-radius:50%;content:"";display:block;height:96px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:96px;z-index:1;z-index:2}.echo-video-area.inner .echo-video-area-inner .video-play-button:before{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:hsla(0,0%,100%,.15);border-radius:50%;content:"";display:block;height:140px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:140px;z-index:1;z-index:2}.echo-video-area.inner .echo-video-area-inner .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.echo-video-area.inner .echo-video-area-inner .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;width:25px;z-index:1000}.echo-video-area.inner .echo-video-area-inner .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.echo-video-area.inner .echo-video-area-inner .video-play-button span{border-bottom:15px solid transparent;border-left:25px solid var(--color-primary);border-top:15px solid transparent;display:block;height:0;left:47%;position:relative;top:50%;transform:translate(-50%,-50%);width:0;z-index:3}.echo-video-area.inner .echo-video-area-inner .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}.echo-video-area.home-eight{background:none;padding:0;position:relative}.echo-video-area.home-eight .echo-video-area-inner{left:50%;position:absolute;top:150px;transform:translateX(-50%);z-index:2}.echo-video-area.home-eight .echo-video-area-inner .vedio-icone{position:relative}.echo-video-area.home-eight .echo-video-area-inner .video-play-button{border-radius:50%;box-sizing:content-box;display:block;display:flex;height:44px;margin:0 auto;padding:18px 20px 18px 28px;position:relative;width:32px}.echo-video-area.home-eight .echo-video-area-inner .video-play-button span.outer-text{border:none;color:#fff;font-family:Bona Nova;font-size:20px;font-weight:500;margin-left:75px;margin-top:-12px;min-width:-moz-max-content;min-width:max-content;position:relative}.echo-video-area.home-eight .echo-video-area-inner .video-play-button:after{background:#fff;border:.5px solid #fff;border-radius:50%;content:"";display:block;height:96px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:96px;z-index:1;z-index:2}.echo-video-area.home-eight .echo-video-area-inner .video-play-button:before{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:hsla(0,0%,100%,.15);border-radius:50%;content:"";display:block;height:140px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:140px;z-index:1;z-index:2}.echo-video-area.home-eight .echo-video-area-inner .video-overlay{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .5s ease;z-index:-1}.echo-video-area.home-eight .echo-video-area-inner .video-overlay-close{color:#fff;cursor:pointer;font-size:36px;font-weight:400;line-height:1;position:absolute;right:20px;text-decoration:none;top:15px;transition:all .2s;width:25px;z-index:1000}.echo-video-area.home-eight .echo-video-area-inner .video-overlay.open{display:block;opacity:1;position:fixed;z-index:1000}.echo-video-area.home-eight .echo-video-area-inner .video-play-button span{border-bottom:15px solid transparent;border-left:25px solid #fe5301;border-top:15px solid transparent;display:block;height:0;left:47%;position:relative;top:50%;transform:translate(-50%,-50%);width:0;z-index:3}.echo-video-area.home-eight .echo-video-area-inner .video-overlay iframe{align-items:center;display:flex;height:70%;justify-content:center;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:70%}.echo-video-area.home-eight .slider-inner{background:url(../images/home-1/video-left/video-bg4.png);background-position:50%;background-repeat:no-repeat;background-size:cover;padding-bottom:0;padding-top:180px}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area{margin:200px auto auto;position:relative;width:1060px}@media (max-width:1200px){.echo-video-area.home-eight .slider-inner .echo-video-bottom-area{width:950px}}@media (max-width:991px){.echo-video-area.home-eight .slider-inner .echo-video-bottom-area{width:720px}}@media (max-width:768px){.echo-video-area.home-eight .slider-inner .echo-video-bottom-area{width:100%}}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .banner-bottom-inner{background:#fff;position:relative}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .content{padding:45px 40px 50px}@media (max-width:450px){.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .content{padding:45px 20px 50px}}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .content .content-catagory-tag{background:#fe5301;color:#fff;display:block;font-family:Inter;font-size:14px;font-weight:700;height:40px;line-height:40px;pointer-events:none;text-align:center;text-transform:uppercase;width:105px;z-index:1}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .content h5{font-family:Inter,sans-serif;font-size:50px;font-weight:500;line-height:65px;margin-bottom:25px;margin-top:20px;text-align:start;text-transform:capitalize}@media (max-width:1200px){.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .content h5{font-size:45px;line-height:60px}}@media (max-width:992px){.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .content h5{font-size:32px;line-height:47px}}@media (max-width:768px){.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .content h5{font-size:26px;line-height:40px}}@media (max-width:576px){.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .content h5{font-size:26px;line-height:40px}}@media (max-width:450px){.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .content h5{font-size:20px;line-height:40px}}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .content h5 a{background-image:linear-gradient(90deg,#171717 50%,transparent 0);color:#171717}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .content h5 a:hover{background-position:0 100%}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views{color:#454545;justify-content:center;padding-top:15px;position:relative}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a{margin:0;padding:0 10px;position:relative}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a:first-child{padding-right:15px}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a:after{background:#fff;content:"";height:10px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a:last-child:after{display:none}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views a i{margin-right:8px}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .swiper-btn{height:40px;position:absolute;right:50px;top:50px;width:85px;z-index:1}@media (max-width:576px){.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .swiper-btn{display:none}}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .swiper-btn .swiper-button-next,.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .swiper-btn .swiper-button-prev{color:#454545;font-size:20px;height:30px;line-height:30px;text-align:center;transition:all .4s;width:30px}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .swiper-btn .swiper-button-next:after,.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .swiper-btn .swiper-button-prev:after{display:none}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .swiper-btn .swiper-button-prev{left:0;right:auto}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .swiper-btn .swiper-button-next{color:#fe5301;left:auto;right:0}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .swiper-pagination{bottom:50px;color:#dadada;left:unset;right:50px;width:-moz-max-content;width:max-content}@media (max-width:576px){.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .swiper-pagination{display:none}}.echo-video-area.home-eight .slider-inner .echo-video-bottom-area .swiper-pagination .swiper-pagination-current{color:#fe6821;font-family:Plus Jakarta Sans,sans-serif;font-size:35px;font-weight:500;text-transform:uppercase}.echo-software-download-area.home-four .echo-software-download-full-content-bg{background:url(../images/home-1/our-android-app-download/bg4.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50px;position:relative;transition:all .4s}.echo-software-download-area.home-four .echo-software-download-full-content-bg:hover .echo-software-download-img-content{transform:scale(110%)}.echo-software-download-area.home-four .echo-software-download-full-content-bg:after{background:#181823;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.echo-software-download-area.home-four .echo-software-download-full-content-bg .echo-software-download-img-content{position:absolute;right:50px;top:-1px;transform:scale(100%);transition:all .4s}.echo-software-download-area.home-four .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place .echo-py-hover-white:hover{background:#fff;border:1px solid #fff!important;color:#ff4962!important}.echo-software-download-area.home-four .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place .echo-py-hover-white:hover svg path{fill:#ff4962!important}.echo-software-download-area.sports{padding-bottom:90px;padding-top:90px}.echo-software-download-area.sports .echo-software-download-full-content-bg{background:url(../images/home-1/our-android-app-download/bg5.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.echo-software-download-area.sports .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place a{border-radius:15px}.echo-about-area{padding:100px 0}.echo-about-area .container .echo-about-area-inner .content-area .title{font-size:50px;font-weight:700;line-height:60px;margin-bottom:30px}.echo-about-area .container .echo-about-area-inner .content-area .sub-title{color:#5e5e5e;font-size:20px;font-weight:700;line-height:30px;text-transform:capitalize}.echo-about-area .container .echo-about-area-inner .content-area .desc{color:#5e5e5e;font-size:16px;font-weight:400;line-height:26px}.echo-about-area .container .echo-about-area-inner .content-area .bottom-author-area{align-items:center;display:flex}.echo-about-area .container .echo-about-area-inner .content-area .bottom-author-area .content{padding-right:25px;position:relative}.echo-about-area .container .echo-about-area-inner .content-area .bottom-author-area .content:before{background:rgba(94,94,94,.459);content:"";height:100%;position:absolute;right:0;width:1px}.echo-about-area .container .echo-about-area-inner .content-area .bottom-author-area .content .author-name{font-size:20px;font-weight:700;line-height:30px;margin-bottom:0}.echo-about-area .container .echo-about-area-inner .content-area .bottom-author-area .sign{padding-left:25px}.echo-about-area .container .echo-about-area-inner .hero-image{display:flex;position:relative}.echo-about-area .container .echo-about-area-inner .hero-image .image{width:380px}.echo-about-area .container .echo-about-area-inner .hero-image .image img{width:100%}.echo-about-area .container .echo-about-area-inner .hero-image .image-2{position:absolute;right:-230px}.echo-team-area{padding:90px 0 165px}.echo-team-area .echo-team-area-inner .section-title{font-size:50px;font-weight:700;line-height:60px;margin-bottom:50px;text-align:center}.echo-team-area .echo-team-area-inner .team-wrapper{margin-right:15px;position:relative;transition:all .4s}.echo-team-area .echo-team-area-inner .team-wrapper:hover .content-area ul.social-icon{transform:translateX(-50%) scale(1)}.echo-team-area .echo-team-area-inner .team-wrapper .image-area img{width:100%}.echo-team-area .echo-team-area-inner .team-wrapper .content-area{background:#fff;border-radius:50%;bottom:-90px;left:50%;padding:40px 20px 20px;position:absolute;transform:translateX(-50%);transition:all .4s;width:120%}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon{display:flex;justify-content:center;left:50%;margin:0;padding:0;position:absolute;top:0;transform:translateX(-50%) scale(0);transition:all .4s;width:65%}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li{list-style:none;margin:0 5px;text-align:center}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:first-child,.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(2),.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(3),.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(4){position:absolute;transition:all .4s}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:first-child{left:10px;top:-8px}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(2){left:60px;top:-14px}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(3){right:60px;top:-14px}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(4){right:10px;top:-8px}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li a{background:#fff;border-radius:50%;box-shadow:5px 5px 10px rgba(0,0,1,.05);color:#5e5e5e;display:block;font-size:14px;height:30px;line-height:31px;text-align:center;transition:all .4s;width:30px}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li a:hover{background:var(--color-primary);color:#fff}.echo-team-area .echo-team-area-inner .team-wrapper .content-area .content{text-align:center}.echo-team-area .echo-team-area-inner .team-wrapper .content-area .content .title{margin-bottom:0}.echo-team-area.team{padding:90px 0 60px}.echo-team-area.team .echo-team-area-inner .team-wrapper{margin-bottom:100px}.echo-hero-section.inner-post .echo-hero-baner{box-shadow:none;margin-bottom:0}.echo-hero-section.inner-post .echo-quote-area{background:#f9f9f9;margin-bottom:30px;padding:20px 20px 20px 25px;position:relative}.echo-hero-section.inner-post .echo-quote-area:before{background:#f16228;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.echo-hero-section.inner-post .echo-quote-area .quote-title{color:#181823;font-size:20px;line-height:30px;text-transform:capitalize}.echo-hero-section.inner-post .echo-quote-area .author{font-size:16px;font-weight:500;line-height:26px;padding-left:25px;position:relative}.echo-hero-section.inner-post .echo-quote-area .author:before{background:#5e5e5e;content:"";height:1px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:15px}.echo-hero-section.inner-post .echo-financial-area{margin-bottom:40px}.echo-hero-section.inner-post .echo-financial-area .image-area{margin-bottom:20px}.echo-hero-section.inner-post .echo-financial-area .content .title{font-size:50px;font-weight:700;line-height:60px}.echo-hero-section.inner-post .echo-financial-area .content .desc{color:#5e5e5e}.echo-hero-section.inner-post .echo-financial-area .content .content-wrapper{display:flex;flex-wrap:wrap;margin:0 0 30px;padding:0}.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{color:#000;font-family:Bona Nova;font-size:20px;font-weight:400;line-height:30px;list-style:none;padding-left:20px;position:relative;width:50%}.echo-hero-section.inner-post .echo-financial-area .content .content-wrapper .wrapper-item:before{color:#5e5e5e;content:"\f058";font-family:Font Awesome\ 6 Pro;left:0;position:absolute;top:50%;transform:translateY(-50%)}.echo-hero-section.inner-post .echo-financial-area .content .details-share,.echo-hero-section.inner-post .echo-financial-area .content .details-tag{align-items:center;display:flex}.echo-hero-section.inner-post .echo-financial-area .content .details-share h6,.echo-hero-section.inner-post .echo-financial-area .content .details-tag h6{margin-bottom:0;margin-right:5px}.echo-hero-section.inner-post .echo-financial-area .content .details-share a,.echo-hero-section.inner-post .echo-financial-area .content .details-tag a{margin:0 5px;max-width:-moz-max-content;max-width:max-content;transition:all .3s}.echo-hero-section.inner-post .echo-financial-area .content .details-share a:hover i,.echo-hero-section.inner-post .echo-financial-area .content .details-tag a:hover i{color:var(--color-primary)}.echo-hero-section.inner-post .echo-financial-area .content .details-tag{justify-content:start}.echo-hero-section.inner-post .echo-financial-area .content .details-tag button{background:#f9f9f9;padding:8px 10px;transition:all .3s}.echo-hero-section.inner-post .echo-financial-area .content .details-tag button:hover{background:var(--color-primary);color:#fff}.echo-hero-section.inner-post .echo-financial-area .content .details-share{justify-content:end}.echo-hero-section.inner-post .echo-author-area{align-items:center;background:#f9f9f9;display:flex;margin-bottom:40px;padding:20px}.echo-hero-section.inner-post .echo-author-area .image-area{flex-basis:25%}.echo-hero-section.inner-post .echo-author-area .content{flex-basis:75%}.echo-hero-section.inner-post .echo-author-area .content .title{margin-bottom:10px}.echo-hero-section.inner-post .echo-more-news-area{background:#f9f9f9;margin-bottom:40px;padding:35px 30px}.echo-hero-section.inner-post .echo-more-news-area .title{font-size:30px;font-weight:700;line-height:40px}.echo-hero-section.inner-post .echo-more-news-area .echo-top-story{align-items:center;background:#fff;display:flex;gap:15px;margin:18px 0;padding:15px}.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-picture{flex-basis:30%}.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-picture a img{height:100%;width:100%}.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-text{flex-basis:70%}.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-text h6{font-size:20px;line-height:30px;margin-bottom:10px}.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-text a i{font-size:16px;margin-right:6px}.echo-hero-section.inner-post .echo-reply-area{background:#f9f9f9;margin-bottom:40px;padding:30px}.echo-hero-section.inner-post .echo-reply-area .title{font-size:30px;font-weight:700;line-height:40px}.echo-hero-section.inner-post .echo-reply-area .comment-inner{margin:0;padding:0}.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper{border-bottom:1px solid rgba(69,69,69,.188);display:flex;list-style:none;padding:40px 0;position:relative}.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .image-area{flex-basis:12%}.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .content{flex-basis:88%}.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .content .title{font-size:20px;font-weight:700;line-height:30px;margin-bottom:0}.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .content a{font-size:14px;font-weight:400;line-height:22px}.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .content .desc{color:#454545;font-size:16px;font-weight:400;line-height:26px;margin-top:10px}.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper:last-child{border:none;padding-bottom:0}.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .reply{font-family:Bona Nova;font-weight:700;position:absolute;right:0;top:35px}.echo-hero-section.inner-post .echo-comment-box{background:#f9f9f9;padding:30px}.echo-hero-section.inner-post .echo-comment-box .title{font-size:25px;font-weight:700;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 rgba(69,69,69,.251);margin-bottom:20px}.echo-hero-section.inner-post .echo-comment-box form input{height:60px}.echo-hero-section.inner-post .echo-comment-box form textarea{min-height:140px;padding-top:10px}.echo-hero-section.inner-post .echo-comment-box form button{background:var(--color-primary);border:1px solid transparent;color:#fff;height:60px;transition:all .3s;width:170px}.echo-hero-section.inner-post .echo-comment-box form button:hover{background:transparent;border:1px solid rgba(69,69,69,.188);color:#5e5e5e}.echo-hero-section.inner-post-2 .echo-hero-baner .content-catagory-tag{background:#f05600;border-radius:5px;color:#fff;font-size:14px;font-weight:600;line-height:22px;padding:10px 20px;text-transform:uppercase}.echo-hero-section.inner-post-2 .echo-hero-baner .echo-hero-title{margin-bottom:15px}.echo-hero-section.inner-post-2 .echo-financial-area .content .content-wrapper .wrapper-item{font-size:20px;font-weight:700;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{color:#5e5e5e;width:100%}.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{background:#5e5e5e;border-radius:50%;content:"";height:6px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:6px}.echo-hero-section.inner-post-2 .echo-financial-area .content .image.bottom{margin:30px 0}.hero-home-six,.hero-home-six .hero-inner{position:relative}.hero-home-six .hero-inner .slider-inner{height:930px;position:relative}@media (max-width:768px){.hero-home-six .hero-inner .slider-inner{height:770px}}@media (max-width:576px){.hero-home-six .hero-inner .slider-inner{height:600px}}.hero-home-six .hero-inner .slider-inner .swiper-slide{overflow:hidden}.hero-home-six .hero-inner .slider-inner:before{background:linear-gradient(180deg,hsla(0,0%,7%,.65) 35.77%,transparent);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.hero-home-six .hero-inner .slider-inner video{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hero-home-six .hero-inner .slider-inner .content{left:50%;position:absolute;text-align:center;top:45%;transform:translate(-50%,-50%);width:-moz-max-content;width:max-content}.hero-home-six .hero-inner .slider-inner .content .hero-hm6-title{max-width:1100px}.hero-home-six .hero-inner .slider-inner .content .hero-hm6-title h1{color:#fff;font-family:DM Sans,sans-serif;font-size:160px;font-weight:700;line-height:160px;margin-bottom:45px;text-align:center}@media (max-width:1200px){.hero-home-six .hero-inner .slider-inner .content .hero-hm6-title h1{font-size:130px;line-height:140px}}@media (max-width:991px){.hero-home-six .hero-inner .slider-inner .content .hero-hm6-title h1{font-size:100px;line-height:110px}}@media (max-width:768px){.hero-home-six .hero-inner .slider-inner .content .hero-hm6-title h1{font-size:74px;line-height:84px}}@media (max-width:500px){.hero-home-six .hero-inner .slider-inner .content .hero-hm6-title h1{font-size:50px;line-height:60px}}.hero-home-six .hero-inner .swiper-pagination{bottom:100px;color:#fff;font-size:25px;left:70px;position:absolute;width:-moz-max-content;width:max-content}@media (max-width:1200px){.hero-home-six .hero-inner .swiper-pagination{left:50px}}@media (max-width:900px){.hero-home-six .hero-inner .swiper-pagination{left:25px}}@media (max-width:768px){.hero-home-six .hero-inner .swiper-pagination{display:none}}.hero-home-six .hero-inner .swiper-pagination .swiper-pagination-current{font-size:50px}.hero-home-six .hero-inner .swiper-btn-area{bottom:65px;display:block;left:50%;position:absolute;transform:translateX(-50%);width:-moz-max-content;width:max-content;z-index:1}@media (max-width:768px){.hero-home-six .hero-inner .swiper-btn-area{display:none}}.hero-home-six .hero-inner .swiper-btn-area .swiper-btn{border:1px solid #fff;border-radius:50%;display:block;height:50px;line-height:47px;position:unset;text-align:center;width:50px}.hero-home-six .hero-inner .swiper-btn-area .swiper-btn:after{display:none}.hero-home-six .hero-inner .swiper-btn-area .swiper-btn:hover{background:#ffcc48;border:1px solid #ffcc48}.hero-home-six .hero-inner .swiper-btn-area .swiper-btn.swiper-button-prev{margin-bottom:35px}.hero-home-six .hero-inner .swiper-btn-area .swiper-btn.swiper-button-next img{transform:rotate(180deg)}.hero-home-six .hero-inner .pagination-area{bottom:0;position:absolute;right:0}.hero-home-six .hero-inner .pagination-area .banner-blog-thumbs .banner-single-thumb{cursor:pointer;width:200px}@media (max-width:1440px){.hero-home-six .hero-inner .pagination-area .banner-blog-thumbs .banner-single-thumb{width:180px}}@media (max-width:1200px){.hero-home-six .hero-inner .pagination-area .banner-blog-thumbs .banner-single-thumb{width:120px}}@media (max-width:500px){.hero-home-six .hero-inner .pagination-area .banner-blog-thumbs .banner-single-thumb{width:auto}}.hero-home-six .hero-inner .border{background:#6d6d6d;border:none!important;bottom:115px;height:1px;left:12%;position:absolute;width:35%;z-index:1}@media (max-width:1550px){.hero-home-six .hero-inner .border{left:15%;width:30%}}@media (max-width:1200px){.hero-home-six .hero-inner .border{left:20%;width:25%}}@media (max-width:768px){.hero-home-six .hero-inner .border{display:none}}.hero-hm6-btn .hm6-btn-1{background:#ffcc48;border-radius:70px;color:#2b2004;display:block;font-family:DM Sans,sans-serif;font-size:18px;font-weight:700;height:80px;line-height:85px;margin:auto;text-align:center;width:220px}@media (max-width:991px){.hero-hm6-btn .hm6-btn-1{font-size:16px;height:70px;height:60px;line-height:73px;line-height:63px;width:200px;width:180px}}.hero-hm6-btn .hm6-btn-1 img{margin-left:5px;margin-top:4px}.hero-hm6-btn .hm6-btn-1 img.arrow-3,.hero-hm6-btn .hm6-btn-1 img.arrow-4{margin-top:0}.hm8-btn-1{background:#d00032;border:1px solid #d00032;border-radius:50px;color:#fff;display:block;font-family:var(--home-5-title-font);font-size:22px;font-weight:500;height:70px;letter-spacing:2px;line-height:75px;margin-top:50px;text-align:center;transition:all .4s;width:210px}.hm8-btn-1:hover{background:none;border:1px solid #fff;color:#fff}@media (max-width:991px){.hm8-btn-1{font-size:16px;height:70px;height:60px;line-height:73px;line-height:63px;width:200px;width:180px}}.hm8-btn-1 img{margin-left:5px;margin-top:4px}.hm8-btn-1 img.arrow-3,.hm8-btn-1 img.arrow-4{margin-top:0}.innerpage #sidebar{height:-moz-max-content;height:max-content;max-width:-moz-max-content;max-width:max-content;position:absolute;width:370px}#sidebar.fixed{position:fixed;top:0;width:370px}.hm6-btn-1{padding-right:20px;position:relative}.hm6-btn-1:hover{background:#fff;transition:all .4s}.hm6-btn-1:hover .arrow-1{opacity:0;transform:translate(10px,-50%)}.hm6-btn-1:hover .arrow-2{opacity:1;transform:translate(10px,-50%)}.hm6-btn-1 img{transition:all .4s}.hm6-btn-1 img.arrow-1{position:absolute;right:40px;top:50%;transform:translateY(-50%)}@media (max-width:991px){.hm6-btn-1 img.arrow-1{right:33px}}.hm6-btn-1 img.arrow-2{opacity:0;position:absolute;right:50px;top:50%;transform:translateY(-50%)}@media (max-width:991px){.hm6-btn-1 img.arrow-2{right:43px}}.hm6-btn-1.small{padding-right:35px}.echo-banner-area.home-seven{padding:70px 0}@media (max-width:991px){.echo-banner-area.home-seven .right-side-banner{display:flex;flex-wrap:wrap}}.echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small{align-items:center;display:flex;gap:20px;margin-bottom:33px;text-align:left}@media (max-width:1200px) and (min-width:992px){.echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small{gap:15px}}@media (max-width:991px){.echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small{width:50%}}@media (max-width:600px){.echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small{width:100%}}.echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .echo-hero-banner-main-img{flex-basis:33%}@media (max-width:600px){.echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .echo-hero-banner-main-img{flex-basis:auto}}.echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content{flex-basis:67%;margin-top:0}.echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .author{font-weight:500;text-align:left}.echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-hero-title{font-size:20px;font-weight:500;line-height:30px;text-align:left}@media (max-width:1200px) and (min-width:992px){.echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-hero-title{font-size:16px;line-height:26px}}.echo-banner-area.home-nine{padding:60px 0}.echo-banner-area.home-nine .slider-area{margin-right:20px;position:relative}@media (max-width:1500px){.echo-banner-area.home-nine .slider-area{margin-right:0}}@media (max-width:1200px){.echo-banner-area.home-nine .slider-area{margin-bottom:30px}}.echo-banner-area.home-nine .slider-area .swiper-btn-area{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:95%;z-index:1}@media (max-width:576px){.echo-banner-area.home-nine .slider-area .swiper-btn-area{display:none}}.echo-banner-area.home-nine .slider-area .swiper-btn-area .swiper-btn{background:none;border:1px solid #fff;border-radius:50%;height:55px;line-height:55px;text-align:center;transition:all .3s;width:55px}.echo-banner-area.home-nine .slider-area .swiper-btn-area .swiper-btn:after{display:none}.echo-banner-area.home-nine .slider-area .swiper-btn-area .swiper-btn svg path{fill:#fff;transition:all .3s}.echo-banner-area.home-nine .slider-area .swiper-btn-area .swiper-btn:hover{background:#f5d253;border:1px solid #f5d253}.echo-banner-area.home-nine .slider-area .swiper-btn-area .swiper-btn:hover svg path{fill:#171717}.echo-banner-area.home-nine .swiper .echo-hero-baner{background:url(../images/home-1/hero/hero-benar13.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:820px;position:relative;z-index:1}@media (max-width:576px){.echo-banner-area.home-nine .swiper .echo-hero-baner{height:600px}}.echo-banner-area.home-nine .swiper .echo-hero-baner:after{background:rgba(0,13,4,.5);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.echo-banner-area.home-nine .swiper .echo-hero-baner .content{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:70%}@media (max-width:991px){.echo-banner-area.home-nine .swiper .echo-hero-baner .content{width:90%}}.echo-banner-area.home-nine .swiper .echo-hero-baner .content .author{color:#f5d253;font-size:18px;font-weight:500;line-height:24px;margin-bottom:20px}.echo-banner-area.home-nine .swiper .echo-hero-baner .content .echo-hero-title{font-size:60px;font-weight:700;line-height:70px}@media (max-width:991px){.echo-banner-area.home-nine .swiper .echo-hero-baner .content .echo-hero-title{font-size:50px;line-height:60px}}@media (max-width:768px){.echo-banner-area.home-nine .swiper .echo-hero-baner .content .echo-hero-title{font-size:40px;line-height:50px}}@media (max-width:450px){.echo-banner-area.home-nine .swiper .echo-hero-baner .content .echo-hero-title{font-size:24px;line-height:40px}}.echo-banner-area.home-nine .swiper .echo-hero-baner .content .echo-hero-title a{background-image:linear-gradient(90deg,#fff 50%,transparent 0);color:#fff}.echo-banner-area.home-nine .swiper .echo-hero-baner .content .echo-hero-discription{color:#e2e2e2;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:26px;margin:0 auto 40px;text-align:center;width:70%}@media (max-width:991px){.echo-banner-area.home-nine .swiper .echo-hero-baner .content .echo-hero-discription{width:100%}}.echo-banner-area.home-nine .swiper .echo-hero-baner .content .read-more-btn{border:1px solid #f5d253;color:#f5d253;display:block;height:60px;line-height:60px;margin:auto;transition:all .3s;width:160px}.echo-banner-area.home-nine .swiper .echo-hero-baner .content .read-more-btn:hover{background:#f5d253;color:#fff}.echo-banner-area.home-nine .swiper .echo-hero-baner.two{background:url(../images/home-1/hero/hero-benar14.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.echo-banner-area.home-nine .swiper .echo-hero-baner.three{background:url(../images/home-1/hero/hero-benar15.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.echo-banner-area.home-nine .echo-hero-baner.small{margin-bottom:40px}@media (max-width:1200px){.echo-banner-area.home-nine .echo-hero-baner.small .echo-hero-banner-main-img img{width:100%}}.echo-banner-area.home-nine .echo-hero-baner.small .content{margin-top:20px}.echo-banner-area.home-nine .echo-hero-baner.small .content .author{color:#ff9a82;font-family:DM Sans,sans-serif;font-size:18px;font-weight:500;line-height:24px;margin-bottom:10px;text-align:center}.echo-banner-area.home-nine .echo-hero-baner.small .content .echo-hero-title{font-size:40px;font-weight:700;line-height:50px;text-align:center}@media (max-width:1500px) and (min-width:1200px){.echo-banner-area.home-nine .echo-hero-baner.small .content .echo-hero-title{font-size:30px;line-height:40px}}@media (max-width:450px){.echo-banner-area.home-nine .echo-hero-baner.small .content .echo-hero-title{font-size:24px;line-height:40px}}.echo-banner-area.home-nine .echo-hero-baner.small .content .echo-hero-title a{background-image:linear-gradient(90deg,#000 50%,transparent 0);color:#181823}.echo-banner-area.home-nine .echo-hero-baner.small .content .echo-hero-title a:hover{background-image:linear-gradient(90deg,#003811 50%,transparent 0);color:#003811}.echo-banner-area.home-ten .banner-inner{display:flex}@media (max-width:1200px){.echo-banner-area.home-ten .banner-inner{flex-wrap:wrap}}.echo-banner-area.home-ten .banner-inner .left-side-image{width:55%}@media (max-width:1200px){.echo-banner-area.home-ten .banner-inner .left-side-image{width:100%}}.echo-banner-area.home-ten .banner-inner .left-side-image .echo-hero-baner{position:relative;transition:all .3s;z-index:1}.echo-banner-area.home-ten .banner-inner .left-side-image .echo-hero-baner:hover .echo-hero-banner-main-img a:after{background:#d00032;mix-blend-mode:color;opacity:.5}.echo-banner-area.home-ten .banner-inner .left-side-image .echo-hero-baner:hover .echo-hero-banner-main-img a img{transform:scale(110%)}.echo-banner-area.home-ten .banner-inner .left-side-image .echo-hero-baner:hover .content{bottom:50px;opacity:1}.echo-banner-area.home-ten .banner-inner .left-side-image .echo-hero-baner .echo-hero-banner-main-img{overflow:hidden}.echo-banner-area.home-ten .banner-inner .left-side-image .echo-hero-baner .echo-hero-banner-main-img a{position:relative}.echo-banner-area.home-ten .banner-inner .left-side-image .echo-hero-baner .echo-hero-banner-main-img a:after{background:linear-gradient(180deg,transparent,#000);content:"";height:100%;left:0;mix-blend-mode:multiply;position:absolute;top:0;transition:all .5s;width:100%}.echo-banner-area.home-ten .banner-inner .left-side-image .echo-hero-baner .content{bottom:0;left:50px;opacity:0;position:absolute;transition:all .3s;width:75%;z-index:1}@media (max-width:991px){.echo-banner-area.home-ten .banner-inner .left-side-image .echo-hero-baner .content{left:20px;width:85%}}.echo-banner-area.home-ten .banner-inner .left-side-image .echo-hero-baner .content .echo-hero-title{font-family:var(--home-5-title-font);font-weight:500;line-height:1;margin-bottom:0}.echo-banner-area.home-ten .banner-inner .left-side-image .echo-hero-baner .content .echo-hero-title a{background-image:linear-gradient(90deg,#fff 50%,transparent 0);background-position:100% 85%;color:#fff}.echo-banner-area.home-ten .banner-inner .left-side-image .echo-hero-baner .content .echo-hero-title a:hover{background-position:0 85%}.echo-banner-area.home-ten .banner-inner .left-side-image .image-area img{width:100%}.echo-banner-area.home-ten .banner-inner .right-side-content{align-items:center;display:flex;flex-direction:column;width:45%}@media (max-width:1200px){.echo-banner-area.home-ten .banner-inner .right-side-content{width:100%}}.echo-banner-area.home-ten .banner-inner .right-side-content .right-side-inner{display:flex;width:100%}.echo-banner-area.home-ten .banner-inner .right-side-content .right-side-inner .echo-hero-baner{position:relative;width:100%;z-index:1}.echo-banner-area.home-ten .banner-inner .right-side-content .right-side-inner .echo-hero-baner:hover .echo-hero-banner-main-img a:after{background:#d00032;mix-blend-mode:color;opacity:.5}.echo-banner-area.home-ten .banner-inner .right-side-content .right-side-inner .echo-hero-baner:hover .echo-hero-banner-main-img a img{transform:scale(110%)}.echo-banner-area.home-ten .banner-inner .right-side-content .right-side-inner .echo-hero-baner:hover .content{bottom:20px;opacity:1}.echo-banner-area.home-ten .banner-inner .right-side-content .right-side-inner .echo-hero-baner .echo-hero-banner-main-img{overflow:hidden}.echo-banner-area.home-ten .banner-inner .right-side-content .right-side-inner .echo-hero-baner .echo-hero-banner-main-img a{position:relative}.echo-banner-area.home-ten .banner-inner .right-side-content .right-side-inner .echo-hero-baner .echo-hero-banner-main-img a:after{background:linear-gradient(180deg,transparent,#000);content:"";height:100%;left:0;mix-blend-mode:multiply;position:absolute;top:0;transition:all .5s;width:100%}.echo-banner-area.home-ten .banner-inner .right-side-content .right-side-inner .echo-hero-baner .echo-hero-banner-main-img a:after .banner-image-one{transform:scale(100%)}.echo-banner-area.home-ten .banner-inner .right-side-content .right-side-inner .echo-hero-baner .content{background:none;bottom:0;height:unset;left:30px;opacity:0;padding:0;position:absolute;transition:all .3s;width:80%;z-index:1}.echo-banner-area.home-ten .banner-inner .right-side-content .right-side-inner .echo-hero-baner .content .echo-hero-title{font-size:28px;line-height:1}.echo-banner-area.home-ten .banner-inner .right-side-content .image-area{display:flex;width:100%}.echo-banner-area.home-ten .banner-inner .right-side-content .image-area img{width:50%}.echo-banner-area.home-ten .banner-inner .right-side-content .content{background:#1a1a1a;height:100%;padding:100px 80px;width:100%}@media (max-width:1600px){.echo-banner-area.home-ten .banner-inner .right-side-content .content{padding:80px}}@media (max-width:1366px) and (min-width:1200px){.echo-banner-area.home-ten .banner-inner .right-side-content .content{padding:70px}}@media (max-width:1200px){.echo-banner-area.home-ten .banner-inner .right-side-content .content{padding:80px 40px}}@media (max-width:576px){.echo-banner-area.home-ten .banner-inner .right-side-content .content{padding:80px 20px}}.echo-banner-area.home-ten .banner-inner .right-side-content .content .echo-hero-title{color:#fff;font-family:var(--home-5-title-font);font-size:80px;font-weight:500;line-height:1;text-transform:uppercase}@media (max-width:1600px){.echo-banner-area.home-ten .banner-inner .right-side-content .content .echo-hero-title{font-size:65px}}@media (max-width:1366px) and (min-width:1200px){.echo-banner-area.home-ten .banner-inner .right-side-content .content .echo-hero-title{font-size:54px}}@media (max-width:576px){.echo-banner-area.home-ten .banner-inner .right-side-content .content .echo-hero-title{font-size:48px;line-height:1.12}}@media (max-width:450px){.echo-banner-area.home-ten .banner-inner .right-side-content .content .echo-hero-title{font-size:36px}}.echo-banner-area.home-ten .banner-inner .right-side-content .content .echo-hero-title a{background-image:linear-gradient(90deg,#fff 50%,transparent 0);background-position:100% 85%;color:#fff}.echo-banner-area.home-ten .banner-inner .right-side-content .content .echo-hero-title a:hover{background-position:0 85%}.home-seven .echo-hero-baner{border:1px solid rgba(69,69,69,.1);margin-bottom:28px;padding:25px 30px 45px;text-align:center}@media (max-width:991px){.home-seven .echo-hero-baner{margin-top:30px}}@media (max-width:500px){.home-seven .echo-hero-baner{padding:45px 20px}}.home-seven .echo-hero-baner .content{margin-top:35px}.home-seven .echo-hero-baner .content .author{color:#924fff;font-size:14px;font-weight:500;line-height:22px;margin-bottom:20px;text-align:center;text-decoration:underline;text-transform:uppercase;text-underline-offset:7px}.home-seven .echo-hero-baner .content .echo-hero-title{font-family:Jost,sans-serif;font-size:40px;font-weight:600;line-height:50px;margin-bottom:30px;text-align:center;text-transform:none}@media (max-width:500px){.home-seven .echo-hero-baner .content .echo-hero-title{font-size:24px;line-height:34px}}.home-seven .echo-hero-baner.last{margin-bottom:0}.home-seven .echo-hero-baner.small{padding:25px 20px}@media (max-width:991px){.home-seven .echo-hero-baner.small{margin-top:0}}.home-seven .echo-hero-baner.small .content{margin-top:25px}.home-seven .echo-hero-baner.small .content .author{font-size:14px;font-weight:500;line-height:22px;margin-bottom:15px}.home-seven .echo-hero-baner.small .content .echo-hero-title{font-size:25px;font-weight:600;line-height:35px;margin-bottom:0}@media (max-width:1200px) and (min-width:992px){.home-seven .echo-hero-baner.small .content .echo-hero-title{font-size:20px;line-height:30px}}.home-eight .echo-banner-area{background:#fdf2ff}.home-eight .echo-banner-area .banner-inner .right-side-banner{background:#47164f;padding:0 30px}@media (max-width:450px){.home-eight .echo-banner-area .banner-inner .right-side-banner{padding:0 15px}}.home-eight .echo-banner-area .banner-inner .right-side-banner .echo-hero-baner{border-bottom:1px solid #591e63;margin-bottom:0}.home-eight .echo-banner-area .banner-inner .left-side .echo-hero-baner .content .echo-hero-title a{background-image:linear-gradient(90deg,#000 50%,transparent 0);color:#181823}.home-eight .echo-hero-baner{border:none;margin-bottom:30px;padding:0;text-align:center}.home-eight .echo-hero-baner .content{background:#fff;box-shadow:30px 30px 60px 0 rgba(69,0,158,.05);margin:0;padding:60px 40px 40px;position:relative}@media (max-width:576px){.home-eight .echo-hero-baner .content{padding:60px 20px 20px}}@media (max-width:450px){.home-eight .echo-hero-baner .content{padding:60px 15px 20px}}.home-eight .echo-hero-baner .content .author{background:#fe5301;color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:700;height:50px;left:50%;line-height:50px;position:absolute;text-align:center;text-decoration:none;text-transform:uppercase;top:-25px;transform:translateX(-50%);width:150px}@media (max-width:576px){.home-eight .echo-hero-baner .content .author{font-size:14px;height:40px;line-height:40px;top:-20px;width:100px}}.home-eight .echo-hero-baner .content .author a{color:#fff}.home-eight .echo-hero-baner .content .echo-hero-title{font-family:Dm Sans,sans-serif;font-size:40px;font-weight:700;line-height:50px;margin-bottom:25px;text-align:center;text-transform:none}@media (max-width:576px){.home-eight .echo-hero-baner .content .echo-hero-title{font-size:30px;line-height:40px}}@media (max-width:450px){.home-eight .echo-hero-baner .content .echo-hero-title{font-size:22px;line-height:35px}}.home-eight .echo-hero-baner .content .echo-hero-area-titlepost-post-like-comment-share{align-items:center;display:flex;gap:20px;justify-content:center}@media (max-width:767px){.home-eight .echo-hero-baner .content .echo-hero-area-titlepost-post-like-comment-share{flex-wrap:wrap}}.home-eight .echo-hero-baner .content .echo-hero-area-titlepost-post-like-comment-share .echo-hero-area-like-read-comment-share a{color:#5e5e5e;font-size:14px;font-weight:500}.home-eight .echo-hero-baner .content .echo-hero-area-titlepost-post-like-comment-share .echo-hero-area-like-read-comment-share a i{margin:0 4px}.home-eight .echo-hero-baner.last{margin-bottom:0}.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small{padding:30px 0}@media (max-width:1200px) and (min-width:991px){.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small{padding:12px 0}}@media (max-width:450px){.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small{padding:15px 0}}.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .echo-hero-banner-main-img{flex-basis:38%}@media (max-width:450px){.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .echo-hero-banner-main-img{flex-basis:30%}}.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content{background:none;flex-basis:62%!important;padding:0}@media (max-width:450px){.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content{flex-basis:62%!important}}.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .author{background:none;color:#ff7474;font-size:14px;font-weight:700;height:auto;line-height:22px;margin-bottom:7px;margin-top:0;position:unset;transform:translateX(0);width:auto}.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .author a{color:#ff7474}.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-hero-title{color:#fff;font-size:24px;font-weight:600;line-height:35px;margin-bottom:0}.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-hero-title a{background-image:linear-gradient(90deg,#fff 50%,transparent 0);color:#fff}@media (max-width:991px){.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-hero-title{font-size:22px;line-height:1.2}}@media (max-width:450px){.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-hero-title{font-size:16px}}.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-story-text{align-items:center;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:16px;font-weight:300;line-height:26px;margin-top:5px}@media (max-width:450px){.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-story-text{font-size:14px;line-height:1.1}}.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-story-text svg{height:15px;margin-right:5px;width:15px}.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small .content .echo-story-text svg path{fill:#fff}.home-eight .echo-hero-section.home-eight{background:#fdf2ff}.home-eight .echo-hero-section.home-eight .hm5-feature-title{margin-bottom:60px}.home-eight .echo-hero-section.home-eight .hm5-feature-title .hm-5-main-title{align-items:center;display:flex;position:relative}.home-eight .echo-hero-section.home-eight .hm5-feature-title .hm-5-main-title img{margin-right:10px}.home-eight .echo-hero-section.home-eight .hm5-feature-title .hm-5-main-title h2{color:#171717;font-family:Inter,sans-serif;font-size:30px;font-weight:600;line-height:40px;margin-bottom:0;text-transform:none}.home-eight .echo-hero-section.home-eight .hm5-feature-title .hm-5-main-title h2:after{display:none}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small{align-items:center;background:none;border-bottom:1px solid rgba(173,110,184,.239);box-shadow:none;display:flex;gap:20px;margin-bottom:0;padding:35px 0}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small:first-child{padding-top:0}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small.last{border:none}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .echo-hero-banner-main-img{flex-basis:30%}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content{background:none;box-shadow:none;flex-basis:70%!important;padding:0}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .author{background:none;color:#ff7474;font-size:14px;font-weight:700;height:auto;line-height:22px;margin-bottom:0;margin-top:0;position:unset;text-align:start;transform:translateX(0);width:auto}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .author a{color:#ff7474}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-hero-title{color:#171717;font-size:20px;font-weight:600;font-weight:700;line-height:30px;margin-bottom:0;margin-top:0;text-align:start}@media (max-width:450px){.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-hero-title{font-size:18px}}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-hero-title a{background-image:linear-gradient(90deg,#171717 50%,transparent 0);color:#171717}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-story-text{align-items:center;color:#171717;display:flex;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:24px;margin-bottom:0;margin-top:5px}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-story-text svg{height:15px;margin-right:5px;width:15px}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .right-side-banner .echo-hero-baner.small .content .echo-story-text svg path{fill:#171717}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-hero-baner{box-shadow:none}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-hero-baner .content{background:none;box-shadow:none;padding-bottom:0;padding-top:30px}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-hero-baner .content .author{font-size:14px;height:40px;line-height:40px;top:-40px;width:120px}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-hero-baner .content .echo-hero-title{font-size:30px;line-height:1.2}@media (max-width:991px) and (min-width:768px){.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-hero-baner .content .echo-hero-title{font-size:26px}}@media (max-width:450px){.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-hero-baner .content .echo-hero-title{font-size:22px;line-height:35px}}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-hero-baner .content .echo-hero-area-titlepost-post-like-comment-share{border-top:1px solid rgba(173,110,184,.239);margin:auto;padding-top:25px;width:-moz-max-content;width:max-content}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .top-area{margin-bottom:100px}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .bottom-area .echo-hero-baner{margin-bottom:30px}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .bottom-area .echo-hero-baner .content{padding:15px}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .bottom-area .echo-hero-baner .content .echo-hero-title{font-size:25px;font-weight:500}@media (max-width:450px){.home-eight .echo-hero-section.home-eight .echo-full-hero-content .bottom-area .echo-hero-baner .content .echo-hero-title{font-size:22px;line-height:35px}}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .hm5-feature-title.right{margin-bottom:70px}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-follower{background:none;padding:0}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-follower ul{gap:20px;justify-content:space-between}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-follower ul li{background:#fff;border:none;font-size:16px;font-weight:500;padding:18px 0 18px 20px;width:47%}@media (max-width:450px){.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-follower ul li{width:100%}}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-follower ul li a{color:#5e5e5e;margin-bottom:0}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-follower ul li a i{font-size:18px}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story{background:none;padding:30px 0}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story h5{font-family:Inter,sans-serif;font-size:30px;font-weight:700;line-height:1.2}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-home-1-hero-area-top-story .right-side-banner .echo-hero-baner{border:none;padding:15px 0}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-gallery h5{font-family:Inter,sans-serif;font-size:30px;font-weight:700;line-height:1.2}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-gallery .gallery-wrapper{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0}@media (max-width:768px){.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-gallery .gallery-wrapper{justify-content:space-between}}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-gallery .gallery-wrapper .wrapper{list-style:none;margin:0;width:48%}.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-gallery .gallery-wrapper .wrapper img{width:100%}@media (max-width:768px){.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-gallery .gallery-wrapper .wrapper img{width:100%}}@media (max-width:450px){.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-gallery .gallery-wrapper .wrapper,.home-eight .echo-hero-section.home-eight .echo-full-hero-content .echo-right-ct-1 .echo-feature-area-right-site-gallery .gallery-wrapper .wrapper img{width:100%}}@media (max-width:767px){.home-eight .echo-banner-area.home-seven .right-side-banner .echo-hero-baner.small{width:100%}}.home-eight .echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill input{background:none}.home-eight .echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill input::-moz-placeholder{color:hsla(0,0%,100%,.8)!important}.home-eight .echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill input::placeholder{color:hsla(0,0%,100%,.8)!important}.home-eight .echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill input:focus{border:1px solid #fe5301!important}.home-nine .echo-hero-baner{text-align:center}.home-nine .echo-hero-baner .content .author{color:#f5d253;font-family:DM Sans,sans-serif;font-size:18px;font-weight:500;line-height:24px;margin-bottom:20px}.home-nine .echo-hero-baner .content .echo-hero-title{font-size:60px;font-weight:700;line-height:70px}.home-nine .echo-hero-baner .content .echo-hero-title a{background-image:linear-gradient(90deg,#000 50%,transparent 0);color:#181823}.home-nine .echo-hero-baner .content .echo-hero-title a:hover{background-image:linear-gradient(90deg,#003811 50%,transparent 0);color:#003811}.home-nine .echo-hero-baner .content .echo-hero-discription{color:#e2e2e2;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:26px;margin:0 auto 40px;text-align:center;width:70%}.home-nine .echo-hero-baner .content .read-more-btn{border:1px solid #f5d253;color:#f5d253;display:block;height:60px;line-height:60px;margin:auto;width:160px}@media (max-width:576px){.home-nine .echo-hero-baner .content .read-more-btn{height:50px;line-height:50px;width:120px}}html[data-theme=dark] body.home-nine .echo-hero-baner .content .echo-hero-title a{background-image:linear-gradient(90deg,#fff 50%,transparent 0);color:#fff}.echo-dishes-area .section-inner{border-bottom:1px solid #003811;display:flex;padding-bottom:80px}@media (max-width:768px){.echo-dishes-area .section-inner{flex-wrap:wrap}}.echo-dishes-area .section-inner .content-area{align-items:center;background:#003811;display:flex;flex:1;width:50%}@media (max-width:768px){.echo-dishes-area .section-inner .content-area{flex:unset;order:2;padding:40px 0;width:100%}}.echo-dishes-area .section-inner .content-area .echo-hero-baner{padding:0 80px;text-align:start}@media (max-width:991px){.echo-dishes-area .section-inner .content-area .echo-hero-baner{padding:0 30px}}@media (max-width:450px){.echo-dishes-area .section-inner .content-area .echo-hero-baner{padding:0 15px}}.echo-dishes-area .section-inner .content-area .echo-hero-baner .echo-hero-title{font-size:80px;line-height:1.12;margin-bottom:35px}@media (max-width:1600px){.echo-dishes-area .section-inner .content-area .echo-hero-baner .echo-hero-title{font-size:65px}}@media (max-width:1366px){.echo-dishes-area .section-inner .content-area .echo-hero-baner .echo-hero-title{font-size:55px}}@media (max-width:1200px){.echo-dishes-area .section-inner .content-area .echo-hero-baner .echo-hero-title{font-size:42px}}@media (max-width:991px){.echo-dishes-area .section-inner .content-area .echo-hero-baner .echo-hero-title{font-size:36px}}@media (max-width:450px){.echo-dishes-area .section-inner .content-area .echo-hero-baner .echo-hero-title{font-size:30px}}.echo-dishes-area .section-inner .content-area .echo-hero-baner .echo-hero-title a{background-image:linear-gradient(90deg,#fff 50%,transparent 0);color:#fff}.echo-dishes-area .section-inner .content-area .echo-hero-baner .read-more-btn{border:1px solid #fff;color:#fff;margin:0;text-align:center;transition:all .3s}.echo-dishes-area .section-inner .content-area .echo-hero-baner .read-more-btn:hover{background:#f5d253;border:1px solid #f5d253}.echo-dishes-area .section-inner .image-area{flex:1;width:50%}@media (max-width:768px){.echo-dishes-area .section-inner .image-area{flex:unset;width:100%}}.echo-dishes-area .section-inner .image-area img{width:100%}.echo-new-dishes-area{padding-top:80px}.echo-new-dishes-area .hm5-feature-title .hm-5-main-title h2{font-size:60px;line-height:70px;margin-bottom:60px}@media (max-width:991px){.echo-new-dishes-area .hm5-feature-title .hm-5-main-title h2{font-size:50px;line-height:60px}}@media (max-width:576px){.echo-new-dishes-area .hm5-feature-title .hm-5-main-title h2{font-size:26px;line-height:40px}}.echo-new-dishes-area .section-inner .echo-hero-baner{margin:0 12px 40px}@media (max-width:768px){.echo-new-dishes-area .section-inner .echo-hero-baner{margin:0 0 40px}}.echo-new-dishes-area .section-inner .echo-hero-baner .content{margin-top:25px}.echo-new-dishes-area .section-inner .echo-hero-baner .content .author{color:#ff9a82;margin-bottom:10px}.echo-new-dishes-area .section-inner .echo-hero-baner .content .echo-hero-title{font-size:40px;line-height:1.12}@media (max-width:1600px){.echo-new-dishes-area .section-inner .echo-hero-baner .content .echo-hero-title{font-size:36px}}@media (max-width:1400px){.echo-new-dishes-area .section-inner .echo-hero-baner .content .echo-hero-title{font-size:30px}}@media (max-width:1200px){.echo-new-dishes-area .section-inner .echo-hero-baner .content .echo-hero-title{font-size:20px}}.echo-new-dishes-area .section-inner .button-area{margin-top:60px;position:relative}.echo-new-dishes-area .section-inner .button-area:after,.echo-new-dishes-area .section-inner .button-area:before{background:#003811;content:"";height:1px;position:absolute;top:50%;transform:translateY(-50%);width:37%}@media (max-width:768px){.echo-new-dishes-area .section-inner .button-area:after,.echo-new-dishes-area .section-inner .button-area:before{display:none}}.echo-new-dishes-area .section-inner .button-area:after{right:0}.echo-new-dishes-area .section-inner .button-area:before{left:0}.echo-new-dishes-area .section-inner .button-area .learn-more-btn{border:1px solid #fe5301;color:#fe5301;display:block;font-size:18px;height:60px;line-height:60px;margin:0 auto;text-align:center;transition:all .3s;width:170px}.echo-new-dishes-area .section-inner .button-area .learn-more-btn:hover{background:#fe5301;color:#fff}.echo-new-dishes-area.area2{padding-bottom:60px}.echo-food-review-area{padding-top:80px}.echo-food-review-area .hm5-feature-title .hm-5-main-title h2{font-size:60px;line-height:70px;margin-bottom:60px}@media (max-width:991px){.echo-food-review-area .hm5-feature-title .hm-5-main-title h2{font-size:50px;line-height:60px}}@media (max-width:576px){.echo-food-review-area .hm5-feature-title .hm-5-main-title h2{font-size:28px;line-height:40px;margin-bottom:40px}}.echo-food-review-area .section-inner{border-bottom:1px solid #003811;padding-bottom:50px}.echo-food-review-area .left-side-content{margin-right:10px}.echo-food-review-area .left-side-content .echo-hero-baner{text-align:left}.echo-food-review-area .left-side-content .echo-hero-baner .content{margin-top:20px}.echo-food-review-area .left-side-content .echo-hero-baner .content .author{color:#ff9a82;margin-bottom:10px}.echo-food-review-area .left-side-content .echo-hero-baner .content .echo-hero-title{font-size:80px;line-height:1.12}@media (max-width:1400px) and (min-width:991px){.echo-food-review-area .left-side-content .echo-hero-baner .content .echo-hero-title{font-size:48px}}@media (max-width:991px){.echo-food-review-area .left-side-content .echo-hero-baner .content .echo-hero-title{font-size:54px}}@media (max-width:768px){.echo-food-review-area .left-side-content .echo-hero-baner .content .echo-hero-title{font-size:40px}}@media (max-width:450px){.echo-food-review-area .left-side-content .echo-hero-baner .content .echo-hero-title{font-size:28px}}.echo-food-review-area .right-side-banner .echo-hero-baner.small{align-items:center;display:flex;gap:30px;margin-bottom:35px}@media (max-width:576px){.echo-food-review-area .right-side-banner .echo-hero-baner.small{gap:20px}}.echo-food-review-area .right-side-banner .echo-hero-baner.small .echo-hero-banner-main-img{flex-basis:40%}.echo-food-review-area .right-side-banner .echo-hero-baner.small .content{flex-basis:60%;text-align:start}.echo-food-review-area .right-side-banner .echo-hero-baner.small .content .author{color:#ff9a82;font-size:16px;margin-bottom:10px}.echo-food-review-area .right-side-banner .echo-hero-baner.small .echo-hero-title{font-size:35px;line-height:45px;margin-bottom:0}@media (max-width:1400px) and (min-width:991px){.echo-food-review-area .right-side-banner .echo-hero-baner.small .echo-hero-title{font-size:30px;line-height:40px}}@media (max-width:576px){.echo-food-review-area .right-side-banner .echo-hero-baner.small .echo-hero-title{font-size:26px;line-height:36px}}@media (max-width:450px){.echo-food-review-area .right-side-banner .echo-hero-baner.small .echo-hero-title{font-size:18px;line-height:28px}}.echo-trending-news-area.home-seven{padding:100px 0}.echo-trending-news-area.home-seven .section-inner .left-side-inner .hm5-feature-title .hm-5-main-title h2,.echo-trending-news-area.home-seven .section-inner .right-side-inner .hm5-feature-title .hm-5-main-title h2{font-family:Jost,sans-serif;font-size:40px;font-style:normal;font-weight:500;line-height:50px;margin-bottom:60px}.echo-trending-news-area.home-seven .section-inner .left-side-inner .echo-hero-baner .echo-hero-banner-main-img img{width:100%}.echo-trending-news-area.home-seven .right-side-inner .post-area{border:1px solid rgba(69,69,69,.1);padding:28px 25px}.echo-trending-news-area.home-seven .right-side-inner .post-area .echo-hero-baner{border:none;padding:0}.echo-trending-news-area.home-seven .right-side-inner .post-area .echo-hero-baner.small{align-items:center;border-bottom:1px solid rgba(69,69,69,.1);display:flex;gap:20px;margin-bottom:32px;padding-bottom:32px;text-align:left}.echo-trending-news-area.home-seven .right-side-inner .post-area .echo-hero-baner.small .echo-hero-banner-main-img{flex-basis:35%}.echo-trending-news-area.home-seven .right-side-inner .post-area .echo-hero-baner.small .content{flex-basis:65%;margin-top:0}.echo-trending-news-area.home-seven .right-side-inner .post-area .echo-hero-baner.small .content .author{color:#909090;font-size:14px;font-weight:500;line-height:22px;margin-bottom:8px;text-align:left;text-decoration:none;text-transform:uppercase}.echo-trending-news-area.home-seven .right-side-inner .post-area .echo-hero-baner.small .content .author svg{height:12px;margin-right:5px;width:12px}.echo-trending-news-area.home-seven .right-side-inner .post-area .echo-hero-baner.small .content .echo-hero-title{font-size:16px;font-weight:500;line-height:26px;text-align:left}.echo-trending-news-area.home-seven .right-side-inner .post-area .echo-hero-baner.small.last{border:none;margin-bottom:0;padding-bottom:0}.echo-trending-news-area.home-eight{padding:100px 0}@media (max-width:576px){.echo-trending-news-area.home-eight{padding:50px 0}}.echo-trending-news-area.home-eight .hm5-feature-title{margin-bottom:60px}.echo-trending-news-area.home-eight .hm5-feature-title .hm-5-main-title{align-items:center;display:flex;position:relative}.echo-trending-news-area.home-eight .hm5-feature-title .hm-5-main-title img{margin-right:10px}.echo-trending-news-area.home-eight .hm5-feature-title .hm-5-main-title h2{color:#171717;font-family:Inter,sans-serif;font-size:30px;font-weight:600;line-height:40px;margin-bottom:0}@media (max-width:576px){.echo-trending-news-area.home-eight .hm5-feature-title .hm-5-main-title h2{font-size:26px}}.echo-trending-news-area.home-eight .hm5-feature-title .hm-5-main-title h2:after{display:none}@media (max-width:576px){.echo-trending-news-area.home-eight .hm5-feature-title .hero-hm7-btn{display:none}}.echo-trending-news-area.home-eight .section-inner .echo-hero-baner{margin-bottom:0}@media (max-width:1200px){.echo-trending-news-area.home-eight .section-inner .echo-hero-baner{margin-bottom:30px}}.echo-trending-news-area.home-eight .section-inner .echo-hero-baner .content{background:none;box-shadow:none;padding:40px 10px 10px}.echo-trending-news-area.home-eight .section-inner .echo-hero-baner .content .author{font-size:14px;height:40px;line-height:40px;top:-20px;width:120px}.echo-trending-news-area.home-eight .section-inner .echo-hero-baner .content .echo-hero-title{font-size:25px;line-height:35px}@media (max-width:450px){.echo-trending-news-area.home-eight .section-inner .echo-hero-baner .content .echo-hero-title{font-size:22px;line-height:35px}}.echo-trending-news-area.home-eight .section-inner .echo-hero-baner .content .echo-hero-area-titlepost-post-like-comment-share{border-top:1px solid hsla(0,0%,9%,.278);margin:auto;padding-top:20px;width:-moz-max-content;width:max-content}.echo-photography-area{padding-top:90px}.echo-photography-area .hm5-feature-title{margin-bottom:50px}@media (max-width:576px){.echo-photography-area .hm5-feature-title{margin-bottom:30px}}.echo-photography-area .hm5-feature-title .hm-5-main-title h2{color:#1a1a1a;font-family:var(--home-5-title-font);font-size:80px;font-style:normal;font-weight:500;line-height:85px;margin-bottom:0;text-transform:uppercase}@media (max-width:768px){.echo-photography-area .hm5-feature-title .hm-5-main-title h2{font-size:64px;line-height:70px}}@media (max-width:576px){.echo-photography-area .hm5-feature-title .hm-5-main-title h2{font-size:40px;line-height:50px}}@media (max-width:450px){.echo-photography-area .hm5-feature-title .hm-5-main-title h2{font-size:32px;line-height:42px}}.echo-photography-area .hm5-feature-title .hm-5-main-title h2:after{display:none}@media (max-width:768px){.echo-photography-area .hm5-feature-title .hm5-area-title-btn{display:none}}.echo-photography-area .hm5-feature-title .hm8-btn-1{margin-top:0}.echo-photography-area .hm8-btn-1:hover{border:1px solid #191a23;color:#181823}.echo-photography-area .section-inner{flex-wrap:wrap}.echo-photography-area .section-inner .echo-hero-baner{position:relative;transition:all .5s;width:50%;z-index:1}@media (max-width:767px){.echo-photography-area .section-inner .echo-hero-baner{width:100%}}.echo-photography-area .section-inner .echo-hero-baner:hover .echo-hero-banner-main-img a:after{background:#d00032;mix-blend-mode:color;opacity:.5}.echo-photography-area .section-inner .echo-hero-baner:hover .echo-hero-banner-main-img a img{transform:scale(110%)}.echo-photography-area .section-inner .echo-hero-baner .echo-hero-banner-main-img{overflow:hidden}.echo-photography-area .section-inner .echo-hero-baner .echo-hero-banner-main-img a{position:relative}.echo-photography-area .section-inner .echo-hero-baner .echo-hero-banner-main-img a:after{background:linear-gradient(180deg,transparent,#000);content:"";height:100%;left:0;mix-blend-mode:multiply;position:absolute;top:0;transition:all .5s;width:100%}.echo-photography-area .section-inner .echo-hero-baner .content{bottom:50px;left:50px;position:absolute;width:75%;z-index:1}@media (max-width:991px){.echo-photography-area .section-inner .echo-hero-baner .content{left:20px;width:85%}}@media (max-width:450px){.echo-photography-area .section-inner .echo-hero-baner .content{bottom:25px}}.echo-photography-area .section-inner .echo-hero-baner .content .echo-hero-title{font-family:var(--home-5-title-font);font-size:60px;font-weight:500;line-height:65px;margin-bottom:0;text-transform:uppercase}@media (max-width:1366px){.echo-photography-area .section-inner .echo-hero-baner .content .echo-hero-title{font-size:42px;line-height:1.2}}@media (max-width:1200px){.echo-photography-area .section-inner .echo-hero-baner .content .echo-hero-title{font-size:34px}}@media (max-width:991px) and (min-width:768px){.echo-photography-area .section-inner .echo-hero-baner .content .echo-hero-title{font-size:30px}}@media (max-width:767px){.echo-photography-area .section-inner .echo-hero-baner .content .echo-hero-title{font-size:46px}}@media (max-width:576px){.echo-photography-area .section-inner .echo-hero-baner .content .echo-hero-title{font-size:36px}}@media (max-width:450px){.echo-photography-area .section-inner .echo-hero-baner .content .echo-hero-title{font-size:24px}}.echo-photography-area .section-inner .echo-hero-baner .content .echo-hero-title a{background-image:linear-gradient(90deg,#fff 50%,transparent 0);background-position:100% 85%;color:#fff}.echo-photography-area .section-inner .echo-hero-baner .content .echo-hero-title a:hover{background-position:0 85%}.echo-photography-area.area2 .section-inner .top .echo-hero-baner{width:100%}.echo-photography-area.area2 .section-inner .top .echo-hero-baner .content{width:50%}@media (max-width:991px){.echo-photography-area.area2 .section-inner .top .echo-hero-baner .content{width:80%}}@media (max-width:767px){.echo-photography-area.area2 .section-inner .top .echo-hero-baner .content{width:90%}.echo-photography-area.area2 .section-inner .top .echo-hero-baner .content .echo-hero-title{font-size:42px}}@media (max-width:576px){.echo-photography-area.area2 .section-inner .top .echo-hero-baner .content .echo-hero-title{font-size:24px}}@media (max-width:1200px){.echo-photography-area.area2 .section-inner .bottom{flex-wrap:wrap}}.echo-photography-area.area2 .section-inner .bottom .echo-hero-baner .content .echo-hero-title{font-size:40px;line-height:45px}@media (max-width:1366px) and (min-width:1200px){.echo-photography-area.area2 .section-inner .bottom .echo-hero-baner .content .echo-hero-title{font-size:32px;line-height:40px}}@media (max-width:450px){.echo-photography-area.area2 .section-inner .bottom .echo-hero-baner .content .echo-hero-title{font-size:24px;line-height:34px}}.echo-photography-area.area2 .section-inner .echo-hero-baner:hover a:after{background:linear-gradient(180deg,transparent,#000);mix-blend-mode:multiply;opacity:1}@media (max-width:991px){.echo-photography-area.area3 .section-inner .bottom{flex-wrap:wrap}.echo-photography-area.area3 .section-inner .bottom .echo-hero-baner{width:100%}}@media (max-width:1200px) and (min-width:991px){.echo-photography-area.area3 .section-inner .bottom .echo-hero-baner .content{bottom:30px;left:30px;width:80%}}@media (max-width:991px){.echo-photography-area.area3 .section-inner .bottom .echo-hero-baner .content{bottom:30px}}.echo-photography-area.area3 .section-inner .bottom .echo-hero-baner .content .echo-hero-title{font-size:40px;line-height:45px}@media (max-width:1200px) and (min-width:991px){.echo-photography-area.area3 .section-inner .bottom .echo-hero-baner .content .echo-hero-title{font-size:24px;line-height:34px}}@media (max-width:550px){.echo-photography-area.area3 .section-inner .bottom .echo-hero-baner .content .echo-hero-title{font-size:22px;line-height:32px}}.echo-photography-area.area3 .section-inner .echo-hero-baner a:after{display:none}.echo-contact-area{padding-bottom:110px;padding-top:100px}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-contact-title{margin-bottom:28px}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-contact-title h2{font-size:50px;line-height:60px;margin:0}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-contact-sub-title{margin-bottom:20px}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-contact-sub-title p{font-size:16px;line-height:26px;margin:0}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form input{border:1px solid rgba(94,94,94,.271);height:60px;padding:0 40px}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-input-flexing{display:flex;gap:20px}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-input-flexing .echo-df-input{margin-top:20px;position:relative}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-input-flexing .echo-df-input:before{font-family:Font Awesome\ 6 Pro!important;left:15px;position:absolute;top:50%;transform:translateY(-50%)}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-input-flexing .echo-df-input.echo-contact-name:before{content:"\f007"}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-input-flexing .echo-df-input.echo-contact-email:before{content:"\f0e0"}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-input-flexing .echo-df-input.echo-contact-number:before{content:"\f095"}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-input-flexing .echo-df-input.echo-contact-url:before{content:"\f0ac"}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-texting-fild{margin-top:20px;position:relative}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-texting-fild textarea{border:1px solid rgba(94,94,94,.271);height:140px;padding:10px 0 10px 40px}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-texting-fild:before{content:"\e212";font-family:Font Awesome\ 6 Pro!important;left:12px;position:absolute;top:8%}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-btn{align-items:center;background:var(--color-primary);border:1px solid transparent;color:#fff;display:flex;font-family:Bona Nova,serif;font-size:16px;line-height:30px;margin-top:30px;padding:10px 20px;position:relative;transition:all .3s;width:180px}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-btn i{margin-left:10px}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-btn:hover{background:transparent;border:1px solid rgba(69,69,69,.188);color:#5e5e5e}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info{background-color:#f9f9f9;margin-left:20px;padding:35px}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-address{margin-bottom:25px;margin-left:60px;position:relative}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-address h6{font-size:20px;line-height:30px;margin:0 0 5px}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-address span{font-size:16px;line-height:26px}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-address:first-child:before{content:"\f3c5"}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-address:nth-child(2):before{content:"\e170"}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-address:nth-child(3){margin-bottom:0}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-address:nth-child(3):before{content:"\f095"}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-address:before{background:#fff;border:1px solid transparent;border-radius:50%;color:var(--color-primary);font-family:Font Awesome\ 6 Pro!important;height:50px;left:-65px;line-height:50px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:50px}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-map{margin-top:35px}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info .echo-map .contact-map{min-height:295px}.echo-contact-area.home-nine{background:url(../images/home-1/hero/contact-bg.png)!important;background-color:#003811;background-position:50%;background-size:cover!important;height:900px;position:relative}@media (max-width:576px){.echo-contact-area.home-nine{height:600px}}.echo-contact-area.home-nine .contact-inner .inner-wrapper{background:#fff;left:50%;padding:100px;position:absolute;top:50%;transform:translate(-50%,-50%);width:-moz-max-content;width:max-content}@media (max-width:991px){.echo-contact-area.home-nine .contact-inner .inner-wrapper{padding:80px}}@media (max-width:768px){.echo-contact-area.home-nine .contact-inner .inner-wrapper{padding:50px}}.echo-contact-area.home-nine .contact-inner .inner-wrapper .content-title{color:var(--color-heading-1);font-size:60px;font-weight:700;line-height:70px}@media (max-width:768px){.echo-contact-area.home-nine .contact-inner .inner-wrapper .content-title{font-size:42px;line-height:52px}}@media (max-width:576px){.echo-contact-area.home-nine .contact-inner .inner-wrapper .content-title{font-size:28px;line-height:40px}}.echo-contact-area.home-nine .contact-inner .inner-wrapper .desc{border-bottom:1px solid rgba(43,88,57,.51);color:#555;font-size:20px;font-weight:700;line-height:30px;padding-bottom:40px}@media (max-width:576px){.echo-contact-area.home-nine .contact-inner .inner-wrapper .desc{font-size:18px;line-height:30px}}.echo-contact-area.home-nine .contact-inner .inner-wrapper .social-area{align-items:center;display:flex;gap:45px;justify-content:center;margin:0;padding:0}@media (max-width:768px){.echo-contact-area.home-nine .contact-inner .inner-wrapper .social-area{gap:20px}}.echo-contact-area.home-nine .contact-inner .inner-wrapper .social-area li{list-style:none;transition:all .3s}.echo-contact-area.home-nine .contact-inner .inner-wrapper .social-area li a{color:#999;font-size:30px;transition:all .3s}@media (max-width:576px){.echo-contact-area.home-nine .contact-inner .inner-wrapper .social-area li a{font-size:20px;line-height:30px}}.echo-contact-area.home-nine .contact-inner .inner-wrapper .social-area li a:hover{color:#ff9a82}.echo-footer-area{background-color:#181823;padding-top:90px}@media (max-width:1200px){.echo-footer-area{padding:90px 20px 0}}@media (max-width:576px){.echo-footer-area{padding:60px 15px 0}}.echo-footer-area .echo-row{display:flex;flex-wrap:wrap;padding-bottom:30px}.echo-footer-area .echo-row .echo-footer-content-1{flex-basis:35%}.echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address span{color:hsla(0,0%,100%,.8);display:block;margin-bottom:25px}.echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address span i{margin-right:15px}.echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a{border:1px solid hsla(0,0%,100%,.8);border-radius:50%;color:#fff;display:inline-block;font-size:16px;height:35px;line-height:35px;margin:0 5px;position:relative;text-align:center;transition:all .3s ease;width:35px}.echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a:first-child{margin-left:0}.echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a:hover{background-color:var(--color-primary);border:1px solid transparent;transform:scale(1)}.echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a:hover i{color:hsla(0,0%,100%,.8)}.echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a i{font-weight:300;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.echo-footer-area .echo-row .echo-footer-content-2{flex-basis:25%}.echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul{display:flex;flex-wrap:wrap;margin:0;padding:0}.echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li{transition:all .3s ease;width:38%}.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:hsla(0,0%,100%,.8);transition:all .3s ease}.echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li:first-child,.echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li:nth-child(2){margin-top:0}.echo-footer-area .echo-row .echo-footer-content-3{flex-basis:15%}.echo-footer-area .echo-row .echo-footer-content-3 .echo-footer-help ul{margin:0;padding:0}.echo-footer-area .echo-row .echo-footer-content-3 .echo-footer-help ul li{margin-bottom:22px;transition:all .3s ease}.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:hsla(0,0%,100%,.8);transition:all .3s ease}.echo-footer-area .echo-row .echo-footer-content-3 .echo-footer-help ul li:first-child{margin-top:0}.echo-footer-area .echo-row .echo-footer-content-4{flex-basis:25%}.echo-footer-area .echo-row .echo-footer-content-4 .echo-footer-news-text{margin-bottom:18px}.echo-footer-area .echo-row .echo-footer-content-4 .echo-footer-news-text p{color:hsla(0,0%,100%,.8)}.echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill{position:relative}.echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill svg{left:12px;position:absolute;top:38%}.echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill input{background-color:#24242e;border:1px solid hsla(0,0%,100%,.6);padding:10px 0 10px 40px}.echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill input::-moz-placeholder{color:#fff;font-size:15px}.echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill input::placeholder{color:#fff;font-size:15px}.echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button{margin-top:25px}.echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button a{background-color:var(--color-primary);border:1px solid transparent;color:hsla(0,0%,100%,.8);font-family:Bona Nova,serif;font-size:16px;padding:12px 18px;position:relative;text-align:center}.echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button a:after{content:"\f061";font-family:Font Awesome\ 6 Pro!important;margin-left:10px}.echo-footer-area .echo-footer-copyright-area{border-top:1px solid hsla(0,0%,100%,.271);padding:30px 0}.echo-footer-area .echo-footer-copyright-area .copyright-area-inner{align-items:center;display:flex;justify-content:space-between}@media (max-width:576px){.echo-footer-area .echo-footer-copyright-area .copyright-area-inner{display:block;text-align:center}.echo-footer-area .echo-footer-copyright-area .copyright-area-inner .copyright-content{margin:20px 0}}.echo-footer-area .echo-footer-copyright-area .copyright-area-inner .copyright-content .title{color:hsla(0,0%,100%,.69);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:26px;margin-bottom:0;text-align:center}.echo-footer-area .echo-footer-copyright-area .copyright-area-inner .select-area select{color:#999}@media (max-width:576px){.echo-footer-area .echo-footer-copyright-area .copyright-area-inner .select-area{margin:0 auto;width:80px}}.echo-footer-area.footer-2{background-color:#f9f9f9}.echo-footer-area.footer-2 .echo-footer-copyright-area{border-top:1px solid rgba(94,94,94,.6);padding:30px 0}.echo-footer-area.footer-2 .echo-get-in-tuch h4{color:#181823}.echo-footer-area.footer-2 .echo-row .echo-footer-content-1 .echo-footer-address span{color:#5e5e5e}.echo-footer-area.footer-2 .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a{border:1px solid;color:#5e5e5e}.echo-footer-area.footer-2 .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a svg path{fill:#5e5e5e}.echo-footer-area.footer-2 .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a:hover{background-color:#7817f2;border-color:transparent}.echo-footer-area.footer-2 .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a:hover svg path{fill:#fff}.echo-footer-area.footer-2 .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li a{color:#5e5e5e}.echo-footer-area.footer-2 .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li a:hover{color:#7817f2}.echo-footer-area.footer-2 .echo-row .echo-footer-content-3 .echo-footer-help ul li a{color:#5e5e5e}.echo-footer-area.footer-2 .echo-row .echo-footer-content-3 .echo-footer-help ul li a:hover{color:#7817f2}.echo-footer-area.footer-2 .echo-row .echo-footer-content-4 .echo-footer-news-text p{color:#5e5e5e}.echo-footer-area.footer-2 .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill input{background-color:transparent;border:1px solid #5e5e5e}.echo-footer-area.footer-2 .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button a{background-color:#7817f2}.echo-footer-area.footer-2 .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button a:hover{background-color:#fff}.echo-footer-area.footer-2 .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill svg path{fill:#5e5e5e}.echo-footer-area.footer-2 .echo-footer-copyright-area .copyright-area-inner .copyright-content .title,.echo-footer-area.footer-2 .echo-footer-copyright-area .copyright-area-inner .select-area select{color:#181823}html[data-theme=dark] body.home-two .echo-footer-area.footer-2 .echo-get-in-tuch h4{color:var(--dark-color-heading-1)}@media (max-width:1200px){.echo-footer-area .echo-row .echo-footer-content-1{flex-basis:45%;margin-bottom:50px}.echo-footer-area .echo-row .echo-footer-content-2{flex-basis:30%;margin-bottom:50px}.echo-footer-area .echo-row .echo-footer-content-3{flex-basis:25%;margin-bottom:50px}.echo-footer-area .echo-row .echo-footer-content-4{flex-basis:40%;margin-bottom:50px}}@media (max-width:991px){.echo-footer-area .echo-row .echo-footer-content-1,.echo-footer-area .echo-row .echo-footer-content-2,.echo-footer-area .echo-row .echo-footer-content-3,.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,.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,.echo-footer-area .echo-row .echo-footer-content-2,.echo-footer-area .echo-row .echo-footer-content-3,.echo-footer-area .echo-row .echo-footer-content-4{flex-basis:100%}}.home-three .echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a:hover,.home-three .echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button a{background:#7817f2}.home-three .echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li:hover a,.home-three .echo-footer-area .echo-row .echo-footer-content-3 .echo-footer-help ul li:hover a{color:#7817f2}.echo-footer-area4{background:url(../images/footer/footer-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.echo-footer-area4 .footer-top{border-bottom:1px solid hsla(0,0%,100%,.31);padding:60px 0}.echo-footer-area4 .footer-top .footer-top-inner{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.echo-footer-area4 .footer-top .footer-top-inner .footer-top-left{width:50%}.echo-footer-area4 .footer-top .footer-top-inner .footer-top-left .content{color:#fff;margin-bottom:0}.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right{width:50%}.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form{height:70px;margin-left:auto;position:relative;width:470px}.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form input{border:1px solid #fff;border-radius:70px;height:100%}.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form .echo-subscribe-input-fill{height:100%;position:relative}.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form .echo-subscribe-input-fill svg{left:20px;position:absolute;top:50%;transform:translateY(-50%)}.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form .echo-subscribe-input-fill input{background:none;border:1px solid hsla(0,0%,100%,.6);padding:10px 0 10px 40px}.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form .echo-subscribe-input-fill input::-moz-placeholder{color:#fff;font-size:15px}.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form .echo-subscribe-input-fill input::placeholder{color:#fff;font-size:15px}.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form .echo-footer-area-subscribe-button{background-color:#ff4962;border:1px solid transparent;border-radius:40px;color:#fff;font-size:16px;padding:12px 18px;position:absolute!important;position:relative;right:10px;text-align:center;text-transform:capitalize;top:50%;transform:translateY(-50%);width:120px}.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form .desc{color:#fff;font-family:Inter;font-size:14px;font-style:italic;font-weight:300;line-height:22px;margin-top:10px;opacity:.8}.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form .desc a{text-decoration:underline}.echo-footer-area4 .footer-main{padding:40px 0 30px}.echo-footer-area4 .footer-main .footer-main-inner .logo-area{text-align:center}.echo-footer-area4 .footer-main .footer-main-inner .social-area{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:50px 0;padding:0}.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{background:none;border:1px solid hsla(0,0%,100%,.31);border-radius:20px;color:hsla(0,0%,100%,.69);display:block;font-size:30px;height:73px;line-height:73px;text-align:center;transition:all .4s;width:73px}.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{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;padding:0}.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{color:hsla(0,0%,100%,.82);content:"/";font-size:10px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.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{color:hsla(0,0%,100%,.69);font-family:Inter;font-size:16px;font-weight:500;line-height:26px;text-align:center;text-transform:capitalize;transition:all .4s}.echo-footer-area4 .footer-main .footer-main-inner .footer-menu-area .menu-item a:hover{color:#ff4962}.echo-footer-area4 .footer-copyright-area{border-top:1px solid hsla(0,0%,100%,.31);padding:30px 0}.echo-footer-area4 .footer-copyright-area .copyright-area-inner{text-align:center}.echo-footer-area4 .footer-copyright-area .copyright-area-inner .title{color:hsla(0,0%,100%,.69);font-family:Inter;font-size:16px;font-weight:300;line-height:26px;margin-bottom:0;text-align:center}#anywhere-home.bgshow{background:#0e1013;opacity:70%;pointer-events:visible;top:0;visibility:visible;z-index:999}#anywhere-home{background:#0e1013;cursor:url(../images/close.png),auto;height:100%;opacity:0;pointer-events:none;position:fixed;transition:opacity .5s ease-in-out;visibility:hidden;width:100%;z-index:50}.scroll-top-btn{background:var(--color-primary);border:none;border-radius:6px;bottom:40px;color:#fff;display:none;height:50px;position:fixed;right:40px;width:50px;z-index:150}.scroll-top-btn i{font-size:22px}.home-three .scroll-top-btn,.home-two .scroll-top-btn{background:#7817f2}.home-four .scroll-top-btn{background:#fe4358}.home-seven .scroll-top-btn{background:linear-gradient(126deg,#9f68f5 14.85%,#bee44f 86.39%)}.home-five .echo-footer-area4{background:url(../images/footer/footer-bg2.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.home-five .scroll-top-btn{background:#d5225b}.home-six .echo-footer-area{padding:0}.home-six .echo-footer-area .footer-top-area{background:#20202c;border-bottom:1px solid #fff;padding:20px 0}.home-six .echo-footer-area .footer-top-area .footer-top-inner{align-items:center;display:flex;justify-content:space-between}@media (max-width:450px){.home-six .echo-footer-area .footer-top-area .footer-top-inner .social-wrapper-one{display:none}}.home-six .echo-footer-area .footer-top-area .footer-top-inner .social-wrapper-one ul{align-items:center;display:flex;gap:25px;margin:0;padding:0}.home-six .echo-footer-area .footer-top-area .footer-top-inner .social-wrapper-one ul li{list-style:none}.home-six .echo-footer-area .footer-top-area .footer-top-inner .social-wrapper-one ul li a{color:#fff;transition:all .3s}.home-six .echo-footer-area .footer-top-area .footer-top-inner .social-wrapper-one ul li a:hover{color:#ffcc48}.home-six .echo-footer-area .echo-row{padding-top:90px}.home-six .echo-footer-area .echo-row .echo-footer-content-1,.home-six .echo-footer-area .echo-row .echo-footer-content-3{flex-basis:25%}@media (max-width:991px){.home-six .echo-footer-area .echo-row .echo-footer-content-1,.home-six .echo-footer-area .echo-row .echo-footer-content-3{flex-basis:50%}}@media (max-width:768px){.home-six .echo-footer-area .echo-row .echo-footer-content-1,.home-six .echo-footer-area .echo-row .echo-footer-content-3{flex-basis:100%}}@media (max-width:1200px){.home-six .echo-footer-area .echo-row .echo-footer-content-1{flex-basis:45%}}@media (max-width:768px){.home-six .echo-footer-area .echo-row .echo-footer-content-1{flex-basis:100%}}.home-six .echo-footer-area .echo-row .echo-get-in-tuch h4{font-family:DM Sans,sans-serif}.home-six .echo-footer-area .echo-row .echo-get-in-tuch h4:after{display:none}.home-six .echo-footer-area .echo-row .echo-footer-most-popular ul li{margin-bottom:25px;margin-top:0;width:100%}.home-six .echo-footer-area .echo-row .echo-footer-most-popular ul li a{display:block}.home-six .echo-footer-area .echo-row .echo-footer-most-popular ul li:hover a{color:#ffcc48}.home-six .echo-footer-area .echo-row .echo-footer-help ul li{margin-bottom:25px}.home-six .echo-footer-area .echo-row .echo-footer-help ul li:hover a{color:#ffcc48}.home-six .echo-footer-area .echo-row .echo-footer-help ul li a{display:block}.home-six .echo-footer-area .echo-row .echo-footer-address .echo-footer-social-media a:hover,.home-six .scroll-top-btn{background:#ffcc48}.home-nine .echo-footer-area{background:#003811}.home-nine .echo-footer-area .echo-row .echo-footer-most-popular ul li{width:100%}.home-nine .echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li:hover a,.home-nine .echo-footer-area .echo-row .echo-footer-content-3 .echo-footer-help ul li:hover a{color:#f5d253}.home-nine .echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a:hover,.home-nine .echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button a,.home-nine .scroll-top-btn{background:#f5d253}.home-five .echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form .echo-footer-area-subscribe-button{background:#d5225b}.home-eight .echo-footer-area{background:#47164f}.home-eight .echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li:hover a,.home-eight .echo-footer-area .echo-row .echo-footer-content-3 .echo-footer-help ul li:hover a{color:#fe5301}.home-eight .echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a:hover,.home-eight .echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button a,.home-eight .scroll-top-btn{background:#fe5301}.home-ten .echo-footer-area4{background:#060f18}.home-ten .echo-footer-area4 .footer-top{background:#101922;border:none;padding:100px 0}.home-ten .echo-footer-area4 .footer-top .footer-top-inner{display:block;text-align:center}.home-ten .echo-footer-area4 .footer-top .footer-top-inner .footer-top-left,.home-ten .echo-footer-area4 .footer-top .footer-top-inner .footer-top-right{width:auto}.home-ten .echo-footer-area4 .footer-top .footer-top-inner .footer-top-left .content{font-family:var(--home-5-title-font);font-size:60px;font-weight:500;line-height:65px;margin:0 auto 50px;max-width:60%;text-transform:capitalize}@media (max-width:768px){.home-ten .echo-footer-area4 .footer-top .footer-top-inner .footer-top-left .content{font-size:42px;line-height:52px;max-width:90%}}@media (max-width:450px){.home-ten .echo-footer-area4 .footer-top .footer-top-inner .footer-top-left .content{font-size:30px;line-height:40px}}.home-ten .echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form{margin:auto}.home-ten .echo-footer-area4 .footer-main .footer-main-inner .social-area{margin-bottom:0}.home-ten .echo-footer-area4 .footer-main .footer-main-inner .social-area .social-icon a:hover{background:#fe4358}.home-ten .echo-footer-area4 .footer-copyright-area{border:none}.home-ten .scroll-top-btn{background:#fe4358}.home-seven .echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a:hover,.home-seven .echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button a{background:linear-gradient(126deg,#9f68f5 14.85%,#bee44f 86.39%);border:none}.home-seven .echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button a:hover{background:none}.home-seven .echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li:hover a,.home-seven .echo-footer-area .echo-row .echo-footer-content-3 .echo-footer-help ul li:hover a{color:#924fff}@media (min-width:1200px) and (max-width:1500px){.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box{height:auto;position:unset;transform:none;width:100%}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img{height:auto}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button{top:22%}.echo-about-area{padding:50px 10px}.echo-about-area .container .echo-about-area-inner .hero-image .image-2{position:unset}.echo-about-area .container .echo-about-area-inner .hero-image{gap:20px}}@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{gap:25px;padding:20px 20px 20px 0}.echo-about-area{padding:50px 10px}.echo-about-area .container .echo-about-area-inner .hero-image .image-2{position:unset}.echo-about-area .container .echo-about-area-inner .hero-image{gap:20px}.echo-about-area .container .echo-about-area-inner .content-area .bottom-author-area,.echo-about-area .container .echo-about-area-inner .content-area .desc{margin-bottom:15px}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3 .echo-hero-baner .echo-inner-img-ct-1 a>img,.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;margin-bottom:10px;padding-top:0}.echo-hero-section.inner-2 .echo-hero-baner .echo-inner-img-ct-1{flex-basis:41%}.echo-hero-section.inner-2 .echo-hero-baner .echo-banner-texting{flex-basis:55%}.echo-hero-section.inner .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share{flex-wrap:wrap;gap:10px}.echo-hero-section.inner .echo-hero-baner p{margin-top:-15px}.echo-hero-section.inner .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share{margin-bottom:10px}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box{height:auto;position:unset;transform:none;width:100%}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img{height:auto}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button{top:22%}.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text h6{font-size:16px;line-height:26px}.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li:nth-child(6){padding-left:7px}.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-follower ul li{font-size:14px}.echo-hero-section.inner .echo-right-ct-1 .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box button{margin-left:-30px}.echo-hero-section.inner .echo-hero-baner h2{font-size:40px;line-height:50px;margin-bottom:10px;margin-top:20px}.echo-archive-area,.echo-social-media-area-hm2{padding:30px 0}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-3-align-icons{margin:10px 0}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-archive-right-heading h5{font-size:20px;line-height:30px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content{display:flex;gap:10px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-img,.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text{flex-basis:auto}.echo-fd-post-area{padding:30px 0}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-fd-post-right-heading h4{font-size:20px;line-height:30px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-3-align-icons{flex-wrap:wrap;gap:10px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title h3{font-size:30px;line-height:40px}.echo-cl-blocks-area{padding:30px 0}.echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content .echo-cl-blocks-text .echo-cl-blocks-area-shep{margin-top:10px}.echo-popular-area{padding:30px 0}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li{margin:0 10px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li:after{right:-10px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-frist-row .echo-popular-left-jt-heading h3{font-size:25px;line-height:35px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title h6{font-size:18px;line-height:28px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li a{gap:5px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(2),.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li:nth-child(4){padding-left:10px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li{font-size:13px;padding-top:10px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-home-2-title h4{font-size:25px;line-height:35px}.echo-home-2-feature-area,.echo-home-2-feature-area .echo-home-2-feature-area-content{padding:30px 0}.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title h4{font-size:28px;line-height:38px}.echo-home-2-featurea-area-last-child-responsive .echo-banner{padding:30px 0}.echo-banner .echo-banner-mani-content .echo-banner-text .echo-banner-heading h1{font-size:32px;line-height:42px}.echo-banner .echo-banner-mani-content .echo-banner-text{background-color:hsla(0,0%,98%,.7);padding:20px;width:641px}.echo-banner .echo-banner-mani-content .echo-banner-text .echo-3-align-icons a{color:#5e5e5e;font-size:14px}.echo-banner .echo-banner-mani-content .echo-banner-text .echo-banner-heading{margin-top:0}.echo-banner .echo-banner-right-itme .echo-banner-right-heading h5{font-size:20px;line-height:30px;margin-bottom:15px}.echo-popular-news-area{padding:30px 0}.echo-popular-news-area .echo-popular-area-item-title h5{font-size:20px;line-height:30px}.echo-popular-news-area .echo-popular-area-item-title{margin:10px 0}.echo-feature-area{padding:30px 0}.echo-feature-area .echo-feature-area-site-title h4:after{left:40%;width:50%}.echo-feature-area .echo-feature-area-site-title .echo-feature-area-post-hins h5{font-size:19px}.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-number h3{font-size:52px;line-height:62px}.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content{gap:10px;padding:13px}.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-content-text h5{font-size:15px;line-height:25px;margin-bottom:0}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3{font-size:30px;line-height:40px}.echo-trending-area,.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-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-play-button{transform:translate(-50%,-50%) scale(.5)}.echo-de-category-area{padding:30px 0}.echo-de-category-area .echo-de-category-title-btn h4:after{width:160%}.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-content-title h6{font-size:16px;line-height:29px}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-img>a>img{width:100%}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content{display:block}.echo-footer-area4{padding:0 10px}}@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{height:unset;width: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{margin-bottom:25px;width:100%}.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-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form input,.echo-post-style-3-2end,.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 .echo-ps-2-subscribe-btn{right:0}.echo-about-area .container .echo-about-area-inner .hero-image .image-2{position:unset}.echo-about-area .container .echo-about-area-inner .hero-image{gap:30px;margin-top:15px}.echo-about-area .container .echo-about-area-inner .content-area .title{margin-bottom:15px}.echo-about-area .container .echo-about-area-inner .content-area .sub-title{font-size:18px;line-height:28px}.echo-about-area .container .echo-about-area-inner .content-area .desc{margin-bottom:15px}.echo-about-area{padding:50px 10px}.echo-about-area .container .echo-about-area-inner .hero-image .image{width:50%}.echo-ct-style-3-shep{bottom:-40px}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box{height:auto}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-input-flexing .echo-df-input{flex-basis:50%}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box{position:unset;transform:none;width:100%}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img{height:auto}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button{top:22%}.echo-breadcrumb-area-2 .echo-author-content{display:block}.echo-author-picture{text-align:center}.echo-author-info{margin-top:20px;text-align:center}.echo-right-ct-1{margin-top:40px}.echo-hero-section.inner .echo-hero-baner h2{font-size:40px;line-height:50px;margin-bottom:10px;margin-top:20px}.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-social-media-area-hm2{padding:30px 0}.echo-social-media-area-hm2 .echo-home-2-title .echo-home-2-main-title h4:after,.echo-social-media-area-hm2 .echo-home-2-title .echo-home-2-main-title h4:before{display:none}.echo-archive-area{padding:30px 0}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-img>img{width:100%}.echo-archive-main-content.area-2{margin-bottom:30px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content{flex-direction:row-reverse;justify-content:left}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site{max-width:-moz-max-content;max-width:max-content}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-img,.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text{flex-basis:auto}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-home-2-title .echo-home-2-main-title h4:after{width:75%}.echo-fd-post-area{padding:30px 0}.echo-fd-post-area .echo-fd-post-content{padding:40px 0}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-left .echo-fd-post-left-img>a>img{width:100%}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-fd-post-right-heading h4{font-size:20px;line-height:30px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title h3{font-size:28px;line-height:38px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title{margin-top:10px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-3-align-icons{margin-top:25px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title p{font-size:14px;line-height:24px;margin-bottom:10px;margin-top:10px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-content img{width:auto}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-content{flex-basis:auto}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-home-2-title .echo-home-2-main-title h4:after,.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-home-2-title .echo-home-2-main-title h4:before{display:none}.echo-fd-post-left{margin-bottom:30px}.echo-cl-blocks-area{padding:30px 0}.echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content .echo-cl-blocks-img>a>img{width:100%}.echo-popular-area{padding:30px 0}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row .echo-popular-left-bt-contetn .echo-popular-left-bt-img .echo-popular-left-home-2-img-main>a>img,.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:50px;margin:0}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row .echo-popular-left-bt-title h4{font-size:22px;line-height:30px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row .echo-popular-left-bt-title p{margin:10px 0}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button{max-width:-moz-max-content;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{align-items:center;display:flex;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;margin:auto;width:45%}.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-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:auto}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news:last-child{padding-bottom:25px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news:first-child{padding:25px 0}.echo-home-2-feature-area{padding:30px 0}.echo-home-2-feature-area .echo-home-2-feature-area-content{padding:35px 0}.echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title h4:after,.echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title h4:before{display:none}.echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title h4{font-size:30px}.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title h4{font-size:28px;line-height:38px}.echo-home-2-featurea-area-last-child-responsive{margin-top:30px}.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title p{font-size:15px;line-height:25px}.echo-banner{padding:30px 0}.echo-banner .echo-banner-mani-content .echo-banner-img>img{width:100%}.echo-home-2-banner-right-flexing{align-items:center;display:flex;gap:20px;margin-top:30px}.echo-banner .echo-banner-right-itme{flex-basis:50%}.echo-banner .echo-banner-right-itme:last-child{margin-top:0}.echo-banner .echo-banner-right-itme .echo-banner-right-heading h5{font-size:20px;line-height:30px}.echo-software-download-area{padding:30px 10px}.echo-popular-news-area{padding:30px 0}.echo-popular-news-area .echo-popular-area-item-title h5{font-size:20px;line-height:30px}.echo-popular-news-area .echo-popular-area-item-title{margin:10px 0}.echo-popular-news-area .echo-popular-area-title h4:after,.echo-popular-news-area .echo-popular-area-title h4:before{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{font-size:22px;margin-bottom:10px;margin-top:10px}.echo-feature-area .echo-feature-area-site-title h4:after{display:none}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-img>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,.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-title>h5,.echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-rigth-site-newsletter-title>h5{font-size:25px}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news{display:block;text-align:center}.echo-feature-area-right-site-flexing{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.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{margin-top:0;padding-bottom:80px;padding-top:40px;width:47%}.echo-feature-area .echo-feature-area-right-site-newsletter{margin-top:0;padding-top:40px;width:47%}.echo-home-1-hero-area-top-story{margin-top:20px}.echo-de-category-area{padding:30px 0}.echo-de-category-area .echo-de-category-title-btn h4:after{display:none}.echo-de-category-area .echo-de-category-content:last-child{margin-top:30px}.echo-de-category-area .echo-de-category-title-btn{padding-bottom:0}.echo-trending-area h6:after{display:none}.echo-trending-area{padding:30px 0}.echo-trending-right-site-post-img img{width:100%}.echo-video-area{padding:30px 0}.echo-video-area .echo-full-video-content .echo-video-left-site>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;flex-wrap:wrap;gap:20px;margin-top:30px}.echo-video-area .echo-full-video-content .echo-video-right-site-content{width:45%}.echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text,.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{gap:5px}.echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-video .video-play-button{transform:translate(-50%,-50%) scale(.5)}.echo-footer-area4{padding:0 10px}}@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{height:unset;width: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-frist-hero-img,.post-style-1-new-img{width:100%}.post-style-1-new-img:last-child{margin-top:20px}.echo-hero-section.inner-post .echo-financial-area .content .content-wrapper .wrapper-item{width:100%}.echo-hero-section.inner-post .echo-author-area{gap:25px;padding:30px 20px 30px 0}.echo-hero-section.inner-post .echo-financial-area .content .details-share{justify-content:start;margin-top:15px}.echo-hero-section.inner-post .echo-author-area{display:block;text-align:center}.echo-hero-section.inner-post .echo-author-area .content{margin-top:15px}.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper{display:block}.echo-hero-section.inner-post .echo-reply-area .comment-inner .wrapper .content{margin-top:15px}.echo-about-area .container .echo-about-area-inner .hero-image .image-2{position:unset}.echo-about-area .container .echo-about-area-inner .hero-image{gap:30px;margin-top:15px}.echo-about-area .container .echo-about-area-inner .content-area .title{margin-bottom:15px}.echo-about-area .container .echo-about-area-inner .content-area .sub-title{font-size:18px;line-height:28px}.echo-about-area .container .echo-about-area-inner .content-area .desc{margin-bottom:15px}.echo-about-area{padding:50px 10px}.echo-about-area .container .echo-about-area-inner .content-area .title{font-size:40px;line-height:50px}.echo-about-area .container .echo-about-area-inner .hero-image .image{width:50%}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-griding-ct-style-3{display:block}.echo-ct-style-3-shep{bottom:-32px}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content{gap:20px}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-img{flex-basis:15%}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title{flex-basis:85%}.echo-hero-section.inner .echo-hero-baner{margin-bottom:15px}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category{padding-top:15px}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title h5{font-size:18px;line-height:28px}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-3-align-icons{display:none}.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-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-contact-title h2{font-size:40px;line-height:50px;margin:0}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form .echo-contact-input-flexing .echo-df-input{flex-basis:50%}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box{position:unset;transform:none;width:100%}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img{height:auto}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-banner-slider-button{display:none}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-hm2-video-heading h1{font-size:22px;line-height:32px}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-3-align-icons a{flex-basis:33.3%}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons{top:115px}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box .echo-hm2-video-discription{height:auto;margin:auto;width:auto}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-text-box{height:auto;padding:0 20px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-home-2-title .echo-home-2-main-title h4:after{display:none}.echo-right-ct-1{margin-top:40px}.echo-hero-section.inner .echo-hero-baner h2{font-size:40px;line-height:50px;margin-bottom:10px;margin-top:20px}.echo-hero-section.inner .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share{gap:10px}.echo-social-media-area-hm2{padding:30px 0 0}.echo-social-media-area-hm2 .echo-home-2-title .echo-home-2-main-title h4:after,.echo-social-media-area-hm2 .echo-home-2-title .echo-home-2-main-title h4:before{display:none}.echo-social-media-area-hm2 .echo-social-media-area-content .echo-social-media-main-content{display:flex;flex-wrap:wrap;justify-content:center}.echo-social-media-area-hm2 .echo-social-media-area-content .echo-social-media-main-content .echo-hm2-social-item{width:100%}.echo-archive-area{padding:0}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-img>img{width:100%}.echo-archive-main-content.area-2{margin-bottom:30px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content{align-items:center;flex-direction:row-reverse;justify-content:left}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site{max-width:-moz-max-content;max-width:max-content}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-img,.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text{flex-basis:auto}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-archive-main-content.area-2 .echo-banner-mani-content .echo-banner-text .echo-banner-heading h1{font-size:30px;line-height:40px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text{padding:15px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-3-align-icons{margin:10px 0}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-archive-right-heading h5{font-size:20px;line-height:30px}.echo-fd-post-area{padding:30px 0}.echo-fd-post-area .echo-fd-post-content{padding:40px 0}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-home-2-title .echo-home-2-main-title h4:after,.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-home-2-title .echo-home-2-main-title h4:before{display:none}.echo-fd-post-left{margin-bottom:30px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-fd-post-right-heading h4{font-size:20px;line-height:30px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-3-align-icons{gap:13px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-left .echo-fd-post-left-img>a>img{width:100%}.echo-cl-blocks-area{padding:30px 0}.echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content .echo-cl-blocks-img>a>img{width:100%}.echo-popular-area{padding:30px 0}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-item-second-row .echo-popular-left-bt-contetn .echo-popular-left-bt-img .echo-popular-left-home-2-img-main>a>img,.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{justify-content:center;max-width:-moz-max-content;max-width:max-content}.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,.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-feature-area-right-site-follower ul li{text-align:center}.echo-feature-area-home-2-responsive{align-items:center;display:flex;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;margin:0 auto;width:45%}.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-audio-text,.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: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: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:first-child{padding:0}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-home-2-title{margin-bottom:25px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li{margin:5px 10px}.echo-home-2-feature-area{padding:30px 0}.echo-home-2-feature-area .echo-home-2-feature-area-content{padding:35px 0}.echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title h4:after,.echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title h4:before{display:none}.echo-home-2-feature-area .echo-home-2-title .echo-home-2-main-title h4{font-size:30px}.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title h4{font-size:28px;line-height:38px}.echo-feature-main-content{margin-bottom:30px}.echo-feature-main-content.echo-home-2-featurea-area-last-child-responsive{margin-bottom:0}.echo-home-2-feature-area .echo-feature-content .echo-feature-main-content .echo-feature-area-post-title p{font-size:15px;line-height:25px}.echo-banner{padding:30px 0}.echo-banner .echo-banner-mani-content .echo-banner-text .echo-banner-heading h1{font-size:20px;line-height:30px}.echo-home-2-banner-right-flexing{margin-top:30px}.echo-banner .echo-banner-mani-content .echo-banner-text{background-color:hsla(0,0%,98%,.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{color:#5e5e5e;font-size:14px}.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-software-download-area{padding:30px 5px}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place{display:block}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place>a{display:block;margin-top:15px}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-title h2{font-size:25px;line-height:35px}.echo-banner .echo-banner-right-itme .echo-banner-right-heading h5{font-size:20px;line-height:30px}.echo-popular-news-area{padding:30px 0}.echo-popular-news-area .echo-popular-area-item-title h5{font-size:20px;line-height:30px}.echo-popular-news-area .echo-popular-area-item-title{margin:10px 0}.echo-popular-news-area .echo-popular-area-title h4:after,.echo-popular-news-area .echo-popular-area-title h4:before{display:none}.echo-popular-area-single-item{margin-bottom:20px}.echo-popular-area-single-item.echo-popular-news-responsive-home-1{margin-bottom:0}.echo-feature-area{padding:30px 0}.echo-feature-area .echo-feature-area-site-title h4:after{display:none}.echo-feature-area-post:first-child{margin-bottom:30px}.echo-feature-area .echo-feature-area-right-site-follower>h5,.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-title>h5,.echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-rigth-site-newsletter-title>h5{font-size:25px}.echo-feature-area .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text,.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-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3{font-size:25px;line-height:35px}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .echo-feature-area-last-content-read-view{flex-wrap:wrap;gap:5px}.echo-home-1-hero-area-top-story{margin-top:20px}.echo-de-category-area{padding:30px 0}.echo-de-category-area .echo-de-category-title-btn a,.echo-de-category-area .echo-de-category-title-btn h4:after{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}.hm5-feature-area .hm5-feature-content .hm5-featurea-main-content .hm5-featurea-meta-content .feature-img-content-btn{margin-top:30px}}@media (max-width:500px){.echo-404-page .echo-404-area .echo-container .echo-error-content .echo-error h1{font-size:200px!important;line-height:70px!important}.echo-404-page .echo-404-area .echo-container .echo-error-content .echo-error-sub-heading h3{font-size:40px!important;line-height:50px!important}.echo-hero-section.inner{padding:65px 15px}.echo-banner-innerpage{padding:60px 15px 0}.echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing{display:block}.echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing .echo-quote-area:after{display:none}.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story .echo-story-picture a img{height:unset;width: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{font-size:36px;line-height:50px}.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form input{width:100%}.echo-hero-section.inner-post-3 .echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form .echo-ps-2-subscribe-btn{right:0}.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-text h6{font-size:18px;line-height:28px}.post-style-1-frist-hero-img{width:100%}.echo-hero-section.inner-post .echo-financial-area .content .content-wrapper .wrapper-item{font-size:18px;line-height:28px}.echo-hero-section.inner-post .echo-financial-area .content .title{font-size:26px;line-height:36px}.echo-about-area{padding:0 10px}.echo-about-area .container .echo-about-area-inner .hero-image .image-2{margin:20px auto auto;position:unset}.echo-about-area .container .echo-about-area-inner .hero-image .image{margin:20px auto 0;width:auto}.echo-about-area .container .echo-about-area-inner .hero-image{display:block;gap:30px;margin-top:15px}.echo-about-area .container .echo-about-area-inner .content-area .title{margin-bottom:15px}.echo-about-area .container .echo-about-area-inner .content-area .sub-title{font-size:16px;line-height:26px}.echo-about-area .container .echo-about-area-inner .content-area .desc{margin-bottom:15px}.echo-about-area{padding:50px 10px}.echo-about-area .container .echo-about-area-inner .content-area .title{font-size:30px;line-height:40px}.echo-about-area .container .echo-about-area-inner .content-area .bottom-author-area .content:before{display:none}.echo-about-area .container .echo-about-area-inner .content-area .bottom-author-area .content .author-name{font-size:16px;line-height:26px}.echo-hm2-video-area .echo-hm2-video-area-content .echo-hm2-video-area-full-content .echo-row .echo-hm2-video-img .echo-hm2-video-icons{top:65px}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-img{flex-basis:25%}.echo-hero-section.inner-3 .echo-ct-style-bg-color .echo-popular-item-category .echo-popular-cat-content .echo-popular-cat-title{flex-basis:65%}.echo-hero-section.inner-2 .echo-hero-baner .echo-banner-texting h3{font-size:25px;line-height:35px}.echo-hero-section.inner .echo-hero-baner h2{font-size:22px;line-height:32px}.echo-social-media-area-hm2 .echo-social-media-area-content .echo-social-media-main-content .echo-hm2-social-item{margin:auto;width:auto}.echo-social-media-area-hm2 .echo-social-media-area-content .echo-social-media-main-content .echo-hm2-social-item>img{width:100%}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-banner-mani-content .echo-banner-text .echo-3-align-icons{display:none}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-slider-content .echo-archive-main-content.area-2 .echo-banner-mani-content .echo-banner-text .echo-banner-heading h1{font-size:16px;line-height:26px}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-3-align-icons{display:none}.echo-archive-area .echo-archive-area-content .echo-archive-area-full-content .echo-archive-area-right-site .echo-archive-right-content .echo-archive-right-text .echo-archive-right-heading h5{font-size:18px;line-height:28px}.echo-archive-right-heading{margin-top:10px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-3-align-icons{flex-wrap:wrap;gap:13px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-left-title h3{font-size:30px;line-height:40px}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-content{width:100%}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area{display:block}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text{float:none}.echo-fd-post-area .echo-fd-post-content .echo-fd-post-full-content .echo-fd-post-main-content .echo-fd-post-right-area .echo-fd-post-right-text .echo-fd-post-right-area-shep{margin-top:15px}.echo-cl-blocks-area .echo-cl-blocks-content .echo-cl-blocks-full-content .echo-cl-blocks-text .echo-cl-blocks-title h3{font-size:25px;line-height:35px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-follower ul li{font-size:13px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-home-2-title h4{font-size:25px;line-height:35px}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news{width:100%}.echo-feature-area-home-2-responsive{display:block}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news:first-child{padding:25px 0}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-feature-area-right-site-full-content .echo-feature-area-right-site-audio-news{border-bottom:1px solid rgba(95,95,95,.5)}.echo-banner .echo-banner-mani-content .echo-banner-text .echo-3-align-icons{display:none}.echo-banner .echo-banner-mani-content .echo-banner-text{background-color:#f9f9f9}.echo-feature-area{padding:30px 15px}.echo-audio-news-home-1-flexing>hr{display:none}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content{display:block}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content:last-child{padding-bottom:15px}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3{font-size:22px;line-height:32px}.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-content-text{flex-basis:65%}.echo-feature-area .echo-feature-area-right-site-follower ul li{font-size:13px}.echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box input[type=email]{width:200px}.echo-feature-area .echo-feature-area-site-title .echo-feature-area-post-hins h5{margin-bottom:8px;margin-top:15px}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text{margin-top:15px}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3{margin-bottom:8px}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-img>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{font-size:12px;margin-left:17px}.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;line-height:16px;margin-bottom:0}.echo-de-category-area{padding:30px 15px}.echo-de-category-area .echo-de-category-title-btn h4:after{display:none}.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-content-title h6{font-size:16px;line-height:22px}.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-read a{font-size:13px}.echo-de-category-area .echo-de-category-content{padding:20px}.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-content-img{flex-basis:120px}.echo-de-category-area .echo-de-category-content .echo-de-category-content-img-title .echo-de-category-content-title{flex-basis:60%}.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post-title h5{margin-bottom:8px;margin-top:15px}.echo-trending-area{padding:30px 15px}.echo-trending-area h6:after{display:none}.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-post-title h4{margin:15px 0 8px}.echo-trending-area .echo-trending-full-content .echo-trending-right-site-post .echo-trending-right-site-like-comment-share-icons{gap:10px}.echo-video-area{padding:30px 15px}.echo-video-area .echo-full-video-content .echo-video-right-site-content{display:grid;justify-content:inherit;margin-top: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-left-site .video-play-button{top:20%}.echo-video-area .echo-full-video-content .echo-video-right-site-content{gap:15px}.echo-video-area .echo-full-video-content .echo-video-right-site-content .echo-video-right-site-content-text hr{display:none}.echo-video-area .echo-full-video-content .echo-video-left-site .echo-video-left-site-text-box{max-width:100%;min-height:auto;position:relative!important}.echo-video-area .echo-full-video-content .echo-video-left-site .echo-video-left-site-text-box .echo-video-left-site-read-views{flex-wrap:wrap}.echo-video-area .echo-video-content .echo-video-area-title-row h6{text-align:left}.echo-video-area .echo-video-content .echo-video-area-title-row h6:after,.echo-video-area .echo-video-content .echo-video-area-title-row h6:before{display:none}.echo-video-area .echo-full-video-content .echo-video-left-site .echo-video-left-site-text-box h5{font-size:25px;line-height:32px}.echo-footer-area4{padding:0 10px}.echo-footer-area4 .footer-main .footer-main-inner .social-area .social-icon a{border-radius:15px;font-size:20px;height:50px;line-height:50px;width:50px}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content{margin:0 0 30px}.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-ad-area img,.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img img{width:100%}.echo-hero-section .echo-hero-baner .echo-hero-area-titlepost-post-like-comment-share{gap:8px}.echo-hero-section .echo-hero-baner{padding:0}.echo-hero-section .echo-hero-baner h1>a>br{display:none}.echo-latest-news-area .echo-latest-news-main-content .echo-latest-news-single-title h5{margin:15px 0 8px}.echo-latest-news-area{padding:30px 15px}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3{margin:15px 0 8px}.echo-popular-news-area,.echo-software-download-area{padding:30px 15px}}@media (max-width:1172px){.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown:hover ul.mega-menu{width:990px}.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.mega-menu h5{font-size:18px}}@media (max-width:1200px){.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-img img{width:100%}.echo-hero-section.home-three{padding:210px 10px 120px}.echo-catagories-area,.echo-feature-area.home-three,.echo-latest-news-area.home-three{padding-left:10px;padding-right:10px}.echo-team-area .echo-team-area-inner .team-wrapper .content-area .content .title{font-size:24px}}@media (min-width:992px) and (max-width:1200px){.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li{padding-bottom:25px}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .content h5{font-size:18px;line-height:28px}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title h5{font-size:20px;line-height:30px}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views{gap:initial}.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li{padding:15px 7px;width:46%}.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:first-child,.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(3),.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(5){margin-right:15px}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .content h5{font-size:21px;line-height:32px}.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title:after,.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title:before{width:16%}.echo-feature-area.area-2 .echo-feature-area-last-news .echo-feature-area-last-content{display:flex}.echo-feature-area.area-2{padding:30px 10px}.echo-feature-area.area-2 .echo-feature-area-content .title-area .sub-title:after{width:55%}.echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title:after,.echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title:before{width:20%}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3{font-size:36px;line-height:46px}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-feature-area-last-content .echo-feature-area-last-content-text h3{font-size:28px;line-height:40px}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content .content-inner .content h3{font-size:16px;line-height:26px}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content{padding:0 10px}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-title1{font-size:52px;line-height:62px}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-title1{font-size:20px;line-height:30px}.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title h5{font-size:22px;line-height:32px}.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views{gap:10px}.echo-feature-area.home-three .echo-feature-area-last-news .echo-feature-area-last-content{display:flex}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-follower{padding:30px 15px}.echo-feature-area.home-three .echo-feature-area-right-site-follower ul li{font-size:14px}.echo-feature-area.home-three .echo-feature-area-right-site-follower ul li a{gap:5px}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper{gap:10px}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .image-area{flex-basis:30%}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-title1{font-size:16px;line-height:26px}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-catagory-tag{font-size:12px}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper{margin-bottom:10px}.echo-catagories-area .echo-catagories-area-content .echo-latest-news-img .image-content .title{font-size:20px}.echo-hero-section.inner-post .echo-more-news-area .echo-top-story .echo-story-text h6{font-size:17px}}@media (max-width:1100px){.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:first-child{left:0;top:-5px}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(2){left:43px;top:-14px}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(3){right:43px;top:-14px}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(4){right:0;top:-5px}}@media (max-width:991px){.echo-hero-section.home-three{padding:185px 10px 120px}.echo-hero-section.home-three .banner-content{margin-bottom:50px}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .image-area{flex-basis:auto}.echo-latest-news-area.home-three{padding-bottom:30px}.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-main-content{margin-bottom:40px}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news{margin-bottom:50px}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text{margin-top:20px}.echo-catagories-area .echo-catagories-area-content .echo-latest-news-img:before{border-radius:30px}.echo-team-area .echo-team-area-inner .team-wrapper{margin-bottom:100px}.echo-team-area.about{padding:90px 10px 40px}.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story h5{text-align:left!important}.echo-hero-section.inner-post .echo-financial-area .image-area img{width:100%}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field{margin-bottom:40px}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-info{margin-left:0}.echo-contact-area{padding:100px 20px}.search-input-area .search-input-inner .search-close-icon{width:8%}}@media (min-width:768px) and (max-width:991px){.echo-hero-section.home-four{padding-left:10px;padding-right:10px}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content{margin-bottom:80px;margin-left:10px;margin-right:10px}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul{display:flex;flex-wrap:wrap}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li{width:50%}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li:last-child{border-bottom:1px solid hsla(0,0%,100%,.31);margin-bottom:10px;padding-bottom:30px}.echo-latest-news-area.home-four .echo-latest-news-content .title-area .sub-title{width:80%}.echo-latest-news-area.home-four .echo-latest-news-content .title-area .sub-title:after{display:none}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-main-content{margin-bottom:50px;margin-left:10px;margin-right:10px}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content{margin-left:10px;margin-right:10px}.echo-latest-news-area.home-four .echo-latest-news-content .title-area{margin-bottom:40px;margin-left:10px;margin-right:10px}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views{gap:initial}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content{margin-bottom:50px}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul{display:flex;flex-wrap:wrap}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li{width:50%}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li:last-child{border-bottom:1px solid hsla(0,0%,100%,.2);margin-bottom:10px;padding-bottom:25px}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li .echo-latest-news-img{flex-basis:auto}.echo-feature-area.home-four{padding:30px 10px}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content{margin-bottom:50px;margin-left:0;margin-right:0}.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner{text-align:center}.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower{padding:0 0 50px}.echo-latest-news-area.home-four{padding-bottom:0}.echo-feature-area.home-four .title-area .sect-title:after,.echo-feature-area.home-four .title-area .sect-title:before{display:none}.echo-popular-news-area.home-four{padding:30px 10px}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img img{width:100%}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content{margin-bottom:50px}.echo-feature-area.area-2 .echo-feature-area-content .title-area .sub-title:after,.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title:after,.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title:before,.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title:after,.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title:before{display:none}.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title{text-align:left}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .echo-latest-news-img{flex-basis:auto}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title{text-align:left}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .gallery-inner .gallery-item{width:23%}.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content h5{font-size:42px;line-height:52px;margin-bottom:15px}.echo-feature-area.area-2{padding:30px 10px}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news{margin-bottom:40px}.echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title{text-align:left}.echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title:after,.echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title:before{display:none}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-right-area .echo-right-side-small-content .content-inner .number{flex-basis:10%}.echo-software-download-area .echo-software-download-full-content-bg:after,.echo-software-download-area.home-four .echo-software-download-full-content-bg:after{opacity:.7}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place a{padding:20px 40px}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content{padding:0 5px}.echo-footer-area4 .footer-top .footer-top-inner{justify-content:center;text-align:center}.echo-footer-area4 .footer-top .footer-top-inner .footer-top-left{margin:15px 0;width:100%}.echo-software-download-area .echo-software-download-full-content-bg{padding:80px 50px}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content{justify-content:center}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content{text-align:center}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-follower,.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content{width:50%}.echo-team-area.about .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:first-child{left:10px;top:-5px}.echo-team-area.about .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(2){left:80px;top:-14px}.echo-team-area.about .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(3){right:80px;top:-14px}.echo-team-area.about .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(4){right:10px;top:-5px}}@media (max-width:767px){.echo-hero-section.home-four{padding-left:10px;padding-right:10px}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content{margin-bottom:80px;margin-left:0;margin-right:0}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .content{padding:15px 25px 30px}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-single-title h5{font-size:24px;line-height:34px}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-time-views{display:flex;flex-wrap:wrap}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li{padding-bottom:20px}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .echo-latest-news-img{flex-basis:auto}.echo-latest-news-area.home-four .echo-latest-news-content .title-area .sub-title{width:50%}.echo-latest-news-area.home-four .echo-latest-news-content .title-area .sub-title:after{display:none}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-main-content{margin-bottom:50px;margin-left:0;margin-right:0}.echo-latest-news-area.home-four .echo-latest-news-content .title-area{margin:0 10px}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views{gap:initial}.echo-feature-area.home-four{padding:30px 10px}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content{margin-bottom:50px;margin-left:0;margin-right:0}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content{margin-bottom:50px}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul{display:flex;flex-wrap:wrap}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li{width:100%}.echo-feature-area.home-four .echo-feature-area-full-content .echo-banner-right-area-content ul li .echo-latest-news-img{flex-basis:auto}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-img{margin-left:0;margin-right:0}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-img img{width:100%}.echo-feature-area.home-four .title-area{margin-bottom:40px}.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner{text-align:center}.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower{padding:0 0 50px}.echo-feature-area.home-four .title-area .sub-title:after{display:none}.echo-latest-news-area.home-four{padding-bottom:0}.echo-feature-area.home-four .title-area .sect-title:after,.echo-feature-area.home-four .title-area .sect-title:before,.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sub-title:after{display:none}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-img img{width:100%}.echo-popular-news-area.home-four{padding:30px 10px}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content{margin-bottom:50px}.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title:after,.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title:before{display:none}.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title{text-align:left}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-news ul li .echo-latest-news-img{flex-basis:auto}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title{text-align:left}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title:after,.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .title:before{display:none}.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .gallery-inner .gallery-item{width:23%}.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content h5{font-size:30px;line-height:42px;margin-bottom:15px}.echo-feature-area.area-2{padding:30px 10px}.echo-feature-area.area-2 .echo-feature-area-content .title-area .sub-title:after{display:none}.echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title{text-align:left}.echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title:after,.echo-feature-area.area-2 .echo-feature-area-content .title-area .right-side-title .sect-title:before{display:none}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text h3{font-size:30px;line-height:40px}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news{margin-bottom:40px}.echo-software-download-area .echo-software-download-full-content-bg:after,.echo-software-download-area.home-four .echo-software-download-full-content-bg:after{opacity:.7}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place a{padding:20px 40px}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content{justify-content:center}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content{text-align:center}.echo-feature-area .echo-feature-area-right-site-follower ul li,.echo-footer-area4 .footer-top .footer-top-inner{justify-content:center;text-align:center}.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{margin:15px 0;width:100%}.echo-footer-area4 .footer-main .footer-main-inner .social-area .social-icon{margin-bottom:25px}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-title1{font-size:50px;line-height:62px}.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-main-content{margin-left:0;margin-right:0}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .image-area{flex-basis:auto}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(2){left:50px;top:-14px}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(3){right:50px;top:-14px}.search-input-area .search-input-inner .search-close-icon{width:15%}}@media only screen and (min-width:576px) and (max-width:767px){.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title h5{font-size:16px;line-height:26px}.echo-latest-news-area.home-four .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-time-views{flex-wrap:wrap}.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title:after,.echo-popular-news-area.home-four .echo-popular-news-area-content .title-area .sect-title:before{width:30%}.echo-software-download-area .echo-software-download-full-content-bg{padding:80px 30px}.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right{width:100%}.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form{margin:0 auto;width:100%}.echo-team-area.about .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:first-child{left:0;top:-5px}.echo-team-area.about .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(2){left:40px;top:-14px}.echo-team-area.about .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(3){right:40px;top:-14px}.echo-team-area.about .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(4){right:0;top:-5px}}@media (max-width:576px){.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .echo-banner-right-area-content .right-side-gallery .gallery-inner .gallery-item{width:48%}.echo-video-area.home-four .echo-video-area-inner .video-play-button:before{height:120px;width:120px}.echo-video-area.home-four .echo-video-area-inner .video-play-button:after{height:75px;width:75px}.echo-video-area.home-four .echo-video-area-inner .video-play-button span{border-bottom:10px solid transparent;border-left:18px solid #fe4358;border-top:10px solid transparent}.echo-feature-area.area-2 .echo-feature-area-last-news .echo-feature-area-last-content{display:block}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .content-catagory-tag{margin:30px 0 0}.echo-software-download-area .echo-software-download-full-content-bg{padding:80px 20px}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content h2 br{display:none}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place a{padding:15px 30px}.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right{width:100%}.echo-footer-area4 .footer-top .footer-top-inner .footer-top-right .echo-subscribe-box-button form{margin:0 auto;width:100%}.echo-hero-section.home-three{padding:160px 10px 80px}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-title1{font-size:40px;line-height:52px}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .echo-button-wrapper .rts-btn{margin-bottom:30px}.echo-catagories-area .echo-catagories-area-content .title-area .swiper-btn{display:none}.echo-catagories-area .echo-catagories-area-content .echo-catagories-inner{margin-top:30px}.echo-team-area .echo-team-area-inner .team-wrapper{margin-right:0}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:first-child{left:50px;top:-10px}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(2){left:120px;top:-14px}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(3){right:120px;top:-14px}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(4){right:50px;top:-10px}.echo-team-area .echo-team-area-inner .section-title{font-size:32px;line-height:45px}}@media (max-width:480px){.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .content{padding:15px 20px 30px}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-single-title{margin-top:20px}.echo-hero-section.home-four .echo-full-hero-content .echo-latest-news-main-content .echo-latest-news-single-title h5{font-size:18px;line-height:28px;margin-bottom:15px}.echo-hero-section.home-four .echo-full-hero-content .echo-banner-right-area-content ul li .content h5{font-size:16px;line-height:26px}.echo-latest-news-area.home-four .echo-latest-news-content .title-area .sub-title{width:100%}.echo-latest-news-area.home-four .echo-latest-news-content .title-area .see-all-btn{display:none}.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li{margin:15px auto;width:250px}.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:first-child,.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(3),.echo-feature-area.home-four .echo-feature-area-full-content .right-side-inner .echo-feature-area-right-site-follower ul li:nth-child(5){margin:auto}.echo-feature-area.home-four .echo-feature-area-full-content .echo-latest-news-main-content .echo-latest-news-single-title h5,.echo-popular-news-area.home-four .echo-popular-news-area-content .echo-popular-news-area-full-content .left-side-content .echo-latest-news-main-content .echo-latest-news-single-title h5{font-size:20px;line-height:30px}.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content h5{font-size:18px;line-height:30px;margin-bottom:10px}.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content{padding:40px 25px 100px}.echo-video-area.home-four .swiper-container .slider-inner .echo-video-bottom-area .content .echo-latest-news-time-views{font-size:12px}.echo-feature-area.area-2 .echo-feature-area-last-news .echo-feature-area-last-content{text-align:center}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-img img{width:100%}.echo-feature-area.area-2 .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text .content-catagory-tag{margin:30px auto 0}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content{text-align:center}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-place{flex-wrap:wrap;justify-content:center}.echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-full-content .echo-software-download-text-content .echo-software-download-sub-title p br{display:none}.echo-hero-section.home-three .echo-hero-inner .banner-content .contents .content-title1{font-size:26px;line-height:40px}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-title1{font-size:16px;line-height:28px}.echo-feature-area.home-three .echo-feature-area-right-site-follower ul li{font-size:12px}.echo-feature-area.home-three .echo-feature-area-right-site-follower ul li a{gap:7px}.echo-catagories-area .echo-catagories-area-content .title-area .section-title{font-size:20px;line-height:32px}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:first-child{left:0;top:-5px}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(2){left:60px;top:-14px}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(3){right:60px;top:-14px}.echo-team-area .echo-team-area-inner .team-wrapper .content-area ul.social-icon li:nth-child(4){right:0;top:-5px}.search-input-area .search-input-inner .search-close-icon{width:20%}}@media (max-width:400px){.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper{display:block}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content .content-title1{font-size:18px;line-height:28px}.echo-hero-section.home-three .echo-hero-inner .echo-hero-right-side .right-side-inner .content-box ul .wrapper .content{margin-top:20px}.echo-latest-news-area.home-three .echo-latest-news-content .echo-latest-news-full-content .echo-latest-news-single-title h5{font-size:22px;line-height:32px}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-site-title .echo-feature-area-last-news{margin-bottom:30px}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-follower{padding:30px 22px}.echo-latest-news-area.home-three .echo-latest-news-main-content .echo-latest-news-time-views{gap:3px}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper{gap:10px}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-catagory-tag{font-size:12px}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content .content-box ul .wrapper .content .content-title1{font-size:16px;line-height:26px}.echo-feature-area.home-three .echo-feature-area-content .echo-feature-full-content .echo-feature-area-right-site-full-content{padding:30px 16px}}.echo-404-page{height:100vh}.echo-404-page .echo-404-area{position:relative;text-align:center;top:50%;transform:translateY(-50%)}.echo-404-page .echo-404-area .echo-container .echo-error-content .echo-error h1{color:#5e5e5e;font-size:256px;font-weight:700;line-height:90px}.echo-404-page .echo-404-area .echo-container .echo-error-content .echo-error-sub-heading{margin-top:125px}.echo-404-page .echo-404-area .echo-container .echo-error-content .echo-error-sub-heading h3{font-size:50px;line-height:60px;text-transform:capitalize}.echo-404-page .echo-404-area .echo-container .echo-error-content .echo-error-pera{margin-bottom:30px}.echo-404-page .echo-404-area .echo-container .echo-error-content .echo-error-pera p{font-size:16px;line-height:24px}.echo-404-page .echo-404-area .echo-container .echo-error-content .error-btn{margin-top:50px}.echo-404-page .echo-404-area .echo-container .echo-error-content .error-btn a{background-color:var(--color-primary);border:1px solid transparent;color:#fff;font-size:14px;padding:12px 16px;transition:all .3s}.echo-404-page .echo-404-area .echo-container .echo-error-content .error-btn a:hover{background-color:transparent;border:1px solid #5e5e5e;color:#5e5e5e}body[dir=rtl] .echo-home-1-hero-area-top-story h6:after{left:0;right:unset}body[dir=rtl] .echo-home-1-menu .echo-desktop-menu .echo-has-dropdown a.echo-dropdown-main-element:after{left:0;right:unset!important}body[dir=rtl] .echo-home-1-menu .echo-desktop-menu .echo-has-dropdown .echo-submenu{left:unset!important;right:0}body[dir=rtl] .echo-home-1-menu .echo-desktop-menu .echo-has-dropdown .echo-submenu li.menu-item a{text-align:start}body[dir=rtl] .echo-home-1-menu .echo-desktop-menu .echo-has-dropdown .echo-submenu li.menu-item:before{left:unset!important;right:0}body[dir=rtl] .echo-home-1-menu .echo-desktop-menu .echo-has-dropdown .echo-submenu li.menu-item:hover a{transform:translateX(-8px)}body[dir=rtl] .echo-de-category-title-btn h4:after{left:unset;right:110%}body[dir=rtl] .echo-feature-area-site-title h4:after{left:0;right:unset}body[dir=rtl] .echo-de-category-area-content .echo-de-category-show-more-btn a:after{content:unset}body[dir=rtl] .echo-de-category-area-content .echo-de-category-show-more-btn a:before{content:"\f060";font-family:Font Awesome\ 6 Pro!important;margin-right:10px}body[dir=rtl] .fa-arrow-right:before{content:"\f060"}body[dir=rtl] .play-video.popup-youtube span{left:-25%!important;transform:translate(-50%,-50%) rotate(-180deg)!important}body[dir=rtl] .echo-software-download-area .echo-software-download-full-content-bg .echo-software-download-img-content{left:50px;right:unset}body[dir=rtl] .echo-ps-2-subscribe-box .newsletter-icon-without-captcha{left:unset;right:13%}body[dir=rtl] .echo-ps-2-subscribe-box .echo-subscribe-input-fill input{padding:0 40px 0 0!important;text-align:right!important}body[dir=rtl] .echo-hero-section.inner-post .echo-quote-area .author{padding-left:unset;padding-right:25px}body[dir=rtl] .echo-hero-section.inner-post .echo-quote-area .author:before{left:unset;right:0}body[dir=rtl] .echo-hero-section.inner-post .echo-financial-area .wrapper-item{padding-left:unset!important;padding-right:30px!important}body[dir=rtl] .echo-hero-section.inner-post .echo-financial-area .wrapper-item:before{left:unset;right:0}body[dir=rtl] .echo-latest-news-content .echo-be-slider-btn .echo-latest-nw-title h4{text-align:unset}body[dir=rtl] .echo-latest-news-content .echo-be-slider-btn .echo-latest-nw-title h4:after{left:unset;right:20%}body[dir=rtl] .echo-trending-area .echo-trending-content h6{text-align:unset}body[dir=rtl] .echo-trending-area .echo-trending-content h6:after{left:0;right:unset}body[dir=rtl] .echo-contact-full-content .echo-info .echo-address{margin-left:unset;margin-right:60px}body[dir=rtl] .echo-contact-full-content .echo-info .echo-address i{left:unset;right:-65px}body[dir=rtl] .echo-contact-full-content .cons-contact-form .echo-df-input:before{left:unset!important;right:15px}body[dir=rtl] .echo-contact-full-content .cons-contact-form .echo-df-input input{text-align:right}body[dir=rtl] .echo-contact-full-content .cons-contact-form .echo-contact-texting-fild:before{left:unset!important;right:12px}body[dir=rtl] .echo-contact-full-content .cons-contact-form .echo-contact-texting-fild textarea{padding:10px 40px 10px 0!important}body[dir=rtl] .echo-contact-full-content .cons-contact-form .echo-contact-btn i{margin-left:unset!important;margin-right:10px}body[dir=rtl] .action-play-audio .vedio-icone a.video-play-button i{transform:translateY(-50%) translateX(-50%) rotate(180deg)}body[dir=rtl] .header-action+.echo-header-top-menu-bar-wrapper .echo-header-top-menu-bar{margin-left:unset;margin-right:25px}body[dir=rtl] .header-action+.echo-header-top-menu-bar-wrapper .echo-header-top-menu-bar:before{left:40px}body[dir=rtl] .echo-header-top-menu-bar svg{transform:rotate(180deg)}body[dir=rtl] .echo-feature-area-right-site-follower ul{padding:0!important}body[dir=rtl] .echo-feature-area-right-site-follower ul li:nth-child(2n){padding-left:unset!important;padding-right:15px}body[dir=rtl] .echo-feature-area-right-site-follower ul li:nth-child(odd){border-left:1px solid rgba(94,94,94,.5);border-right:unset!important}body[dir=rtl] .echo-hero-section.inner-post-3 .echo-post-style-quote-info-flexing .echo-quote-area:after{left:-10px;right:unset!important}body[dir=rtl] .echo-financial-area .details-tag h6{margin-left:5px;margin-right:unset!important}body[dir=rtl] .echo-more-news-area .inner .echo-top-story .echo-story-text em a{align-items:center;display:flex;flex-direction:row-reverse;gap:10px;justify-content:flex-end}body[dir=rtl] .echo-more-news-area .inner .echo-top-story .echo-story-text em a i.fa-arrow-right{transform:rotate(180deg)}body[dir=rtl] .echo-more-news-area .inner .echo-top-story .echo-story-text em a i.fa-arrow-left{margin-right:0!important}body[dir=rtl] .echo-site-main-logo-menu-social .lang-switcher li{padding:6px 20px 6px 0}body[dir=rtl] .echo-feature-area-right-site-audio-main-contetn .wrappers .audioplayer{position:relative}body[dir=rtl] .echo-feature-area-right-site-audio-main-contetn .wrappers .audioplayer .audioplayer-bar{margin:-52px 40px 52px 0!important}body[dir=rtl] .echo-feature-area-right-site-audio-main-contetn .wrappers .audioplayer .audioplayer-bar .audioplayer-bar-loaded,body[dir=rtl] .echo-feature-area-right-site-audio-main-contetn .wrappers .audioplayer .audioplayer-bar .audioplayer-bar-played{left:0!important;top:0!important}body[dir=rtl] .echo-feature-area-right-site-audio-main-contetn .wrappers .audioplayer .audioplayer-bar .audioplayer-bar-played{width:0}body[dir=rtl] .echo-feature-area-right-site-audio-main-contetn .wrappers .audioplayer .audioplayer-playpause a{left:-25px;margin-left:unset!important;position:absolute}body[dir=rtl] .echo-feature-area-right-site-audio-main-contetn .wrappers .audioplayer .audioplayer-volume .audioplayer-volume-button a{right:20px!important;top:-67px!important}body[dir=rtl] .echo-feature-area-right-site-audio-main-contetn .wrappers .audioplayer .audioplayer-volume .audioplayer-volume-button a:before{left:0}body[dir=rtl] .title-align-start:after{left:0;right:unset!important}body[dir=rtl] .title-align-start:before{content:unset}body[dir=rtl] .title-align-end:after{left:unset;right:0}body[dir=rtl] .title-align-end:before{content:unset}body[dir=rtl] .home-four.echo-latest-news-area .title-area .title-align-start:after{left:30px;right:unset}body[dir=rtl] .home-four.echo-latest-news-area .title-area .title-align-center:before{left:30px}body[dir=rtl] .home-four.echo-video-area .swiper-btn .swiper-button-next,body[dir=rtl] .home-four.echo-video-area .swiper-btn .swiper-button-prev{transform:rotate(180deg)}body[dir=rtl] .echo-header-area.header-four .echo-header-top-subscribe-btn{margin-inline-end:10px!important}body[dir=rtl].home-one .echo-header-top-subscribe-btn .echo-py-btn{padding:15px 30px 15px 20px!important}body[dir=rtl] .echo-banner-mani-content .echo-banner-text .echo-banner-slider-button{left:40px;right:unset}body[dir=rtl] .echo-banner-mani-content .echo-banner-text .echo-banner-slider-button .swiper-button-next{left:-10px}body[dir=rtl] .home-2-read-more-btn a:after{margin-left:unset;margin-inline-start:10px;transform:rotate(180deg)}body[dir=rtl] .echo-hero-section.home-three .echo-hm2-video-icons{margin-inline-start:40px!important}body[dir=rtl] .home-three .echo-catagories-area .echo-catagories-area-content .swiper-btn{left:0;right:unset!important}body[dir=rtl] .home-three .echo-catagories-area .echo-catagories-area-content .swiper-btn .swiper-button-prev{left:50px!important;right:auto!important}body[dir=rtl] .home-three .echo-catagories-area .echo-catagories-area-content .swiper-btn .swiper-button-next{left:0!important;right:auto!important}body[dir=rtl] .auth-card form .btn-auth-submit svg,body[dir=rtl] .home-three .echo-catagories-area .echo-catagories-area-content .swiper-btn .swiper-button-next i{transform:rotate(180deg)}body[dir=rtl] .auth-card form .text-end{text-align:left!important}body[dir=rtl] .auth-card form div.position-relative .auth-input-icon{left:auto;right:1px}body[dir=rtl] .auth-card form .form-control{padding:6px 48px 6px 0!important}body[dir=rtl] .auth-card form input[type=email]{direction:unset!important}body[dir=rtl] .hero-home-five .hero-hm5-sub-title p{padding-left:unset!important;padding-right:56px!important}body[dir=rtl] .hero-home-five .hero-hm5-sub-title p:before{left:unset;right:0}body[dir=rtl] .hm5-btn-1 svg,body[dir=rtl] .hm5-btn-2 svg{transform:rotate(180deg)}body[dir=rtl] .hm5-feature-title .hm-5-main-title h2.title-align-start:after{left:0!important}body[dir=rtl].home-six .echo-site-main-logo-menu-social .header-inner .home-2-card-etc{border-left:unset!important;border-right:1px solid #6d6d6d}body[dir=rtl].home-six .hm6-btn-1 svg{margin-top:-4px;transform:rotate(180deg)}body[dir=rtl].home-six .read-more-btn svg{transform:rotate(180deg)}body[dir=rtl].home-six .echo-story-text h6{padding-right:unset!important}body[dir=rtl].home-six .echo-hero-baner .content{text-align:right!important}body[dir=rtl] .mobile-menu nav ul li a.main:after{left:0;right:unset}body[dir=rtl] .echo-about-area .echo-about-area-inner .hero-image .image-2{left:-230px!important;right:unset!important}body[dir=rtl].home-seven .echo-business-area .hm-5-title-btn .swiper-btn-area{left:0;right:unset}body[dir=rtl].home-seven .echo-business-area .hm-5-title-btn .swiper-btn-area .swiper-button-prev i{transform:rotate(180deg)}body[dir=rtl].home-seven .echo-business-area.area3 .section-inner .echo-hero-baner .content .echo-hero-title{text-align:right}body[dir=rtl] .header-seven .echo-home-1-menu .menu-item.echo-has-dropdown:nth-child(2),body[dir=rtl] .header-two .echo-home-1-menu .menu-item.echo-has-dropdown:nth-child(2){margin-inline-start:18px}body[dir=rtl] .header-seven .echo-header-top-home-2 .home-2-social .rts-darkmode:after,body[dir=rtl] .header-two .echo-header-top-home-2 .home-2-social .rts-darkmode:after{left:-25px!important;right:unset!important}body[dir=rtl] .echo-hero-baner.small .content .author,body[dir=rtl] .echo-hero-baner.small .content .echo-hero-title{text-align:start!important}body[dir=rtl] .home-eight.echo-video-area .echo-video-bottom-area .swiper-btn,body[dir=rtl] .home-eight.echo-video-area .echo-video-bottom-area .swiper-pagination{left:50px!important;right:unset!important}body[dir=rtl] .home-eight .echo-feature-area-right-site-follower ul li{padding:18px 20px!important}body[dir=rtl] .home-eight .hm7-btn-1{padding:15px 35px 13px 55px!important}body[dir=rtl] .home-eight .hm7-btn-1 i{left:25px!important;right:unset!important}body[dir=rtl].home-ten .echo-photography-area .echo-hero-baner .content{left:unset!important;right:50px}body[dir=rtl] .echo-popup-model .echo-popup-transition a{left:unset!important;right:100%!important}body[dir=rtl] .scroll-top-btn{left:40px!important;right:unset!important}body[dir=rtl] .side-bar{left:-100%!important;right:unset!important}body[dir=rtl] .side-bar.show{left:0!important;right:unset!important}body{--text-body:var(--text-color);--color-body:var(--text-color);--color-gray:var(--text-color);--color-heading-1:var(--color-heading);font-family:var(--primary-font)}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--color-heading)}.echo-footer-area-subscribe-button button{background-color:var(--color-primary);border:1px solid transparent;color:hsla(0,0%,100%,.8);font-family:var(--font-heading);font-size:16px;padding:12px 18px;position:relative;text-align:center;width:auto}.echo-header-top-subscribe-btn-wrapper{min-width:180px}@media (max-width:1155px){.echo-header-top-menu-bar-wrapper{display:none}}.show-admin-bar .echo-header-area.header-sticky{margin-top:40px}.show-admin-bar .echo-header-area.header-sticky .echo-header-top-menu-bar.menu-btn:before{content:unset}.truncate-custom{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.truncate-1-custom{-webkit-line-clamp:1}.truncate-2-custom{-webkit-line-clamp:2}.truncate-3-custom{-webkit-line-clamp:3}.echo-hero-section.inner-post .post-style-1-frist-hero-img{aspect-ratio:152/79;-o-object-fit:cover;object-fit:cover;width:100%}.echo-hero-section.inner-post .wrapper-item{padding-left:30px!important}.echo-about-area .hero-image .image{margin:unset}.echo-about-area .hero-image .image img{aspect-ratio:190/269;-o-object-fit:cover;object-fit:cover}.echo-about-area .echo-about-area-inner .bottom-author-area .content{flex-shrink:0}.echo-about-area .content-area .desc,.echo-about-area .content-area .sub-title{color:var(--text-body)!important}.echo-video-area-inner .about-us-play-icon{display:block;font-size:36px;left:50%;position:relative;top:56%;transform:translate(-50%,-50%);z-index:3}.echo-contact-area .echo-address:before{content:unset!important}.echo-contact-area .echo-address .echo-address-icon{aspect-ratio:1;background:#fff;border:1px solid transparent;border-radius:50%;color:var(--color-primary);height:50px;left:-65px;line-height:50px;overflow:hidden;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:50px}.echo-contact-area .echo-address .echo-address-icon img{height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.echo-contact-area .echo-address:nth-child(3){margin-bottom:25px!important}.echo-contact-area .echo-address:last-child{margin-bottom:0!important}.post-style-1-new-img{-o-object-fit:cover;object-fit:cover;width:100%}.echo-author-area .author-avatar{height:150px;-o-object-fit:cover;object-fit:cover;width:150px}.echo-ab-pr-img .author-avatar{border-radius:50%;height:100px;-o-object-fit:cover;object-fit:cover;width:100px}.echo-story-picture .related-img{aspect-ratio:1/1;width:90px}.echo-story-picture .related-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.img-popular-post-widget{aspect-ratio:29/27;-o-object-fit:cover;object-fit:cover}.echo-banner-innerpage .banner-image.top img{aspect-ratio:1155/494;-o-object-fit:cover;object-fit:cover;width:100%}.echo-banner-innerpage .banner-image.side-image img{aspect-ratio:19/15;-o-object-fit:cover;object-fit:cover;width:100%}.echo-post-style-3-hero-banner{aspect-ratio:190/111;-o-object-fit:cover;object-fit:cover;width:100%}.echo-author-picture{flex-shrink:0;height:170px;width:170px}.echo-author-picture img{border-radius:50%;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.echo-top-story .echo-story-picture .orderly-post{position:relative}.echo-top-story .echo-story-picture .orderly-post img{filter:grayscale(50%) brightness(92%) saturate(147%) contrast(119%) invert(7%)!important;-webkit-filter:grayscale(50%) brightness(92%) saturate(147%) contrast(119%) invert(7%)!important;-moz-filter:grayscale(50%) brightness(92%) saturate(147%) contrast(119%) invert(7%)!important}.echo-top-story .echo-story-picture .orderly-post-icon-video,.echo-top-story .echo-story-picture .orderly-post-icon-volume{background-color:#fff;border-radius:50%;display:unset;font-size:24px;left:50%;padding:20px 22px;position:absolute;top:50%;transform:translate(-50%,-50%);width:unset!important}.echo-top-story .echo-story-picture .orderly-post-icon-video i,.echo-top-story .echo-story-picture .orderly-post-icon-volume i{margin-inline-start:4px}.echo-top-story .echo-story-picture .orderly-post-icon-volume{padding:20px 18px}.echo-top-story .echo-story-picture:after,.echo-top-story .echo-story-picture:before{content:unset!important}.echo-top-story .scored-card-image{aspect-ratio:305/167;-o-object-fit:cover;object-fit:cover;width:100%}.image-circle{border-radius:50%}.audioplayer .audioplayer-playpause{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:30px;justify-content:center;transition:all .2s ease-in-out;width:48px}.audioplayer .audioplayer-time-current{font-size:15px;margin-inline-start:14px;margin-bottom:6px;margin-top:4px}.audioplayer{display:block;height:67px;margin:-3em -14px;width:70%}.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a{border:7px solid transparent;border-left:12px solid #5e5e5e;border-right:none;content:"";height:0;justify-content:center;margin-inline-start:2px;width:0}.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played:after{border:2px solid #bec8d2}.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after{border:6px double #9a9fb0;border-radius:0 12px 0 0;border-width:6px 6px 0 0;height:12px;left:10px;top:-1px;transform:rotate(45deg);width:12px}.audioplayer-playpause{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:30px;justify-content:center;transition:all .2s ease-in-out;width:48px}.audioplayer-playing .audioplayer-playpause{background:rgba(253,79,26,0)}.audioplayer-playing .audioplayer-playpause a{content:"";display:flex;height:14px;justify-content:space-between;width:12px}.audioplayer-playing .audioplayer-playpause a:after,.audioplayer-playing .audioplayer-playpause a:before{background-color:var(--color-primary);content:"";height:14px;width:4px}.audioplayer-playing .audioplayer-bar-played:after{border:2px solid #0059ff}.audioplayer-time{color:rgba(51,51,51,.6);display:flex;font-size:12px;justify-content:center;width:40px}.audioplayer-time-current{font-size:15px;margin-inline-start:14px;margin-bottom:6px;margin-top:4px}.audioplayer-time-duration{display:none;margin-inline-end:24px}.audioplayer-bar{cursor:pointer;display:flex;flex-basis:0;flex-grow:1;height:12px;margin:0 12px;position:relative}.audioplayer-bar:before{background-color:#dde2e6;content:"";display:none;height:2px;position:absolute;top:5px;width:100%}.audioplayer-bar>div{left:35px;position:absolute;top:-50px}.audioplayer-bar-loaded{background:#bec8d2;height:2px;z-index:1}.audioplayer-bar-played{background:-webkit-linear-gradient(left,#0059ff,#09b1fa);flex-direction:row-reverse;height:2px;z-index:2}.audioplayer-bar-played:after{background-color:#fff;border-radius:6px;box-sizing:border-box;content:"";display:flex;height:12px;margin-inline-end:-5px;position:absolute;right:-1px;top:-5px;width:12px}.audioplayer-volume-button{position:relative}.audioplayer-volume-button a{background-color:#5e5e5e;height:8px;position:absolute;right:-38px;top:-66px;width:6px}.audioplayer-volume-button a:before{border:8px solid transparent;border-left:none;border-right:9px solid #5e5e5e;content:"";height:0;position:absolute;top:-4px;width:0}.audioplayer-volume-button a:after{content:"";position:absolute}.audioplayer-mute .audioplayer-volume-button a{background-color:var(--color-primary)}.audioplayer-mute .audioplayer-volume-button a:before{border-right:9px solid}.audioplayer-volume-adjust{align-items:center;display:flex;margin-inline-start:8px}.audioplayer-volume-adjust>div{background-color:#bec8d2;cursor:pointer;display:none;height:2px;position:relative;width:60px}.audioplayer-volume-adjust div div{background-color:#0059ff;height:2px;left:0;position:absolute;top:0}@media screen and (max-width:679px){.audioplayer-volume-adjust{display:none}}.echo-top-story .echo-feature-area-right-site-audio-main-contetn .wrappers{margin-bottom:70px}.widget-blog-post-category .echo-story-text h6:after{content:unset}.widget-blog-post-category .echo-feature-area-right-audio-text{margin-bottom:20px}.widget-blog-post-category .echo-audio-news-home-1-flexing .echo-top-story .echo-feature-area-right-site-audio-main-contetn .wrappers{padding-top:10px}.button-loading{border:1px solid var(--primary-color);color:transparent!important;cursor:default;position:relative;text-shadow:none;transition:border-color .2s ease-out}@keyframes button-loading-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.button-loading:before{animation:button-loading-spinner 1s linear infinite;border:3px solid;border-color:var(--primary-color) transparent;border-radius:50%;content:"";height:18px;left:50%;margin-inline-start:-9px;margin-top:-9px;position:absolute;top:50%;width:18px}.contact-form .button-loading:before{border-color:var(--primary-color) transparent!important}.echo-griding-ct-style-3{gap:unset!important}.echo-hm2-video-icons.action-play-audio .vedio-icone .video-play-button i{font-size:20px;left:40px;position:absolute;top:40px;transform:translateY(-50%) translateX(-50%);z-index:10}.home-eight .echo-footer-area,.home-nine .echo-footer-area,.home-two .echo-footer-area,body.home-one .echo-footer-area{background-color:var(--footer-background-color)!important}.home-eight .echo-footer-area .echo-get-in-tuch h3,.home-nine .echo-footer-area .echo-get-in-tuch h3,.home-two .echo-footer-area .echo-get-in-tuch h3,body.home-one .echo-footer-area .echo-get-in-tuch h3{color:var(--footer-heading-color)}.home-eight .echo-footer-area .echo-footer-address .text-capitalize,.home-nine .echo-footer-area .echo-footer-address .text-capitalize,.home-two .echo-footer-area .echo-footer-address .text-capitalize,body.home-one .echo-footer-area .echo-footer-address .text-capitalize{color:var(--footer-text-color)!important}.home-eight .echo-footer-area .echo-footer-address .text-capitalize a,.home-nine .echo-footer-area .echo-footer-address .text-capitalize a,.home-two .echo-footer-area .echo-footer-address .text-capitalize a,body.home-one .echo-footer-area .echo-footer-address .text-capitalize a{color:inherit!important}.home-eight .echo-footer-area p,.home-eight .echo-footer-area ul li a,.home-nine .echo-footer-area p,.home-nine .echo-footer-area ul li a,.home-two .echo-footer-area p,.home-two .echo-footer-area ul li a,body.home-one .echo-footer-area p,body.home-one .echo-footer-area ul li a{color:var(--footer-text-color)!important}.home-eight .echo-footer-area .echo-footer-social-media a,.home-nine .echo-footer-area .echo-footer-social-media a,.home-two .echo-footer-area .echo-footer-social-media a,body.home-one .echo-footer-area .echo-footer-social-media a{border-color:var(--footer-text-color)!important;color:var(--footer-text-color)!important}.home-eight .echo-footer-area .echo-footer-social-media a:hover,.home-nine .echo-footer-area .echo-footer-social-media a:hover,.home-two .echo-footer-area .echo-footer-social-media a:hover,body.home-one .echo-footer-area .echo-footer-social-media a:hover{background-color:var(--primary-color)!important}.home-eight .echo-footer-area .echo-footer-copyright-area .copyright-area-inner .copyright-content .title,.home-nine .echo-footer-area .echo-footer-copyright-area .copyright-area-inner .copyright-content .title,.home-two .echo-footer-area .echo-footer-copyright-area .copyright-area-inner .copyright-content .title,body.home-one .echo-footer-area .echo-footer-copyright-area .copyright-area-inner .copyright-content .title{color:var(--footer-text-color)!important}.home-eight .echo-footer-area a:hover,.home-nine .echo-footer-area a:hover,.home-two .echo-footer-area a:hover,body.home-one .echo-footer-area a:hover{text-decoration:underline}.echo-site-main-logo-menu-social .lang-switcher{flex-grow:0.2}@media (max-width:991.8px){.echo-site-main-logo-menu-social .lang-switcher{display:none}}.echo-site-main-logo-menu-social .lang-switcher .flag{height:20px!important}.echo-site-main-logo-menu-social .lang-switcher .language-switcher-list-end{left:-64px!important}.echo-site-main-logo-menu-social .lang-switcher .language-switcher-list{top:8px!important;width:180px}.echo-site-main-logo-menu-social .lang-switcher .language-switcher-list li{padding:6px 0 6px 20px}.echo-site-main-logo-menu-social .lang-switcher a.language-item{align-items:center;color:var(--color-gray);display:inline-flex;font-size:16px;gap:5px;line-height:1.8;transition:color .3s ease}.echo-site-main-logo-menu-social .lang-switcher a.language-item span{margin-inline-start:4px}.echo-site-main-logo-menu-social .lang-switcher a.language-item:hover{color:var(--color-primary)}.echo-site-main-logo-menu-social .lang-switcher #language-switcher-dropdown img{max-width:unset!important}#side-bar .lang-switcher p.main{border-bottom:1px solid hsla(0,0%,100%,.04);color:#fff;cursor:pointer;margin-bottom:0;padding:20px 0;position:relative}.header-action{line-height:1;margin-inline-start:auto;width:35px}.header-action~.header-action{margin-inline-start:0}.header-action .echo-header-top-search-btn{cursor:pointer}.echo-header-top-subs-social-menu .echo-header-top-subscribe-btn i{margin-inline-start:-12px!important}.echo-header-top-subs-social-menu .echo-header-top-subscribe-btn button{border:1px solid var(--text-body)}@media (max-width:1200px) and (min-width:991px){.echo-header-top-subs-social-menu .echo-header-top-subscribe-btn button{padding:12px 20px!important}}.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story{align-items:unset}.echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story a.title-hover{color:var(--color-heading)!important}.echo-info .echo-address:last-child{margin-bottom:0!important}.blog-badge-feature{background:#f05600;border-radius:5px;color:#fff;font-size:14px;font-weight:600;line-height:22px;padding:10px 20px;text-transform:uppercase}.text-dropped-cap{border:1px solid rgba(94,94,94,.302);color:#181823;display:block;float:left;font-size:80px;line-height:96px;margin-inline-end:20px;padding:25px 45px}.echo-ps-2-subscribe-box{background-repeat:no-repeat;background-size:cover;margin-bottom:40px}.echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content{padding:50px 40px}.echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content hr{background-color:#5e5e5e}.echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-ps-2-subscribe-sub-title,.echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-ps-2-subscribe-title{margin-bottom:25px;margin-top:15px}.echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-ps-2-subscribe-sub-title p,.echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-ps-2-subscribe-title p{font-size:16px;line-height:26px;margin:0}.echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill{margin-bottom:unset;margin-top:unset;position:relative}.echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form{text-align:center}.echo-ps-2-subscribe-box .echo-ps-2-subscribe-all-content .echo-subscribe-input-fill form input{background:transparent;border:1px solid rgba(0,0,0,.15);border-radius:var(--radius);box-shadow:none;font-size:var(--font-size-b2);font-weight:400;height:60px;line-height:28px;outline:none;padding:0 0 0 35px;width:500px}.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);border-bottom:1px solid transparent;border-right:1px solid transparent;border-top:1px solid transparent;color:#fff;height:60px;position:absolute;transition:.3s ease;width:75px}.echo-header-top-date .echo-date-time span i,.echo-header-top-date .echo-day-name span i{margin-inline-end:2px}.echo-full-hero-content .echo-financial-area{margin-bottom:unset!important}.echo-full-hero-content .echo-financial-area .content-wrapper,.echo-full-hero-content .echo-quote-area{margin:12px 0!important}.echo-full-hero-content .wrapper-audio-control{background-color:#f9f9f9;margin-bottom:10px;padding:40px 0}.echo-full-hero-content .wrapper-audio-control .audioplayer{padding:0 20px;width:95%}@media screen and (max-width:768px){.echo-full-hero-content .wrapper-audio-control .audioplayer{width:90%}}.echo-footer-area a{color:var(--footer-text-color)!important}.echo-footer-area a:hover{text-decoration:underline}.echo-footer-area .echo-footer-address span{color:var(--footer-text-color)!important}.echo-footer-area .echo-row{flex-wrap:nowrap!important}.echo-footer-area .echo-row p{color:var(--footer-text-color)!important}.echo-footer-area .newsletter-icon-without-captcha{left:12px;position:absolute;top:38%}.echo-footer-area .newsletter-icon-with-captcha{left:13px;position:absolute;top:13%}.echo-ps-2-subscribe-box .newsletter-icon-without-captcha{left:13%!important;margin-inline-start:13px;position:absolute;top:50%;transform:translateY(-50%)}.echo-ps-2-subscribe-box .newsletter-icon-with-captcha{left:13%;margin-inline-start:13px;position:absolute;top:15%}.echo-ps-2-subscribe-box .echo-subscribe-input-fill input{padding:0 0 0 40px!important}.echo-ps-2-subscribe-box .g-recaptcha{margin-inline-start:90px}.g-recaptcha{margin-top:12px}.echo-feature-area-right-site-newsletter .echo-feature-area-right-site-input-box:before{content:unset!important}.echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe .echo-feature-area-right-site-input-box button{background-color:var(--secondary-color)!important}.echo-feature-area-right-site-newsletter .echo-feature-area-right-site-sub-title p{color:var(--text-body)!important;font-family:var(--heading-font)!important}.echo-feature-area-right-site-newsletter .newsletter-icon-without-captcha{margin-inline-start:13px;position:absolute;top:50%;transform:translateY(-50%)}.echo-feature-area-right-site-newsletter .newsletter-icon-with-captcha{margin-inline-start:11px;position:absolute;top:11%}.echo-home-1-menu .logo-header-sidebar{width:120px!important}.echo-home-1-menu ul.echo-desktop-menu li.menu-item a:hover,.echo-home-1-menu ul.echo-desktop-menu li.menu-item:hover a.echo-dropdown-main-element{color:var(--primary-color)!important}.echo-home-1-menu ul.echo-desktop-menu li.menu-item.echo-has-dropdown ul.echo-submenu{border-top-color:var(--primary-color)!important;border-top:3px solid var(--primary-color)!important}.echo-home-1-menu ul.echo-desktop-menu li.menu-item.echo-has-dropdown ul.echo-submenu li.menu-item a:hover{color:var(--primary-color)!important}.echo-home-1-menu ul.echo-desktop-menu li.menu-item.echo-has-dropdown ul.echo-submenu li.menu-item.nav-item:before{background-color:var(--primary-color)!important}.socials-header-sidebar{flex-grow:0.5}.echo-hero-section.blog-item-grid .echo-hero-baner{display:block;margin-bottom:0}.echo-hero-section.blog-item-grid .echo-hero-baner .echo-inner-img-ct-1{overflow:unset}.echo-hero-section.blog-item-grid .echo-hero-baner .echo-banner-texting{padding:10px 25px 30px}.echo-hero-section.blog-item-grid .echo-hero-baner .echo-banner-texting .echo-hero-area-titlepost-post-like-comment-share{align-items:center;display:flex;gap:20px;margin-bottom:20px;margin-top:35px}.echo-hero-section.blog-item-grid .echo-hero-baner .echo-banner-texting h4{font-size:25px;line-height:35px}.echo-hero-section.blog-item-grid .echo-hero-baner .echo-banner-texting p{margin-bottom:0}.echo-hero-section.blog-item-grid .echo-hero-baner p{font-size:16px;line-height:26px;margin-top:20px}html[data-theme=light] body .echo-hero-section.blog-item-grid .echo-hero-baner{background-color:#fff}.pagination-wrap .pagination{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.pagination-wrap .pagination .page-link{align-items:center;background:transparent;border:1px solid #e0e0e0;border-radius:50%;display:flex;font-family:var(--font-heading);font-size:18px;font-weight:500;height:50px;justify-content:center;line-height:1;margin-inline-start:0;padding:0;width:50px}.pagination-wrap .pagination .page-item.active .page-link,.pagination-wrap .pagination .page-link:hover{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}a.page-link,span.page-link{color:var(--color-gray)}.header-action+.echo-header-top-menu-bar-wrapper .echo-header-top-menu-bar{margin-inline-start:25px}.header-action+.echo-header-top-menu-bar-wrapper .echo-header-top-menu-bar:before{background-color:var(--text-body);content:"";height:20px;left:4px;position:absolute;top:50%;transform:translateY(-50%);width:1px}.breaking-news-content{min-width:350px}.datetime-and-local-weather-content{min-width:380px}@media screen and (max-width:991px) and (min-width:500px){.datetime-and-local-weather-content{justify-content:start!important}}.action-buttons-content .action-buttons-inner{min-width:120px}.action-buttons-content .btn-newsletter{min-width:160px}@media screen and (max-width:1160px){.action-buttons-content .action-buttons-inner{min-width:60px}.action-buttons-content .btn-newsletter{margin-inline:.5rem}}.echo-footer-area .echo-row{flex-wrap:wrap!important}.echo-footer-area .echo-row .echo-footer-content-1,.echo-footer-area .echo-row .echo-footer-content-3,.echo-footer-area .echo-row .echo-footer-content-4{flex-basis:unset!important}.echo-meta-jobs-text a span,h1,h2,h3,h4,h5,h6{font-family:var(--heading-font)!important}.auth-card .form-control{font-size:14px!important}.auth-card .form-control.ps-5{border:var(--bs-border-width) solid var(--bs-border-color);padding-left:48px!important;padding:6px 12px}.auth-card .form-control{box-shadow:none;outline:none}.auth-card .form-control.is-invalid{border-color:var(--bs-form-invalid-border-color)!important}.auth-card .form-control.is-valid{border-color:var(--bs-form-valid-border-color)!important}.auth-card .auth-input-icon{top:5px!important}.auth-card .btn-auth-submit{font-size:16px}.auth-card h3{font-size:22px!important}.auth-card .mb-3{margin-bottom:16px!important}.auth-card input::-moz-placeholder{font-size:14px!important}.auth-card .form-check-label,.auth-card .form-label,.auth-card .mt-3.text-center,.auth-card a,.auth-card input::placeholder,.auth-card p{font-size:14px!important}.auth-card input[type=checkbox]{opacity:1}.auth-card .input-group .input-group-text{font-size:14px;height:42px;padding:6px 12px!important}.auth-card .input-group .form-control{border:var(--bs-border-width) solid var(--bs-border-color);padding:6px 12px!important}.auth-card .input-group .input-group-text.slug-actions{display:none}.account-actions .dropdown-toggle{align-items:center;display:flex;gap:5px}.account-actions .dropdown-toggle i{font-size:20px}.account-actions .dropdown-toggle .wrapper-avatar{border-radius:50%;height:24px;overflow:hidden;position:relative;width:24px}.account-actions .dropdown-toggle .wrapper-avatar img.avatar{height:auto;inset:0;position:absolute;width:100%}.account-actions .dropdown-menu{min-width:120px}.account-actions .dropdown-menu li a:active{background-color:var(--primary-color)}.echo-hero-area-titlepost-post-like-comment-share{flex-wrap:wrap;row-gap:5px!important}.echo-hero-area-titlepost-post-like-comment-share .echo-hero-area-like-read-comment-share{align-items:center;display:flex}.echo-hero-area-titlepost-post-like-comment-share .echo-hero-area-like-read-comment-share a{align-items:center;display:inline-flex;margin-inline-start:4px;white-space:nowrap}.echo-hero-area-like-read-comment-share,.echo-hero-area-like-read-comment-share span{color:var(--text-body)!important}.echo-video-area-inner .about-us-play-icon{color:var(--primary-color)!important;position:absolute!important;top:50%!important}.btn{border:1px solid transparent;color:hsla(0,0%,100%,.8);font-family:var(--font-heading);font-size:16px;padding:12px 18px;position:relative;text-align:center;width:auto}.btn.btn-primary{background-color:var(--color-primary)}.btn.btn-primary:hover{background-color:#181823!important;border:1px solid hsla(0,0%,100%,.5)!important;color:#fff}.echo-trending-area .echo-trending-content h6.title-align-center,.echo-video-area .echo-trending-content h6.title-align-center{text-align:center}.echo-trending-area .echo-trending-content h6.title-align-center:before,.echo-video-area .echo-trending-content h6.title-align-center:before{background:rgba(94,94,94,.5);content:"";height:1px;left:0;opacity:.5;position:absolute;top:50%;transform:translateY(-50%);width:40%}.echo-trending-area .echo-trending-content h6.title-align-center:after,.echo-video-area .echo-trending-content h6.title-align-center:after{background:rgba(94,94,94,.5);content:"";height:1px;opacity:.5;position:absolute;right:0;top:50%;transform:translateY(-50%);width:40%}.echo-trending-area .echo-trending-content h6.title-align-end,.echo-video-area .echo-trending-content h6.title-align-end{text-align:end}.echo-trending-area .echo-trending-content h6.title-align-end:after,.echo-video-area .echo-trending-content h6.title-align-end:after{left:0;margin-inline-start:0;right:unset!important}.video-play-button{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:videobuttonpopup;background:#fff;border-radius:50%!important;box-sizing:content-box;display:flex;height:44px;left:50%;padding:18px 20px 18px 28px;position:absolute!important;top:50%;transform:translate(-50%,-50%) scale(.7);width:32px!important}.video-play-button span{border-bottom:8px solid transparent;border-left:14px solid var(--primary-color)!important;border-top:8px solid transparent;display:block;height:0;left:47%;position:relative!important;top:50%;transform:translate(-50%,-50%);width:0;z-index:3}.video-play-button i{color:var(--primary-color)!important}.video-play-button:after{background:#fff!important;border:.5px solid #fff;border-radius:50%;content:"";display:block;height:80px;left:50%!important;position:absolute!important;top:50%!important;transform:translateX(-50%) translateY(-50%);transition:all .2s;width:80px;z-index:1}.echo-video-content .echo-video-area-title-row h6:after,.echo-video-content .echo-video-area-title-row h6:before{background:rgba(94,94,94,.5)!important}.icon-tabler-wrapper svg{margin-bottom:5px}.echo-social-media-area-hm2{background:var(--background-color);padding-top:50px}.echo-social-media-area-hm2 .echo-home-2-main-title h4.text-capitalize{color:var(--color-heading)}.echo-add-area,.echo-archive-area,.echo-cl-blocks-area,.echo-de-category-area,.echo-fd-post-content,.echo-feature-area,.echo-home-2-feature-area-content,.echo-latest-news-area,.echo-popular-news-area,.echo-trending-area{padding-bottom:30px!important;padding-top:30px!important}.echo-home-2-feature-area,.echo-software-download-area{padding-bottom:30px!important}.home-two .echo-header-top-home-2{color:#fff!important}.home-two .echo-header-top-subs-social-menu.btn-newsletter .echo-header-top-subscribe-btn button{border:unset;border-bottom:1px solid #e9ebec!important;padding:0 0 6px!important}.home-two .echo-header-top-subs-social-menu.btn-newsletter .echo-header-top-subscribe-btn button:hover{background:unset;border:unset!important;border-bottom:1px solid #e9ebec!important;color:var(--primary-color)}.home-two .echo-header-top-subs-social-menu.btn-newsletter .echo-header-top-subscribe-btn button i{font-size:20px;margin-inline-end:5px;margin-inline-start:0!important}.home-two .echo-header-top-menu-bar-wrapper .echo-header-top-menu-bar:before{background-color:#fff!important}.home-two .echo-header-top-menu-bar-wrapper .echo-header-top-menu-bar a svg path{fill:#fff!important}.home-two .echo-meta-total-jobs .echo-meta-jobs-text span{color:#fff}.home-two .echo-header-top-date .echo-date-time span strong,.home-two .echo-header-top-date .echo-day-name span strong{color:#fff!important}.echo-feature-area-right-site-flexing .echo-feature-area,.right-side-content .echo-feature-area{padding-bottom:0!important;padding-top:0!important}.echo-feature-area-right-site-flexing .echo-feature-area-right-site-follower ul li a{font-size:14px}.echo-feature-area-right-site-flexing .echo-feature-area-right-site-follower ul li a svg{height:16px;width:16px}.echo-feature-area-right-site-flexing .echo-feature-area-right-site-follower ul li:nth-child(6),.echo-feature-area-right-site-follower ul li:nth-child(6){padding-left:15px!important}@media screen and (max-width:767px){.echo-feature-area .echo-feature-area-right-site-follower ul li{text-align:unset}}@media screen and (max-width:1155px){.echo-header-top-menu-bar-wrapper{display:block}}@media screen and (max-width:991px){.echo-header-top-menu-bar-wrapper{display:none}}.mobile-menu .social-wrapper-one{margin-top:unset}.mobile-menu .social-wrapper-one ul li a{background-color:var(--primary-color)!important;border:1px solid var(--primary-color)!important}.mobile-menu .social-wrapper-one ul li a:hover{background-color:transparent!important;color:var(--primary-color)!important}.echo-software-download-area .echo-software-download-full-content-bg{background-color:var(--secondary-color);background-image:var(--background-image)!important}.echo-software-download-area .echo-py-hover-white{font-family:var(--primary-font)!important}.title-align-start{text-align:start}.title-align-start:after{background:#5e5e5e;content:"";height:1px;opacity:.4;position:absolute;right:0;top:50%;transform:translateY(-50%);width:68%}.title-align-start:before{content:unset}.title-align-end{text-align:end}.title-align-end:after{background:#5e5e5e;content:"";height:1px;left:0;opacity:.4;position:absolute;top:50%;transform:translateY(-50%);width:68%}.title-align-end:before{content:unset}.title-align-center{text-align:center}.title-align-center:before{left:0;width:32.5%}.title-align-center:after,.title-align-center:before{background-color:#5e5e5e;content:"";height:1px;opacity:.5;position:absolute;top:50%;transform:translateY(-50%)}.title-align-center:after{right:0;width:32.5%!important}.echo-hero-section .echo-home-1-hero-area-top-story h2{font-size:20px;position:relative}.echo-hero-section .echo-hero-title{font-family:var(--heading-font)!important;font-size:60px;font-weight:700;line-height:70px;margin-top:20px}.echo-hero-section .echo-home-1-hero-area-top-story .echo-story-text a.title-hover{font-family:var(--heading-font)!important;font-size:23px;font-weight:700;line-height:33px}.echo-hero-section .echo-home-1-hero-area-top-story .echo-story-text a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}.echo-latest-news-area .echo-latest-nw-title h2{font-size:30px;line-height:40px;margin:0;position:relative}.echo-latest-news-area .echo-latest-nw-title h2.title-align-start:after{width:80%}.echo-latest-news-area .echo-latest-nw-title h2.title-align-end{text-align:end}.echo-latest-news-area .echo-latest-nw-title h2.title-align-end:after{right:20%;width:75%}.echo-latest-news-area .echo-latest-nw-title h2.title-align-center:after,.echo-latest-news-area .echo-latest-nw-title h2.title-align-center:before{width:38.5%!important}.echo-latest-news-area .echo-latest-news-single-title a.title-hover{font-family:var(--heading-font)!important;font-size:22px;font-weight:var(--s-bold);line-height:35px}.echo-latest-news-area .echo-latest-news-single-title a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}.echo-trending-area a.title-hover{font-family:var(--heading-font)!important;font-size:25px;font-weight:var(--s-bold);line-height:40px}.echo-trending-area a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}.echo-trending-area h2{font-size:30px;line-height:40px;position:relative}.echo-trending-area h2.title-align-center:after,.echo-trending-area h2.title-align-center:before{width:40%!important}.echo-trending-area h2.title-align-end:after,.echo-trending-area h2.title-align-start:after{width:85%!important}.echo-trending-area .echo-trending-right-site-post-title,.echo-trending-area .echo-trending-right-site-post-title .echo-trending-post-bottom-icons{margin-top:20px}.echo-de-category-area .echo-de-category-title-btn{display:block}.echo-de-category-area .echo-de-category-title-btn h2{font-size:30px;margin-bottom:0;position:relative}.echo-feature-area .echo-feature-area-site-title h2{font-size:30px;position:relative}.echo-feature-area .echo-feature-area-site-title .echo-feature-area-post-hins{margin-bottom:14px;margin-top:25px}.echo-feature-area .echo-feature-area-site-title .echo-feature-area-post-hins a{font-family:var(--heading-font)!important;font-size:var(--h5);font-weight:var(--s-bold);line-height:1.24}.echo-feature-area .echo-feature-area-site-title .echo-feature-area-post-hins a:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}.echo-feature-area .echo-feature-area-option-content .echo-feature-area-option-content-text{margin-bottom:10px}.echo-feature-area .echo-feature-area-option-content .echo-feature-area-option-content-text a{font-family:var(--heading-font)!important;font-size:20px;font-weight:var(--s-bold);line-height:30px}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text a.title-hover{font-family:var(--heading-font)!important;font-size:40px;font-weight:var(--s-bold);line-height:50px;margin-bottom:20px}.echo-feature-area .echo-feature-area-last-news .echo-feature-area-last-content .echo-feature-area-last-content-text a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}.echo-popular-news-area .echo-popular-area-title h2{font-size:30px;position:relative}.echo-popular-news-area .echo-popular-area-single-item .echo-popular-area-item-title a.title-hover{font-family:var(--heading-font)!important;font-size:25px;font-weight:var(--s-bold);line-height:35px;margin:0}.echo-popular-news-area .echo-popular-area-single-item .echo-popular-area-item-title a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}.echo-de-category-area h3.text-capitalize{font-size:var(--h5);font-weight:var(--s-bold);line-height:1.24}.echo-de-category-area .echo-de-category-content-img-title .echo-de-category-content-title{margin-bottom:8px}.echo-de-category-area .echo-de-category-content-img-title .echo-de-category-content-title a.title-hover{font-family:var(--heading-font)!important;font-size:20px;font-weight:var(--s-bold);line-height:30px}.echo-de-category-area .echo-de-category-content-img-title .echo-de-category-content-title a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}.echo-latest-news-area .echo-latest-news-single-title{margin:15px 0}.echo-latest-news-area .echo-latest-news-single-title .title-hover{font-family:var(--heading-font)!important;font-size:22px;font-weight:var(--s-bold);line-height:35px}.echo-latest-news-area .echo-latest-news-single-title .title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}.echo-ps-2-subscribe-box .newsletter-icon-without-captcha{left:0}.echo-hm2-video-area .echo-home-2-main-title{margin:30px 0}.echo-hm2-video-area .echo-home-2-main-title h2{font-size:30px;margin:0;position:relative}.echo-hm2-video-area .echo-home-2-main-title h2.title-align-end:after,.echo-hm2-video-area .echo-home-2-main-title h2.title-align-start:after{width:80%!important}.echo-hm2-video-area .echo-home-2-main-title h2.title-align-center:after,.echo-hm2-video-area .echo-home-2-main-title h2.title-align-center:before{width:37%!important}.echo-banner .echo-banner-heading{margin:0}.echo-banner .echo-banner-heading a.title-hover{font-family:var(--heading-font)!important;font-size:60px;font-weight:var(--s-bold);line-height:70px}.echo-banner .echo-banner-heading a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}.echo-banner .echo-banner-right-heading a.title-hover{font-family:var(--heading-font)!important;font-size:25px;font-weight:var(--s-bold);line-height:35px;margin-bottom:20px;text-align:center}.echo-banner .echo-banner-right-heading a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}.echo-archive-area .echo-archive-area-content .echo-home-2-main-title h2{font-size:30px;margin:0;position:relative}.echo-archive-area .echo-archive-area-content .echo-home-2-main-title h2.title-align-center:after,.echo-archive-area .echo-archive-area-content .echo-home-2-main-title h2.title-align-center:before{width:37%!important}.echo-archive-area .echo-archive-area-content .echo-home-2-main-title h2.title-align-end:after,.echo-archive-area .echo-archive-area-content .echo-home-2-main-title h2.title-align-start:after{width:80%!important}.echo-popular-area .echo-popular-content .echo-popular-left-jt-heading{margin:0}.echo-popular-area .echo-popular-content .echo-popular-left-jt-heading a.title-hover{font-family:var(--heading-font)!important;font-size:40px;font-weight:var(--s-bold);line-height:50px}.echo-popular-area .echo-popular-content .echo-popular-left-jt-heading a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}.echo-popular-area .echo-popular-content .echo-popular-left-bt-title a.title-hover{font-family:var(--heading-font)!important;font-size:30px;font-weight:var(--s-bold);line-height:40px}.echo-popular-area .echo-popular-content .echo-popular-left-bt-title a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}.echo-cl-blocks-area .echo-cl-blocks-full-content .echo-home-2-main-title h2{font-family:var(--heading-font)!important;font-size:30px;font-weight:var(--s-bold);line-height:40px;position:relative}.echo-cl-blocks-area .echo-cl-blocks-full-content .echo-home-2-main-title h2.title-align-end:after,.echo-cl-blocks-area .echo-cl-blocks-full-content .echo-home-2-main-title h2.title-align-start:after{width:80%!important}.echo-cl-blocks-area .echo-cl-blocks-full-content .echo-home-2-main-title h2.title-align-center:after,.echo-cl-blocks-area .echo-cl-blocks-full-content .echo-home-2-main-title h2.title-align-center:before{width:37%!important}.echo-cl-blocks-area .echo-cl-blocks-full-content .echo-cl-blocks-title a.title-hover{font-family:var(--heading-font)!important;font-size:40px;font-weight:var(--s-bold);line-height:50px;margin:0}.echo-cl-blocks-area .echo-cl-blocks-full-content .echo-cl-blocks-title a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}.wrapper-loading{background:hsla(0,0%,100%,.5);height:100%;position:absolute;width:100%;z-index:9}.wrapper-loading .loading-spinner{display:inline-block;height:80px;left:50%;position:absolute;top:5%;transform:translateX(-50%);width:80px;z-index:999}.wrapper-loading .loading-spinner:after{animation:loading-spinner 1.2s linear infinite;border:6px solid var(--primary-color);border-color:var(--primary-color) transparent var(--primary-color) transparent;border-radius:50%;content:" ";display:block;height:64px;margin:8px;width:64px}.text-heading{font-family:var(--heading-font)!important;font-weight:700}.echo-hero-section.home-three .echo-hero-right-side .subtitle{border-bottom:2px solid #fff;color:#fff;font-size:20px;line-height:30px;margin-bottom:30px;padding-bottom:25px;text-transform:uppercase}.echo-hero-section.home-three .echo-hero-right-side .content-box a.title-hover{color:var(--text-color)!important}.echo-hero-section.home-three .echo-hero-right-side .content-box a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}.echo-hero-section.home-three .banner-content .contents a.title-hover{font-size:60px;line-height:70px;margin:0}.echo-hero-section.home-three .banner-content .contents a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}.echo-catagories-area .echo-latest-news-main-content a.title-hover{color:var(--text-color)!important}.echo-catagories-area .echo-latest-news-main-content a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}.echo-popular-news-area .left-side-content .echo-latest-news-single-title a.title-hover{font-size:25px;line-height:35px;margin-bottom:15px}.echo-audio-news-home-1-flexing .echo-feature-area-right-site-audio-news{align-items:start;display:flex;gap:10px}.echo-audio-news-home-1-flexing .echo-feature-area-right-site-audio-news .echo-feature-area-right-img{flex-shrink:0;overflow:hidden;position:relative;width:80px}.echo-audio-news-home-1-flexing .echo-feature-area-right-site-audio-news .echo-feature-area-right-audio-text a.title-hover{font-size:20px;line-height:30px}.post-meta{flex-wrap:wrap;gap:10px!important}.post-meta a,.post-meta span{color:var(--text-body);font-size:14px!important;font-weight:500!important;margin:0;position:relative}.post-meta a:first-child{padding-left:0!important}.hm5-feature-title .hm-5-main-title{width:100%}.hm5-feature-title .hm-5-main-title h2.title-align-center:after{left:unset!important}.hm5-feature-title .hm-5-main-title h2.title-align-start:before{content:unset!important}.hm5-feature-title .hm-5-main-title h2.title-align-start:after{left:unset!important;width:64%!important}.hm5-feature-title .hm-5-main-title h2.title-align-end:after{left:0;width:70%!important}.hm5-feature-area .hm5-feature-title h2:after,.hm5-feature-area .hm5-feature-title h2:before{opacity:1}.hm5-feature-area .hm5-feature-title h2.title-align-end{text-align:end!important}.hm5-feature-area .hm5-feature-title h2.title-align-start{text-align:start!important}@keyframes loading-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:991px){h2:after,h2:before{content:unset!important}}html:not([data-theme=dark]) .echo-archive-area,html:not([data-theme=dark]) .echo-banner,html:not([data-theme=dark]) .echo-banner-area.home-nine,html:not([data-theme=dark]) .echo-banner-area.home-seven,html:not([data-theme=dark]) .echo-banner-area.home-ten,html:not([data-theme=dark]) .echo-business-area,html:not([data-theme=dark]) .echo-catagories-area,html:not([data-theme=dark]) .echo-cl-blocks-content,html:not([data-theme=dark]) .echo-de-category-area,html:not([data-theme=dark]) .echo-dishes-area,html:not([data-theme=dark]) .echo-fd-post-area,html:not([data-theme=dark]) .echo-feature-area,html:not([data-theme=dark]) .echo-food-review-area,html:not([data-theme=dark]) .echo-hero-section,html:not([data-theme=dark]) .echo-hero-section.home-three,html:not([data-theme=dark]) .echo-hero-section.inner.home-eight,html:not([data-theme=dark]) .echo-hm2-video-area,html:not([data-theme=dark]) .echo-home-2-feature-area,html:not([data-theme=dark]) .echo-latest-news-area,html:not([data-theme=dark]) .echo-latest-news-area.home-three,html:not([data-theme=dark]) .echo-new-dishes-area,html:not([data-theme=dark]) .echo-photography-area,html:not([data-theme=dark]) .echo-popular-area,html:not([data-theme=dark]) .echo-popular-news-area,html:not([data-theme=dark]) .echo-trending-area,html:not([data-theme=dark]) .echo-trending-news-area.home-eight,html:not([data-theme=dark]) .echo-trending-news-area.home-seven,html:not([data-theme=dark]) .echo-video-area.home-eight,html:not([data-theme=dark]) .echo-video-area.home-seven,html:not([data-theme=dark]) .echo-video-area.home-six,html:not([data-theme=dark]) .echo-video-area.home-three,html:not([data-theme=dark]) .hm5-feature-area{background-color:var(--background-color);background-image:var(--background-image);background-position:50%;background-repeat:no-repeat;background-size:cover}html:not([data-theme=dark]) .echo-archive-area a.title-hover,html:not([data-theme=dark]) .echo-banner a.title-hover,html:not([data-theme=dark]) .echo-banner-area.home-nine a.title-hover,html:not([data-theme=dark]) .echo-banner-area.home-seven a.title-hover,html:not([data-theme=dark]) .echo-banner-area.home-ten a.title-hover,html:not([data-theme=dark]) .echo-business-area a.title-hover,html:not([data-theme=dark]) .echo-catagories-area a.title-hover,html:not([data-theme=dark]) .echo-cl-blocks-content a.title-hover,html:not([data-theme=dark]) .echo-de-category-area a.title-hover,html:not([data-theme=dark]) .echo-dishes-area a.title-hover,html:not([data-theme=dark]) .echo-fd-post-area a.title-hover,html:not([data-theme=dark]) .echo-feature-area a.title-hover,html:not([data-theme=dark]) .echo-food-review-area a.title-hover,html:not([data-theme=dark]) .echo-hero-section a.title-hover,html:not([data-theme=dark]) .echo-hero-section.home-three a.title-hover,html:not([data-theme=dark]) .echo-hero-section.inner.home-eight a.title-hover,html:not([data-theme=dark]) .echo-hm2-video-area a.title-hover,html:not([data-theme=dark]) .echo-home-2-feature-area a.title-hover,html:not([data-theme=dark]) .echo-latest-news-area a.title-hover,html:not([data-theme=dark]) .echo-latest-news-area.home-three a.title-hover,html:not([data-theme=dark]) .echo-new-dishes-area a.title-hover,html:not([data-theme=dark]) .echo-photography-area a.title-hover,html:not([data-theme=dark]) .echo-popular-area a.title-hover,html:not([data-theme=dark]) .echo-popular-news-area a.title-hover,html:not([data-theme=dark]) .echo-trending-area a.title-hover,html:not([data-theme=dark]) .echo-trending-news-area.home-eight a.title-hover,html:not([data-theme=dark]) .echo-trending-news-area.home-seven a.title-hover,html:not([data-theme=dark]) .echo-video-area.home-eight a.title-hover,html:not([data-theme=dark]) .echo-video-area.home-seven a.title-hover,html:not([data-theme=dark]) .echo-video-area.home-six a.title-hover,html:not([data-theme=dark]) .echo-video-area.home-three a.title-hover,html:not([data-theme=dark]) .hm5-feature-area a.title-hover{color:var(--text-color)}html:not([data-theme=dark]) .echo-home-2-feature-area .echo-home-2-feature-area-content{background-color:var(--background-color);background-image:var(--background-image);background-position:50%;background-repeat:no-repeat;background-size:cover}html:not([data-theme=dark]) .echo-home-2-feature-area .echo-home-2-main-title h2:after,html:not([data-theme=dark]) .echo-home-2-feature-area .echo-home-2-main-title h2:before{background-color:var(--line-color)}html:not([data-theme=dark]) .echo-fd-post-area .echo-fd-post-content{background-color:var(--background-color);background-image:var(--background-image);background-position:50%;background-repeat:no-repeat;background-size:cover}html:not([data-theme=dark]) .echo-fd-post-area .echo-fd-post-content .echo-3-align-icons a,html:not([data-theme=dark]) .echo-fd-post-area .echo-fd-post-content i,html:not([data-theme=dark]) .echo-fd-post-area .echo-fd-post-content p{color:var(--text-body-color)!important}html:not([data-theme=dark]) .echo-fd-post-area .echo-home-2-main-title h2:after,html:not([data-theme=dark]) .echo-fd-post-area .echo-home-2-main-title h2:before{background-color:var(--line-color)}html:not([data-theme=dark]) .echo-archive-area .echo-archive-area-content{background-color:var(--background-color);background-image:var(--background-image);background-position:50%;background-repeat:no-repeat;background-size:cover}html:not([data-theme=dark]) .echo-cl-blocks-area .echo-cl-blocks-full-content{background-color:var(--background-color)!important;background-image:var(--background-image);background-position:50%;background-repeat:no-repeat;background-size:cover}html:not([data-theme=dark]) .echo-video-area.home-seven .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text .title-hover{color:var(--text-color)}html:not([data-theme=dark]) .echo-video-area.home-seven .echo-home-1-hero-area-top-story .echo-top-story .echo-story-text .title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}html:not([data-theme=dark]) .echo-video-area.home-seven .echo-hero-title a.title-hover{color:var(--text-color)}html:not([data-theme=dark]) .echo-video-area.home-seven .echo-hero-title a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}html:not([data-theme=dark]) .home-eight .echo-banner-area .banner-inner .left-side .echo-hero-title a.title-hover{color:var(--text-color)!important}html:not([data-theme=dark]) .home-eight .echo-banner-area .banner-inner .left-side .echo-hero-title a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}html:not([data-theme=dark]) .echo-hero-section.inner.home-eight a.title-hover{color:var(--text-color)!important}html:not([data-theme=dark]) .echo-hero-section.inner.home-eight a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}html:not([data-theme=dark]) .echo-banner-area.home-nine .right-side-banner .content a.title-hover{color:var(--text-color)!important}html:not([data-theme=dark]) .echo-banner-area.home-nine .right-side-banner .content a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}html:not([data-theme=dark]) .echo-food-review-area .echo-hero-baner .content .echo-hero-title a.title-hover,html:not([data-theme=dark]) .home-nine .echo-new-dishes-area .echo-hero-baner .content .echo-hero-title a.title-hover{color:var(--text-color)!important}html:not([data-theme=dark]) .echo-food-review-area .echo-hero-baner .content .echo-hero-title a.title-hover:hover,html:not([data-theme=dark]) .home-nine .echo-new-dishes-area .echo-hero-baner .content .echo-hero-title a.title-hover:hover{background-image:linear-gradient(to right,var(--text-color) 50%,transparent 50%)}html:not([data-theme=dark]) .echo-feature-area.home-three .echo-feature-area-right-audio-text a.title-hover{color:var(--color-heading)}html:not([data-theme=dark]) .echo-feature-area.home-three .echo-feature-area-right-audio-text a.title-hover:hover{background-image:linear-gradient(to right,var(--color-heading) 50%,transparent 50%)}@media screen and (max-width:991px){.echo-latest-news-area .echo-latest-nw-title h2:after,.echo-latest-news-area .echo-latest-nw-title h2:before{content:unset}.echo-latest-news-area .echo-latest-news-next-prev-btn{display:block!important}}.echo-software-download-area a.echo-py-hover-white:hover svg path{fill:transparent!important}.fob-comment-list-wrapper .fob-comment-item .fob-comment-list{margin-inline-start:5rem!important}.fob-comment-list-wrapper .fob-comment-item-inner{border-bottom:1px solid rgba(69,69,69,.188);margin-bottom:0!important;padding:40px 0}.fob-comment-list-section{background:#f9f9f9;margin-bottom:40px;padding:30px}.fob-comment-form input[type=email],.fob-comment-form input[type=text]{height:60px}.fob-comment-form textarea{border-radius:0;min-height:140px;padding-top:10px}.fob-comment-form input[type=email],.fob-comment-form input[type=text],.fob-comment-form textarea{border:1px solid rgba(69,69,69,.251);font-size:16px;margin-bottom:20px}.fob-comment-form input[type=email]:focus,.fob-comment-form input[type=text]:focus,.fob-comment-form textarea:focus{box-shadow:none!important}.fob-comment-form input[type=checkbox]{opacity:1}.fob-comment-form button{background:var(--color-primary);border:1px solid transparent;border-radius:0;color:#fff;height:60px;transition:all .3s;width:170px}.fob-comment-form-section{background:#f9f9f9;padding:30px}.fob-comment-item-author{font-size:20px!important;font-weight:700!important;line-height:30px;margin-bottom:0}.fob-comment-item-date{font-weight:400}.fob-comment-item-body p{color:#454545;font-weight:400;line-height:26px;margin-bottom:10px!important}.echo-newsletter-area.home-six{background-color:var(--background-color);background-image:var(--background-image)}.echo-newsletter-area.home-six .content-title{color:var(--text-color)!important}.echo-banner-area.home-seven{background-repeat:no-repeat;background-size:cover}.echo-banner-area.home-seven .left-side-banner .echo-hero-baner.small{display:flex;flex-wrap:wrap;justify-content:center;text-align:center}.echo-banner-area.home-seven .left-side-banner .echo-hero-baner.small .echo-hero-banner-main-img{border-radius:50%;overflow:hidden;width:150px}.echo-banner-area.home-seven .right-side-banner .echo-hero-banner-main-img,.echo-latest-news-area.home-seven .section-inner .echo-hero-baner.small .echo-hero-banner-main-img{border-radius:50%;overflow:hidden}.echo-latest-news-area.home-seven .section-inner .echo-hero-baner.small .content .echo-hero-title a.title-hover{color:var(--color-heading)}.echo-business-area.area3 .echo-hero-baner .content .echo-hero-title a.title-hover{color:var(--text-color)!important}.home-seven.echo-banner-area .echo-hero-baner{padding:25px 30px!important}.home-seven.echo-banner-area .left-side-banner .echo-hero-baner.small{margin-bottom:27px!important}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form .echo-contact-input-flexing{justify-content:space-between}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form form input{padding:0 50px!important}.sign-in-area a{align-items:center;display:flex!important;margin-inline-end:5px}.sign-in-area a i{background-color:var(--primary-color);border-radius:50%;color:#fff;flex-shrink:0;height:35px;line-height:35px;margin-inline-end:8px;text-align:center;width:35px}.sign-in-area a .wrapper-avatar{aspect-ratio:1;border-radius:50%;display:inline;height:35px;margin-inline-end:5px;overflow:hidden;width:35px}.sign-in-area a .wrapper-avatar img{height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.sign-in-area a .user-name{max-width:120px}.home-eight .sign-in-area a,.home-five .sign-in-area a,.home-four .sign-in-area a,.home-six .sign-in-area a,.home-three .sign-in-area a{color:#fff}.home-six .sign-in-area a{margin-top:6px}.home-seven .echo-ct-style-3-shep p,.home-seven .sign-in-area a i{background:var(--gradient-color)!important}.home-seven .echo-ct-style-3-shep p a{color:#fff}.echo-contact-area.home-nine{background-color:var(--background-color)!important;background-image:var(--background-image)!important;background-repeat:no-repeat;background-size:cover}.echo-contact-area.home-nine .social-area .icon-tabler-wrapper svg{height:32px;width:32px}.echo-contact-area.home-nine .content-title{color:var(--text-color)!important}.echo-banner-area.home-ten .left-side-image .echo-hero-baner,.echo-banner-area.home-ten .left-side-image .echo-hero-baner .echo-hero-banner-main-img,.echo-banner-area.home-ten .left-side-image .echo-hero-baner .echo-hero-banner-main-img a{height:100%}.echo-banner-area.home-ten .left-side-image .echo-hero-baner .echo-hero-banner-main-img a img{height:100%;-o-object-fit:cover;object-fit:cover}.echo-banner-area.home-ten .left-side-image .content .echo-hero-title{font-size:var(--h1)}.home-eight a.title-hover,.home-five a.title-hover,.home-four a.title-hover,.home-nine a.title-hover,.home-one a.title-hover,.home-seven a.title-hover,.home-six a.title-hover,.home-ten a.title-hover,.home-two a.title-hover{background:unset!important;transition:all .5s;-webkit-transition:all .5s}.home-eight a.title-hover:hover,.home-five a.title-hover:hover,.home-four a.title-hover:hover,.home-nine a.title-hover:hover,.home-one a.title-hover:hover,.home-seven a.title-hover:hover,.home-six a.title-hover:hover,.home-ten a.title-hover:hover,.home-two a.title-hover:hover{background-image:unset!important;background-position:unset!important;text-decoration-color:var(--text-color)!important;text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:4px}.home-eight.echo-banner-area .echo-hero-title a.title-hover:hover,.home-eight.echo-banner-area .echo-video-bottom-area .banner-bottom-inner .content a.title-hover:hover,.home-eight.echo-video-area .echo-hero-title a.title-hover:hover,.home-eight.echo-video-area .echo-video-bottom-area .banner-bottom-inner .content a.title-hover:hover,.home-five.echo-banner-area .echo-hero-title a.title-hover:hover,.home-five.echo-banner-area .echo-video-bottom-area .banner-bottom-inner .content a.title-hover:hover,.home-five.echo-video-area .echo-hero-title a.title-hover:hover,.home-five.echo-video-area .echo-video-bottom-area .banner-bottom-inner .content a.title-hover:hover,.home-four.echo-banner-area .echo-hero-title a.title-hover:hover,.home-four.echo-banner-area .echo-video-bottom-area .banner-bottom-inner .content a.title-hover:hover,.home-four.echo-video-area .echo-hero-title a.title-hover:hover,.home-four.echo-video-area .echo-video-bottom-area .banner-bottom-inner .content a.title-hover:hover,.home-nine.echo-banner-area .echo-hero-title a.title-hover:hover,.home-nine.echo-banner-area .echo-video-bottom-area .banner-bottom-inner .content a.title-hover:hover,.home-nine.echo-video-area .echo-hero-title a.title-hover:hover,.home-nine.echo-video-area .echo-video-bottom-area .banner-bottom-inner .content a.title-hover:hover,.home-one.echo-banner-area .echo-hero-title a.title-hover:hover,.home-one.echo-banner-area .echo-video-bottom-area .banner-bottom-inner .content a.title-hover:hover,.home-one.echo-video-area .echo-hero-title a.title-hover:hover,.home-one.echo-video-area .echo-video-bottom-area .banner-bottom-inner .content a.title-hover:hover,.home-seven.echo-banner-area .echo-hero-title a.title-hover:hover,.home-seven.echo-banner-area .echo-video-bottom-area .banner-bottom-inner .content a.title-hover:hover,.home-seven.echo-video-area .echo-hero-title a.title-hover:hover,.home-seven.echo-video-area .echo-video-bottom-area .banner-bottom-inner .content a.title-hover:hover,.home-six.echo-banner-area .echo-hero-title a.title-hover:hover,.home-six.echo-banner-area .echo-video-bottom-area .banner-bottom-inner .content a.title-hover:hover,.home-six.echo-video-area .echo-hero-title a.title-hover:hover,.home-six.echo-video-area .echo-video-bottom-area .banner-bottom-inner .content a.title-hover:hover,.home-ten.echo-banner-area .echo-hero-title a.title-hover:hover,.home-ten.echo-banner-area .echo-video-bottom-area .banner-bottom-inner .content a.title-hover:hover,.home-ten.echo-video-area .echo-hero-title a.title-hover:hover,.home-ten.echo-video-area .echo-video-bottom-area .banner-bottom-inner .content a.title-hover:hover,.home-two.echo-banner-area .echo-hero-title a.title-hover:hover,.home-two.echo-banner-area .echo-video-bottom-area .banner-bottom-inner .content a.title-hover:hover,.home-two.echo-video-area .echo-hero-title a.title-hover:hover,.home-two.echo-video-area .echo-video-bottom-area .banner-bottom-inner .content a.title-hover:hover{background-image:unset!important;background-position:unset!important}.echo-footer-social-media a:hover{background-color:var(--primary-color)!important}.echo-footer-social-media a,.social-wrapper-one a{line-height:30px!important}.scroll-top-btn{background-color:var(--primary-color)!important}.echo-footer-area4 .social-area .social-icon a{line-height:65px!important}.echo-footer-area4 .social-area .social-icon a:hover{background-color:var(--primary-color)!important;border:1px solid var(--primary-color)!important}.echo-footer-area4 .footer-menu-area .menu-item a:hover{color:var(--primary-color)!important}@media screen and (max-width:500px){.echo-footer-area4 .social-area .social-icon a{line-height:45px!important}}.echo-software-download-area .echo-py-hover-white:hover{color:var(--primary-color)!important}.echo-ct-style-3-shep a{color:#fff!important}.side-bar{background-color:var(--secondary-color)!important}.side-bar .close-icon-menu,.side-bar .metismenu .has-droupdown a.main:after{background-color:var(--primary-color)!important}.side-bar .category-menu-area .content .desc a{color:#fff!important}.echo-subscribe-input-fill input{color:var(--footer-text-color)!important}.echo-subscribe-input-fill input:focus{border:1px solid var(--primary-color)!important}.echo-subscribe-input-fill i.newsletter-icon-without-captcha{color:var(--footer-text-color)!important}.echo-footer-area-subscribe-button{display:inline-block}.echo-footer-area-subscribe-button button{background-color:var(--primary-color)!important}.galleries-page.echo-photography-area{padding:50px 0!important}.galleries-page.echo-photography-area .hm5-feature-title .hm-5-main-title h2{font-size:40px;font-weight:700}.galleries-page.echo-photography-area .gallery-item{position:relative}.galleries-page.echo-photography-area .gallery-item .content{bottom:20%;left:50%;position:absolute;transform:translateX(-50%)}.galleries-page.echo-photography-area .gallery-item .content .echo-hero-title a{color:#fff;font-family:var(--heading-font);font-size:30px;font-weight:600;text-align:center}.galleries-page.echo-photography-area .gallery-item .content .echo-hero-title a:hover{text-decoration:underline}.galleries-page.echo-photography-area .section-inner .bottom.rows{gap:10px;margin-bottom:10px}.gallery-detail-content{padding:50px 0}.lg-outer .lg-actions .lg-icon{width:unset!important}.echo-software-download-place a{align-items:center;display:flex}.echo-software-download-place a svg{margin-inline-end:8px}html[data-theme=dark] .echo-breadcrumb-area{background-image:unset!important}html:not([data-theme=dark]) .echo-breadcrumb-area{background-color:var(--breadcrumb-bg-color,"transparent")!important}html:not([data-theme=dark]) .echo-breadcrumb-area .echo-breadcrumb-text-custom,html:not([data-theme=dark]) .echo-breadcrumb-area .echo-breadcrumb-text-custom .meta .next{color:var(--breadcrumb-txt-color,"#000000")!important}html:not([data-theme=dark]) .echo-breadcrumb-area .breadcrumb-inner span{color:var(--text-body)!important}.hero-home-six .swiper-btn-area .swiper-btn{color:#fff}.hero-home-six .swiper-btn-area .swiper-btn.swiper-button-next{transform:rotate(180deg)}.content p.desc a i{margin-inline-end:5px!important}.copyright-area-inner .title{font-family:var(--primary-font)!important}.echo-subscribe-box-button .echo-subscribe-input-fill .newsletter-icon-without-captcha{line-height:28px;top:50%;transform:translateY(-50%)}.title-has-icon{padding-inline-start:65px;position:relative}.title-has-icon .shape-title{left:10px;position:absolute;top:50%;transform:translateY(-50%)}.echo-footer-area{background-color:var(--secondary-color)!important}.echo-hero-section .echo-hero-baner p{color:var(--text-body)}.datetime-and-local-weather-content span,.datetime-and-local-weather-content strong{color:var(--text-body)!important}.echo-contact-btn,.echo-py-btn{font-family:var(--primary-font)!important}.echo-contact-btn{display:inline-block!important}.blog-post-details-content{--color-body:var(--text-body)}.blog-post-details-content .echo-hero-baner h2.echo-hero-title a,.echo-quote-area .quote-title{color:var(--color-heading)!important}.echo-quote-area p.author:before{background-color:var(--text-body)!important}.echo-financial-area .content .wrapper-item{color:var(--text-body)!important;font-family:var(--color-heading)!important}.echo-financial-area .content .wrapper-item:before,.fob-comment-form-section .fob-comment-form-note,.fob-comment-form-section input,.fob-comment-form-section label{color:var(--text-body)!important}.echo-404-area .echo-error-heading h1{color:var(--color-heading-1)!important}.echo-404-area .echo-error-pera p,.echo-team-area .echo-team-area-inner .team-wrapper .content-area .content p.desc{color:var(--text-body)!important}.blog-list-content .echo-hero-baner.post-item-grid,.blog-list-content .echo-hero-baner.post-item-grid .echo-hero-title,.echo-hero-section.inner.echo-feature-area .echo-hero-baner.post-item-grid,.echo-hero-section.inner.echo-feature-area .echo-hero-baner.post-item-grid .echo-hero-title{text-align:center!important}.blog-list-content .echo-hero-baner,.echo-hero-section.inner.echo-feature-area .echo-hero-baner{text-align:start!important}.blog-list-content .echo-hero-baner .echo-hero-title,.echo-hero-section.inner.echo-feature-area .echo-hero-baner .echo-hero-title{margin-top:0!important;padding-top:0!important;text-align:start!important}.blog-list-content .echo-hero-baner .echo-hero-title a.title-hover,.echo-hero-section.inner.echo-feature-area .echo-hero-baner .echo-hero-title a.title-hover{color:var(--color-heading)!important}.blog-list-content .echo-hero-baner p.echo-hero-discription,.echo-hero-section.inner.echo-feature-area .echo-hero-baner p.echo-hero-discription{margin-top:0!important}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li:after{background-color:var(--text-body)!important}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li button{color:var(--text-body)!important}.echo-popular-area .echo-popular-content .echo-popular-full-content .echo-popular-tabing .echo-popular-tabing-btn .echo-popular-tab-button li button:before{background-color:var(--primary-color)!important}.hero-home-six .hero-hm6-title h1{color:var(--text-color)!important}.post-meta .echo-hero-area-like-read-comment-share,.post-meta .echo-hero-area-like-read-comment-share span{color:var(--text-body-color)!important}.home-one .echo-feature-area,.home-one .echo-latest-news-area{--text-body-color:var(--text-body)!important}.echo-footer-area4 .footer-menu-area .menu-item a{color:var(--footer-text-color)!important;font-family:var(--primary-font)!important}.copyright-area-inner .copyright-content .title,.echo-footer-area4 .footer-copyright-area .copyright-area-inner .title{color:var(--footer-text-color)!important}.newsletter-popup .modal-header{margin-bottom:1.5rem}.newsletter-popup .modal-content .newsletter-popup-content{padding:2.25rem!important}@media (min-width:768px){.newsletter-popup .modal-content .newsletter-popup-content{padding:4.5rem 3rem!important}}.newsletter-popup .modal-content .modal-text{font-size:15px}.newsletter-popup .modal-content .modal-title{font-size:3rem!important}.newsletter-popup .modal-content form input[type=email]{border:1px solid #5e5e5e;opacity:.5}.newsletter-popup .modal-content form button{--bs-border-radius:0;margin-bottom:1.5rem}.newsletter-popup .modal-content form input[type=checkbox]{height:1.75rem!important;opacity:1;width:1.75rem!important}.echo-header-top-menu-bar button{color:#fff!important}.home-one .echo-header-top-menu-bar button{color:unset!important}.home-one.home-three .echo-header-top-menu-bar button{color:#fff!important}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form input.contact-form-input,.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form textarea{border-radius:unset!important;box-shadow:unset;font-size:14px!important}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form input.contact-form-input::-moz-placeholder,.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form textarea::-moz-placeholder{font-size:14px}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form input.contact-form-input::placeholder,.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form textarea::placeholder{font-size:14px}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form .form-control,.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form input.contact-form-input{height:50px!important;padding:0 20px!important}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form textarea{padding:20px!important}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form .invalid-feedback{font-size:12px!important}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form label{font-size:14px}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form .contact-form-group .contact-button{background-color:var(--primary-color)!important;border:none!important;border-radius:unset!important;color:#fff;display:unset!important;margin-top:10px;padding:10px 20px!important;width:auto}.echo-contact-area .echo-contact-content .echo-contact-full-content .echo-contact-input-field .echo-main-contact-form .contact-form-group .contact-button:before{border-color:#fff #fff transparent!important}label.required:after{color:#dc3545;content:"*";margin-left:.25rem}.echo-footer-area .echo-subscribe-box-button form .input-group{display:block}.echo-footer-area .echo-subscribe-box-button form .input-group input{margin-bottom:20px}.echo-footer-area .echo-subscribe-box-button form .input-group button{border-radius:unset}.echo-footer-area .echo-subscribe-box-button form .input-group button.button-loading:before{border-color:#fff transparent!important}.echo-footer-area .echo-subscribe-box-button form .input-group button:hover.button-loading:before{border-color:var(--primary-color) transparent}.subscribe-form .input-group input.form-control{border:1px solid rgba(69,69,69,.251)}.side-bar .newsletter-form .input-group button.btn{border-radius:unset!important;color:#fff;display:block;font-weight:700;width:100%}.echo-newsletter-area .subscribe-form .input-group{display:unset;height:80px}.echo-newsletter-area .subscribe-form .echo-footer-area-subscribe-button:hover{color:#fff!important}.echo-subscribe-box-button .subscribe-form .input-group{display:unset;height:70px}.echo-full-header-top .wrapper-widget-load-ajax{min-height:50px;width:100%}.menu-sidebar-loading-wrapper,.wrapper-shortcode-load-ajax,.wrapper-widget-load-ajax{min-height:100px;position:relative}.menu-sidebar-loading-wrapper .backdrop,.wrapper-shortcode-load-ajax .backdrop,.wrapper-widget-load-ajax .backdrop{background-color:transparent;height:100%;inset:0;opacity:.1;position:absolute;width:100%;z-index:1}.menu-sidebar-loading-wrapper .loading:before,.wrapper-shortcode-load-ajax .loading:before,.wrapper-widget-load-ajax .loading:before{animation:button-loading-spinner 1s linear infinite;border:2px solid;border-color:var(--primary-color) var(--primary-color) transparent;border-radius:50%;content:"";height:20px;left:50%;margin-left:-9px;margin-top:-9px;position:absolute;top:50%;width:20px;z-index:2}.form-check-input:checked{background-color:var(--primary-color)!important;border-color:var(--primary-color)!important}.fob-comment-form-section .form-control{background-color:#fff}.echo-get-in-tuch h3{color:#fff;font-size:25px;font-weight:700;line-height:35px;margin:0;position:relative}p.h5{margin-bottom:20px}
/* === Header i stilit të vjetër (style.css) për temat "echo" === */
/* ================= HEADER LAYOUT ================= */

/* shirit i bardhë, vijë e lehtë poshtë */
.echo-header-area,
.echo-header-area .echo-site-main-logo-menu-social{
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,.06);
}

/* rreshtimi 3-kolonësh: [logo] [menu qendër] [social] */
.echo-site-main-logo-menu-social{
  display:flex;
  align-items:center;
  justify-content:space-between;        /* logo majtas, social djathtas */
  gap:28px;
  min-height:86px;
  padding:0 24px;
}

/* logo */
.echo-site-main-logo-menu-social .echo-logo{ flex:0 0 auto; }
.echo-site-main-logo-menu-social .echo-logo img{
  max-height:34px; width:auto; height:auto;
}

/* blloku i menusë në qendër */
.echo-site-main-logo-menu-social .echo-main-menu,
.echo-site-main-logo-menu-social nav{         /* përdor cilindo prej tyre që e ke */
  flex:1 1 auto;
  display:flex;
  justify-content:center;                     /* MENU NË QENDËR */
}

/* menu desktop */
ul.echo-desktop-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:44px;    
  /* distanca ndërmjet pikave të menusë */
  list-style:none; margin:0; padding:0;
  text-transform:uppercase;
}
ul.echo-desktop-menu > li{ position:relative; }
ul.echo-desktop-menu > li > a{
  display:inline-block;
  padding:0;                                  /* pa padding vertikal që të duket si në foto */
  font-weight:700;
  font-size:12px;
  letter-spacing:1.6px;
  color:#0b0d14;
}
ul.echo-desktop-menu > li > a:hover{ color:#efbb20; }

/* social djathtas */
.echo-site-main-logo-menu-social .echo-header-social,
.echo-site-main-logo-menu-social .echo-social{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:16px;
}
.echo-site-main-logo-menu-social .echo-header-social a,
.echo-site-main-logo-menu-social .echo-social a{
  color:#0b0d14;
}
.echo-site-main-logo-menu-social .echo-header-social a:hover,
.echo-site-main-logo-menu-social .echo-social a:hover{
  color:#efbb20;
}

/* sticky */
.echo-header-area.header-sticky{
  position:sticky; top:0; z-index:1000;
  box-shadow:0 2px 12px rgba(0,0,0,.06);
}
.echo-header-area.header-sticky .echo-site-main-logo-menu-social .echo-logo img{
  max-height:30px; transition:all .25s;
}

/* mobile – qendro logo + social, fshi menunë desktop */
@media (max-width:991px){
  ul.echo-desktop-menu{ display:none; }
  .echo-site-main-logo-menu-social{ min-height:70px; padding:0 16px; }
}

/* Kontejneri i header-it */
.echo-header-area .echo-site-main-logo-menu-social{
  background:#fff;                 /* .main-bar background i bardhë */
  border-bottom:1px solid rgba(0,0,0,.06);
}

/* Logo (normal & sticky) */
.echo-header-area .echo-site-main-logo-menu-social .echo-logo img{
  height:auto; width:auto;         /* si te style.css */
  max-height:60px;
}
.echo-header-area.header-sticky .echo-site-main-logo-menu-social .echo-logo{
  height:55px; width:110px;        /* zvogëlo logo-n kur bëhet sticky */
  transition:all .5s;
}
@media (max-width:767px){
  .echo-header-area .echo-site-main-logo-menu-social .echo-logo,
  .echo-header-area.header-sticky .echo-site-main-logo-menu-social .echo-logo{
    height:50px; max-width:110px;
  }
}

/* Menu desktop – ta afrojmë me stilin e vjetër */
.echo-header-area .echo-site-main-logo-menu-social ul.echo-desktop-menu{
  text-align:right;                 /* si .header-nav .nav { float:right } */
}
.echo-header-area .echo-site-main-logo-menu-social ul.echo-desktop-menu > li{
  margin:0; text-transform:uppercase; font-weight:400; position:relative;
}
.echo-header-area .echo-site-main-logo-menu-social ul.echo-desktop-menu > li > a{
  display:inline-block;
  padding:23px 30px;                /* spacing i njëjtë */
  color:#201f22;                    /* ngjyra e linkut */
  font-weight:700;
  letter-spacing:1.5px;
  font-family:'Inconsolata', monospace;
  border-radius:0;
}
.echo-header-area .echo-site-main-logo-menu-social ul.echo-desktop-menu > li > a:hover{
  background:transparent;
  color:#efbb20;                    /* ngjyra në hover */
}

/* Sticky header – fiksoje sipër dhe hije e lehtë */
.echo-header-area.header-sticky{
  position:fixed; top:0; left:0; right:0; z-index:1000;
  box-shadow:0 2px 12px rgba(0,0,0,.06);
}

/* Toggler / butoni i menusë në mobile (klasa zakonisht .menu-btn) */
@media (max-width:991px){
  .echo-header-area .menu-btn{ margin:18px 0 14px 15px; }
}
@media (min-width:992px){
  .echo-header-area .menu-btn{ margin:33px 0 30px 15px; }
}
/*
======================================
  * CSS TABLE CONTENT *  
======================================

1. GENERAL

2. HEADINGS

3. TEXT & PARAGRAPH

4. LISTS

5. BOX SPACING (inner & outer)
    >padding
    >marging
    
6. BOX MAX-WIDTH CSS

7. POSITIONS ( absolute & relative & statice & z-index )

8. COLOR (text & background)
    >text color
    >background color

9. IMAGES OVERLAY EFFECTS (overly animation on images)

10. IMAGES EFFECTS (image animation in images)
     >image-opacity
     >image-zoom
     >image-zoom-slow
     >image-shrink
     >image-side-pan
     >image-vertical-pan
     >image-fade-in
     >image-fade-out 
     >image-rotate
     >image-sepia
     >image-blurr
     >image-blurr-invert
     >image off color
     >image on color
 

11. CONTENT SHOW ON IMAGE BOX
 
12. FORM ELEMENTS

13. WP DEFAULT

14. HEADER (top part of page)

15. PAGE TOP BAR (left & right content)

16. LOGO ( company identify  symbol )

17. MAIN BAR ( place logo & main-navigation )

18. NAVIGATIONS
    >mena-menu
    >mobile-menu
    >footer-menu
    
19. BANNER

20. SLIDER
    >rs slider
    >owl slider
    
21. BLOG
    
22. WIDGETS

23. CUSTOMIZE CSS
    >set-radius
    >transition
    >float-clearfix
    
24. SORTCODES 
    >Buttons
    >Title separators       
    >Deviders   
    >Lists & bullets    
    >Tabs
    >Accordians     
    >Carousels  
    >Testimonials   
    >Pricing table
    >Alert box  
    >Modal pop
    >Social icons
    >Breadcrumb
    >Tables
    >Image effects

25. PAGINATION

26. FOOTER

27. PAGE-CONTENT

28. INNER-CONTENT

29. SIDE-NAV

30. CONTACT

31. SHOPPING

======================================
  * END TABLE CONTENT *  
======================================
*/
/*--------------------------------------------------------------
1. GENERAL
---------------------------------------------------------------*/
body, html {
     -moz-osx-font-smoothing: grayscale;
}
body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#3f3f3f;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
a {
    color: #6f6f6f;
    outline: 0 none;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: 0 none;
}
a:active,
a:hover {
    color: #333333;
}
p a {
    color: #333333;
}
img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
hr {
    clear: both;
    border-top: 1px solid rgba(0,0,0,.3);
}
section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
    display: block;
}
address {
    font-style: italic;
}
table {
    background-color: transparent;
    width: 100%;
}
table thead th {
    color: #333;
}
table td {
    padding: 15px 10px;
}
@media screen (min-width:575px;){
    .row.sp40{
        margin-left:-20px;
        margin-right:-20px;
    }
    .row.sp40 > div{
        padding-left:20px;
        padding-right:20px;
    }
}


p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
    margin-bottom: 24px;
}
 ::selection {
     color: #000;
     background:#dbdbdb;
}
 ::-moz-selection {
     color:#000;
     background:#dbdbdb;
}
.overflow-hide {
    overflow: hidden;
}
.overflow-auto {
    overflow: auto;
}
.clear {
    clear: both;
}
.pull-none {
    float: none;
}
::-moz-selection {
    background: #3396d1;
    color: #fff;
}
::selection {
    background: #2b2d2e;
    color: #fff;
}
.op{
    font-family: 'Open Sans', sans-serif;
}
.dis-block{
    display:block;
    width: 100%;
}
/*---------------------------------------------------------------
2. HEADINGS
---------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2b2d2e;
    font-family: 'Josefin Sans', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #2b2d2e;
}
h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 25px;
    font-weight: 600;
}
h2 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 25px;
    font-weight: 600;
}
h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 600;
}
h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    font-weight: 600;
}
h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}
h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}
/*---------------------------------------------------------------
3. TEXT & PARAGRAPH
---------------------------------------------------------------*/

p {
    line-height: 24px;
    margin-bottom: 24px;
}

.bg-primary a:hover{ 
    color:#fff; 
}
/*text align*/

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify
}
/*text vertical align*/

.v-align-t {
    vertical-align: top;
}
.v-align-m {
    vertical-align: middle;
}
.v-align-b {
    vertical-align: bottom;
}
/*text no line brack*/

.text-nowrap {
    white-space: nowrap
}
/*text transform*/

.text-lowercase {
    text-transform: lowercase
}
.text-uppercase {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
/*text size*/
.font-10 {
    font-size: 10px;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-26 {
    font-size: 26px;
}
.font-30 {
    font-size: 30px;
    line-height: 40px;
}
.font-35 {
    font-size: 35px;
    line-height:45px;
}
.font-40 {
    font-size: 40px;
    line-height:50px;
}
.font-45 {
    font-size: 45px;
    line-height:55px;
}
.font-50 {
    font-size: 50px;
    line-height:65px;
}
.font-55 {
    font-size: 55px;
    line-height:65px;
}
.font-60 {
    font-size: 60px;
    line-height:70px;
}
.font-70 {
    font-size: 70px;
    line-height:80px;
}
.font-75 {
    font-size: 75px;
    line-height:85px;
}
.font-80 {
    font-size: 80px;
    line-height:90px;
}
.font-90 {
    font-size: 90px;
    line-height:100px;
}
.font-100 {
    font-size: 100px;
    line-height:110px;
}
/*text weight*/

.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-800 {
    font-weight: 800;
}
.font-weight-900 {
    font-weight: 900;
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}



/*---------------------------------------------------------------
4. LISTS
---------------------------------------------------------------*/

dl,
ul,
ol {
    list-style-position: outside;
}
ul,
ol {
    margin-bottom: 24px;
}
ul li,
ol li {
    padding: 0;
}
dl {
    margin-left: 0;
    margin-bottom: 30px;
}
dl dd {
    margin-bottom: 10px;
}
.list-inline > li{
    padding-left:2px;
    padding-right:2px;
    display:inline-block;
}
/*---------------------------------------------------------------
5. BOX SPACING (inner & outer)
    >padding
    >marging
---------------------------------------------------------------*/
/*== >padding (around) ======*/

.p-a0 {
    padding: 0;
}
.p-a5 {
    padding: 5px;
}
.p-a10 {
    padding: 10px;
}
.p-a15 {
    padding: 15px;
}
.p-a20 {
    padding: 20px;
}
.p-a25 {
    padding: 25px;
}
.p-a30 {
    padding: 30px;
}
.p-a40 {
    padding: 40px;
}
.p-a50 {
    padding: 50px;
}
.p-a60 {
    padding: 60px;
}
.p-a70 {
    padding: 70px;
}
.p-a80 {
    padding: 80px;
}
.p-a90 {
    padding: 90px;
}
.p-a100 {
    padding: 100px;
}
/*== >Padding (top) ==*/

.p-t0 {
    padding-top: 0;
}
.p-t5 {
    padding-top: 5px;
}
.p-t10 {
    padding-top: 10px;
}
.p-t15 {
    padding-top: 15px;
}
.p-t20 {
    padding-top: 20px;
}
.p-t30 {
    padding-top: 30px;
}
.p-t40 {
    padding-top: 40px;
}
.p-t50 {
    padding-top: 50px;
}
.p-t60 {
    padding-top: 60px;
}
.p-t70 {
    padding-top: 70px;
}
.p-t80 {
    padding-top: 80px;
}
.p-t90 {
    padding-top: 90px;
}
.p-t100 {
    padding-top: 100px;
}
/*== >Padding (bottom) ==*/

.p-b0 {
    padding-bottom: 0;
}
.p-b5 {
    padding-bottom: 5px;
}
.p-b10 {
    padding-bottom: 10px;
}
.p-b15 {
    padding-bottom: 15px;
}
.p-b20 {
    padding-bottom: 20px;
}
.p-b30 {
    padding-bottom: 30px;
}
.p-b40 {
    padding-bottom: 40px;
}
.p-b50 {
    padding-bottom: 50px;
}
.p-b60 {
    padding-bottom: 60px;
}
.p-b70 {
    padding-bottom: 70px;
}
.p-b80 {
    padding-bottom: 80px;
}
.p-b90 {
    padding-bottom: 90px;
}
.p-b100 {
    padding-bottom: 100px;
}
/*== >Padding (left) ==*/

.p-l0 {
    padding-left: 0;
}
.p-l5 {
    padding-left: 5px;
}
.p-l10 {
    padding-left: 10px;
}
.p-l15 {
    padding-left: 15px;
}
.p-l20 {
    padding-left: 20px;
}
.p-l30 {
    padding-left: 30px;
}
.p-l40 {
    padding-left: 40px;
}
.p-l50 {
    padding-left: 50px;
}
.p-l60 {
    padding-left: 60px;
}
.p-l70 {
    padding-left: 70px;
}
.p-l80 {
    padding-left: 80px;
}
.p-l90 {
    padding-left: 90px;
}
.p-l100 {
    padding-left: 100px;
}
/*== >Padding (right) ==*/

.p-r0 {
    padding-right: 0;
}
.p-r5 {
    padding-right: 5px;
}
.p-r10 {
    padding-right: 10px;
}
.p-r15 {
    padding-right: 15px;
}
.p-r20 {
    padding-right: 20px;
}
.p-r30 {
    padding-right: 30px;
}
.p-r40 {
    padding-right: 40px;
}
.p-r50 {
    padding-right: 50px;
}
.p-r60 {
    padding-right: 60px;
}
.p-r70 {
    padding-right: 70px;
}
.p-r80 {
    padding-right: 80px;
}
.p-r90 {
    padding-right: 90px;
}
.p-r100 {
    padding-right: 100px;
}
/*== >Padding (left right) ==*/

.p-lr0 {
    padding-left: 0;
    padding-right: 0;
}
.p-lr5 {
    padding-left: 5px;
    padding-right: 5px;
}
.p-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}
.p-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}
.p-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}
.p-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}
.p-lr40 {
    padding-left: 40px;
    padding-right: 40px;
}
.p-lr50 {
    padding-left: 50px;
    padding-right: 50px;
}
.p-lr60 {
    padding-left: 60px;
    padding-right: 60px;
}
.p-lr70 {
    padding-left: 70px;
    padding-right: 70px;
}
.p-lr80 {
    padding-left: 80px;
    padding-right: 80px;
}
.p-lr90 {
    padding-left: 90px;
    padding-right: 90px;
}
.p-lr100 {
    padding-left: 100px;
    padding-right: 100px;
}
/*== >Padding (top bottom) ==*/

.p-tb0 {
    padding-bottom: 0;
    padding-top: 0;
}
.p-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
}
.p-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.p-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.p-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.p-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}
.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
}
.p-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
}
.p-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
}
.p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
}
.p-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
}
.p-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
}
/*== >margin (around) ======*/

.m-auto {
    margin: auto;
}
.m-a0 {
    margin: 0;
}
.m-a5 {
    margin: 5px;
}
.m-a10 {
    margin: 10px;
}
.m-a15 {
    margin: 15px;
}
.m-a20 {
    margin: 20px;
}
.m-a30 {
    margin: 30px;
}
.m-a40 {
    margin: 40px;
}
.m-a50 {
    margin: 50px;
}
.m-a60 {
    margin: 60px;
}
.m-a70 {
    margin: 70px;
}
.m-a80 {
    margin: 80px;
}
.m-a90 {
    margin: 90px;
}
.m-a100 {
    margin: 100px;
}
/*== >marging (top) ==*/

.m-t0 {
    margin-top: 0;
}
.m-t5 {
    margin-top: 5px;
}
.m-t10 {
    margin-top: 10px;
}
.m-t15 {
    margin-top: 15px;
}
.m-t20 {
    margin-top: 20px;
}
.m-t30 {
    margin-top: 30px;
}
.m-t40 {
    margin-top: 40px;
}
.m-t50 {
    margin-top: 50px;
}
.m-t60 {
    margin-top: 60px;
}
.m-t70 {
    margin-top: 70px;
}
.m-t80 {
    margin-top: 80px;
}
.m-t90 {
    margin-top: 90px;
}
.m-t100 {
    margin-top: 100px;
}
/*== >marging (bottom) ==*/

.m-b0 {
    margin-bottom: 0;
}
.m-b5 {
    margin-bottom: 5px;
}
.m-b10 {
    margin-bottom: 10px;
}
.m-b15 {
    margin-bottom: 15px;
}
.m-b20 {
    margin-bottom: 20px;
}
.m-b30 {
    margin-bottom: 30px;
}
.m-b40 {
    margin-bottom: 40px;
}
.m-b50 {
    margin-bottom: 50px;
}
.m-b60 {
    margin-bottom: 60px;
}
.m-b70 {
    margin-bottom: 70px;
}
.m-b80 {
    margin-bottom: 80px;
}
.m-b90 {
    margin-bottom: 90px;
}
.m-b100 {
    margin-bottom: 100px;
}
/*== >marging (left) ==*/

.m-l0 {
    margin-left: 0;
}
.m-l5 {
    margin-left: 5px;
}
.m-l10 {
    margin-left: 10px;
}
.m-l15 {
    margin-left: 15px;
}
.m-l20 {
    margin-left: 20px;
}
.m-l30 {
    margin-left: 30px;
}
.m-l40 {
    margin-left: 40px;
}
.m-l50 {
    margin-left: 50px;
}
.m-l60 {
    margin-left: 60px;
}
.m-l70 {
    margin-left: 70px;
}
.m-l80 {
    margin-left: 80px;
}
.m-l90 {
    margin-left: 90px;
}
.m-l100 {
    margin-left: 100px;
}
/*== >marging (right) ==*/

.m-r0 {
    margin-right: 0;
}
.m-r5 {
    margin-right: 5px;
}
.m-r10 {
    margin-right: 10px;
}
.m-r15 {
    margin-right: 15px;
}
.m-r20 {
    margin-right: 20px;
}
.m-r30 {
    margin-right: 30px;
}
.m-r40 {
    margin-right: 40px;
}
.m-r50 {
    margin-right: 50px;
}
.m-r60 {
    margin-right: 60px;
}
.m-r70 {
    margin-right: 70px;
}
.m-r80 {
    margin-right: 80px;
}
.m-r90 {
    margin-right: 90px;
}
.m-r100 {
    margin-right: 100px;
}
/*== >marging (left right) ==*/

.m-lr0 {
    margin-left: 0;
    margin-right: 0;
}
.m-lr5 {
    margin-left: 5px;
    margin-right: 5px;
}
.m-lr10 {
    margin-left: 10px;
    margin-right: 10px;
}
.m-lr15 {
    margin-left: 15px;
    margin-right: 15px;
}
.m-lr20 {
    margin-left: 20px;
    margin-right: 20px;
}
.m-lr30 {
    margin-left: 30px;
    margin-right: 30px;
}
.m-lr40 {
    margin-left: 40px;
    margin-right: 40px;
}
.m-lr50 {
    margin-left: 50px;
    margin-right: 50px;
}
.m-lr60 {
    margin-left: 60px;
    margin-right: 60px;
}
.m-lr70 {
    margin-left: 70px;
    margin-right: 70px;
}
.m-lr80 {
    margin-left: 80px;
    margin-right: 80px;
}
.m-lr90 {
    margin-left: 90px;
    margin-right: 90px;
}
.m-lr100 {
    margin-left: 100px;
    margin-right: 100px;
}
/*== >marging (top bottom) ==*/

.m-tb0 {
    margin-bottom: 0;
    margin-top: 0;
}
.m-tb5 {
    margin-bottom: 5px;
    margin-top: 5px;
}
.m-tb10 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.m-tb15 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.m-tb30 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.m-tb40 {
    margin-bottom: 40px;
    margin-top: 40px;
}
.m-tb50 {
    margin-bottom: 50px;
    margin-top: 50px;
}
.m-tb60 {
    margin-bottom: 60px;
    margin-top: 60px;
}
.m-tb70 {
    margin-bottom: 70px;
    margin-top: 70px;
}
.m-tb80 {
    margin-bottom: 80px;
    margin-top: 80px;
}
.m-tb90 {
    margin-bottom: 90px;
    margin-top: 90px;
}
.m-tb100 {
    margin-bottom: 100px;
    margin-top: 100px;
}
/*== > colum gap less ==*/

.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
    padding-left: 0;
    padding-right: 0;
}
/*---------------------------------------------------------------
6. BOX MAX-WIDTH CSS
---------------------------------------------------------------*/
.max-w50 {
    max-width: 50px;
}
.max-w60 {
    max-width: 60px;
}
.max-w80 {
    max-width: 80px;
}
.max-w100 {
    max-width: 100px;
}
.max-w200 {
    max-width: 200px;
}
.max-w300 {
    max-width: 300px;
}
.max-w400 {
    max-width: 400px;
}
.max-w500 {
    max-width: 500px;
}
.max-w600 {
    max-width: 600px;
}
.max-w700 {
    max-width: 700px;
}
.max-w800 {
    max-width: 800px;
}
.max-w900 {
    max-width: 900px;
}
.max-w1000 {
    max-width: 1000px;
}
/*---------------------------------------------------------------
7. POSITIONS ( absolute & relative & statice & z-index )
---------------------------------------------------------------*/

.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.static {
    position: static;
}
.z-index1 {
    z-index: 1;
}
.z-index2 {
    z-index: 2;
}
.z-index3 {
    z-index: 3;
}
.z-index4 {
    z-index: 4;
}
.z-index5 {
    z-index: 5;
}
.z-index6 {
    z-index: 6;
}
.z-index7 {
    z-index: 7;
}
.z-index8 {
    z-index: 8;
}
.z-index9 {
    z-index: 9;
}
.z-index10 {
    z-index: 10;
}
.z-index100 {
    z-index: 100;
}
.z-index999 {
    z-index: 999;
}
/*---------------------------------------------------------------
8. COLOR (text & background)
    >text color
    >background color
---------------------------------------------------------------*/
/*=== >text color ===*/

.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}
.text-gray {
    color: #f5f6f6;
}
.text-gray-dark {
    color: #d3d3d3;
}
.text-red {
    color: #FF4045;
}
.text-yellow {
    color: #ffb822;
}
.text-yellow-light {
    color: #FEC215;
}
.text-pink{
    color: #ff3c85;
}
.text-blue{
    color: #00c5dc;
}
.text-green{
    color: #34bfa3;
}
.text-orange{
    color: #ef9800;
}
/*=== >background color ===*/

.bg-transparent {
    background-color: transparent;
}
.bg-primary {
    background-color: ;
}
.bg-white {
    background-color: #FFF;
}
.bg-black {
    background-color: #000;
}
.bg-black-light {
    background-color: #1C1C1C;
}
.bg-gray {
    background-color: #F7F9FB;
}
.bg-gray-dark {
    background-color: #d3d3d3;
}
.bg-red {
    background-color: #FF4045;
}
.bg-green {
    background-color: #34bfa3;
}
.bg-yellow {
    background-color: #ffb822;
}
.bg-pink {
    background-color: #ff3c85;
}
.bg-blue {
    background-color: #00c5dc;
}
.bg-orange {
    background-color: #ef9800;
}
/* bg transperent */
.bg-tpw1{
    background-color:rgba(255,255,255,0.1)
}
.bg-tpw2{
    background-color:rgba(255,255,255,0.2)
}
.bg-tpw3{
    background-color:rgba(255,255,255,0.3)
}
.bg-tpw4{
    background-color:rgba(255,255,255,0.4)
}
.bg-tpw5{
    background-color:rgba(255,255,255,0.5)
}
.bg-tpw6{
    background-color:rgba(255,255,255,0.6)
}
.bg-tpw7{
    background-color:rgba(255,255,255,0.7)
}
.bg-tpw8{
    background-color:rgba(255,255,255,0.8)
}
.bg-tpw9{
    background-color:rgba(255,255,255,0.9)
}
/* Tb Black */
.bg-tpb1{
    background-color:rgba(0,0,0,0.05)
}
.bg-tpb2{
    background-color:rgba(0,0,0,0.2)
}
.bg-tpb3{
    background-color:rgba(0,0,0,0.3)
}
.bg-tpb4{
    background-color:rgba(0,0,0,0.4)
}
.bg-tpb5{
    background-color:rgba(0,0,0,0.5)
}
.bg-tpb6{
    background-color:rgba(0,0,0,0.6)
}
.bg-tpb7{
    background-color:rgba(0,0,0,0.7)
}
.bg-tpb8{
    background-color:rgba(0,0,0,0.8)
}
.bg-tpb9{
    background-color:rgba(0,0,0,0.9)
}


/*=== >background image ===*/

.bg-img-fix {
    background-attachment: fixed;
    background-size: cover;
}
.dlab-bnr-inr.bg-pt,
.bg-pt{
    background-position:top;
    background-size: cover;
}
.dlab-bnr-inr.bg-pb,
.bg-pb{
    background-position:bottom;
    background-size: cover;
}
.dlab-bnr-bx{
    z-index:1;
    position:relative;
}
.dlab-bnr-bx{
    z-index:1;
    position:relative;
}

/*---------------------------------------------------------------
9. IMAGES OVERLAY EFFECTS (overly animation on images)
---------------------------------------------------------------*/

.dlab-img-overlay1,
.dlab-img-overlay2,
.dlab-img-overlay3,
.dlab-img-overlay4,
.dlab-img-overlay5,
.dlab-img-overlay6,
.dlab-img-overlay7,
.dlab-img-overlay8,
.dlab-img-overlay9,
.dlab-img-overlay11,
.dlab-img-overlay12{
    position: relative;
}
.dlab-img-overlay1:before,
.dlab-img-overlay1:after,
.dlab-img-overlay2:before,
.dlab-img-overlay2:after,
.dlab-img-overlay3:before,
.dlab-img-overlay3:after,
.dlab-img-overlay4:before,
.dlab-img-overlay4:after,
.dlab-img-overlay5:before,
.dlab-img-overlay5:after,
.dlab-img-overlay6:before,
.dlab-img-overlay6:after,
.dlab-img-overlay7:before,
.dlab-img-overlay7:after,
.dlab-img-overlay8:before,
.dlab-img-overlay8:after,
.dlab-img-overlay9:before,
.dlab-img-overlay9:after,
.dlab-img-overlay11:before,
.dlab-img-overlay11:after,
.dlab-img-overlay12:before,
.dlab-img-overlay12:after{
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/*effect 1*/

.dlab-img-overlay1:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.dlab-img-overlay1:hover:before,
.dlab-box:hover .dlab-img-overlay1:before {
    opacity: 0.5;
}
/*effect 2*/
.dlab-img-overlay2:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}
.dlab-img-overlay2.on:before {
    opacity:1;
}
.dlab-img-overlay2:hover:before,
.dlab-box:hover .dlab-img-overlay2:before {
    opacity: 0.9;
}
/*effect 3*/

.dlab-img-overlay3:before {
    left: 50%;
    top: 50%;
}
.dlab-img-overlay3:hover:before,
.dlab-box:hover .dlab-img-overlay3:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*effect 4*/

.dlab-img-overlay4:before {
    left: 50%;
    top: 0;
    height: 100%;
}
.dlab-img-overlay4:hover:before,
.dlab-box:hover .dlab-img-overlay4:before {
    width: 100%;
    left: 0;
}
/*effect 5*/

.dlab-img-overlay5:before {
    left: 0;
    top: 50%;
    width: 100%;
}
.dlab-img-overlay5:hover:before,
.dlab-box:hover .dlab-img-overlay5:before {
    height: 100%;
    top: 0;
}
/*effect 6*/

.dlab-img-overlay6:before {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
}
.dlab-img-overlay6:hover:before,
.dlab-box:hover .dlab-img-overlay6:before {
    height: 100%;
}
/*effect 7*/

.dlab-img-overlay7:before,
.dlab-img-overlay7:after {
    height: 100%;
}
.dlab-img-overlay7:after {
    left: auto;
    right: 0;
}
.dlab-img-overlay7:hover:before,
.dlab-img-overlay7:hover:after,
.dlab-box:hover .dlab-img-overlay7:before,
.dlab-box:hover .dlab-img-overlay7:after {
    width: 50%;
}
/*effect 8*/

.dlab-img-overlay8:before,
.dlab-img-overlay8:after {
    height: 100%;
}
.dlab-img-overlay8:after {
    left: auto;
    right: 0;
}
.dlab-img-overlay8:hover:before,
.dlab-img-overlay8:hover:after,
.dlab-box:hover .dlab-img-overlay8:before,
.dlab-box:hover .dlab-img-overlay8:after {
    width: 100%;
    opacity: 0.3;
}
/*effect 9*/

.dlab-img-overlay9:before,
.dlab-img-overlay9:after {} .dlab-img-overlay9:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
.dlab-img-overlay9:hover:before,
.dlab-img-overlay9:hover:after,
.dlab-box:hover .dlab-img-overlay9:before,
.dlab-box:hover .dlab-img-overlay9:after {
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
/*effect 10*/

.dlab-img-overlay10:before,
.dlab-img-overlay10:after {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.dlab-img-overlay10:hover:before,
.dlab-box:hover .dlab-img-overlay10:before {
    opacity: 0.5;
}
.dlab-img-overlay10:hover:after,
.dlab-box:hover .dlab-img-overlay10:after {
    width: 90%;
    height: 80%;
    left: 5%;
    top: 10%;
    opacity: 0.5;
    background: none;
    border: 1px dashed #FFFFFF;
}
.dlab-img-overlay11:hover:after,
.dlab-box:hover .dlab-img-overlay11:after {
    height: 95%;
    opacity: 1;
    right: 7.5%;
    top: 2.5%;
    -moz-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    width: 85%;
}
.dlab-img-overlay11:hover:before,
.dlab-box:hover .dlab-img-overlay11:before {
    height: 85%;
    left: 2.5%;
    opacity: 1;
    top: 7.5%;
    -moz-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    width: 95%;
}
.dlab-img-overlay11:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 5%;
    height: 80%;
    left: auto;
    right: 5%;
    top: auto;
    -moz-transform: skewY(70deg);
    -webkit-transform: skewY(70deg);
    -o-transform: skewY(70deg);
    -ms-transform: skewY(70deg);
    transform: skewY(70deg);
    width: 90%;
}
.dlab-img-overlay11:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: auto;
    height: 90%;
    left: 5%;
    right: auto;
    top: 5%;
    -moz-transform: skewX(-70deg);
    -webkit-transform: skewX(-70deg);
    -o-transform: skewX(-70deg);
    -ms-transform: skewX(-70deg);
    transform: skewX(-70deg);
    width: 80%;
}
.dlab-img-overlay11 {
    background-color: #000 !important;
}
.dlab-img-overlay11:hover img {
    opacity: 0.7 !important
}
/* overlay-12 */
.dlab-img-overlay12:hover:after,
.dlab-box:hover .dlab-img-overlay12:after {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
.dlab-img-overlay12:after {
    background-color:rgba(0,0,0,0);
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    width: 100%;
    height:100%;
}
.dlab-img-overlay12.left:hover:after,
.dlab-box:hover .dlab-img-overlay12.left:after {
    transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    -moz-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    -o-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}
.dlab-img-overlay12.left:after {
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
}
.dlab-img-overlay12:before{
    width:100%;
    height:100%;
    opacity:0;
}
.dlab-img-overlay12:hover:before,
.dlab-box:hover .dlab-img-overlay12:before{
    opacity:0.4;
}



/* Overlay Gradient */
/*---------------------------------------------------------------
10. IMAGES EFFECTS (image animation in images)
     >image-opacity
     >image-zoom
     >image-zoom-slow
     >image-shrink
     >image-side-pan
     >image-vertical-pan
     >image-fade-in
     >image-fade-out 
     >image-rotate
     >image-sepia
     >image-blurr
     >image-blurr-invert
     >image off color
     >image on color
---------------------------------------------------------------*/

.dlab-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
    vertical-align: middle;
}
.dlab-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
}
/* >image-opacity */

.dlab-img-effect.opacity img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}
/* >image-zoom */

.dlab-img-effect.zoom-slow img {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
}
.dlab-img-effect.zoom-slow:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/* >image-zoom-slow */

.dlab-img-effect.zoom:hover img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
/* >image-shrink */

.dlab-img-effect.shrink:hover img {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
}
/* >image-side-pan */

.dlab-img-effect.side-pan:hover img {
    margin-left: -11%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
/* >image-vertical-pan */

.dlab-img-effect.vertical-pan:hover img {
    margin-top: -10%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
/* >image-fade-in */

.dlab-img-effect.fade-in {
    background: #000
}
.dlab-img-effect.fade-in img {
    opacity: 0.65;
    -moz-opacity: 0.65;
    -webkit-opacity: 0.65;
}
.dlab-img-effect.fade-in:hover img {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}
/* >image-fade-out */

.dlab-img-effect.fade-out {
    background: #000
}
.dlab-img-effect.fade-out:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}
/* >image-rotate */

.dlab-box:hover .dlab-img-effect.rotate img,
.dlab-img-effect.rotate:hover img {
    -moz-transform: scale(1.5) rotate(-20deg);
    -webkit-transform: scale(1.5) rotate(-20deg);
    -o-transform: scale(1.5) rotate(-20deg);
    -ms-transform: scale(1.5) rotate(-20deg);
    transform: scale(1.5) rotate(-20deg);
}
/* >image-sepia */

.dlab-img-effect.sepia img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}
.algo-image-hover.sepia:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
}
/* >image-blurr */

.dlab-img-effect.blurr img {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.dlab-img-effect.blurr:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}
/* >image-blurr-invert */

.dlab-img-effect.blurr-invert img {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.dlab-img-effect.blurr-invert img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}
.dlab-img-effect.blurr-invert:hover img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
}
/* >image off color */

.dlab-img-effect.off-color img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}
.dlab-img-effect.off-color:hover img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}
/* >image on color */

.dlab-img-effect.on-color img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}
.dlab-img-effect.on-color:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}
/*---------------------------------------------------------------
11. CONTENT SHOW ON IMAGE BOX
---------------------------------------------------------------*/
/* info box show */

.dlab-info-has {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px 15px 40px;
    opacity: 0;
    margin-bottom: -100px;
    z-index: 2;
}
.dlab-info-has.p-a15 {
    padding: 15px;
}
.dlab-info-has.p-a20 {
    padding: 20px;
}
.dlab-info-has.bg-primary {
    background-color: rgba(27, 188, 232, 0.9);
}
.dlab-info-has.bg-green {
    background-color: rgba(106, 179, 62, 0.9);
}
.dlab-info-has.bg-black {
    background-color: rgba(0, 0, 0, 0.6);
}
.dlab-info-has.bg-white {
    background-color: rgba(255, 255, 255, 0.8);
}
.dlab-info-has.bg-white h1,
.dlab-info-has.bg-white h2,
.dlab-info-has.bg-white h3,
.dlab-info-has.bg-white h4,
.dlab-info-has.bg-white h5,
.dlab-info-has.bg-white h6 {
    color: #3d474a;
}
.dlab-info-has.bg-white h1 a,
.dlab-info-has.bg-white h2 a,
.dlab-info-has.bg-white h3 a,
.dlab-info-has.bg-white h4 a,
.dlab-info-has.bg-white h5 a,
.dlab-info-has.bg-white h6 a {
    color: #3d474a;
}
.dlab-info-has.bg-white .dlab-info-has-text,
.dlab-info-has.bg-white p {
    color: #767676;
}
.dlab-info-has h1,
.dlab-info-has h2,
.dlab-info-has h3,
.dlab-info-has h4,
.dlab-info-has h5,
.dlab-info-has h6,
.dlab-info-has p,
.dlab-info-has-text,
.dlab-info-has a {
    color: #fff;
}
.dlab-info-has .dlab-info-has-text {
    margin-bottom: 20px;
    line-height: 24px;
}
.dlab-media {
    overflow: hidden;
    position: relative;
}
.dlab-box:hover .dlab-info-has,
.dlab-media:hover .dlab-info-has {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
}
/* without hover */

.overlay-bx.no-hover,
.dlab-info-has.no-hover {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
    visibility: visible;
}
/* Skew */

.dlab-info-has.skew-has {
    border-top: 4px solid #2D3239;
    padding: 30px 40px 60px;
    -moz-transform: skewY(10deg);
    -webkit-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: skewY(10deg);
    bottom: -35px;
}
.dlab-info-has.skew-has > * {
    -moz-transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
}
/*---------------------------------------------------------------
12. FORM ELEMENTS
---------------------------------------------------------------*/

label {
    font-weight: 600;
    margin-bottom: 10px;
}
.panel-default,
.panel-default > .panel-heading {
    border-color: #e7ecf1;
    color: inherit;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e7ecf1;
}
.form-group {
    margin-bottom: 25px;
}
.form-control {
    border-color: #e1e6eb;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
}
.form-control:focus {
    border-color: #e1e1e1;
    outline: 0;
}
.form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control.kv-fileinput-caption {
    height: 39px;
}
.form-group.form-inline .radio,
.form-group.form-inline .checkbox {
    margin-right: 15px;
}
/*input group*/

.input-group {
    width: 100%;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group-addon {
    background: #fff;
    border-color: #e1e1e1;
    padding: 6px 14px;
    font-size: 16px;
}
.input-group-addon.font-size-20 {
    font-size: 20px;
}
.input-group-addon.fixed-w {
    text-align: center;
    padding: 6px 0;
    width: 40px;
}
.input-group-addon.v-align-t {
    line-height: 30px;
}
/*select box*/

.dropdown-menu {
    font-size: 3px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select .dropdown-toggle {
    border: 1px solid #e7ecf1 !important;
    background-color: #fff !important;
    height: 45px;
    font-size: 13px;
    color: #999;
    font-weight:200;
}
.bootstrap-select .dropdown-toggle:before {
    content:"\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
}
.bootstrap-select .dropdown-toggle:after {
    display: none;
}
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:hover {
    background-color: #fff !important;
    border: 1px solid #e9e9e9 !important;
    box-shadow: none !important;
    outline: 0px !important;
    color: #999;
}
.bootstrap-select:active,
.bootstrap-select:focus {
    border: 0px !important;
    box-shadow: none !important;
    outline: 0px !important;
}
.bootstrap-select.show {
    box-shadow: none !important;
    outline: 0px !important;
}
.bootstrap-select.show .dropdown-toggle {
    box-shadow: none !important;
    outline: 0px !important;
}
.bootstrap-select.show.btn-group .dropdown-menu.inner{
    display:block;
}   
.bootstrap-select div.dropdown-menu {
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    margin-top: -1px;
    padding: 0;
    font-size: 13px;
}
.bootstrap-select div.dropdown-menu ul li {
    padding: 0;
}
.bootstrap-select div.dropdown-menu ul li a {
    padding: 5px 15px;
}
.bootstrap-select div.dropdown-menu ul li a img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-right: 5px;
}
.bootstrap-select .bs-searchbox .form-control {
    padding: 5px 10px;
    height: 30px;
}
.bootstrap-select .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #999;
    white-space: nowrap;
}
.bootstrap-select .dropdown-menu > li > a:hover {
    background-color:#f2f2f4;
    
}
.dropdown-item.active, .dropdown-item:active{
    background-color:#f2f2f4;
}
/*radio & checkbox*/
input[type=checkbox],
input[type=radio] {
    display: ;
    opacity: 0;
    margin-left: 1px !important;
    position: absolute;
}
input[type=checkbox] + label,
input[type=radio] + label {
    display: block;
    padding-left: 25px !important;
    position: relative;
}
input[type=checkbox] + label:hover:before,
input[type=radio] + label:hover:before {
    border-color: #3396d1;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
    background-color: #ffffff;
    border: 2px solid #b6b7b8;
    border-radius: 0;
    content: "";
    display: inline-block;
    height: 16px;
    left: 1px;
    line-height: 1;
    position: absolute;
    top: 50%;
    transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 16px;
}
input[type=checkbox] + label:after {
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0px;
    -webkit-font-smoothing: antialiased;
    left: 6px;
    position: absolute;
    top: 7px;
    transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -webkit-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    width: 14px;
    text-align: center;
}
input[type=checkbox]:checked + label:before {
    border-width: 7px;
}
input[type=checkbox]:checked + label:after {
    font-size: 10px;
    left: 2px;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
input[type=radio] + label:before {
    border-radius: 50%;
    content: "";
}
input[type=radio]:checked + label:before {
    border-color: #3396d1;
    border-width: 5px;
}
.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"] {
    position: absolute;
    left: 0;
    bottom: 0;
}
/*touchspin input type number*/

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 10px 10px 9px;
    margin-left: -1px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
    background: #FFF;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 4px;
    left: 5px;
    font-size: 9px;
    font-weight: normal;
    color: #9fa0a1;
}
/*rating star*/

.input-rating input[type=radio] {
    display: none;
}
.input-rating input[type=radio] + label {
    display: inline-block;
    margin-left: -4px;
    padding-left: 0px !important;
    padding-right: 0px;
    width: 24px;
}
.input-rating input[type=radio] + label:first-of-type {
    margin-left: 0px;
}
.input-rating input[type=radio] + label:before {
    background-color: transparent;
    border: none;
    color: #ffd925;
    content: "\f006";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    height: 14px;
    line-height: 1;
    margin-left: 0px;
    position: static;
    text-align: center;
    top: 2px;
    transition: none;
    width: 14px;
}
.input-rating input[type=radio]:checked + label:before,
.input-rating input[type=radio] + label.marked:before,
.input-rating input[type=radio] + label.filled:before,
.input-rating input[type=radio] + label.hovered.filled:before {
    content: "\f005";
}
.input-rating input[type=radio] + label.hovered:before {
    content: "\f006";
}
/*simple rating list*/

.rating-bx {
    color: #ffc300;
    font-size: 14px;
}
.rating-bx i {
    margin: 0 2px;
}
.rating-container .rating-stars::before {
    text-shadow: none;
}
.rating-container {
    color: #c8c8c8;
}
.rating-container .rating-stars {
    color: #3396d1;
}
/*validation symbol*/

.has-feedback label ~ .form-control-feedback {
    top: 31px;
}
.dlab-banner-outer {
    margin-bottom: 0;
}
.dlab-success-top,
.dlab-error-top {
    margin-bottom: 0;
}
.alert-bx.alert-info {
    padding: 15px;
    border: 1px solid #bce8f1;
}
/*---------------------------------------------------------------
13. WP DEFAULT
---------------------------------------------------------------*/

.alignnone {
    margin: 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 35px;
}
.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}
.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}
a img.alignnone {
    margin: 5px 0 25px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}
a img.aligncenter {
    display: block;
    margin: 5px auto 15px;
}
.wp-caption {
    max-width: 100%;
    text-align: center;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption.alignnone {
    margin: 5px 0 25px 0;
}
.wp-caption.alignleft {
    margin: 5px 25px 25px 0;
}
.wp-caption.alignright {
    margin: 5px 0 25px 25px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    color: #9d9d9d;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}
blockquote {
    padding: 0px 20px 0px 40px;
    font-size: 17px;
    color: #2b2d2e;
    margin: 40px 0;
    line-height: 30px;
    position: relative;
    clear: both;
    border-radius: 10px;
    text-align: left;
}
blockquote p {
    font-size: 18px;
    line-height: 30px;
    color: #2b2d2e;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
}
blockquote cite{
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    text-align:left;
    color: #999b9d;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 2px;
}
blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    font-style: normal;
    background-image: url(../images/quote.png);
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    left: 0;
    padding: 0 0px;
    background-size: 100%;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
/*---------------------------------------------------------------
14. HEADER (top part of page)
---------------------------------------------------------------*/

.site-header {
    position: relative;
    z-index: 99999;
    box-shadow: 0px;
}
.site-header ul,
.site-header ol {
    margin-bottom: 0;
}
/*without top bar*/
.extra-nav {
    float: right;
    padding: 18px 0;
    position: relative;
    z-index: 9;
}
.extra-nav .btn-link{
    font-size:15px;
}
.extra-nav .extra-cell {
    display: inline-block;
    margin-left: 10px;
}
@media only screen and (max-width: 767px) {
    
}
@media only screen and (max-width: 480px) {
    .extra-nav {
        margin: 0 1px 0 0;
        text-align: right;
    }
}
.new-page{
    padding: 2px 5px;
    font-size: 10px;
    background: #ff0000;
    color: #fff;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 2px;
}
.new-page.menu-new{
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 8px;
    padding: 3px 4px;
    line-height: 10px;
}
@media only screen and (max-width: 1200px) {
    .new-page.menu-new{
        display:none;
    }
}
/* map page header*/

#header-part.fix-map-header {
    height: 90px;
}
#header-part.fix-map-header .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
@media only screen and (max-width: 480px) {
    #header-part.fix-map-header {
        height: 160px;
    }
}
/*---------------------------------------------------------------
15. PAGE TOP BAR (left & right content)
---------------------------------------------------------------*/
.top-bar {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #444444;
    padding: 11px 0;
}
.dlab-topbar-left {
    float: left;
}
.dlab-topbar-right {
    float: right;
}
.dlab-topbar-center,
.dlab-topbar-left,
.dlab-topbar-right {
    padding-left: 15px;
    padding-right: 15px;
    width:auto;
}
.dlab-topbar-left ul,
.dlab-topbar-right ul{
    list-style:none;
    margin:0;
    padding:0;
}
.dlab-topbar-left ul li,
.dlab-topbar-right ul li{
    display:inline-block;
}
.dlab-topbar-left ul li{
    padding-right:15px;
}
.dlab-topbar-left ul li a,
.dlab-topbar-right ul li a{
    color:#444444;
}
.topbar-social li a{
    padding: 0 0px 0px 15px; 
}
@media only screen and (max-width: 991px) {
    
    .dlab-topbar-right {
        padding-left: 0;
        padding-right: 15px;
    }
    .dlab-topbar-left{
        padding-left: 15px;
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .top-bar [class*="col-"] {
        width: 100%;
        text-align: right;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .top-bar [class*="col-"]:last-child {
        border-bottom: none;
    }
    .top-bar {
        padding:5px 0;
    }
    .dlab-topbar-center,
    .dlab-topbar-left,
    .dlab-topbar-right {
        display:black;
        width:100%;
        text-align:center;
        padding:3px 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .dlab-topbar-left ul li{
        padding:0 5px;
    }
}


/*=== >eamil-phone (left) ===*/

.e-p-bx li {
    display: inline;
    font-size: 14px;
    padding-right: 10px;
}
.e-p-bx li a {
    color: #FFF;
}
.e-p-bx li i {
    margin-right: 10px;
    vertical-align: middle;
}
/*=== >social-links (right) ===*/
.social-bx,
.login-bx {
    margin: 0 0 0 15px;
    float: right;
}
.social-bx li,
.login-bx li {
    font-size: 12px;
    margin: 0;
    position: relative;
}
.social-bx li {
    padding-left: 1px;
    padding-right: 1px;
}
.social-bx li a,
.login-bx li a {
    color: #ffffff;
}
.social-bx li i,
.login-bx li i {
    vertical-align: baseline;
    margin: 0 5px 0 0;
}
.social-bx li span,
.login-bx li span {
    vertical-align: baseline;
    margin: 0 2px 0;
    font-size: 8px;
}
.login-bx li ul {
    top: 25px;
    left: auto;
    right: 0;
    border: none;
    padding: 0;
}
.login-bx li ul li {
    border-bottom: 1px solid #F7F7F7;
}
.login-bx li ul li a {
    color: #767676;
    padding: 9px 15px;
}
.arrow-up-border:before,
.arrow-up:after {
    position: absolute;
    display: inline-block;
    content: '';
}
.arrow-up-border:before {
    top: -7px;
    right: 19px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #F00;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
.arrow-up:after {
    top: -6px;
    right: 20px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
}
.arrow-left:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.arrow-left:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
/*=== >language-list () ===*/

.language-bx li {
    display: inline;
    margin: 0 10px;
}
/*---------------------------------------------------------------
16. LOGO ( company identify  symbol )
---------------------------------------------------------------*/
/*=== >logo for header ===*/

.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 140px;
    height: 80px;
    position: relative;
    z-index: 9;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.logo-footer {
    display: table;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: 60px;
}
.logo-header > a,
.logo-footer > a{
    display: table-cell;
    vertical-align: middle;
}
.logo-header.center-block {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.logo-header img,
.logo-footer img {
    height: auto;
    width: auto;
}
.logo-header span,
.logo-footer span {
    font-size: 20px;
    color: #EFBB20;
    letter-spacing: 20px;
}
/*= When header is sticky =*/

.is-fixed .logo-header,
.is-fixed.header-curve .logo-header {
    height: 55px;
    width: 110px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}
/*= Set width for mobile  =*/

@media only screen and (max-width: 767px) {
    .logo-header,
    .is-fixed.header-curve .logo-header,
    .is-fixed .logo-header,
    .is-fixed.header-curve .logo-header{
        width: 110px;
        max-width: 110px;
        height:50px;
    }
    .is-fixed .logo-header a img,
    .is-fixed.header-curve .logo-header a img {
        vertical-align: middle;
    }
    .site-header .navbar-toggler,
    .site-header .is-fixed .navbar-toggler{
         margin: 18px 0 14px 15px;
    }
    .site-header .extra-nav,
    .site-header .is-fixed .extra-nav{
        padding: 14px 0;
    }
}
/*---------------------------------------------------------------
17. MAIN BAR ( place logo & main-navigation )
---------------------------------------------------------------*/

.main-bar {
    background: #FFFFFF;
    width: 100%;
    position: relative;
}
.header-curve .logo-header:before,
.header-curve .logo-header:after {
    background-color: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
}
.header-curve .logo-header:before {
    right: -50px;
    width: 80%;
    -webkit-transform: skew( 30deg);
    -moz-transform: skew( 30deg);
    -o-transform: skew( 30deg);
    -ms-transform: skew( 30deg);
    transform: skew(30deg);
}
.header-curve .logo-header:after {
    right: 10%;
    width: 2000px;
}
.is-fixed.header-curve .logo-header img {
    margin-top: -0;
}
@media only screen and (max-width: 767px) {
    .header-curve .logo-header:after {
        right: 0;
        left: auto;
    }
}
/*---------------------------------------------------------------
18. NAVIGATIONS
    >mena-menu
    >mobile-menu
    >footer-menu
---------------------------------------------------------------*/
/*== >mena-menu ==*/

.navbar-toggler {
    border: 0 solid #efbb20;
    font-size: 16px;
    line-height: 24px;
    margin: 33px 0 30px 15px;
    padding: 0;
}
.navbar-toggler span {
    background: #000;
}
.is-fixed .navbar-toggler {
    margin:20px 0 20px 15px;
}
.header-nav {
    position: relative;
    padding: 0;
}
.header-nav .nav {
    float: right;
}
.header-nav .nav i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
}
.header-nav .nav > li {
    margin: 0px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}
.header-nav .nav > li > a {
    border-radius: 0px;
    color: #201f22;
    font-size: 14px;
    padding: 23px 30px;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1.5px;
    font-family: 'Inconsolata', monospace;
}
.header-nav .nav > li > a:hover {
    background-color: transparent;
    color: #efbb20;
}
.header-nav .nav > li > a:active,
.header-nav .nav > li > a:focus {
    background-color: transparent;
}
.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a {
    background-color: transparent;
    color: #EFBB20;
}
.header-nav .nav > li:hover > a {
    color: #EFBB20;
}
.header-nav .nav > li:hover > .sub-menu,
.header-nav .nav > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-nav .nav > li > .sub-menu,
.header-nav .nav > li > .mega-menu {
    box-shadow:0px 0px 2px 0 rgba(0,16,147,0.15)
}
.header-nav .nav > li > .mega-menu {
    border-radius: 0px;
    overflow: hidden;
}
.header-nav .nav > li .sub-menu {
    background-color: #ffffff;
    border:0;
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 10px 0px;
    position: absolute;
    visibility: hidden;
    width: 250px;
    z-index: 10;
}
.header-nav .nav > li .sub-menu li {
    border-bottom: 0px solid #f4f4f4;
    position: relative;
}
.header-nav .nav > li .sub-menu li a {
    color: #969696;
    display: block;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: capitalize;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    font-weight: 500;
    font-family: Montserrat;
}
.header-nav .nav > li .sub-menu li a:hover {
    color: #EFBB20;
    text-decoration: none;
}
.header-nav .nav > li .sub-menu li:hover > a {
    color: #EFBB20;
}
.header-nav .nav > li .sub-menu li:last-child {
    border-bottom: 0px;
}
.header-nav .nav > li .sub-menu li > .sub-menu.left,
.header-nav .nav > li .sub-menu li:hover .sub-menu.left {
    left: auto;
    right: 250px;
}
.header-nav .nav > li .sub-menu li .fa {
    color: inherit;
    display: block;
    float: right;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 12px;
    opacity: 1;
}
.header-nav .nav > li .sub-menu li .fa.fa-nav {
    color: inherit;
    display: inline-block;
    float: none;
    font-size: 13px;
    margin-right: 5px;
    opacity: 1;
    position: unset;
    right: 10px;
    top: 12px;
}
.header-nav .nav > li .sub-menu li > .sub-menu {
    left: 251px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu {
    left: 251px;
    margin: 0px;
    opacity: 1;
    top: -1px;
    visibility: visible;
    box-shadow: 0px 0px 40px 0 rgba(0,16,147,0.10)
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}
.header-nav .nav > li.has-mega-menu {
    position: inherit;
}
.header-nav .nav > li .mega-menu {
    background-color: #ffffff;
    display: table;
    left: 0px;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0px;
    visibility: hidden;
    width: 100%;
    margin-top: 20px;
    z-index: 9;
}
.header-nav .nav > li .mega-menu > li {
    display: table-cell;
    padding: 30px 0 25px;
    position: relative;
    vertical-align: top;
    width: 25%;
}
.header-nav .nav > li .mega-menu > li:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.02);
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 1px;
    height: 100%;
}
.header-nav .nav > li .mega-menu > li:last-child:after {
    display: none;
}
.header-nav .nav > li .mega-menu > li > a {
    color: #000;
    display: block;
    font-size: 14px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 600;
}
.header-nav .nav > li .mega-menu > li ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}
.header-nav .nav > li .mega-menu > li ul a {
    color: #505050;
    display: block;
    font-size: 13px;
    line-height: 34px;
    text-transform: capitalize;
    padding: 0 20px;
    font-weight: 500;
}
.header-nav .nav > li .mega-menu > li ul a:hover {
    color: #EFBB20;
}
.header-nav .nav .mega-menu a i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px;
}
/* Header Center */
.site-header.center .header-nav .nav {
    display: inline-block;
    float: left;
    width: 35%;
}
.site-header.center .navbar-nav > li{
    display: inline-block;
    float: none;
}
.site-header.center .header-nav .nav:first-child {
    text-align:right;
}
.site-header.center .header-nav .nav:first-child li{
    text-align:left;
}
.site-header.center .header-nav .nav:last-child {
    float:right;
}
.site-header.center  .logo-header{
    position: absolute;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    position:absolute;
    left: 50%;
    text-align:center;
}
.site-header.center  .logo-header img{
    height: 100px;
    margin-bottom: -50px;
    position: relative;
    width: 100px;
    z-index: 2;
    object-fit: contain;
}
.site-header.center  .logo-header:after{
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    height: 100px;
    position: absolute;
    width: 140%;
    bottom:-99px;
    left: -20%;
}
/* Mega Menu */
.header-nav .nav > li.has-mega-menu.demos .mega-menu{
    left:auto;
    right:auto;
    max-width: 600px;
    z-index: 9;
}
@media only screen and (max-width: 991px) {
    .site-header.center .header-nav .nav{
        width:100%;
    }
    .site-header.center .navbar-nav > li {
        display: block;
        float: left;
        width: 100%;
    }
    .header-nav .nav > li.has-mega-menu.demos .mega-menu{
        max-width:100%;
    }
    .header-nav .nav > li .mega-menu{
        border:0;
    }
    .site-header.center .is-fixed .header-nav .nav{
        height:auto;
    }
    .header-nav .nav > li .mega-menu > li{
        padding:10px 0;
    }
    .header-nav .nav > li .sub-menu,
    .header-nav .nav > li .mega-menu {
        border-radius:0;
        padding:0;
        box-shadow:none;
    }
}
@media only screen and (max-width: 767px) {
    .site-header.center  .logo-header img{
        height: 60px;
        margin-bottom: -30px;
    }
}
/* Nav  Badge */
.shop-cart.navbar-right{
    margin-right:0;
    float:none;
    display:inline-block;
}
.shop-cart .dropdown-menu.cart-list{
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
    top: 50px;
    border:0;
}
.shop-cart .badge{
    font-size: 9px;
    height: 15px;
    line-height: 15px;
    min-width: 15px;
    padding: 0;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
}
.shop-cart  li{
    padding: 10px 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.shop-cart  li:last-child{
    border-bottom:0;
}
.shop-cart .media-left a {
    display: block;
    width: 60px;
}
.shop-cart .btn-link{
    position:relative;
}
.cart-list.dropdown-menu{
    width:260px;
    margin-top: 30px;
    
}
.is-fixed .cart-list.dropdown-menu{
    margin-top: 18px;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.cart-list .media-object{
    width:60px;
}
.cart-item .media-body{
    position:relative;
}
.item-close {
    background-color: #303030;
    border-radius: 20px;
    color: #ffffff;
    display: block;
    font-size: 9px;
    height: 18px;
    line-height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 18px;
    cursor:pointer;
}
.item-close:hover {
    background-color: #000;
}
.header-nav .nav > li.demos{
    position:inherit;
}
.header-nav .nav > li.demos .mega-menu {
    max-width: 700px;
    width: 700px;
    left:auto;
    right:0;
}
.header-nav .nav > li .mega-menu > li.header-add{
    padding: 18px 14px;
}   
@media only screen and (max-width: 991px) {
    header .logo {
        display: block;
        padding: 4px 0;
    }
    .header-nav .nav i {
        margin-top: 6px;
    }
    .header-nav .nav > li.demos .mega-menu.left{
        width:100%;
        max-width:100%;
    }
}
@media only screen and (max-width: 767px) {
    .shop-cart .dropdown-menu.cart-list{
        left:auto;
        right:0;
    }
    .cart-list.dropdown-menu,
    .is-fixed .cart-list.dropdown-menu{
        margin-top: 0;
    }
}
@media only screen and (max-width: 991px) {
    /* responsive strat when media screen [991px] css START*/
    
    /* .navbar-header {
        float: none;
    }
    .navbar-toggler {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    } */
    /* responsive strat when medai screen [991px] css END*/
    
    .header-nav {
        clear: both;
        margin: 0 -15px;
        border-bottom: 1px solid #E9E9E9;
    }
    .header-nav .nav {
        float: none;
        margin: 0;
        width:100%;
        display: block;
        height: auto;
    }
    .header-nav .nav li {
        float: none;
        display:block;
        width:100%;
    }
    .header-nav .nav > li .sub-menu > li,
    .header-nav .nav > li .mega-menu > li {
        float: none;
        display: block;
        width: auto;
    }
    .header-nav .nav > li > a {
        padding: 10px 20px;
        display:block;
        color:#fff;
    }
    .header-nav .nav i {
        float: right;
    }
    .header-nav .nav > li > a:hover,
    .header-nav .nav > li > a:active,
    .header-nav .nav > li > a:focus {
        background-color: transparent;
        text-decoration: none;
        color: #fff;
    }
    .header-nav .nav > li .mega-menu > li:after {
        display: none;
    }
    .header-nav .nav > li ul,
    .header-nav .nav > li .sub-menu,
    .header-nav .nav > li .mega-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: transparent;
    }
    .header-nav .nav > li ul.mega-menu ul {
        display: none;
    }
    .header-nav .nav > li:hover > ul,
    .header-nav .nav > li:hover .sub-menu,
    .header-nav .nav > li:hover .mega-menu,
    .header-nav .nav > li .sub-menu li > .sub-menu {
        opacity: 1;
        visibility: visible;
        display: block;
        margin: 0;
    }
    .header-nav .nav > li ul.mega-menu li:hover ul {
        display: block;
    }
    /* Mobile Responsive */
    .side-nav .nav.navbar-nav li a i.fa-chevron-down:before,
    .nav.navbar-nav li a i.fa-chevron-down:before {
        content:"\f078";
    }
    .side-nav .nav.navbar-nav li.open a i.fa-chevron-down:before,
    .nav.navbar-nav li.open a i.fa-chevron-down:before {
        content:"\f054";
    }
    .header-nav .nav > li .sub-menu li i.fa-angle-right:before{
        content: "\f078";
        font-size: 10px;
    }
    .header-nav .nav > li .sub-menu li.open i.fa-angle-right:before{
        content: "\f054";
    }
    .header-nav .nav > li .sub-menu .sub-menu,
    .header-nav .nav > li:hover .sub-menu .sub-menu,
    .header-nav .nav > li:hover .sub-menu,
    .header-nav .nav > li:hover .mega-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }
    .header-nav .nav li .sub-menu .sub-menu{
        display: none;
        opacity: 1;
        margin-top: 0;
    }
    .header-nav .nav > li.open > .sub-menu .sub-menu{
        display: none;
    }
    .header-nav .nav > li.open > .sub-menu li.open .sub-menu,
    .header-nav .nav > li.open > .mega-menu,
    .header-nav .nav > li.open > .sub-menu,
    .header-nav .nav > li ul.mega-menu ul{
        display: block;
        opacity: 1;
        margin-top: 0;
    }
    .header-nav .nav > li .sub-menu li .fa{
        position: unset;
        margin-top: 0;
    }
    .header-nav .nav > li .mega-menu > li{
        padding:0;
    }
    .header-nav .nav > li .mega-menu > li > a{
        display:none;
    }
    .header-nav .nav .mega-menu a i{
        display:inline-block;
        float:none;
        margin-top: 0;
    }
    .header-nav .nav .open > a,
    .header-nav .nav .open > a:focus,
    .header-nav .nav .open > a:hover {
        background-color: inherit;
        border-color: #e9e9e9;
    }
    .header-nav.nav-dark.nav .open > a,
    .header-nav.nav-dark .nav .open > a:focus,
    .header-nav.nav-dark .nav .open > a:hover {
        border-color: rgba(0, 0, 0, 0.2);
    }
}
/*= nav dark version =*/

.nav-dark.header-nav .nav > li .sub-menu,
.nav-dark.header-nav .nav > li .mega-menu {
    background-color: #fff;
}
.nav-dark.header-nav .nav > li .sub-menu li {
    border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}
.header-nav.nav-dark .nav > li .mega-menu > li > a{
    color:#fff;
}
.nav-dark.header-nav .nav > li .sub-menu li a:hover {
    background-color: rgba(255,255,255,0.0);
}
.nav-dark.header-nav .nav > li .sub-menu li:hover > a,
.nav-dark.header-nav .nav > li ul li a:hover,
.nav-dark.header-nav .nav > li .mega-menu > li ul a:hover {
    background-color: rgba(255,255,255,0.15);
    color: #b3b3b3;
}
.nav-dark.header-nav .nav > li .mega-menu > li:after {
    background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
    .nav-dark.header-nav .nav > li > a{
        color:#9d9d9d;
    }
    .nav-dark.header-nav {
        border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    }
    .nav-dark.header-nav .nav {
        background-color: #141516;
    }
    .nav-dark.header-nav .nav > li > a {
        border-top: 0px solid rgba(0, 0, 0, 0.2);
    }
    [class*="bg-"] .nav-dark.header-nav .nav > li > a {
        color: #999;
    }
    [class*="bg-"] .nav-dark.header-nav .nav > li.active > a,
    [class*="bg-"] .nav-dark.header-nav .nav > li:hover > a {
        color: #EFBB20;
    }
    .nav-dark.header-nav .nav > li > a:hover,
    .nav-dark.header-nav .nav > li > a:active,
    .nav-dark.header-nav .nav > li > a:focus {
        background-color: rgba(255,255,255,0.05);
        color: #fff;
    }
    .nav-dark.header-nav .nav > li ul,
    .nav-dark.header-nav .nav > li .sub-menu,
    .nav-dark.header-nav .nav > li .mega-menu {
        background-color: rgba(255,255,255,0.05);
    }
}
/*= when header is sticky =*/

.sticky-no .main-bar {
    position: static !important;
}
/*= when header is sticky =*/

.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
    /* .is-fixed .header-nav .nav > li > a {
        padding: 20px 20px;
    } */
.is-fixed .extra-nav {
    padding: 6px 0;
}
@media only screen and (max-width: 991px) {
    .is-fixed .header-nav .nav > li > a {
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .is-fixed .header-nav .nav {
        overflow: auto;
        height: 225px;
    }
    .is-fixed .header-nav .nav > li > a {
        padding: 10px 20px;
    }
    .is-fixed#header-part .navbar-toggler {
        margin: 15px 0;
    }
}
/*= header full width =*/

#header-part.full-width .top-bar .container,
#header-part.full-width .main-bar .container {
    width: auto;
}
/*= Header style designs strat =*/
/*header with bg primary color 1 */

[class*="bg-"] .header-nav .nav > li > a {
    color: #fff;
}
[class*="bg-"] .header-nav .nav > li.active > a,
[class*="bg-"] .header-nav .nav > li.current-menu-item > a {
    color: #fff;
}
[class*="bg-"] .header-nav .nav > li > a:hover,
[class*="bg-"] .header-nav .nav > li:hover > a {
    color: #fff;
}
[class*="bg-"] .navbar-toggler {
    border-color: #fff;
}
[class*="bg-"] .navbar-toggler span {
    background-color: #fff;
}
@media only screen and (max-width: 991px) {
    [class*="bg-"] .header-nav .nav > li > a {
        color: #555;
    }
}
/*header style 1 (default) */
/* Header Dark */
.header.dark,
.header.dark .main-bar{
     background: #252525
}
.header.dark .header-nav .nav > li > a,
.header.dark .extra-nav .btn-link,
.header.dark .navbar-toggler {
    color: #dfdfdf;
}
.header.dark .navbar-toggler span{
    background-color:#dfdfdf;
}
.header.dark .top-bar{
    background-color:#252525;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dfdfdf;
}

/* Header Transparent  */
.header-transparent{
    position:absolute;
    width:100%;
}
.header-transparent .main-bar{
    background-color:rgba(0,0,0,0);
    border-bottom: 0px solid rgba(255,255,255,0.05);
}
.header-transparent .header-nav .nav > li > a{
    color:#fff;
}
.header-transparent .header-nav .nav > li > a,
.header-transparent .extra-nav .btn-link,
.header-transparent .navbar-toggler {
    color: #fff;
}
.header-transparent .navbar-toggler span{
    background-color: #fff;
}
.header-transparent .is-fixed .main-bar{
    position:fixed;
    background-color:rgba(0,0,0,0.9);
}
.header-transparent .top-bar{
    background-color: rgba(0,0,0,0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #dfdfdf;
}
/* Overlay */
.header-transparent.overlay .top-bar,
.header-transparent.overlay .main-bar{
    background-color:rgba(0,0,0,0.5);
}
/* Header Full Width */
.fullwidth .container-fluid{
    padding-left: 30px;
    padding-right: 30px;
}
@media only screen and (max-width: 767px) {
    .fullwidth .container-fluid{
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Colored Bg */
/*=== Primary */
.header.primary,
.header.primary .main-bar{
     background: #3B68E7
}
.header.primary .header-nav .nav > li > a,
.header.primary .extra-nav .btn-link,
.header.primary .navbar-toggler {
    color: #dfdfdf;
}
.header.primary .navbar-toggler span {
    background-color:#dfdfdf
}
.header.primary .top-bar{
    background-color:#3B68E7;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dfdfdf;
}
/*=== Red */
.header.red,
.header.red .main-bar{
     background: #F22D4E;
}
.header.red .header-nav .nav > li > a,
.header.red .extra-nav .btn-link,
.header.red .navbar-toggler {
    color: #dfdfdf;
}
.header.red .navbar-toggler span {
    background-color:#dfdfdf
}
.header.red .top-bar{
    background-color:#F22D4E;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dfdfdf;
}
/*=== Blue */
.header.blue,
.header.blue .main-bar{
     background: #00c5dc;
}
.header.blue .header-nav .nav > li > a,
.header.blue .extra-nav .btn-link,
.header.blue .navbar-toggler {
    color: #fff;
}
.header.blue .navbar-toggler span {
    background-color:#fff
}
.header.blue .top-bar{
    background-color:#00c5dc;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}
/*=== Purpal */
.header.purpal,
.header.purpal .main-bar{
     background: #8862b9;
}
.header.purpal .header-nav .nav > li > a,
.header.purpal .extra-nav .btn-link,
.header.purpal .navbar-toggler {
    color: #fff;
}
.header.purpal .navbar-toggler span {
    background-color:#fff
}
.header.purpal .top-bar{
    background-color:#8862b9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}
/*=== Yellow */
.header.yellow,
.header.yellow .main-bar{
     background: #ffb822;
}
.header.yellow .header-nav .nav > li > a,
.header.yellow .extra-nav .btn-link,
.header.yellow .navbar-toggler {
    color: #fff;
}
.header.yellow .navbar-toggler span {
    background-color:#fff
}
.header.yellow .top-bar{
    background-color:#ffb822;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}
/* Top Bar Bg */
.top-bar.bg-dark{
    background-color:#282a3c;
    color:#fff;
}
.top-bar.bg-black{
    background-color:#000;
    color:#fff;
}
.top-bar.bg-light {
    background-color: #a5a5a5;
    color: #ffffff;
    border-bottom:0;
}

/* Box */
.header.box{
    position:absolute;
    width:100%;
}
.header.box .main-bar{
    background-color:rgba(0,0,0,0);
    margin-top: 20px;
    transition:all 0.2s;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
}
.header.box .header-nav .nav > li > a,
.header.box .extra-nav .btn-link,
.header.box .navbar-toggler {
    color: #000;
}
.header.box .navbar-toggler span{
    background-color: #000;
}
.header.box .is-fixed .main-bar{
    position:fixed;
    background-color:#fff;
    margin-top: 0px;
    transition:all 0.2s;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
}
.header.box .container{
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 0 4px -2px #000000;
}
.header.box .is-fixed .container{
    box-shadow:none;
}
/* Box Overlay */
.header.box.overlay .header-nav .nav > li > a,
.header.box.overlay .extra-nav .btn-link,
.header.box.overlay .navbar-toggler {
    color: #fff;
}
.header.box.overlay .navbar-toggler span{
    background-color:#fff;
}
.header.box.overlay .container{
    background-color: rgba(0,0,0,0.5);
}
.header.box.overlay .is-fixed .container{
    background-color: rgba(0,0,0,0.0);
}
.header.box.overlay .is-fixed .main-bar{
    background-color: rgba(0,0,0,0.7);
}
/* Box Dark */
.header.box.dark .header-nav .nav > li > a,
.header.box.dark .extra-nav .btn-link,
.header.box.dark .navbar-toggler {
    color: #fff;
}
.header.box.dark .navbar-toggler span{
    background-color: #fff;
}
.header.box.dark .container{
    background-color:#252525;
}
.header.box.dark .is-fixed .container,
.header.box.dark{
    background-color: rgba(0,0,0,0.0);
}
.header.box.dark .is-fixed .main-bar{
    background-color:#252525;
}

/* One Page Nav */
.onepage .navbar{
    margin-bottom:0;
    border:0;
}
@media only screen and (max-width: 991px) {
    .header.dark .header-nav .nav > li > a,
    .header-transparent .header-nav .nav > li > a,
    .header.primary .header-nav .nav > li > a,
    .header.blue .header-nav .nav > li > a,
    .header.purpal .header-nav .nav > li > a,
    .header.red .header-nav .nav > li > a,
    .header.yellow .header-nav .nav > li > a,
    .header.box.dark .header-nav .nav > li > a,
    .header.box.overlay .header-nav .nav > li > a,
    .header-curve [class*="bg-"] .header-nav .nav > li.active > a{
        color:#000;
    }
    .header.dark .header-nav.nav-dark .nav > li > a,
    .header-transparent .header-nav.nav-dark .nav > li > a,
    .header.primary .header-nav.nav-dark .nav > li > a,
    .header.blue .header-nav.nav-dark .nav > li > a,
    .header.purpal .header-nav.nav-dark .nav > li > a,
    .header.red .header-nav.nav-dark .nav > li > a,
    .header.yellow .header-nav.nav-dark .nav > li > a,
    .header.box.dark .header-nav.nav-dark .nav > li > a,
    .header.box.overlay .header-nav.nav-dark .nav > li > a,
    .header-curve [class*="bg-"] .header-nav.nav-dark .nav > li.active > a{
        color:#fff;
    }
}
/* Left Nav  */
/* ============== Nav Style ============== */

/* Responsive CSS End */
/* ================== Header Style 5 End ================== */
/*---------------------------------------------------------------
19. BANNER
---------------------------------------------------------------*/

.dlab-banner-row,
.dlab-banner-outer {
    position: relative;
}
.dlab-bnr-pic {
    width: 100%;
    overflow: hidden;
}
.dlab-bnr-pic img {
    width: 100%;
    height: auto;
    display: block;
}
.dlab-bnr-text {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    margin: 0;
    color: #FFFFFF;
}
.dlab-bnr-text-has {
    max-width: 600px;
}
.dlab-bnr-text strong,
.dlab-bnr-text span {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}
.dlab-bnr-text strong {
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin: 0 0 25px;
    color: #FFFFFF;
}
.dlab-bnr-text span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
}
.dlab-bnr-text .btn {
    margin-right: 30px;
}
@media only screen and (max-width: 1200px) {
    .dlab-bnr-text strong {
        font-size: 60px;
        line-height: 60px;
        margin: 0 0 15px;
    }
    .dlab-bnr-text span {
        font-size: 20px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 991px) {
    .dlab-bnr-text strong {
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 10px;
    }
}
@media only screen and (max-width: 767px) {
    .dlab-bnr-text strong {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 0;
    }
}
@media only screen and (max-width: 680px) {
    .dlab-bnr-text strong {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 0;
    }
    .dlab-bnr-text span {
        font-size: 14px;
        line-height: 18px;
    }
}
@media only screen and (max-width: 480px) {
    .dlab-bnr-text strong {
        font-size: 20px;
        line-height: 20px;
    }
    .dlab-bnr-text span {
        font-size: 12px;
        line-height: 16px;
    }
}
/*== > inner page banner ==*/
.dlab-bnr-inr.dlab-bnr-inr-lg {
    height: 800px;
}
.dlab-bnr-inr.dlab-bnr-inr-md {
    height: 650px;
}
.dlab-bnr-inr.dlab-bnr-inr-sm {
    height: 450px;
}
.dlab-bnr-inr {
    height: 300px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    text-align:center;
}
.dlab-bnr-inr .container {
    display: table;
    height: 100%;
}
.dlab-bnr-inr-entry {
    display: table-cell;
    vertical-align: middle;
}
.dlab-bnr-inr-entry.align-m {
    vertical-align: middle;
}
.banner-inner-row h1,
.banner-inner-row h2,
.banner-inner-row h3,
.banner-inner-row h4,
.banner-inner-row h5,
.banner-inner-row h6 {
    color: #FFF;
}
/* Banner Contant */
.dlab-bnr-inr.banner-content h1{
    font-weight: 500;
}
.dlab-bnr-inr.banner-content p {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 36px;
    max-width: 750px;
    display: inline-block;
}
.dlab-bnr-inr.banner-content .btn {
    padding: 13px 35px; 
    font-size: 16px;
}

/* Banner  */
.dlab-bnr-inr .breadcrumb-row{
    padding:0;
    background-color:rgba(0,0,0,0);
}
.dlab-bnr-inr h1 {
    font-weight:600;
    font-size:52px;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 15px;
    position:relative;
}
.next-element {
    color: #ffffff;
    float: right;
    opacity: 0.1;
}
.next-element:hover {
    color:#fff;
    opacity:0.8;
}
.dlab-bnr-inr h1:after{
    content: attr(data-name);
    font-size: 160px;
    letter-spacing: 10px;
    opacity: 0.2;
    position: absolute;
    top: 113px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}
.dlab-bnr-inr .breadcrumb-row ul li:after,
.dlab-bnr-inr .breadcrumb-row ul li:last-child{
    color:#fff;
}
.dlab-bnr-inr .breadcrumb-row ul li a{
    color:#fff;
}
@media only screen and (max-width: 767px) {
    .ele-bnr .bnr-title,
    .ele-bnr h1 a,
    .ele-bnr .breadcrumb-row h5{
        display:none;
    }
    .ele-bnr .dlab-bnr-inr-entry{
        text-align:center;
    }
    .dlab-bnr-inr-entry{
        vertical-align: middle;
    }
    .dlab-bnr-inr{
        padding-bottom: 0;
    }
    .dlab-bnr-inr .breadcrumb-row ul{
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    .dlab-bnr-inr {
        height: 200px;
    }
    .dlab-bnr-inr h1{
        line-height: 40px;
        font-size: 30px;
        text-align:center;
    }
    .dlab-bnr-inr.dlab-bnr-inr-sm,
    .dlab-bnr-inr {
        height: 250px;
    }
    
}

.navicon{
  width: 18px;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  box-shadow:none!important;
}

.navicon span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navicon span:nth-child(1) {
    top: 0px;
}

.navicon span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.navicon span:nth-child(3) {
  bottom: 0;
}
.navicon.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.navicon.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*---------------------------------------------------------------
20. SLIDER
    >rs slider
    >owl slider
---------------------------------------------------------------*/
/*== >rs slider ==*/

.tp-caption .font-weight-300 {
    font-weight: 300;
}
.tp-caption .font-weight-400 {
    font-weight: 400;
}
.tp-caption .font-weight-500 {
    font-weight: 500;
}
.tp-caption .font-weight-600 {
    font-weight: 600;
}
.tp-caption .font-weight-700 {
    font-weight: 700;
}
.tp-caption .font-weight-800 {
    font-weight: 800;
}
.tp-caption .font-weight-900 {
    font-weight: 900;
}
.tp-caption h1,
.tp-caption h2,
.tp-caption h3,
.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
    font-weight: 800;
    margin-bottom: 24px;
    color: #FFFFFF;
}
.tp-caption h1 {
    font-size: 70px;
    line-height: 60px;
}
.tp-caption h2 {
    font-size: 60px;
    line-height: 50px;
}
.tp-caption h3 {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 20px;
}
.tp-caption h4 {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 15px;
}
.tp-caption h5 {
    font-size: 30px;
    line-height: 4px;
    margin-bottom: 10px;
}
.tp-caption h6 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}
.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
    font-weight: 600;
}
.tp-caption .text {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    width: 500px;
}
.overlay-row {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
/*== >owl slider ==*/
/* next pre btn */
.owl-none .owl-nav{
    display:none;
}
.owl-theme .owl-nav,
.owl-theme .owl-dots {
    margin-top: 20px;
    text-align: center;
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
/* owl dots button */

.owl-theme .owl-dots{
    text-align:center;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 6px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
/* owl dots style */
.owl-theme.dots-style-1 .owl-dots .owl-dot {
    
}
.owl-theme.dots-style-1 .owl-dots .owl-dot span,
.owl-theme.dots-style-2 .owl-dots .owl-dot span {
    background: rgba(0,0,0,0.2);
    width: 8px;
    height: 8px;
    margin: 5px;
}
.owl-theme.dots-style-1 .owl-dots .owl-dot.active span,
.owl-theme.dots-style-1 .owl-dots .owl-dot:hover span {
    background: #000;
}
/* owl dots style 3 */
.owl-theme.dots-style-3 .owl-dots {
    margin-top: 30px;
    position: unset;
    right: auto;
    text-align: center;
    top: auto;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot span{
    height: 8px;
    width: 8px;
    margin: 0;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot {
    border: 1px solid;
    border-radius: 20px;
    display: inline-block;
    margin: 4px;
    padding: 3px;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot.active, 
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover{
    border: 1px solid #FF3B68;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot.active span, 
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover span{
    background-color:#FF3B68;
}
.owl-item.dots-style-3 .slide-content-box{
    opacity:0;
}
.owl-item.active.dots-style-3 .slide-content-box{
    opacity:1;
    transition:all 2s ease 2s;
    -moz-transition:all 2s ease 2s;
    -webkit-transition:all 2s ease 2s;
    -o-transition:all 2s ease 2s;
}


/*owl button top to center  */

.owl-btn-top-c .owl-nav {
    text-align: center;
}
/*owl button top to left  */

.owl-btn-top-l .owl-nav {
    text-align: left;
}
.owl-btn-top-l .owl-nav .owl-prev {
    margin-left: 0;
}
/*owl button top to right  */

.owl-btn-top-r .owl-nav {
    text-align: right;
}
.owl-btn-top-r .owl-nav .owl-next {
    margin-right: 0;
}
/*owl button top to left & right  */

.owl-btn-top-lr .owl-nav{
    text-align: left;
}
.owl-btn-top-lr .owl-nav .owl-next {
    margin-right: 0;
    float: right;
}
.owl-btn-full .owl-prev, 
.owl-btn-full .owl-next{
    padding: 40px 8px;
}
/*owl button < > CENTER to left & right */

.owl-btn-center-lr .owl-nav {
    margin: 0;
}
.owl-btn-center-lr + 
.owl-theme .owl-nav {
    margin: 0;
}
.owl-btn-center-lr .owl-nav .owl-prev,
.owl-btn-center-lr .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-btn-center-lr .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.owl-carousel .owl-item img {
    transform-style: inherit;
}
/* Owl Button Style */
.owl-btn-1 .owl-prev, 
.owl-btn-1 .owl-next,
.owl-btn-2 .owl-prev, 
.owl-btn-2 .owl-next,
.owl-btn-3 .owl-prev, 
.owl-btn-3 .owl-next{
    border-radius: 2px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px !important;
    padding: 0;
    text-align: center;
    width: 50px;
}
.owl-btn-2 .owl-prev, 
.owl-btn-2 .owl-next,
.owl-btn-3 .owl-prev, 
.owl-btn-3 .owl-next{
    margin: 0 -70px !important;
}
.owl-btn-3 .owl-prev, 
.owl-btn-3 .owl-next {
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
    font-size: 35px;
    height: auto;
    width: auto;
    opacity:0.2;
}
.owl-btn-3 .owl-prev:hover, 
.owl-btn-3 .owl-next:hover {
    background-color: rgba(0, 0, 0, 0);
    color:#000;
    opacity:1;
}
.owl-btn-3.btn-white .owl-prev, 
.owl-btn-3.btn-white .owl-next {
    color:#fff;
}
.owl-btn-3.btn-white .owl-prev:hover, 
.owl-btn-3.btn-white .owl-next:hover {
    color:#fff;
}
.owl-btn-4 {
    overflow:hidden;
}
.owl-btn-4 .owl-prev, 
.owl-btn-4 .owl-next{
    background: #ffffff none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow:0 0 20px 7px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 -10px !important;
    overflow: hidden;
    padding: 0;
    width: 50px;
    opacity:0.7;
}
.owl-btn-4 .owl-prev:hover, 
.owl-btn-4 .owl-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #000;
    opacity:1;
}
/* Thumb */
#sync2 .owl-item.active.current .item img {
    
}

/* owl-dots */
.owl-dots-none .owl-dots{
    display:none;
}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span{
    opacity:0.5;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    margin:4px;
}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span{
    background-color:#1abc9c;
}
.owl-dots-black-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot span{
    background-color:#333;
}
.owl-dots-white-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span{
    background-color:#f5f5f5;
}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot.active span{
    opacity:1;
    width:25px;
}
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot.active span{
    width:14px;
    height:14px;
    opacity:1;
    margin:0px 4px 2px 4px;
}
@media only screen and (max-width: 1200px) {
    .owl-btn-2 .owl-prev, 
    .owl-btn-2 .owl-next,
    .owl-btn-3 .owl-prev, 
    .owl-btn-3 .owl-next{
        margin:0 10px !important;
    }
}
/*---------------------------------------------------------------
21. BLOG
---------------------------------------------------------------*/

.blog-post {
    position: relative;
    margin-bottom: 60px;
}
.dlab-post-title {
    margin-bottom: 5px;
}
.dlab-post-title .post-title {
    margin-top: 15px;
    margin-bottom: 15px;
}
.dlab-post-meta {
    margin-bottom: 15px;
}
.dlab-post-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform:capitalize;
}
.dlab-post-meta ul li {
    padding: 0;
    display: inline-block;
    color: #707070;
    font-weight: 500;
    font-size: 14px;
    
}
.dlab-post-meta ul li strong{
    font-weight: 500;
}
.dlab-post-meta li:after {
    content: "|";
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.5;
}
.dlab-post-meta li:last-child:after {
    display: none;
}
.dlab-post-meta a {
    color: #707070;
}
.dlab-post-meta i {
    margin: 0 5px;
    font-size: 15px;
}
.text-white .dlab-post-meta ul li,
.text-white .dlab-post-meta a,
.text-white .dlab-post-meta i {
    color:#fff;
}
.dlab-post-meta.text-white i,
.dlab-post-meta.text-white ul li,
.dlab-post-meta.text-white ul li a{
    color:#fff;
}
.dlab-post-meta.text-black i,
.dlab-post-meta.text-black ul li,
.dlab-post-meta.text-black ul li a{
    color:#000;
}
.dlab-post-meta.text-gray i,
.dlab-post-meta.text-gray ul li,
.dlab-post-meta.text-gray ul li a{
    color:#808080;
}
.dlab-post-text {
    margin-bottom: 20px;
}
.dlab-post-text p:last-child {
    margin: 0;
}
.dlab-post-readmore {
    margin-bottom: 15px;
}
.dlab-post-tags {
    border-top: 1px solid #E9E9E9;
    padding-top: 10px;
}
.dlab-post-tags .post-tags {
    margin: 0 -3px;
    list-style: none;
}
.dlab-post-tags .post-tags a {
    color: #2b2d2e;
    margin: 5px 4px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-family: Montserrat;
}
.dlab-post-tags .post-tags a:hover{
    color:#000;
}
.dlab-info[class*="border-"] .post-title{
    margin-top:0;
}
.text-white .post-title a{
    color:#fff;
}
.dlab-info > div:last-child,
.dlab-info > p:last-child{
    margin-bottom:0;
}
@media only screen and (max-width: 1200px) {
    .dlab-post-meta .d-flex{
        display:block !important;
    }
}

/*== post date syle css ==*/

.date-style-1 .post-date {
    color: #fff;
    background-color: #EFBB20;
    padding: 3px 5px 3px 5px;
}
.date-style-1 .post-date i{
    color: #fff;
    left: 5px;
    top: 5px;
}
.date-style-1 .post-date i,
.date-style-2 .post-date i,
.date-style-3 .post-date i,
.date-style-4 .post-date i {
    display:none;
}
.date-style-2 .post-date,
.date-style-4 .post-date {
    color: #fff;
    position: absolute;
    left: 20px;
    top: 0;
    width: 50px;
    text-align: center;
    text-transform: uppercase;
}
.date-style-2 .post-date strong,
.date-style-2 .post-date span,
.date-style-4 .post-date strong,
.date-style-4 .post-date span {
    display: block;
    padding: 10px 5px;
}
.date-style-2 .post-date strong,
.date-style-4 .post-date strong {
    font-size: 10px;
    padding: 10px 5px 5px;
    position: relative;
}
.date-style-2 .post-date > strong:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    background-color: #fff;
    margin: 0 -10px;
    width: 20px;
}
.date-style-2 .post-date span {
    font-size: 16px;
    padding: 5px 5px 10px;
}
.date-style-2 .post-date:after,
.date-style-2 .post-date .fa,
.date-style-3 .post-date:after,
.date-style-3 .post-date .fa,
.date-style-4 .post-date .fa {
    display: none;
}
.date-style-3 .dlab-post-info {
    position: relative;
}
.date-style-3 .post-date {
    font-family: oswald;
    text-transform: uppercase;
    position: absolute;
    padding: 8px 15px;
    color: #fff;
    top: -36px;
    left: 0;
    height: 36px;
}
.date-style-3 .post-date strong {
    color: #30353c;
    margin-right: 2px;
}
.date-style-3.skew-date .post-date {
    padding-right: 8px;
}
.date-style-3.skew-date .post-date:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 22px;
    height: 100%;
    border-right: 3px solid #2D3239;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
.date-style-4 .post-date span {
    background-color: #2e1e13;
}
.date-style-4 .post-date {
    top: 10px;
    left: 10px;
}
.date-style-4 .dlab-post-info {
    box-shadow: 0 3px 0 0 #dbdbdb;
}
.date-style-4 .dlab-post-meta ul li {
    font-weight: normal;
}
/*== post without media ==*/

.no-image-blog.date-style-2 .algo-post-info {
    padding-top: 70px;
}
.no-image-blog.date-style-2 .post-date {
    top: 0;
    left: 20px;
}
/*if no image with blog post*/

.blog-post.no-img-post .post-date {
    position: static;
    float: left;
}
/*blog post half iamge*/

.blog-md{
    display:flex;
}
.blog-md .dlab-post-media {
    width: 320px;
    min-width: 320px;
    border-radius: 4px;
}


.blog-md .dlab-post-media img{
    height: 100%;
    object-fit:cover;
}
.blog-md .dlab-post-info {
    border: none;
    padding-left:30px;
}
.blog-md .dlab-post-tags {
    border: none;
    display: inline-block;
    padding: 0;
}
.blog-md .dlab-post-info .post-title{
    margin-top:0;
}
.blog-md, 
.blog-md .dlab-post-info {
 }
.blog-md .dlab-post-info, 
.blog-md .dlab-post-media {
    display: table-cell;
    vertical-align: middle;
}
.blog-md .dlab-post-media {
    vertical-align: top;
}
.blog-md .dlab-post-info > div:last-child{
    margin-bottom:0;
}
.blog-md .dlab-post-info{
    padding-top: 5px;
}


/* blog-rounded */
.blog-rounded [class*="border-"]{
    border-radius:0 0 4px 4px;
}

.blog-rounded .dlab-post-media {
    border-radius: 4px 4px 0 0;
}

/* blog-effect1 */
.blog-effect1 {
    transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    -webkit-transition:all 1s;
}
.blog-effect1:hover {
    border-radius: 4px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    
}
/* Blog Share */
.blog-share{
    position:relative
}
.share-btn{
    position:absolute;
    right:0;
    bottom:0;
}
.share-btn ul{
    margin:0;
    padding:0;
    list-style:none;
}
.share-btn ul li{
    display:inline-block;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
}
.share-btn ul li a.btn{
    
}
.share-btn ul li a.btn:hover{
    
}
.share-btn ul:hover li.share-button a.btn{
    
}   
.share-btn ul:hover li{
    
}
.share-details-btn ul{
    
}
.share-details-btn ul li{
    
}
@media only screen and (max-width: 767px) {
    .blog-md.blog-post .dlab-pfost-media,
    .blog-md.blog-post .dlab-post-info {
        float: none;
        margin: 0 0 20px;
        width: 100%;
        display:block;
        padding-left:0;
    }
    .blog-md.blog-post .dlab-post-info {
        margin-top:15px;
    }
    .blog-md .dlab-post-media {
        width:100%;
    }
}
/*Blog page pagination main*/

.nav-links:after {
    clear: both;
    content: "";
    display: table;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.pagination .page-numbers {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #767676;
    padding: 9px 15px;
    font-weight: 600;
    font-size: 12px;
    display: block;
    float: left;
    margin-left: -1px;
}
.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
    background: #3396D1;
    color: #fff;
}
.pagination i {
    font-size: 12px;
}
.pagination li.active a {
    background-color: #c5c5c5;
    color: #000000;
}
/*Blog paging Next & Prev css*/

.nav-links .nav-previous a,
.nav-links .nav-next a {
    display: inline-block;
    color: #3396d1;
    font-weight: 600;
    margin-bottom: 20px;
    outline: none !important;
}
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
    color: #0099CC;
}
.nav-links .nav-previous a:after,
.nav-links .nav-next a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 2px;
    color: #333;
}
/*Post navigation*/

.post-navigation {
    background-color: #fff;
    padding: 30px;
    border-bottom: 2px solid #e3e3e3;
}
.post-navigation .screen-reader-text {
    margin-top: 0;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
    display: inline-block;
    width: 50%;
}
.post-navigation .nav-next {
    text-align: right;
}
.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
    display: none;
}
.post-navigation .nav-previous .post-title,
.post-navigation .nav-next .post-title {
    display: block;
    font-size: 15px;
    color: #777777;
    margin-top: 10px;
}
/*post panging*/

.dlab-link-pages {
    padding: 20px 0 30px;
}
.dlab-link-pages a {
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600;
    background-color: #CCC;
    margin: 0 2px;
}
/*Sticky Post*/

.sticky-post {
    position: absolute;
    right: 0;
    top: 0;
    background: #77c04b;
    color: #FFF;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
}
/*Post password form*/

.post-password-form {
    position: relative;
    clear: both;
}
.post-password-form input[type="password"] {
    width: 100%;
    border: 1px solid #ebedf2;
    padding: 10px 100px 10px 15px;
    height: 40px;
}
.post-password-form label {
    display: block;
}
.post-password-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    background-color: #333;
    color: #FFF;
    border: none;
    height: 40px;
    text-transform: uppercase;
    font-weight: 600;
}
/*gallery css for blog post*/

.blog [class*="galleryid-"] {
    clear: both;
    margin: 0 auto;
    overflow: hidden
}
.gallery .gallery-item {
    float: left;
    list-style: none;
    margin: 0px 0 0;
    overflow: hidden;
    padding: 0px 0px 5px 15px;
    text-align: center
}
.gallery .gallery-caption {
    padding-top: 10px;
    font-size: 13px;
}
.gallery .gallery-item img {
    float: left;
    padding: 0 0px;
    width: 100%;
    border: none !important;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/*side bar*/

.side-bar .widget {
    margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
    .side-bar {
        margin-bottom: 40px;
    }
}
/*Blog single*/
.blog-single .dlab-post-meta {
    margin-bottom: 10px;
}
.blog-single .dlab-post-text {
    margin-top: 20px;
}
.blog-single .dlab-post-tags {
    margin-top: 20px;
}
.blog-single .dlab-post-media{
    border-radius:10px;
}
/*= comment list = */

.comments-area {
    padding: 0;
}
.comments-area .comments-title {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    margin-bottom: 40px;
    letter-spacing: 2.5px;
}
ol.comment-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
ol.comment-list li.comment {
    position: relative;
    padding: 0;
}
ol.comment-list li.comment .comment-body {
    position: relative;
    padding: 0px 0px 0px 20px;
    padding-bottom: 25px;
    margin-left: 65px;
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #EEEEEE;
}
ol.comment-list li.comment .comment-body:after {
    border-color: transparent #e9e9e9 transparent #e9e9e9;
    border-width: 12px 14px 12px 0;
    left: -14px;
}
ol.comment-list li.comment .comment-author {
   display: inline-block;
    margin-bottom: 0;
}
ol.comment-list li.comment .comment-author .avatar {
    position: absolute;
    top: 0;
    left: -65px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
ol.comment-list li.comment .comment-author .fn {
    display: inline-block;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    font-family:'Josefin Sans', sans-serif;
}
ol.comment-list li.comment .comment-author .says {
    display: none;
    color: #999999;
    font-weight: 600;
}
ol.comment-list li.comment .comment-meta {
    text-transform: capitalize;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
    padding-left: 30px
}
ol.comment-list li.comment .comment-meta a {
    color: #7f8184;
    font-family: 'Inconsolata', monospace;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.5px;
    font-weight: 700;             
}
ol.comment-list li.comment .reply {
    position: absolute;
    right: 0;
    top: 5px;
}
ol.comment-list li.comment p {
    line-height: 26px;
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 400;
    color: #77797c;
}
ol.comment-list li.comment .reply a {
    color: #201f22!important;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    font-family: Playfair Display;
}
ol.comment-list li .children {
    list-style: none;
    margin-left: 85px;
    padding-left: 0;
}
ol.comment-list li .children li {
    padding: 0;
}
@media only screen and (max-width: 1199px) {
    .video-frame{
        height: 343px!important;
    }
}
@media only screen and (max-width: 991px) {
    .video-frame{
        height: 220px!important;
    }
    .audio-frame{
        height: 240px!important;
    }
}
@media only screen and (max-width: 767px) {
    .comments-area .padding-30 {
        padding: 15px;
    }
    ol.comment-list li.comment .comment-body {
        margin-bottom: 15px;
        margin-left: 70px;
        padding-bottom: 10px;
    }
    ol.comment-list li.comment .comment-author .avatar {
        left: -75px;
        height: 60px;
        width: 60px;
    }
    ol.comment-list li .children {
        margin-left: 20px;
    }
    ol.comment-list li.comment .reply a {
        position: static;
    }
    .video-frame{
        height: 289px!important;
    }
    .audio-frame{
        height:310px!important;
    }
}
@media only screen and (max-width: 480px) {
    ol.comment-list li.comment .comment-body {
        margin-left: 40px;
    }
    ol.comment-list li.comment .comment-author .avatar {
        left: -40px;
        top: 12px;
        width: 40px;
        height: 40px;
    }
    .video-frame{
        height: 254px!important;
    }
}
@media only screen and (max-width: 422px) {
    .video-frame{
        height: 222px!important;
    }
}
@media only screen and (max-width: 360px) {
    .video-frame{
        height: 187px!important;
    }
}
/*= comment form = */
.comment-respond .comment-reply-title {
    text-transform: uppercase;
    font-size: 20px;
}
.comment-respond .comment-reply-title {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 2.5px;
}
.comments-area .comment-form {
    margin: 0 -6px;
}
.comments-area .comment-form .comment-notes {
    display: none;
}
.comments-area .comment-form p {
    width: 50%;
    float: left;
    padding: 0 6px;
    margin-bottom: 12px;
    position: relative;
}
.comments-area .comment-form p.form-allowed-tags {
    width: 100%;
}
ol.comment-list li.comment .comment-respond .comment-form p {
    padding: 0 15px !important;
}
.comments-area .comment-form p label {
    display: none;
    line-height: 18px;
    margin-bottom: 10px;
}
.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p textarea {
    width: 100%;
    height: 54px;
    line-height: 6px 12px;
    padding: 10px 20px 10px 20px;
    border: 1px solid #e8e8e8;
    text-transform: capitalize;
    font-size: 15px;
    font-family:'Josefin Sans', sans-serif;
}
.comments-area .comment-form p.comment-form-comment {
    width: 100%;
    display: block;
    clear: both;
}
.comments-area .comment-form p textarea {
    height: 120px;
}
.comments-area .comment-form p.form-submit {
    clear: both;
    float: none;
    width: 100%;
    margin: 0;
}
.comments-area .comment-form p input[type="submit"] {
    background-color: #EFBB20;
    border: none;
    display: inline-block;
    font-weight: 600;
    padding: 13px 41px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 30px;
    color: #fff;
    font-family: 'Inconsolata', monospace;
    letter-spacing: 2.5px;
    cursor: pointer;
}
.comments-area .comment-form p input[type="submit"]:hover,
.comments-area .comment-form p input[type="submit"]:focus,
.comments-area .comment-form p input[type="submit"]:active {
    background-color: #6ab33e;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .comments-area .comment-form p {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .comment-respond {
        padding: 20px;
    }
}
/*---------------------------------------------------------------
22. WIDGETS
---------------------------------------------------------------*/
.list-2{
    display: table;
}
.list-2 li{
    float: left;
    padding: 5px 5px 5px 20px;
    width: 50%;
    position: relative;
}
.list-2 li:before{
    content:"\e60a";
    font-family: 'themify';
    font-size: 11px;
    left: 0;
    position: absolute;
}
.list-2 li:hover:before{
    color:#1ABC9C;
}
.widget {
    margin-bottom: 60px;
}
.widget.bg-white{
    border: 1px solid #ebedf2;
}
.widget.border-0 ul li {
    border: 0 none;
}
.widget-title {
    margin: 0 0 25px;
}
.widget-title {
    padding-bottom: 0;
    position: relative;
    margin-bottom: 20px;
    vertical-align: middle;
    font-family: 'Inconsolata', monospace;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2.5px;
    font-weight: 900;
    color: #000;     
}
.widget-title:after {
    content: none;
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 3px;
    margin: 0 0 0;
    width: 50px;
    margin: 10px 0;
}
.widget-title.style-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 600;
    line-height: 12px;
}
.widget-title.style-1:after {
    border-radius: 0;
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    vertical-align: bottom;
    width: 50px;
}
.recent-posts-entry ul,
.category-entry ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
/* widget link*/
.widget-link ul{
    margin: 0px;
    padding: 0px;
}
.widget-link ul li{
    list-style:none;
    display: inline-block;
    padding-left: 3px;
    padding-right: 10px;
    position: relative;
}
.widget-link ul li:last-child{
    padding-right:3px;
}
.widget-link ul li:last-child:after {
    content:none;
}
.widget-link li:after {
    content: "/";
    position: absolute;
    right: 0;
}
/* widget listing*/

.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_services ul,
.widget_getintuch ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_nav_menu li,
.widget_recent_entries ul li,
.widget_services ul li {
    padding-bottom: 18px;
    margin-bottom: 13px;
    position: relative;
    padding: 10px 0px 10px 0px;
    margin-bottom: 0;
    line-height: 20px;
}
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu li a,
.widget_recent_entries ul li a,
.widget_services ul li a {
    color: #4a4c4f;
    text-transform: capitalize;
    font-size: 14px;
    font-family:Montserrat;
    font-weight:500;
}
.widget_categories ul li:after,
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before,
.widget_recent_entries ul li:before,
.widget_services ul li:before {
    content: none;
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 5px;
    height: 5px;
    background: #838383;
    top: 17px;
    border-radius: 7px;
}
.widget_categories ul li li,
.widget_archive ul li li,
.widget_meta ul li li,
.widget_pages ul li li,
.widget_recent_comments ul li li,
.widget_nav_menu li li,
.widget_services li li {
    border-bottom: none;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 28px;
}
.widget_categories ul li li:before,
.widget_archive ul li li:before,
.widget_meta ul li li:before,
.widget_pages ul li li:before,
.widget_recent_comments ul li li:before,
.widget_nav_menu li li:before,
.widget_services li li:before {
    top: 0;
    left: -8px;
}
/*widget search custom*/

.search-bx .btn {
    padding: 9px 12px;
    border: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
/*widget search wp-default*/

.widget_search .screen-reader-text {
    display: block;
}
.searchform {
    position: relative;
}
.searchform input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 10px 90px 10px 15px;
    border: 1px solid #CCCCCC;
}
.searchform input[type="submit"] {
    height: 40px;
    padding: 10px 15px;
    background-color: #77c04b;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus,
.searchform input[type="submit"]:active {
    background-color: #6ab33e;
    color: #ffffff!important;
    border-bottom-color: #5a9e2f;
}
/* Search BX style 1 */
.search-bx.style-1 .input-group-btn button {
    background: #000;
    border: 0;
    color: #fff;
    font-size: 15px;
    height: 50px;
    width: 50px;
    border-width: 0;
}
.search-bx.style-1 .form-control {
    border-width: 0;
    font-size: 15px;
    height: 50px;
    background: #f5f5f5;
    padding: 5px 20px;
}
/*widget recent-posts*/

.recent-posts-entry .post-date,
.tweets-feed-entry .tweet-date {
    color: #848482;
    font-style: normal;
}
.widget .post-title {
    margin-bottom: 0;
    margin-top:0;
    text-transform: capitalize;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    line-height: 22px;
}
.recent-posts-entry .widget-post {
    margin-bottom: 15px;
    align-items: center;
    display: flex;
    border-radius: 0px;
    overflow: hidden;
}
.recent-posts-entry .widget-post-bx:last-child {
    border-bottom: none;
}
.recent-posts-entry .dlab-post-media {
    width: 80px;
    min-width: 80px;
    margin: 0;
    border-radius: 0;
}
.recent-posts-entry .dlab-post-info {
    background: transparent;
    padding: 0;
    padding-left: 20px;
    border: none;
    padding-right: 10px;
}
.recent-posts-entry .post-meta span {
    margin-right: 10px;
}
.recent-posts-entry .dlab-post-meta {
    margin-bottom: 0px;
}
.recent-posts-entry .dlab-post-info,
.recent-posts-entry .dlab-post-media{
    display: table-cell;
    vertical-align: middle;
}
/*widget recent-comment*/

.widget_recent_comments ul li:before {
    content: "\f0e6";
}
.widget_recent_comments ul li {
    padding-left: 20px;
    color: #999;
}
/* widget meta*/

.widget_meta ul li a abbr[title] {
    color: #333;
    border-bottom: none;
}
/*widget calender*/

.widget_calendar caption::after {
    color: #707070;
    content: ">";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0 0 0 5px;
}
.widget_calendar table {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
}
.widget_calendar thead {
    background-color: #999999
}
.widget_calendar tfoot tr td {
    border: none;
    padding: 0px
}
.widget_calendar tfoot tr td a {
    background-color: #fff;
    padding: 4px 10px
}
.widget_calendar table thead tr th {
    font-size: 11px;
    padding: 5px;
    text-align: center;
    border: none;
    color: #fff;
}
.widget_calendar table tbody td {
    font-size: 13px;
    padding: 6px 5px;
    text-align: center;
    background-color: #fff;
    border: none;
    color: #444;
}
.widget_calendar table tbody td#today {
    background-color: #77c04b;
    color: #FFF;
}
.widget_calendar table tbody td#today a {
    color: #FFF;
}
/*widget tags-list*/

.widget_tag_cloud a {
    padding: 8px 8px;
    background-color: #FFFFFF;
    border: 1px solid #dbdde2;
    font-size: 9px;
    display: inline-block;
    margin: 0 0 5px;
    color: #494b4d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.side-bar .widget_tag_cloud a:hover {
    background-color: #CCCCCC;
    color:#fff;
    box-shadow:5px 5px 10px 0 rgba(37, 201, 65, 0.15);
    -webkit-box-shadow:5px 5px 10px 0 rgba(37, 201, 65, 0.15);
    -moz-box-shadow:5px 5px 10px 0 rgba(37, 201, 65, 0.15);
    -o-box-shadow:5px 5px 10px 0 rgba(37, 201, 65, 0.15);
    -ms-box-shadow:5px 5px 10px 0 rgba(37, 201, 65, 0.15);
}
.widget_tag_cloud.radius a{
    border-radius:40px;
    padding: 7px 10px;
}
/*widget archive*/

.widget_archive select {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
}
/*widget text*/

.widget_text select {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
}
.widget_text select option {
    width: 100%;
}
/*widget categories*/

.widget_categories li {
    text-align: right;
}
.widget_categories li a {
    float: left;
    text-transform: capitalize;
}
/*widget RSS*/

.widget_rss ul {
    margin: 0;
    line-height: 20px;
}
.widget_rss ul li {
    line-height: 20px;
    margin-bottom: 15px;
}
.widget_rss ul .rsswidget {
    color: #333;
}
.widget_rss ul .rss-date {
    color: #3396D1;
}
.widget_rss ul .rssSummary {
    padding: 5px 0;
}
.widget_rss ul cite {
    color: #333;
    font-weight: 600;
}
/* widget get in tuch */

.widget_getintuch {
    padding-top: 10px;
}
.widget_getintuch li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
.widget_getintuch li,
.widget_getintuch b,
.widget_getintuch strong {
    display: block;
    text-transform: capitalize;
}
.widget_getintuch strong {
    font-weight:600;
    font-size: 16px;
}
.widget_getintuch i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
/* widget gallery */

.widget_gallery ul {
    padding-left: 0;
    display: table;
}
.widget_gallery.gallery-grid-2 li {
    width:50%;
}
.widget_gallery.gallery-grid-4 li {
    width:25%;
}
.gallery-grid-8 li {
    width:12.5%;
}
@media only screen and (max-width: 767px) {
    .gallery-grid-8 li {
        width:25%;
    }
}
.widget_gallery li {
    display: inline-block;
    width: 33.33%;
    float:left;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    padding: 5px;
}
.widget_gallery li img {
    display: inline-block;
    width:100%;
}
.widget_gallery li:nth-child(3n-3) {
    margin-right: 0;
}
.widget_gallery li:hover {
    opacity:0.7;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.widget_gallery a {
    display: inline-block;
}
/* Newslatter */
.widget-newsletter .news-box{
    background-color:#fff;
    padding:0;
    position: relative;
    z-index: 1;
}
.widget-newsletter .news-box form::after {
    content: "";
    background-image: url(../images/newslatter-bg.png);
    position: absolute;
    height: 60px;
    width: 100%;
    top: 0;
    opacity: 1;
    background-position: top;
    background-size: 100% 100%;
}
.widget-newsletter p{
    font-style: italic;
    font-size:15px;
}
.widget-newsletter .form-control {
    background: #ffffff none repeat scroll 0 0;
    border: none;
    height: 50px;
    margin-bottom: 0px;
    padding: 5px 20px;
}
.widget-newsletter .btn{
    padding:12px 15px;
    font-weight: 700;
}
.news-box form:after {
    color: #000000;
    content: "Newslatter";
    font-family: montserrat;
    font-size: 50px;
    font-weight: 700;
    opacity: 0.05;
    position: absolute;
    top: -40px;
    z-index:-1;
}
.news-box:before {
    font-family:themify;
    content:"\e75a";
    font-size: 50px;
    font-weight: 700;
    opacity: 0.05;
    position: absolute;
    right:0;
    top:0;
    z-index:-1;
    opacity: 0.05;
}
.news-box form{
    position:relative;
}

/* About us Widgets */
.widget-about .dlab-title{
    margin:15px 0 5px 0;
    color:#000;
}
.widget-about p{
    color: #333333;
    font-size: 13px;
    line-height: 20px;
}
.widget-about .button-sm {
    font-weight: 700;
    padding: 5px 20px;
}
/* widget testimonial */
.widget-testimonial .testimonial-pic{
    height:70px;
    width:70px;
    border: 3px solid #ffffff;
    margin-bottom:10px;
}
.widget-testimonial .testimonial-name{
    font-weight:600;
    font-size:13px;
    text-transform:uppercase;
    color:#000;
}
.widget-testimonial .testimonial-position{
    text-transform:uppercase;
    color:#888q;
    font-size:12px;
    font-style: inherit;
}
.widget-testimonial .testimonial-position p{
    line-height: 26px;
}
.widget-testimonial .testimonial-text{
    color: #505050;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
    padding:0;
}










/*---------------------------------------------------------------
23. CUSTOMIZE CSS
    >set-radius
    >transition
    >float-clearfix
---------------------------------------------------------------*/
/*== >set-radius ==*/

.btn,
.panel,
.form-control,
.img-thumbnail,
.panel-head ing,
.dropdown-menu,
.panel-group .panel,
.nav-tabs > li > a,
.modal-content,
.navbar-toggler,
.nav-pills > li > a,
.pager li > a,
.pager li > span,
.well,
.alert,
.list-group-item:first-child,
.list-group-item:last-child,
.input-group-addon,
.btn-group-divides > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group-divides > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.dlab-booking-form .dlab-extra-services li .icon-bx-lg,
.dlab-booking-form .dlab-extra-services li.active .icon-bx-lg:after,
.widget_tag_cloud a,
.searchform input[type="text"],
.searchform input[type="submit"],
ol.comment-list li.comment .comment-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#999b9d;
}
/*== >transition ==*/

a,
.dlab-box,
.btn,
.form-control,
.overlay-bx,
.overlay-icon li a i,
.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs,
.share-social-bx li,
.indicator,
.profile-menu ul li,
.staff-member .member-done,
.how-dlab-work .dlab-box .shadow-bx img,
.how-dlab-work .dlab-box .step-no-bx,
.dlab-info-has,
.dlab-we-find .dlab-box,
.navbar-toggler,
.logo-header,
.header-nav .nav > li > a,
.extra-nav,
.skew-secondry:hover,
.skew-primary:hover,
.skew-secondry:hover::after,
.skew-primary:hover::after {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.animate-slow {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.animate-mid {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.animate-fast {
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
/*== >float-clearfix ==*/

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
/*error for select box*/

.has-error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle:hover,
.has-error .bootstrap-select .dropdown-toggle:focus {
    border-color: #a94442 !important;
}
/*succes for select box*/

.has-success .bootstrap-select .dropdown-toggle,
.has-success .bootstrap-select .dropdown-toggle:hover,
.has-success .bootstrap-select .dropdown-toggle:focus {
    border-color: #3c763d !important;
}
/*---------------------------------------------------------------
24. SORTCODES 
    >Buttons
    >Title separators       
    >Deviders   
    >Lists & bullets    
    >Tabs
    >Accordians     
    >Carousels
    >Testimonials   
    >Pricing table
    >Alert box  
    >Modal pop
    >Social icons
    >Breadcrumb
    >Tables
    >Image effects
    >Icon boxes
    >Box New Style 
---------------------------------------------------------------*/
/*==== Shortcode Css ====*/
.sort-title{
    margin-bottom:40px;
}
.sort-title h4:after{
    left: -160px;
}
.sort-title.text-white h4:after,
.sort-title.text-white h4:before {
    background:#fff;
}
.sort-title h4:after,
.sort-title h4:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -160px;
    top: 50%;
    width: 150px;
    opacity: 0.15;
}
.sort-title h4 {
    display: inline-block;
    margin: 0;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .sort-title h4:after,
    .sort-title h4:before {
        content:none;
    }
}

/*== >Buttons ======= */
/* owl slider button */
.owl-prev,
.owl-next {
    background-color: rgba(255,255,255,0.95);
    border-color: rgba(255,255,255,0.95);
    color: #000;
    padding: 5px 8px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    border-width: 0px;
    border-style: solid;
}
.owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus {
    background-color: rgba(255,255,255,1);
    border-color: #3E2E23;
    color: #000;
}
/* theme default button */
.button-example .btn,
.button-example .btn-link{
    margin:0 5px 10px 0;
}

/* Bootstrap button */
button{
    cursor:pointer;
}
button:focus{
    outline:0px solid;
}
.btn {
    -moz-user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 8px 16px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:focus{
    box-shadow:none;
}
.btn.btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #ffffff;
}
.btn.btn-primary {
    background-color: #0275d8;
    border-color: #0275d8;
    color: #ffffff;
}
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover{
    background-color: #025aa5;
    border-color: #01549b;
}
.btn.btn-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #ffffff;
}
.btn.btn-info:hover{
    background-color: #46cef7;
    border-color: #46cef7;
    color: #ffffff;
}
.btn.btn-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #ffffff;
}
.btn.btn-danger:hover {
    background-color: #ea4b47;
    border-color: #ea4b47;
    color: #ffffff;
}
.btn.btn-secondary {
    background-color: #ffffff;
    border-color: #cccccc;
    color: #292b2c;
}
/* Outline */
[class*="btn-outline"].btn{
    border: 1px solid;
}
.btn.btn-outline-danger {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #d9534f;
    color: #d9534f;
}
.btn.btn-outline-primary {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #0275d8;
    color: #0275d8;
}
.btn.btn-outline-secondary {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #cccccc;
    color: #cccccc;
}
.btn.btn-outline-success {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #5cb85c;
    color: #5cb85c;
}
.btn.btn-outline-info {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #5bc0de;
    color: #5bc0de;
}
/* Outline Hover */
.btn.btn-outline-warning {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #f0ad4e;
    color: #f0ad4e;
}
.btn.btn-outline-primary:hover {
    background-color: hsl(208, 98%, 43%);
    border-color: hsl(208, 98%, 43%);
    color: hsl(0, 0%, 100%);
}
.btn.btn-outline-secondary:hover {
    background-color: hsl(0, 0%, 80%);
    border-color: hsl(0, 0%, 80%);
    color: hsl(0, 0%, 100%);
}
.btn.btn-outline-success:hover {
    background-color: hsl(120, 39%, 54%);
    border-color: hsl(120, 39%, 54%);
    color: hsl(0, 0%, 100%);
}
.btn.btn-outline-info:hover {
    background-color: hsl(194, 66%, 61%);
    border-color: hsl(194, 66%, 61%);
    color: hsl(0, 0%, 100%);
}
.btn.btn-outline-warning:hover {
    background-color: hsl(35, 84%, 62%);
    border-color: hsl(35, 84%, 62%);
    color: hsl(0, 0%, 100%);
}
.btn.btn-outline-danger:hover {
    background-color: hsl(2, 64%, 58%);
    border-color: hsl(2, 64%, 58%);
    color: hsl(0, 0%, 100%);
}
/* Bootstrap Btn Size */
.btn-group-lg > .btn, 
.btn-lg {
    border-radius:4px;
    font-size:20px;
    padding: 12px 24px;
}
.btn-group-sm > 
.btn, .btn-sm {
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 8px;
}
.btn,
.btn-secondry {
    color: #fff;
    padding: 14px 30px;
    display: inline-block;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align:center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.btn:active,
.btn:hover,
.btn:focus,
.active > .btn {
    background-color: #d8a409;
    color: #fff;
}
.btn-secondry {
    background-color: #282A3C;
}
.btn-secondry:active,
.btn-secondry:hover,
.btn-secondry:focus,
.active > .btn-secondry {
    background-color: #3c3e4e;
    color: #fff;
}
/* button text uppercase */

.btn.text-uppercase {
    text-transform: uppercase;
}
/* button size */
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
}
.btn-md {
    padding: 15px 30px;
    font-size: 16px;
    font-weight:500;
}
.btn-lg {
    font-size: 18px;
    font-weight: 600;
    padding: 18px 35px;
}
.btn-xl {
    font-size: 22px;
    padding: 25px 35px;
}
/* button rounded */

.radius-no {
    border-radius: 0;
    -webkit-border-radius: 0;
}
.radius-sm {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.radius-xl {
    border-radius: 100px;
    -webkit-border-radius: 100px;
}
.radius-md {
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
/* button colors */
/* white */

.btn.white {
    background-color: #fff;
    color: #777;
}
.btn.white:hover,
.btn.white:active,
.btn.white:focus {
    background-color: #F4F4F4;
    color: #555;
}
/* black */

.btn.black {
    background-color: #000;
    color: #fff;
}
.btn.black:hover,
.btn.black:active,
.btn.black:focus {
    background-color: #000;
    color: #fff;
}
/* Gray */

.btn.gray {
    background-color: #666666;
    color: #fff;
}
.btn.gray:hover,
.btn.gray:active,
.btn.gray.active,
.btn.gray:focus {
    background-color: #555555;
    color: #fff;
}
/* pink */

.btn.pink {
    background-color: #ff3c85;
    color: #fff;
}
.btn.pink:hover,
.btn.pink:active,
.btn.pink.active,
.btn.pink:focus {
    background-color: #ef2c75;
    color: #fff;
}
/* Blue */

.btn.blue {
    background-color: #00c5dc;
    color: #fff;
}
.btn.blue:hover,
.btn.blue:active,
.btn.blue.active,
.btn.blue:focus {
    background-color: #00b5cc;
    color: #fff;
}
/* Green */

.btn.green {
    background-color: #34bfa3;
    color: #fff;
}
.btn.green:hover,
.btn.green:active,
.btn.green.active,
.btn.green:focus {
    background-color: #24af93;
    color: #fff;
}
/* Orange */

.btn.orange {
    background-color: #EF9800;
    color: #fff;
}
.btn.orange:hover,
.btn.orange:active,
.btn.orange.active,
.btn.orange:focus {
    background-color: #df8800;
    color: #fff;
}
/* Red */

.btn.red {
    background-color: #f0526d;
    color: #fff;
}
.btn.red:hover,
.btn.red:active,
.btn.red.active,
.btn.red:focus {
    background-color: #F22D4E;
    color: #fff;
}
/* Brown */

.btn.brown {
    background-color: #484a5c;
    color: #fff;
}
.btn.brown:hover,
.btn.brown:active,
.btn.brown.active,
.btn.brown:focus {
    background-color: #383a4c;
    color: #fff;
}
/* Yellow */

.btn.yellow {
    background-color: #ffb822;
    color: #fff;
}
.btn.yellow:hover,
.btn.yellow:active,
.btn.yellow.active,
.btn.yellow:focus {
    background-color: #efa812;
    color: #fff;
}
/* purple */

.btn.purple {
    background-color: #8862B9;
    color: #fff;
}
.btn.purple:hover,
.btn.purple:active,
.btn.purple.active,
.btn.purple:focus {
    background-color: #7852a9;
    color: #fff;
}
/* Button Gradiyant  */
/* white */

.btn.white {
    background-color: #fff;
    color: #000;
}
.btn.white:hover,
.btn.white:active,
.btn.white:focus {
    background-color: #F4F4F4;
    color: #555;
}
/* black */

.btn.black.gradient {
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(45deg, #000000 0%, #727272 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #000000 0%,#727272 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #000000 0%,#727272 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#727272',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
.btn.black.gradient:hover,
.btn.black.gradient:active,
.btn.black.gradient:focus {
    background: #1e1e1e; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #1e1e1e 0%, #727272 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #1e1e1e 0%,#727272 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #1e1e1e 0%,#727272 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#727272',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    color: #fff;
}
/* Gray */

.btn.gradient.gray {
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #666666 0%, #999999 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #666666 0%,#999999 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #666666 0%,#999999 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#999999',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    color: #fff;
}
.btn.gradient.gray:hover,
.btn.gradient.gray:active,
.btn.gradient.gray:focus {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f4f4f+0,999999+100 */
    background: #4f4f4f; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #4f4f4f 0%, #999999 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #4f4f4f 0%,#999999 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #4f4f4f 0%,#999999 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#999999',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    color: #fff;
}
/* pink */

.btn.gradient.pink {
    background: #ff3c85; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #ff3c85 0%, #ff93bb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #ff3c85 0%,#ff93bb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #ff3c85 0%,#ff93bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3c85', endColorstr='#ff93bb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
.btn.gradient.pink:hover,
.btn.gradient.pink:active,
.btn.gradient.pink:focus {
    background: #ff3d81; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #ff3d81 0%, #ff7fae 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #ff3d81 0%,#ff7fae 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #ff3d81 0%,#ff7fae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3d81', endColorstr='#ff7fae',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
/* Blue */

.btn.gradient.blue {
    background: #00c5db; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #00c5db 0%, #6dff9e 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #00c5db 0%,#6dff9e 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #00c5db 0%,#6dff9e 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c5db', endColorstr='#6dff9e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
.btn.gradient.blue:hover,
.btn.gradient.blue:active,
.btn.gradient.blue:focus {
    background: #00a9bc; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #00a9bc 0%, #54ea86 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #00a9bc 0%,#54ea86 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #00a9bc 0%,#54ea86 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a9bc', endColorstr='#54ea86',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
/* Green */

.btn.gradient.green {
    background: #84ba3f; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #84ba3f 0%, #b7ff59 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #84ba3f 0%,#b7ff59 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #84ba3f 0%,#b7ff59 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84ba3f', endColorstr='#b7ff59',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
.btn.gradient.green:hover,
.btn.gradient.green:active,
.btn.gradient.green:focus {
    background: #6dad1a; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #6dad1a 0%, #90ff00 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #6dad1a 0%,#90ff00 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #6dad1a 0%,#90ff00 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dad1a', endColorstr='#90ff00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    color: #fff;
}
/* Orange */

.btn.gradient.orange {
    background: #ef940b; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #ef940b 0%, #ffd754 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #ef940b 0%,#ffd754 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #ef940b 0%,#ffd754 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef940b', endColorstr='#ffd754',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
.btn.gradient.orange:hover,
.btn.gradient.orange:active,
.btn.gradient.orange:focus {
    background: #d68000; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #d68000 0%, #ffbf00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #d68000 0%,#ffbf00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #d68000 0%,#ffbf00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d68000', endColorstr='#ffbf00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
/* Red */

.btn.gradient.red {
    background: #ff1437; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #ff1437 0%, #ff5982 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #ff1437 0%,#ff5982 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #ff1437 0%,#ff5982 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1437', endColorstr='#ff5982',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
.btn.gradient.red:hover,
.btn.gradient.red:active,
.btn.gradient.red:focus {
    background: #ff0022; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #ff0022 0%, #ff3866 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #ff0022 0%,#ff3866 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #ff0022 0%,#ff3866 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0022', endColorstr='#ff3866',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
.btn.gd,
.btn.gd:active,
.btn.gd:hover,
.btn.gd:focus{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ebbf0+8,39dfaa+100 */
    background: #1ebbf0; /* Old browsers */
    background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ebbf0', endColorstr='#39dfaa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/* Brown */

.btn.gradient.brown {
    background: #303451; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #303451 0%, #7e8196 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #303451 0%,#7e8196 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #303451 0%,#7e8196 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303451', endColorstr='#7e8196',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
.btn.gradient.brown:hover,
.btn.gradient.brown:active,
.btn.gradient.brown:focus {
    background: #1d213f; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #1d213f 0%, #777c9b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #1d213f 0%,#777c9b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #1d213f 0%,#777c9b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d213f', endColorstr='#777c9b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
/* Yellow */

.btn.gradient.yellow {
    background: #ffb52d; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #ffb52d 34%, #ffd684 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #ffb52d 34%,#ffd684 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #ffb52d 34%,#ffd684 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb52d', endColorstr='#ffd684',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    color: #fff;
}
.btn.gradient.yellow:hover,
.btn.gradient.yellow:active,
.btn.gradient.yellow:focus {
    background: #e2a336; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #e2a336 34%, #ffc656 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #e2a336 34%,#ffc656 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #e2a336 34%,#ffc656 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2a336', endColorstr='#ffc656',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
/* purple */

.btn.gradient.purple {
    background: #62369b; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #62369b 0%, #b37cff 87%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #62369b 0%,#b37cff 87%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #62369b 0%,#b37cff 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62369b', endColorstr='#b37cff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
.btn.gradient.purple:hover,
.btn.gradient.purple:active,
.btn.gradient.purple:focus {
    background: #814ec4; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #814ec4 0%, #9e4aba 87%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #814ec4 0%,#9e4aba 87%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #814ec4 0%,#9e4aba 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#814ec4', endColorstr='#9e4aba',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
/* Skew */
.button-skew {
    position: relative;
    text-align: center;
    margin-right: 21px;
    -moz-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.button-skew span {
    display: inline-block;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
.button-skew i {
    background-color: inherit;
    position: absolute;
    height: 100%;
    margin-right: -32px;
    right: 0;
    top: 0;
    padding: 12px 12px;
    line-height: normal;
}
.button-skew i:before {
    display: inline-block;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
.button-skew.button-sm i {
    padding: 7px 10px;
    margin-right: -27px;
}
.button-skew.button-lg i {
    padding: 25px 15px;
    margin-right: -40px;
}
.button-skew.button-xl i {
    padding: 35px 22px;
    margin-right: -55px;
}
/* Graphical */

.btn.graphical {
    color: #fff;
    border-radius: 3px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 3px -1px rgba(45, 60, 72, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.btn.graphical:active {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25) inset
}
/* 3D */

.btn.button-3d {
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    border-left: none;
    border-right: none;
    border-top: none;
}
/* Outline */


.text-white .btn.outline {
    color:#fff;
}
.btn.outline{
    color:#888;
    background: none;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
}
.btn.outline-2 {
    border-width: 2px;
}
.btn.outline.radius-xl,
.btn.outline-2.radius-xl {
    border-radius:100px;
}
/* white */

.btn.outline.white {
    color: #e7e7e7;
    border-color: #e7e7e7;
}
.btn.outline.white:hover {
    color: #000;
}
/* black */

.btn.outline.black {
    color: #171717;
    border-color: #171717;
}
/* gray */

.btn.outline.gray {
    color: #b2b2b3;
    border-color: #efefef;
}
/* pink */

.btn.outline.pink {
    color: #e63f75;
    border-color: #e63f75;
}
/* blue */

.btn.outline.blue {
    color: #42b8d4;
    border-color: #42b8d4;
}
/* green */

.btn.outline.green {
    color: #35b494;
    border-color: #35b494;
}
/* orange */

.btn.outline.orange {
    color: #e56713;
    border-color: #e56713;
}
/* red */

.btn.outline.red {
    color: #d93223;
    border-color: #d93223;
}
/* brown */

.btn.outline.brown {
    color: #69441f;
    border-color: #69441f;
}
/* yellow */

.btn.outline.yellow {
    color: #EFBB20;
    border-color: #EFBB20;
}
/* purple */

.btn.outline.purple {
    color: #ae1af7;
    border-color: #ae1af7;
}
/* hover */

.btn.outline:hover,
.btn.outline:focus,
.btn.outline:active {
    border-color: rgba(0, 0, 0, 0);
    color: #fff!important;
}
/* button text link */

.btn-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    font-weight: 500;
    padding:0;
}
.btn-link i {
    margin-left: 10px;
}
/* white */

.btn-link.white {
    color: #e7e7e7;
}
.btn-link.white:hover,
.btn-link.white:active,
.btn-link.white:focus {
    color: #CCC;
}
/* black */

.btn-link.black {
    color: #171717;
}
.btn-link.black:hover,
.btn-link.black:active,
.btn-link.black:focus {
    color: #000;
}
/* Gray */

.btn-link.gray {
    color: #666666;
}
.btn-link.gray:hover,
.btn-link.gray:active,
.btn-link.gray:focus {
    color: #555555;
}
/* pink */

.btn-link.pink {
    color: #e63f75;
}
.btn-link.pink:hover,
.btn-link.pink:active,
.btn-link.pink:focus {
    color: #EF2C75;
}
/* Blue */

.btn-link.blue {
    color: #42b8d4;
}
.btn-link.blue:hover,
.btn-link.blue:active,
.btn-link.blue:focus {
    color: #00B5CC;
}
/* Green */

.btn-link.green {
    color: #35b494;
}
.btn-link.green:hover,
.btn-link.green:active,
.btn-link.green:focus {
    color: #26a585;
}
/* Orange */

.btn-link.orange {
    color: #E56713;
}
.btn-link.orange:hover,
.btn-link.orange:active,
.btn-link.orange:focus {
    color: #d55703;
}
/* Red */

.btn-link.red {
    color: #D93223;
}
.btn-link.red:hover,
.btn-link.red:active,
.btn-link.red:focus {
    color: #c51e0f;
}
/* Brown */

.btn-link.brown {
    color: #69441F;
}
.btn-link.brown:hover,
.btn-link.brown:active,
.btn-link.brown:focus {
    color: #5f3a15;
}
/* Yellow */

.btn-link.yellow {
    color: #ecc731;
}
.btn-link.yellow:hover,
.btn-link.yellow:active,
.btn-link.yellow:focus {
    color: ##d4af19;
}
/* purple */

.btn-link.purple {
    color: #ae1af7;
}
.btn-link.purple:hover,
.btn-link.purple:active,
.btn-link.purple:focus {
    color: #9804e1;
}
/* Dropdown */
.dropdown-menu > li > a{
    padding:10px 20px;
}
/* Box Shadow */

/* black */
.btn.box-shadow.black {
    box-shadow:0 5px 10px 2px rgba(0, 0, 0, 0.19);
}

/* gray */
.btn.box-shadow.gray {
    box-shadow:0 5px 10px 2px rgba(85, 85, 85, 0.19);
}

/* pink */
.btn.box-shadow.pink {
    box-shadow:0 5px 10px 2px rgba(239, 44, 177, 0.19);
}

/* blue */
.btn.box-shadow.blue {
    box-shadow:0 5px 10px 2px rgba(0, 181, 104, 0.19);
}

/* green */
.btn.box-shadow.green {
    box-shadow:0 5px 10px 2px rgba(36, 176, 147, 0.19);
}

/* orange */
.btn.box-shadow.orange {
    box-shadow:0 5px 10px 2px rgba(223, 136, 0, 0.19);
}

/* red */
.btn.box-shadow.red {
    box-shadow:0 5px 10px 2px rgba(242, 45, 78, 0.19);
}

/* brown */
.btn.box-shadow.brown {
    box-shadow:0 5px 10px 2px rgba(56, 58, 76, 0.19);
}

/* yellow */
.btn.box-shadow.yellow {
    box-shadow:0 5px 10px 2px rgba(239, 168, 18, 0.19);
}

/* purple */
.btn.box-shadow.purple {
    box-shadow:0 5px 10px 2px rgba(120, 82, 169, 0.19);
}
/* Circle */
.btn.circle-sm {
    width:28px;
    height:28px;
    padding: 0;
    border-radius:40px;
    font-size:12px;
    line-height: 27px;
}
.btn.circle {
    width:40px;
    height:40px;
    padding: 0;
    border-radius:40px;
    line-height: 39px;
}
.btn.circle-lg {
    border-radius: 40px;
    font-size: 20px;
    height: 55px;
    padding: 0;
    width: 55px;
    line-height: 54px;
}

.btn.sharp-sm {
    width:28px;
    height:28px;
    padding: 0;
    font-size:12px;
    line-height: 27px;
}
.btn.sharp {
    width:40px;
    height:40px;
    padding: 0;
    line-height: 39px;
}
.btn.sharp-lg {
    font-size: 20px;
    height: 55px;
    padding: 0;
    width: 55px;
    line-height: 54px;
}
/* Social Icon */
/* .btn.facebook,
.btn.google-plus,
.btn.instagram,
.btn.linkedin,
.btn.twitter,
.btn.youtube,
.btn.whatsapp{
    border-radius:3px;
} */
/* Social icon link */
.btn-link.pinterest{
    color:#ca2128;
}
.btn-link.facebook{
    color:#3B5998;
}
.btn-link.google-plus{
    color:#DE4E43;
}
.btn-link.linkedin{
    color:#007BB6;
}
.btn-link.instagram{
    color:#8A5A4E;
}
.btn-link.twitter{
    color:#1EA1F3;
}
.btn-link.youtube{
    color:#CE201F;
}
.btn-link.whatsapp{
    color:#01C854;
}

.btn-link.tumblr.hover,
.btn-link.pinterest.hover,
.btn-link.facebook.hover,
.btn-link.google-plus.hover,
.btn-link.linkedin.hover,
.btn-link.instagram.hover,
.btn-link.twitter.hover,
.btn-link.youtube.hover,
.btn-link.whatsapp.hover{
    color:inherit;
}
.btn-link.tumblr.hover:hover,
.btn-link.tumblr.hover:focus,
.btn-link.tumblr.hover:active{
    color:#2d4e7d;
}
.btn-link.pinterest.hover:hover,
.btn-link.pinterest.hover:focus,
.btn-link.pinterest.hover:active{
    color:#bb0008;
}
.btn-link.facebook.hover:hover,
.btn-link.facebook.hover:focus,
.btn-link.facebook.hover:active{
    color:#3b5998;
}
.btn-link.google-plus.hover:hover,
.btn-link.google-plus.hover:focus,
.btn-link.google-plus.hover:active{
    color:#de4e43;
}
.btn-link.linkedin.hover:hover,
.btn-link.linkedin.hover:focus,
.btn-link.linkedin.hover:active{
    color:#007bb6;
}
.btn-link.instagram.hover:hover,
.btn-link.instagram.hover:focus,
.btn-link.instagram.hover:active{
    color:#8a5a4e;
}
.btn-link.twitter.hover:hover,
.btn-link.twitter.hover:focus,
.btn-link.twitter.hover:active{
    color:#1ea1f3;
}
.btn-link.youtube.hover:hover,
.btn-link.youtube.hover:focus,
.btn-link.youtube.hover:active{
    color:#ce201f;
}
.btn-link.whatsapp.hover:hover,
.btn-link.whatsapp.hover:focus,
.btn-link.whatsapp.hover:active{
    color:#01c854;
}

.btn.tumblr{
    background-color:#44546b;
}
.btn.tumblr:hover,
.btn.tumblr:focus,
.btn.tumblr:active{
    background-color:#2d4e7d;
}
.btn.pinterest{
    background-color:#ca2128;
}
.btn.pinterest:hover,
.btn.pinterest:focus,
.btn.pinterest:active{
    background-color:#bb0008;
}
.btn.facebook{
    background-color:#3B5998;
}
.btn.facebook:hover,
.btn.facebook:focus,
.btn.facebook:active{
    background-color:#4b69a8;
}
.btn.google-plus{
    background-color:#DE4E43;
}
.btn.google-plus:hover,
.btn.google-plus:focus,
.btn.google-plus:active{
    background-color:#fe6e63;
}
.btn.linkedin{
    background-color:#007BB6;
}
.btn.linkedin:hover,
.btn.linkedin:focus,
.btn.linkedin:active{
    background-color:#209bd6;
}
.btn.instagram{
    background-color:#8A5A4E;
}
.btn.instagram:hover,
.btn.instagram:focus,
.btn.instagram:active{
    background-color:#aa7a6e;
}
.btn.twitter{
    background-color:#1EA1F3;
}
.btn.twitter:hover,
.btn.twitter:focus,
.btn.twitter:active{
    background-color:#0e91e3;
}
.btn.youtube{
    background-color:#CE201F;
}
.btn.youtube:hover,
.btn.youtube:focus,
.btn.youtube:active{
    background-color:#ee403f;
}
.btn.whatsapp{
    background-color:#01C854;
}
.btn.whatsapp:hover,
.btn.whatsapp:focus,
.btn.whatsapp:active{
    background-color:#00a834;
}

/* Social Icon Outline */
.btn.tumblr.outline,
.btn.pinterest.outline,
.btn.facebook.outline,
.btn.google-plus.outline,
.btn.instagram.outline,
.btn.linkedin.outline,
.btn.twitter.outline,
.btn.youtube.outline,
.btn.whatsapp.outline{
    background-color:rgba(0,0,0,0);
    border: 1px solid;
}
.btn.tumblr.outline{
    color:#44546b;
}
.btn.pinterest.outline{
    color:#ca2128;
}
.btn.facebook.outline{
    color:#3B5998;
}
.btn.google-plus.outline{
    color:#DE4E43;
}
.btn.linkedin.outline{
    color:#007BB6;
}
.btn.instagram.outline{
    color:#8A5A4E;
}
.btn.twitter.outline{
    color:#1EA1F3;
}
.btn.youtube.outline{
    color:#CE201F;
}
.btn.whatsapp.outline{
    color:#01C854;
}
/* Outline Hover */
.btn.tumblr.outline:hover,
.btn.tumblr.outline:focus,
.btn.tumblr.outline:active{
    border-color:#2d4e7d;
    background-color:#2d4e7d;
    color:#fff;
}
.btn.pinterest.outline:hover,
.btn.pinterest.outline:focus,
.btn.pinterest.outline:active{
    border-color:#bb0008;
    background-color:#bb0008;
    color:#fff;
}
.btn.facebook.outline:hover,
.btn.facebook.outline:focus,
.btn.facebook.outline:active{
    border-color:#4b69a8;
    background-color:#4b69a8;
    color:#fff;
}
.btn.google-plus.outline:hover,
.btn.google-plus.outline:focus,
.btn.google-plus.outline:active{
    border-color:#fe6e63;
    background-color:#fe6e63;
    color:#fff;
}
.btn.linkedin.outline:hover,
.btn.linkedin.outline:focus,
.btn.linkedin.outline:active{
    border-color:#209bd6;
    background-color:#209bd6;
    color:#fff;
}
.btn.instagram.outline:hover,
.btn.instagram.outline:focus,
.btn.instagram.outline:active{
    border-color:#aa7a6e;
    background-color:#aa7a6e;
    color:#fff;
}
.btn.twitter.outline:hover,
.btn.twitter.outline:focus,
.btn.twitter.outline:active{
    border-color:#0e91e3;
    background-color:#0e91e3;
    color:#fff;
}
.btn.youtube.outline:hover,
.btn.youtube.outline:focus,
.btn.youtube.outline:active{
    border-color:#ee403f;
    background-color:#ee403f;
    color:#fff;
}
.btn.whatsapp.outline:hover,
.btn.whatsapp.outline:focus,
.btn.whatsapp.outline:active{
    border-color:#00a834;
    background-color:#00a834;
    color:#fff;
}
@media only screen and (max-width: 991px) {
    .button-layout .btn-link,
    .button-layout .site-secondry,
    .button-layout .btn,
    .button-layout .btn {
         margin-bottom:10px;
    }
}
/* Social White */
.btn.white.tumblr,
.btn.white.pinterest,
.btn.white.facebook,
.btn.white.google-plus,
.btn.white.instagram,
.btn.white.linkedin,
.btn.white.twitter,
.btn.white.youtube,
.btn.white.whatsapp{
    background:#fff;
}
.btn.white.tumblr{
    color:#44546b;
}
.btn.white.pinterest{
    color:#ca2128;
}
.btn.white.facebook{
    color:#3B5998;
}
.btn.white.google-plus{
    color:#DE4E43;
}
.btn.white.linkedin{
    color:#007BB6;
}
.btn.white.instagram{
    color:#8A5A4E;
}
.btn.white.twitter{
    color:#1EA1F3;
}
.btn.white.youtube{
    color:#CE201F;
}
.btn.white.whatsapp{
    color:#01C854;
}
.btn.white.tumblr:hover,
.btn.white.pinterest:hover,
.btn.white.facebook:hover,
.btn.white.google-plus:hover,
.btn.white.instagram:hover,
.btn.white.linkedin:hover,
.btn.white.twitter:hover,
.btn.white.youtube:hover,
.btn.white.whatsapp:hover{
    color:#fff;
}
.btn.white.tumblr:hover{
    background-color:#2d4e7d;
}
.btn.white.pinterest:hover{
    background-color:#bb0008;
}
.btn.white.facebook:hover{
    background-color:#3B5998;
}
.btn.white.google-plus:hover{
    background-color:#DE4E43;
}
.btn.white.linkedin:hover{
    background-color:#007BB6;
}
.btn.white.instagram:hover{
    background-color:#8A5A4E;
}
.btn.white.twitter:hover{
    background-color:#1EA1F3;
}
.btn.white.youtube:hover{
    background-color:#CE201F;
}
.btn.white.whatsapp:hover{
    background-color:#01C854;
}
/* filter buttons css */
.site-filters {
    margin-bottom: 30px;
}
.site-filters ul {
    margin: 0;
    list-style: none;
}
.site-filters li {
    display: inline-block;
    padding: 0;
    margin-bottom:3px;
}
.site-filters li.btn {
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none !important;
}
.site-filters li input {
    display: none;
}
.site-filters a {
    margin: 0 5px 5px 0;
}
.site-filters .active > [class*="btn"] {
    color: #fff;
    background-color: #EFBB20;
}
.site-filters.center {
    text-align: center;
}
.site-filters.center ul {
    display: inline-block;
    margin: auto;
}
.site-filters.center [class*="btn"] {
    display: inline-block;
    margin: 0 5px 10px;
    text-transform: uppercase;
}
.mas-1 .card-container{
    margin-left:-1px;
}
/* Site Filters Style */
/* Site Filters Style */
.site-filters.style1 li a {
    color: #000316;
    font-family: montserrat;
    font-weight: 400;
    margin: 0;
    padding: 0 15px;
    position: relative;
}
.site-filters.style1 li:last-child a:after{
    position:relative;
}
.site-filters.style1 li a:after {
    background-color: #000316;
    content: "";
    height: 100%;
    opacity: 0.2;
    position: absolute;
    right: -2px;
    top: 0;
    transform: skew(-20deg, -20deg);
    -moz-transform: skew(-20deg, -20deg);
    -webkit-transform: skew(-20deg, -20deg);
    -o-transform: skew(-20deg, -20deg);
    width: 2px;
}
.site-filters.style1 li.active a,
.site-filters.style1.white li.active a{
    color: #19bb9f;
}
.site-filters.style1.white li a:after {
    background-color: #fff;
}
.site-filters.style1.white li a{
    color:#bfbfbf;
}
.site-filters .btn.outline{
    border-color: #1ABC9C;
}
.site-filters.filters-sm li a{
    padding:5px 20px;
    font-size:13px;
    font-weight: 500;
}
.site-filters.gray li a{
    background-color: #e0e3f6;
    color:#000;
}
.site-filters .button-sm{
    font-size: 13px;
    padding: 5px 20px;
}

@media only screen and (max-width: 480px) {
    .site-filters.center [class*="btn"] {
        margin: 0 1px 5px;
        padding: 5px 10px;
        font-size: 12px;
    }
}
/*== >Title separators ====== */

.dlab-separator-outer {
    overflow: hidden;
}
.dlab-separator {
    display: inline-block;
    height: 2px;
    width: 80px;
    margin-bottom: 10px;
    position: relative;
}
.dlab-separator.style-liner {
    width: 20px;
}
.dlab-separator.style-icon {
    width: 30px;
    height: auto;
    text-align: center;
    font-size: 20px;
}
.dlab-separator[class*="style-"]:after,
.dlab-separator[class*="style-"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    width: 70px;
    height: 2px;
    background: #eee;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dlab-separator[class*="style-"]:before {
    left: auto;
    right: 40px;
}
.dlab-separator.style-skew {
    width: 15px;
    height: 10px;
    margin-left: 1px;
    margin-right: 1px;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
.dlab-separator.style-skew[class*="style-"]:after,
.dlab-separator.style-skew[class*="style-"]:before {
    width: 80px;
    height: 4px;
    left: 20px;
    -moz-transform: translateY(-50%) skewX(-10deg);
    -webkit-transform: translateY(-50%) skewX(-10deg);
    -o-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(-10deg);
}
.dlab-separator.style-skew[class*="style-"]:before {
    right: 20px;
    left: auto;
}
.dlab-separator.bnr-title{
    height:1px;
    width: 155px;
    opacity: 0.5;
}
.dlab-separator.bnr-title:before {
    height: inherit;
    right: -80px;
    width: 25px;
}
.dlab-separator.bnr-title:after {
    height: inherit;
    right: -90px;
    top: 0;
    width: 6px;
}
.dlab-separator.bnr-title:before,
.dlab-separator.bnr-title:after{
    position:absolute;
    content:"";
    background-color:inherit;
}
.dlab-separator.bnr-title i {
    background-color: inherit;
    display: block;
    height: inherit;
    position: absolute;
    right: -50px;
    width: 45px;
}
/*== >Deviders ====== */

.dlab-divider {
    height: 1px;
    position: relative;
    margin: 30px 0;
}
.dlab-divider.tb80{
    margin:80px 0;
}
.dlab-divider.tb70{
    margin:70px 0;
}
.dlab-divider.tb60{
    margin:60px 0;
}
.dlab-divider.tb50{
    margin:50px 0;
}
.dlab-divider.tb40{
    margin:40px 0;
}
.dlab-divider.tb20{
    margin:20px 0;
}
.dlab-divider.tb15{
    margin:15px 0;
}
.dlab-divider.tb10{
    margin:10px 0;
}
.dlab-divider.tb0{
    margin:0;
}
.dlab-divider.divider-2px {
    height: 2px;
}
.dlab-divider.divider-3px {
    height: 3px;
}
.dlab-divider.divider-4px {
    height: 4px;
}
.dlab-divider i {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dlab-divider.icon-left {
    margin-left: 40px;
}
.dlab-divider.icon-left i {
    left: -40px;
}
.dlab-divider.icon-right {
    margin-right: 40px;
}
.dlab-divider.icon-right i {
    left: auto;
    right: -40px;
}
.dlab-divider.icon-center i {
    left: 50%;
    margin-left: -5px;
}
/*== >Lists & bullets ====== */

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-icon-box,
.list-chevron-circle,
.list-hand-point,
.list-cup,
.list-pen,
.list-heart,
.list-star {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-icon-box li,
.list-chevron-circle li,
.list-hand-point li,
.list-cup li,
.list-pen li,
.list-heart li,
.list-star li {
    padding: 5px 5px 5px 30px;
    position: relative;
}
.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-icon-box li:before,
.list-chevron-circle li:before,
.list-hand-point li:before,
.list-cup li:before,
.list-pen li:before,
.list-heart li:before,
.list-star li:before {
    font-family: "themify";
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    font-size: 15px;
    color: #777;
}
ul[class*="list-"]{
    font-size:15px;
}

.list-circle li:before {
    font-size: 16px;
}
.list-circle li:before {
    content: "\e724";
}
.list-angle-right li:before {
    content: "\e628";
}
.list-arrow li:before {
    content: "\e661";
}
.list-check li:before {
    content: "\e64c";
}
.list-checked li:before {
    content: "\e64d";
    font-family: 'themify';
    font-size: 15px;
}
.list-icon-box li:before {
    content: "\e6e8";
}
.list-chevron-circle li:before {
    content: "\e65d";
}
.list-hand-point li:before {
    content: "\e71b";
}
.list-star li:before {
    content: "\e60a";
}
.list-cup li:before {
    content: "\e641";
}
.list-pen li:before {
    content: "\e61c";
}
.list-heart li:before {
    content: "\e634";
}
/*listing before icon color css*/

.primary li:before {
    color: #EFBB20;
}
.secondry li:before {
    color: #77C04B;
}
.black li:before {
    color: #000;
}
.white li:before {
    color: #fff;
}
.orange li:before {
    color: #FF6600;
}
.green li:before {
    color: #00CC00;
}
.red li:before {
    color: #FF3737;
}
.no-margin {
    margin: 0 0 0 !important;
    list-style: none;
}
/*listing before numbers*/
.list-num-count {
    counter-reset: li;
    padding-left: 0;
}
.list-num-count > li {
    position: relative;
    margin: 0 0 6px 30px;
    padding: 4px 8px;
    list-style: none;
}
.list-num-count > li:before {
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -28px;
    width: 28px;
    height: 28px;
    padding: 5px;
    color: #fff;
    background: #EFBB20;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.list-num-count.lower-alpha > li:before {
    content: counter(li, lower-alpha);
}
.list-num-count.upper-alpha > li:before {
    content: counter(li, upper-alpha);
}
.list-num-count.upper-roman > li:before {
    content: counter(li, upper-roman);
}
.list-num-count.no-round > li:before {
    background-color: rgba(0, 0, 0, 0);
    color: #333333;
    font-size: 15px;
    font-weight: normal;
    height: auto;
    left: -30px;
    margin: 0;
    width: auto;
}
.rounded[class*="list-"] li:before {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.rounded[class*="list-"] li:hover:before {
    transform:scale(1.5);
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -o-transform:scale(1.5);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.reverse.primary[class*="list-"] li:hover:before {
    background-color:#1abc9c;
    color:#fff;
}
.rounded[class*="list-"] li {
    padding: 10px 0 10px 45px;
}
.rounded[class*="list-"] li {
    padding: 10px 0 10px 45px;
}
.rounded.border[class*="list-"] li:before  {
    background-color:rgba(0,0,0,0);
    border:1px solid;
    line-height: 28px;
}
/* List Style Box */
[class*="list-"].list-box > li {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    color: #000000;
    margin-bottom: 6px;
    padding: 10px 20px 10px 50px;
    
}
[class*="list-"].list-box > li:before{
    background: #1abc9c none repeat scroll 0 0;
    border-radius: 4px 0 0 4px;
    color: #ffffff;
    display: table-cell;
    height: 100%;
    padding: 10px 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 40px;
}
[class*="list-"].list-box > li{
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
[class*="list-"].style1.list-box > li{
    margin-left:42px;
    border-radius: 0 4px 4px 0;
    padding: 10px 20px 10px 20px;
}
[class*="list-"].style1.list-box > li:before{
    left:-42px;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
[class*="list-"].style2.list-box > li{
    padding: 10px 20px 10px 60px;
}
[class*="list-"].style2.list-box > li:after{
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    content:"\f0da";
    left:39px;
    position:absolute;
    top:50%;
    color:#1abc9c;
    font-size: 18px;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
[class*="list-"].list-box > li:hover,
[class*="list-"].style2.list-box > li:hover{
    transform:scale(1.05);
    -moz-transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -o-transform:scale(1.05);
}
[class*="list-"].style1.list-box > li:hover{
    transform:scale(1);
    -o-transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}
[class*="list-"].style1.list-box > li:hover:before{
    transform:scale(1.2);
    -o-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -webkit-transform:scale(1.2);
}
[class*="list-"].list-box.reverse > li:before{
    color:#1abc9c;
    background:#fff;
    border-right:1px solid rgba(0,0,0,0.1);
}
/*== >Tabs ========= */
/*tabs style 1 [ defult ]*/

.dlab-tabs .tab-pane {
    padding: 20px 0;
}
.dlab-tabs .nav-tabs > li > a {
    background: #f6f7f8; 
    color: #3d474a;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: montserrat;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom:3px;
    display: inline-block;
}
.dlab-tabs .nav-tabs > li > a.active,
.dlab-tabs .nav-tabs > li > a.active:focus,
.dlab-tabs .nav-tabs > li > a.active:hover {
    background-color: #fff;
    border-color: #ebedf2;
    border-bottom: 1px solid #FFF;
}
.dlab-tabs .nav > li > a:focus,
.dlab-tabs .nav > li > a:hover {
    background-color: transparent;
}
.dlab-tabs .nav li a:hover {
    border: 1px solid transparent;
}
.dlab-tabs .nav-tabs > li > a i {
    color: #EFBB20;
    margin-right: 5px;
}
/*tabs bg  [ tabs background ]*/

.dlab-tabs.bg-tabs .nav-tabs > li > a {
    border: 1px solid #ebedf2;
    background-color: #efefef;
    margin-right: 2px;
}
.dlab-tabs.bg-tabs .nav-tabs > li > a.active {
    border-bottom: 1px solid transparent;
    background-color: #fff;
}
.dlab-tabs.vertical.bg-tabs .nav-tabs > li > a {
    border: 1px solid #ebedf2;
}
.dlab-tabs.vertical.bg-tabs .nav-tabs > li > a.active {
    border-right: 1px solid transparent;
}
.dlab-tabs.vertical.right.bg-tabs .nav-tabs > li > a {
    border: 1px solid #ebedf2;
}
.dlab-tabs.vertical.right.bg-tabs .nav-tabs > li > a.active {
    border-left: 1px solid transparent;
}
/*tabs bg & top border  [ tabs background & top border in active ]*/

.dlab-tabs.border-top .nav-tabs > li > a.active {
    border-top: 2px solid #EFBB20;
    padding: 9px 15px 10px;
}
/*tabs style 2 [ content with border outer ]*/

.dlab-tabs.border .tab-pane {
    padding: 20px;
    border: 1px solid #ebedf2;
    margin-top: -1px;
}
/*tabs style 3  [ left-nav ]*/

.dlab-tabs.vertical .nav-tabs {
    float: left;
    width: 170px;
    border-bottom: none;
    border-right: 1px solid #ebedf2;
}
.dlab-tabs.vertical .tab-pane {
    padding: 10px 0 10px 20px;
}
.dlab-tabs.vertical .nav-tabs li {
    float: none;
    margin-right: -1px;
}
.dlab-tabs.vertical .nav-tabs li a {
    margin-right: 0;
    border-right: none;
}
.dlab-tabs.vertical .nav-tabs li a.active {
    border-bottom: 1px solid #ebedf2;
}
.dlab-tabs.vertical .tab-content {
    border-left: 1px solid #ebedf2;
    margin-left: 169px;
}
/*tabs style 4  [ left-nav & content with border ]*/

.dlab-tabs.vertical.border .tab-pane {
    padding: 20px;
    margin-left: -1px;
}
/*tabs style 5  [ right-nav ]*/

.dlab-tabs.vertical.right .nav-tabs {
    border-left: 1px solid #ebedf2;
    border-right: none;
    float: right;
}
.dlab-tabs.vertical.right .nav-tabs li {
    margin-right: 0;
    margin-left: -1px;
}
.dlab-tabs.vertical.right .nav-tabs li a {
    border-right: 1px solid transparent;
    border-left: none;
}
.dlab-tabs.vertical.right .nav-tabs li a.active {
    border-right: 1px solid #ebedf2;
    border-left: none;
}
.dlab-tabs.vertical.right .tab-content {
    border-left: none;
    border-right: 1px solid #ebedf2;
    margin-right: 169px;
    margin-left: 0;
}
.dlab-tabs.vertical.right .tab-pane {
    padding: 10px 20px 10px 0;
}
/* Tabs Style Button  */
.tabs-btn .nav-tabs{
    border:0;
}
.tabs-btn .nav-tabs li a{
    padding: 13px 20px;
}   
.tabs-btn .nav-tabs li a,
.tabs-btn .nav-tabs li a:hover,
.tabs-btn .nav-tabs li a:focus{
    background: #f8f8f8 none repeat scroll 0 0;
    border: 0 none;
}
.tabs-btn .nav-tabs li a.active:focus,
.tabs-btn .nav-tabs li a.active:hover,
.tabs-btn .nav-tabs li a.active{
    background-color:#1abc9c;
    color:#fff;
    border:0;
}
.tabs-btn .nav-tabs li a.active i{
    color:#fff;
}
@media only screen and (max-width: 767px) {
    .tabs-btn .nav-tabs li a{
        padding: 13px 20px;
    }   
}
/*tabs style 6  [ right-nav & content with border ]*/

.dlab-tabs.vertical.right.border .tab-pane {
    padding: 20px;
    margin-right: -1px;
}
/*== >Accordians =====*/

.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.dlab-accordion .panel {
    border: none;
    border-radius: 0;
    margin-bottom: -1px;
}
.acod-head {
    position: relative;
}
.acod-title {
    margin-top: 0;
    margin-bottom: 0;
}
.acod-head .fa {
    margin-right: 5px;
}
.acod-head a {
    display: block;
    padding: 17px 40px 17px 25px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    
}
.acod-head a,
.acod-head a:hover,
.acod-head a.collapsed:hover {
    color: #EFBB20;
}
.acod-head a.collapsed,
.acod-head a.collapsed:after {
    color: #3d474a;
}
.acod-head a:after {
    font-family:"themify";
    content: "\e622";
    float: right;
    color: #EFBB20;
    font-size: 16px;
    letter-spacing: -2px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.acod-head a.collapsed:after {
    content: "\e61a";
    font-size:16px;
    font-family: "themify";
}
.acod-body {
    border-left: 1px solid #ebedf2;
    border-right: 1px solid #ebedf2;
    border-bottom: 1px solid #ebedf2;
    border-top: 1px solid transparent;
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
}
.acod-content {
    margin: 20px;
}

/* accordian Style  */
.accdown1 .acod-head a:after {
    content: "\e64b";
}
.accdown1 .acod-head a.collapsed:after {
    content: "\e649";
}

/*== accordian rounded corners ==*/
.dlab-accordion.rounded .panel:first-child .acod-head a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.dlab-accordion.rounded .panel:last-child .acod-head a.collapsed {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dlab-accordion.rounded .panel:last-child .acod-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dlab-accordion.rounded .panel:last-child .acod-body.in {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*== accordian space between panel ==*/

.dlab-accordion.space .panel {
    margin-bottom: 5px;
}
.dlab-accordion.rounded.space .panel .acod-head a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.dlab-accordion.rounded.space .panel .acod-head a.collapsed {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dlab-accordion.rounded.space .panel .acod-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*== accordian background for title ==*/

.dlab-accordion.bg-title .acod-head a {
    background-color: #F7F8FA;
}
/*== accordian no cover border with content area ==*/

.dlab-accordion.no-cover .acod-body {
    border: none;
}
.dlab-accordion.no-cover .acod-content {
    padding-left: 20px;
    margin-right: 10px;
    border-left: 2px solid #e8e8e8;
    position: relative;
}
.dlab-accordion.no-cover .acod-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 2px solid #e8e8e8;
}
/*== accordian title bottom bordered ==*/

.dlab-accordion.border-bottom .acod-head a {
    border-left: none;
    border-right: none;
    border-top: none;
    padding-left: 0;
}
/* Accordion Color and Background Grediyant */
.dlab-accordion.primary .acod-head a{
    background-color:#0046c6;
    color:#fff;
    border:0;
}
.dlab-accordion.primary .acod-head a:hover{
    color:#fff;
}
.dlab-accordion.primary .acod-head a:after{
    color:#fff;
}
.dlab-accordion.primary.active-bg .acod-head .collapsed{
    background-color:#fff;
}
.dlab-accordion.primary.active-bg .acod-head a.collapsed:after,
.dlab-accordion.primary.active-bg .acod-head .collapsed{
    color:#000;
}
.dlab-accordion.primary.active-bg .acod-head .collapsed{
    border:1px solid #ebedf2; 
}
/* gradient1 */
.dlab-accordion.gradient-1 .acod-head a{
    background: #0046c6; /* Old browsers */
    background: -moz-linear-gradient(45deg, #0046c6 0%, #c927f1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #0046c6 0%,#c927f1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #0046c6 0%,#c927f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0046c6', endColorstr='#c927f1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color:#fff;
    border:0;
}
.dlab-accordion.gradient-2 .acod-head a{
    background: #ff90e1; /* Old browsers */
    background: -moz-linear-gradient(45deg, #ff90e1 0%, #28b1ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ff90e1 0%,#28b1ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ff90e1 0%,#28b1ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff90e1', endColorstr='#28b1ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color:#fff;
    border:0;
}
.dlab-accordion.gradient-1 .acod-head a:hover,
.dlab-accordion.gradient-2 .acod-head a:hover{
    color:#fff;
}
.dlab-accordion.gradient-1 .acod-head a:after,
.dlab-accordion.gradient-2 .acod-head a:after{
    color:#fff;
}
.dlab-accordion.gradient-1.active-bg .acod-head .collapsed,
.dlab-accordion.gradient-2.active-bg .acod-head .collapsed{
    background:#fff;
}
.dlab-accordion.gradient-1.active-bg .acod-head a.collapsed:after,
.dlab-accordion.gradient-2.active-bg .acod-head a.collapsed:after,
.dlab-accordion.gradient-1.active-bg .acod-head .collapsed,
.dlab-accordion.gradient-2.active-bg .acod-head .collapsed{
    color:#000;
}
.dlab-accordion.gradient-1.active-bg .acod-head .collapsed,
.dlab-accordion.gradient-2.active-bg .acod-head .collapsed{
    border:1px solid #ebedf2; 
}
/* Green */
.dlab-accordion.green .acod-head a{
    background-color:#24A88D;
    color:#fff;
    border:0;
}
.dlab-accordion.green .acod-head a:hover{
    color:#fff;
}
.dlab-accordion.green .acod-head a:after{
    color:#fff;
}
.dlab-accordion.green.active-bg .acod-head .collapsed{
    background-color:#fff;
}
.dlab-accordion.green.active-bg .acod-head a.collapsed:after,
.dlab-accordion.green.active-bg .acod-head .collapsed{
    color:#000;
}
.dlab-accordion.green.active-bg .acod-head .collapsed{
    border:1px solid #ebedf2; 
}
/* Yellow */
.dlab-accordion.yellow .acod-head a{
    background-color:#efb822;
    color:#fff;
    border:0;
}
.dlab-accordion.yellow .acod-head a:hover{
    color:#fff;
}
.dlab-accordion.yellow .acod-head a:after{
    color:#fff;
}
.dlab-accordion.yellow.active-bg .acod-head .collapsed{
    background-color:#fff;
}
.dlab-accordion.yellow.active-bg .acod-head a.collapsed:after,
.dlab-accordion.yellow.active-bg .acod-head .collapsed{
    color:#000;
}
.dlab-accordion.yellow.active-bg .acod-head .collapsed{
    border:1px solid #ebedf2; 
}
/* red */
.dlab-accordion.red .acod-head a{
    background-color:#ef516c;
    color:#fff;
    border:0;
}
.dlab-accordion.red .acod-head a:hover{
    color:#fff;
}
.dlab-accordion.red .acod-head a:after{
    color:#fff;
}
.dlab-accordion.red.active-bg .acod-head .collapsed{
    background-color:#fff;
}
.dlab-accordion.red.active-bg .acod-head a.collapsed:after,
.dlab-accordion.red.active-bg .acod-head .collapsed{
    color:#000;
}
.dlab-accordion.red.active-bg .acod-head .collapsed{
    border:1px solid #ebedf2; 
}
/* blue */
.dlab-accordion.blue .acod-head a{
    background-color:#36a3f7;
    color:#fff;
    border:0;
}
.dlab-accordion.blue .acod-head a:hover{
    color:#fff;
}
.dlab-accordion.blue .acod-head a:after{
    color:#fff;
}
.dlab-accordion.blue.active-bg .acod-head .collapsed{
    background-color:#fff;
}
.dlab-accordion.blue.active-bg .acod-head a.collapsed:after,
.dlab-accordion.blue.active-bg .acod-head .collapsed{
    color:#000;
}
.dlab-accordion.blue.active-bg .acod-head .collapsed{
    border:1px solid #ebedf2; 
}
/*== accordian title bottom bordered with colored ==*/

.dlab-accordion.border-bottom.no-border .acod-head a {
    border: none;
}
.dlab-accordion.no-border .acod-content {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* No Gap */
.no-gap .acod-title a {
    border: 0 none;
    padding: 10px 0;
}
.no-gap .collapse {
    border: 0 none;
}
.no-gap .acod-content {
    margin:10px 0 10px;
}
/* accordian size  */
.acco-sm .acod-head a{
    font-size: 12px;
    padding: 5px 30px 5px 15px;
}
.acco-sm .acod-head a:after{
    font-size: 16px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.acco-lg .acod-head a{
    padding: 18px 40px 18px 25px;
    font-size: 18px;
}
.acco-lg .acod-head a:after{
    font-size: 34px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.acco-xl .acod-head a{
    font-size: 22px;
    padding: 25px 50px 25px 30px;
}
.acco-xl .acod-head a:after{
    font-size: 34px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/*== >Carousels ======*/
/* Blog carousel */
.ow-post-info {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.ow-post-title .post-title {
    margin: 0 0 10px;
}
.ow-post-text {
    margin-bottom: 10px;
}
.ow-post-text p:last-child {
    margin: 0;
}
.ow-post-readmore {
    margin-bottom: 10px;
}
.ow-post-meta {
    margin-bottom: 10px;
}
.ow-post-meta ul {
    margin: 0 -4px;
    list-style: none;
}
.ow-post-meta ul li {
    padding: 0;
    display: inline-block;
}
.ow-post-meta li:after {
    content: "/";
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.5;
}
.ow-post-meta li:last-child:after {
    display: none;
}
.ow-post-meta a {
    color: #a9a9a9;
}
.ow-post-meta li i {
    color: #7b7b7b;
    margin: 0 5px;
}
.ow-post-tags {
    border-top: 1px solid #E9E9E9;
    padding-top: 10px;
}
.ow-post-tags .post-comment {
    float: left;
    font-weight: bold;
    text-transform: uppercase;
}
.ow-post-tags .post-comment a {
    color: #a9a9a9;
}
.ow-post-tags .post-tags {
    margin: 0 -3px;
    list-style: none;
}
.ow-post-tags .post-tags a {
    border: 1px solid #ebebeb;
    padding: 2px 8px 1px;
    color: #777;
    margin: 0 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
}
.ow-post-tags .post-tags a:hover,
.ow-post-tags .post-tags a:active,
.ow-post-tags .post-tags a:focus {
    border: 1px solid #0098A6;
    color: #0098A6;
}
/* empty media */

.no-image-blog.date-style-2 .ow-post-info {
    padding-top: 70px;
}
/*Event carousel */

.ow-event-info {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.ow-event-title .event-title {
    margin: 0 0 10px;
}
.ow-event-text {
    margin-bottom: 10px;
}
.ow-event-text p:last-child {
    margin: 0;
}
.ow-event-readmore {
    margin-bottom: 10px;
}
.ow-event-meta ul {
    margin: 0;
}
.ow-event-meta ul li {
    color: #a9a9a9;
    font-weight: 600;
    display: inline-block;
    padding-left: 20px;
}
.ow-event-meta ul li i {
    color: #7b7b7b;
}
/* empty media */

.no-image-event.date-style-2 .ow-post-info {
    padding-top: 70px;
}
/*Client carousel */

.ow-client-logo {
    background-color: #fff;
    display: table;
    width: 100%;
}
.client-logo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}
.owl-carousel .ow-client-logo img {
    height: 80px;
    max-height: 100%;
    width: auto;
    display: inline-block;
}
/* Blog New Add */
.blog-info{
    background-color: rgba(0, 0, 0, 0.9);
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 7px 15px;
    position: absolute;
    top: -34px;
    width: 100%;    
}
.blog-info li{
    display:inline-block;
    padding: 0 5px 0px 5px;
    line-height: 14px;
    border-right: 1px solid;
}
.blog-info li:hover,
.blog-info li a:hover{
    color:#fff;
}

/*== >Testimonials ======*/

.testimonial-pic {
    background: #FFF;
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border: 5px solid #FFF;
}
.testimonial-pic.radius {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.testimonial-pic.radius img {
    width: 100%;
    height: 100;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.testimonial-pic.shadow {
    -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
}
.testimonial-pic.style1{
    border: 0 none;
    height: 100px;
    width: 100px;
}
.quote-left,
.quote-right {
    position: relative;
}
.quote-left:before,
.quote-right:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    z-index: 10;
    top: 15px;
}
.quote-left:before {
    content: "\f10d";
    left: 0;
}
.quote-right:after {
    content: "\f10e";
    left: auto;
    right: 0;
}
.testimonial-text {
    padding: 15px;
    position: relative;
    font-size:15px;
    font-weight: 400;
}
.testimonial-detail {
    padding: 5px;
}
.testimonial-name{
    font-family: montserrat;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.testimonial-position {
    font-family: montserrat;
    font-size: 12px;
    font-style: inherit;
    text-transform: uppercase;
}
.testimonial-name,
.testimonial-position {
    display: block;
}
.testimonial-text p:last-child {
    margin: 0;
}
/*testimonial with background image*/

.testimonial-bg {
    color: #fff;
}
/*testimonial 1*/

.testimonial-1 {
    text-align: center;
}
.testimonial-1 .testimonial-position {
    color: #EFBB20;
}
.testimonial-1 .testimonial-name,
.testimonial-1 .testimonial-position {
    display: block;
}
.testimonial-1 .quote-left:before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: #EFBB20;
    color: #FFF;
    text-align: center;
    left: 0;
    top: 65px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
/*testimonial 2*/

.testimonial-2 .testimonial-text,
.testimonial-8 .testimonial-text{
    background-color: #F4F5F7;
    padding: 30px;
}
.testimonial-2 .testimonial-text:after,
.testimonial-8 .testimonial-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #F4F5F7;
}
.testimonial-2 .testimonial-detail,
.testimonial-8 .testimonial-detail {
    padding: 25px 0 20px 20px;
}
.testimonial-2 .testimonial-pic,
.testimonial-8 .testimonial-pic {
    float: left;
    margin-right: 15px;
    width: 80px;
    height: 80px;
}
.testimonial-2 .quote-left:before{
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: #EFBB20;
    color: #FFF;
    text-align: center;
    left: 0;
    top: 65px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.testimonial-2 .testimonial-name,
.testimonial-8 .testimonial-name,
.testimonial-2 .testimonial-position,
.testimonial-8 .testimonial-position {
    padding: 2px 0;
}
.testimonial-2 .testimonial-name,
.testimonial-8 .testimonial-name {
    padding-top: 12px;
}
.testimonial-2 .testimonial-position{
    color: #EFBB20;
}
.testimonial-2 .quote-left:before {
    top: 50px;
}
/*testimonial 2 with background image*/

.testimonial-2.testimonial-bg .testimonial-text {
    color: #777;
    background-color: rgba(255, 255, 255, 0.9);
}
.testimonial-2.testimonial-bg .testimonial-text:after {
    border-top-color: rgba(255, 255, 255, 0.9);
}
/*testimonial 3*/

.testimonial-3 {
    text-align: center;
}
.testimonial-3 .quote-left:before {
    position: static;
    font-size: 40px;
    color: #EFBB20;
}
.testimonial-3 .testimonial-position {
    color: #EFBB20;
}
.testimonial-3 .testimonial-name,
.testimonial-3 .testimonial-position {
    display: inline-block;
}
/*testimonial 4*/

.testimonial-4 {
    background-color: #282a3c;
    position: relative;
    padding: 30px 40px 30px 10px;
    margin-left: 140px;
    min-height: 150px;
}
.testimonial-4:after {
    background-color: #282a3c;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #EFBB20;
    content: "";
    position: absolute;
    left: -80px;
    top: 0;
    height: 100%;
    width: 80%;
    z-index: -1;
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.testimonial-4 .testimonial-pic {
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: -110px;
}
.testimonial-4 [class*="quote-"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px;
    border-color: #EFBB20;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
}
.testimonial-4 [class*="quote-"]:after,
.testimonial-4 [class*="quote-"]:before {
    top: 0;
    right: -20px;
    font-size: 20px;
    color: #fff;
}
.testimonial-4 .testimonial-text,
.testimonial-4 .testimonial-detail {
    padding: 0;
}
.testimonial-4 .testimonial-text {
    margin-bottom: 10px;
}
.testimonial-4 .testimonial-name,
.testimonial-4 .testimonial-position {
    display: inline-block;
}
.testimonial-4 .testimonial-name:after {
    content: "/";
    color: #EFBB20;
    margin: 0 2px 0 5px;
}
.testimonial-4 .testimonial-name {
    text-transform: uppercase;
}
.testimonial-4 .testimonial-position {
    font-style: italic;
    color: #bebebe;
}
.testimonial-4 .testimonial-pic {
    border-color: #EFBB20;
    border-width: 3px;
    width: 90px;
    height: 90px;
}
@media only screen and (max-width: 480px) {
    .testimonial-4 .testimonial-pic {
        height: 80px;
        width: 80px;
    }
    .testimonial-4:after {
        transform: skewX(-10deg);
        -moz-transform: skewX(-10deg);
        -webkit-transform: skewX(-10deg);
        -o-transform: skewX(-10deg);
    }
    .testimonial-4 {
        padding: 25px 10px 25px 0px;
        margin-left: 110px;
    }
}

/*testimonial 5*/
.testimonial-5 .testimonial-text {
    border: 2px solid #e6e6e6;
    padding: 30px;
}
.testimonial-5 .testimonial-detail {
    padding: 0 0 0 20px;
    margin-top: -35px;
}
.testimonial-5 .testimonial-pic {
    box-shadow: 0 0 0 2px #e6e6e6;
    width: 70px;
    height: 70px;
}
.testimonial-5 .testimonial-text p {
    font-size: 16px;
    line-height: 30px;
}
.testimonial-5 .info p {
    display: inline-block;
    position: relative;
    top: -10px;
    padding: 0 10px;
}

/*testimonial 6*/
.testimonial-6 .quote-left:before {
    left: 15px;
}
.testimonial-6 .quote-left:before, 
.testimonial-6 .quote-right:after {
    color: #b5b5b5;
    font-size: 18px;
}

/* Testimonial Text */
.testimonial-6 .testimonial-text {
    padding: 25px 35px 70px 40px;
}
.testimonial-6 .testimonial-detail {
    position: relative;
    padding: 10px 15px;
    top: -30px;
    width: 85%;
}
.testimonial-6 .testimonial-pic {
    position: absolute;
    right: 20px;
    top: -50px;
    z-index: 2;
}
.testimonial-6 .quote-left:before,
.testimonial-6 .quote-right:after {
    color: #b5b5b5;
    font-size: 18px;
}
.testimonial-6 .quote-left:before {
    left: 15px;
}
.testimonial-6 .quote-right:after {
    right: 15px;
    bottom: 20px;
    top: auto;
}
.testimonial-6 .testimonial-detail:after {
    background-color: inherit;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -23px;
    top: 0;
    transform: skewX(35deg);
    -moz-transform: skewX(35deg);
    -webkit-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    width: 50px;
    z-index: 1;
}
/* testimonial 7 */
.testimonial-section{
     position: relative;
     z-index: 1;
}
.testimonial-section:after {
    background: #f2f2f2 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 100%;
     z-index: -1;
}
.testimonial-section .col-md-6{
    padding-left:30px;
    padding-right:30px;
}
.testimonial-section .row{
    margin-left:-30px;
    margin-right:-30px;
}

.testimonial-7 .testimonial-text {
    border: 2px solid #e6e6e6;
    padding: 18px;
}
.testimonial-7 .testimonial-detail {
    padding: 0 0 0 20px;
    margin-top: -35px;
}
.testimonial-7 .testimonial-pic {
    box-shadow: 0 0 0 2px #e6e6e6;
    width: 70px;
    height: 70px;
}
.testimonial-7 .testimonial-text p {
    font-size: 16px;
    line-height: 30px;
}
.testimonial-7 .info p {
    display: inline-block;
    position: relative;
    top: -10px;
    padding: 0 10px;
}
.testimonial-7 .owl-controls .owl-nav {
    bottom: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
}
.testimonial-7 .owl-prev, 
.testimonial-7 .owl-next {
    background-color: #cccccc;
    border: 0 none;
}
@media only screen and (max-width: 991px) {
    .testimonial-section:after{
        left:100%;
    }
    .testimonial-section{
        color:#fff;
    }
    .testimonial-section .col-md-6{
        padding-left:15px;
        padding-right:15px;
    }
    .testimonial-section .row{
        margin-left:-15px;
        margin-right:-15px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonial-section:after{
        content:none;
    }
}
/* Testimonial 8 */
.testimonial-8 .testimonial-text{
    background: #ffffff none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    padding:15px;
}
.testimonial-8 .testimonial-text:after{
    border-top: 15px solid #fff;
    border-left: 0 solid rgba(0, 0, 0, 0);
}
.testimonial-8 {
    padding: 15px;
    
}
.testimonial-box.owl-theme .owl-dots {
    margin-top: 30px;
    position: unset;
    right: auto;
    text-align: center;
    top: auto;
    transform: translateY(-50%);
    width: auto;
}

.owl-item.active.center .testimonial-text{
    background-color:#ff3b68;
    color:#fff;
}
.owl-item.active.center .testimonial-8 .testimonial-text:after{
     border-top: 15px solid #ff3b68;
}
.testimonial-8 .testimonial-text:before{
    content: "\e67e";
    bottom: -10px;
    color: #000000;
    font-family: "themify";
    font-size: 80px;
    opacity: 0.1;
    position: absolute;
    right: 10px;
}
/* testimonial-9 */
.testimonial-9{
    background-color:#fff;
    padding: 50px 25px;
    box-shadow:0 0 3px rgba(0, 0, 0, 0.1);
    text-align:center
}
.testimonial-9 .testimonial-text{
    padding:0;
}
.testimonial-9 .testimonial-name,
.testimonial-10 .testimonial-name{
    font-weight:600;
    font-size:13px;
    text-transform:uppercase;
    color:#000;
}
.testimonial-9 .testimonial-position,
.testimonial-10 .testimonial-position{
    text-transform:uppercase;
    color:#888q;
    font-size:12px;
    font-style: inherit;
}
.testimonial-9 .testimonial-position p,
.testimonial-10 .testimonial-position p{
    line-height: 26px;
}
.testimonial-9 .testimonial-text,
.testimonial-10 .testimonial-text{
    color: #505050;
    font-family: montserrat;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
}
.testimonial-9 .testimonial-pic{
    margin-bottom:15px;
}
/* testimonial-10 */
.testimonial-10 {
    margin: auto;
    max-width: 600px;
    padding-left: 150px;
    position: relative;
}
.testimonial-10 .testimonial-text{
    padding:0;
}
.testimonial-10 .testimonial-pic {
    border: 0 none;
    height: 130px;
    left: 0;
    position: absolute;
    width: 130px;
    
}
.testimonial-seven.owl-btn-3 .owl-prev, 
.testimonial-seven.owl-btn-3 .owl-next{
    margin:0 !important;
}

/*== >Pricing table  ===*/

.pricingtable-inner {
    text-align: center;
}
.pricingtable-price {
    padding: 20px 20px;
    background-color: #fff;
    border: 1px solid #E9E9E9;
}
.pricingtable-bx {
    color: #282a3c;
    font-family: montserrat;
    font-size: 45px;
    font-weight: 500;
}
.pricingtable-type {
    font-size: 20px;
    text-transform: uppercase;
    font-size: 16px;
}
.pricingtable-type:before {
    content: "/";
    margin-right: 3px;
}
.pricingtable-title {
    background-color: #fff;
    padding: 20px;
    text-transform: uppercase;
}
.pricingtable-title * {
    margin: 0;
    color: #fff;
    font-weight: 800;
}
.pricingtable-features {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #E9E9E9;
}
.pricingtable-features li {
    padding: 12px;
    border-bottom: 1px solid #E9E9E9;
}
.pricingtable-features li i {
    margin: 0 3px;
}
.pricingtable-features li:nth-child(even) {
    background-color: #fff;
}
.pricingtable-features li:last-child {
    border-bottom: none;
}
.pricingtable-footer {
    margin-top: -1px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #E9E9E9;
}
.pricingtable-highlight {
    margin: -20px 0;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 99;
}
.pricingtable-highlight .pricingtable-price {
    padding: 30px 20px;
}
.pricingtable-highlight .pricingtable-footer {
    padding: 30px 20px;
}
.no-col-gap .pricingtable-wrapper {
    margin-left: -1px;
}
/* pricingtable Style 1 */
.pricingtable-wrapper.style1 {
    border: 2px solid #d3d3d3;
    padding: 10px 10px 40px;
    font-family: montserrat;
    margin-left:-1px;
}
.pricingtable-wrapper.style1 .pricingtable-icon i{
    color: #000000;
    font-size: 48px;
    line-height: 60px;
}
.pricingtable-wrapper.style1 .pricingtable-price{
    background-color:#fff;
    border:0;
}
.pricingtable-wrapper.style1 .pricingtable-bx{
    font-size: 35px;
    font-weight: 800;
}
.pricingtable-wrapper.style1 .pricingtable-features{
    border:0;
}
.pricingtable-wrapper.style1  .pricingtable-features li{
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    font-family: montserrat;
    font-weight: 500;
    padding: 8px 0;
    text-align: left;
}
.pricingtable-wrapper.style1  .pricingtable-features{
    width:80%;
    margin:auto;
}
.pricingtable-wrapper.style1  .pricingtable-features li i{
    border: 2px solid;
    border-radius: 20px;
    display: block;
    float: right;
    font-size: 11px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    width: 20px;
}
.pricingtable-wrapper.style1 .button-md {
    font-weight: 400;
    padding: 12px 35px;
}
.pricingtable-wrapper.style1 .pricingtable-type{
    text-transform:capitalize;
}
.pricingtable-wrapper.style1.active{
    transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    z-index: 2;
    border: 0;
    padding: 50px 20px;
    margin: 0 -5px;
    position: relative;
    background: #fff;
}
.pricingtable-wrapper.style2 {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.pricingtable-wrapper.style2 .pricingtable-price{
    padding:0;
    background-color:rgba(0,0,0,0);
    border:0;
}
.pricingtable-wrapper.style2 .pricingtable-bx{
    background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
    border-radius: 10px;
    color: #a0a0a0;
    display: inline-block;
    font-size: 13px;
    margin-top: 20px;
    padding: 15px 25px;
    margin-bottom:10px;
}
.pricingtable-wrapper.style2 .pricingtable-bx span{
    font-size: 22px;
}
.pricingtable-wrapper.style2.active{
    margin: -30px -10px 0;
    padding: 60px 30px;
    position: relative;
    z-index: 1;
}
.pricingtable-wrapper.style2.active .pricingtable-bx{
    color:#fff;
}
/*== COUNTERUP ===*/
.counter {
    position: relative;
}
.counter-style-1 .counter,
.counter-style-2 .counter,
.counter-style-3 .counter{
    font-size:50px;
    font-weight:700;
}
.counter-style-1 .counter-text,
.counter-style-2 .counter-text{
    font-size:16px; 
    font-weight: 500;
}
.counter-style-1 .icon{
    font-size:45px;
    margin-right:10px;
}
.counter-style-3.rounded {
    border: 5px solid;
    border-radius: 200px;
    height: 200px;
    width: 200px;
}
.counter-style-3 .counter-text{
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
}
.counter-style-4 {
    border: 5px solid rgba(0, 0, 0, 0.1);
    padding: 10px 10px 20px;
}
.counter-style-4 .counter{
    font-size:70px;
    font-weight:500;
}
.counter-style-4 .counter-text{
    font-size:18px; 
    font-weight: 500;
}
.counter-style-4 .icon{
    font-size:45px;
    margin-right:10px;
}

/*== >Alert box =====*/

.alert{
    font-family: montserrat;
    border-radius: 0;
    padding: 15px 20px 15px 20px;
    border-width: 1px 1px 1px 4px;
}
.alert.alert-sm {
    padding: 5px 15px;
    font-size: 12px;
}
.alert.alert-lg {
    padding: 25px 15px;
    font-size: 16px;
}
.alert.alert-xl {
    padding: 35px 15px;
    font-size: 18px;
}
.alert[class*="alert-"] > i {
    margin-right: 8px;
    font-size: 24px;
    position: absolute;
    left: 18px;
    top: 15px;  
}
.alert.no-radius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.alert.no-bg {
    background-color: transparent;
    border-width: 2px;
}
.alert[class*="alert-"] ul {
    padding-left: 25px;
    margin-top: 10px;
}
.alert[class*="alert-"] ul li:before {
    color: #a94442;
}
/* Alert Color */
.alert-warning{
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
    border-left-color: #856404;
}
.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    border-left-color: #155724;
}
.alert-info {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085;
    border-left-color: #004085;
}
.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
    border-left-color: #721c24;
}
.alert-not{
    background-color: #222222;
    border-color: #222222;
    color: #aaaaaa;
    border-left-color: #fcd000;
    border-width:0 0 0 4px; 
}
.alert-not strong{
    color:#fff;
}
.alert-not code{
    background-color: #fff;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 2px;
}
.alert-not:hover i{
    color:#fcff00;
}
.close {
    color: #000000;
    float: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    opacity: 0.3;
    text-shadow: none;
    vertical-align: middle;
}
.alert.alert-icon{
    padding: 15px 20px 15px 60px;
}
/*== >Modal pop =====*/

.modal-header {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
}
.modal-footer {
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
}
.modal-header {
    background: #EFBB20;
    padding: 15px 25px;
}
.modal-header .modal-title {
    color: #fff;
}
.modal .modal-body {
    padding: 25px;
}
.modal-xlg {
    width: 1000px;
}
.provider_registration .bootstrap-select div.dropdown-menu ul li a {
    font-weight: 600;
}
.provider_registration .bootstrap-select div.dropdown-menu ul li a span.childcat {
    font-weight: 400;
    color: #7c7c7c;
}
@media only screen and (max-width: 1024px) {
    .modal-xlg {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }
}
/*== >Social icons ===*/
/* social icon default */

.dlab-social-icon {
    display: inline-block;
    margin: 0 -3px;
    padding: 0;
    text-align: center;
}
.dlab-social-icon li {
    display: inline-block;
    padding: 0;
    font-size: 12px;
}
.dlab-social-icon li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 4px;
    font-size:18px;
    color:#fff;
}
.dlab-social-icon li a:hover {
    opacity:0.8;
    color:#fff;
}
.dlab-social-icon li .fa {
    vertical-align: middle;
}
/* social icon with border */

.dlab-social-icon.border li {
    padding: 0 3px;
}
.dlab-social-icon.border li a {
    border: 1px solid rgba(255, 255, 255, 0.2);
}
/* social icon dark */

.dlab-social-links.dark li {
    padding: 0 3px;
}
.dlab-social-icon.dark li a {
    border: 1px solid #777777;
    color: #777777;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
/* social share icon style 1*/

.dlab-share-icon li {
    border: none;
    width: 36px;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 0;
}
.dlab-share-icon li a {
    color: #FFF;
}
.dlab-share-icon li i {
    border-right: none;
    font-size: 14px;
    color: #FFF;
    width: 36px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-align: center;
}
.dlab-share-icon li.fb {
    background: #354d89;
}
.dlab-share-icon li.fb i {
    background: #3a5799;
}
.dlab-share-icon li.gp {
    background: #d34b2b;
}
.dlab-share-icon li.gp i {
    background: #e35736;
}
.dlab-share-icon li.tw {
    background: #029fdf;
}
.dlab-share-icon li.tw i {
    background: #00abf0;
}
.dlab-share-icon li.dig {
    background: #1d61aa;
}
.dlab-share-icon li.dig i {
    background: #2B6FB8;
}
.dlab-share-icon li.lin {
    background: #0176be;
}
.dlab-share-icon li.lin i {
    background: #0082CA;
}
.dlab-share-icon li.pin {
    background: #ac0104;
}
.dlab-share-icon li.pin i {
    background: #BD0E15;
}
.dlab-share-icon li:hover {
    width: 90px;
}
/*== >Breadcrumb ====*/

.breadcrumb-row {
    background: #f9f9f9;
    padding: 20px 0;
}
.breadcrumb-row ul {
    margin: 0;
}
.breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}
.breadcrumb-row ul li:after {
    content: "\f105";
    margin-left: 7px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.breadcrumb-row ul li:last-child {
    color: #676767;
}
.breadcrumb-row ul li:last-child:after {
    display: none;
}
/*== >Tables ====*/

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 10px;
}
.table.borderless > tbody > tr > td,
.table.borderless > tbody > tr > th {
    border: none;
}
/*data table*/

.dataTable .sorting_asc .checkbox {
    margin-right: 0;
}
/*== >Image effects ==*/
/*use for section*/

.overlay-black-light,
.overlay-black-middle,
.overlay-black-dark,
.overlay-gradient-light,
.overlay-gradient-middle,
.overlay-gradient-dark,
.overlay-white-light,
.overlay-white-middle,
.overlay-white-dark,
.overlay-primary-light,
.overlay-primary-middle,
.overlay-primary-dark,
.overlay-primary {
    position: relative;
}
.overlay-black-light:after,
.overlay-black-middle:after,
.overlay-black-dark:after,
.overlay-gradient-light:after,
.overlay-gradient-middle:after,
.overlay-gradient-dark:after,
.overlay-white-light:after,
.overlay-white-middle:after,
.overlay-white-dark:after,
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after,
.overlay-primary:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlay-black-light:after,
.overlay-black-middle:after,
.overlay-black-dark:after {
    background: #000;
}
.overlay-gradient-light:after,
.overlay-gradient-middle:after,
.overlay-gradient-dark:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}
.overlay-white-light:after,
.overlay-white-middle:after,
.overlay-white-dark:after {
    background: #FFF;
}
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after,
.overlay-primary:after {
    background: ;
}
.overlay-black-light:after {
    opacity: 0.3;
}
.overlay-black-middle:after {
    opacity: 0.5;
}
.overlay-black-dark:after {
    opacity: 0.8;
}
.overlay-gradient-light:after {
    opacity: 0.3;
}
.overlay-gradient-middle:after {
    opacity: 0.5;
}
.overlay-gradient-dark:after {
    opacity: 0.8;
}
.overlay-white-light:after {
    opacity: 0.5;
}
.overlay-white-middle:after {
    opacity: 0.7;
}
.overlay-white-dark:after {
    opacity: 0.8;
}
.overlay-white-dark.op95:after {
    opacity: 0.95;
}
.overlay-primary-light:after {
    opacity: 0.3;
}
.overlay-primary-middle:after {
    opacity: 0.5;
}
.overlay-primary-dark:after,
.overlay-primary:after {
    opacity: 0.8;
    
}

    
.overlay-black-light .container,
.overlay-black-middle .container,
.overlay-black-dark .container,
.overlay-white-light .container,
.overlay-white-middle .container,
.overlay-white-dark .container,
.overlay-primary-light .container,
.overlay-primary-middle .container,
.overlay-primary-dark .container,
.overlay-primary .container,
.overlay-black-light .container-fluid,
.overlay-black-middle .container-fluid,
.overlay-black-dark .container-fluid,
.overlay-white-light .container-fluid,
.overlay-white-middle .container-fluid,
.overlay-white-dark .container-fluid,
.overlay-primary-light .container-fluid,
.overlay-primary-middle .container-fluid,
.overlay-primary-dark .container-fluid,
.overlay-primary .container-fluid {
    position: relative;
    z-index: 1;
}
/*use for box*/

.overlay-bx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}
.overlay-icon,
.overlay-bx .align-m {
    height: auto;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
}
.overlay-bx .align-b{
    height: auto;
    left: 0;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top:auto;
    bottom: 0;
    width: 100%;
    transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
}
.overlay-icon a {
    display: inline-block;
    padding: 0;
    margin: 0 2px;
}
.overlay-icon a i {
    background-color: #FFF;
}
.overlay-bx:hover a > i,
.dlab-media:hover .overlay-bx a > i,
.dlab-box-bx:hover .overlay-bx a > i {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.overlay-bx:hover,
.dlab-media:hover .overlay-bx,
.dlab-box:hover .overlay-bx,
.ow-img:hover .overlay-bx,
.ow-portfolio-img:hover .overlay-bx {
    opacity: 1;
    visibility: visible;
}
/* show for text */

.overlay-text {
    width: 100%;
    position: absolute;
    padding: 20px;
    color: #FFF;
    left: 0;
    bottom: 20px;
}
.dlab-address-bx {
    display: table;
    text-align: left;
    padding: 20px 20px 20px 25px;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 600;
}
.dlab-address-bx .fa {
    position: absolute;
    top: 22px;
    left: 0;
    font-size: 22px;
}
.col-md-3 .overlay-text {
    padding: 5px;
}
.col-md-4 .overlay-text {
    padding: 20px;
}
.dlab-address2-bx {
    display: table;
    background: #eaeaea;
    padding: 5px 10px;
    margin-bottom: 10px
}
/* == >Icon boxes ==*/

.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}
.icon-bx-xl {
    width: 150px;
    height: 150px;
    line-height: 150px;
}
.icon-bx-lg {
    width: 120px;
    height: 120px;
    line-height: 120px;
}
.icon-bx-md {
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.icon-bx-sm {
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.icon-bx-xs {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.icon-bx-xl.radius,
.icon-bx-lg.radius,
.icon-bx-md.radius,
.icon-bx-sm.radius,
.icon-bx-xs.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
    border-style: solid;
}
.border-1 {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-3 {
    border-width: 3px;
}
.border-4 {
    border-width: 4px;
}
.border-5 {
    border-width: 5px;
}
/* Border Color */
.br-col-w1,
.dlab-info.br-col-w1[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w1,
.icon-bx-wraper.bx-style-2.br-col-w1{
    border-color:rgba(255,255,255,0.15)
}
.br-col-w2,
.dlab-info.br-col-w2[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w2,
.icon-bx-wraper.bx-style-2.br-col-w2{
    border-color:rgba(255,255,255,0.3)
}
.br-col-w3,
.dlab-info.br-col-w3[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w3,
.icon-bx-wraper.bx-style-2.br-col-w3{
    border-color:rgba(255,255,255,0.5)
}
.br-col-w4,
.dlab-info.br-col-w4[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w4,
.icon-bx-wraper.bx-style-2.br-col-w4{
    border-color:rgba(255,255,255,0.7)
}
.br-col-w5,
.dlab-info.br-col-w5[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w5,
.icon-bx-wraper.bx-style-2.br-col-w5{
    border-color:rgba(255,255,255,0.9)
}

.br-col-b1,
.dlab-info.br-col-b1[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-b1,
.icon-bx-wraper.bx-style-2.br-col-b1{
    border-color:rgba(0,0,0,0.15) 
}                                 
.br-col-b2,     
.dlab-info.br-col-b2[class*="border-"],                  
.icon-bx-wraper.bx-style-1.br-col-b2,
.icon-bx-wraper.bx-style-2.br-col-b2{
    border-color:rgba(0,0,0,0.3)  
}                                 
.br-col-b3,                  
.dlab-info.br-col-b3[class*="border-"],     
.icon-bx-wraper.bx-style-1.br-col-b3,
.icon-bx-wraper.bx-style-2.br-col-b3{
    border-color:rgba(0,0,0,0.5)  
}                                 
.br-col-b4,                  
.dlab-info.br-col-b4[class*="border-"],     
.icon-bx-wraper.bx-style-1.br-col-b4,
.icon-bx-wraper.bx-style-2.br-col-b4{
    border-color:rgba(0,0,0,0.7)  
}                                 
.br-col-b5,                  
.dlab-info.br-col-b5[class*="border-"],     
.icon-bx-wraper.bx-style-1.br-col-b5,
.icon-bx-wraper.bx-style-2.br-col-b5{
    border-color:rgba(0,0,0,0.9)  
}

/* opacity */
.op0{
    opacity:0;
}
.op1{
    opacity:0.1;
}
.op2{
    opacity:0.2;
}
.op3{
    opacity:0.3;
}
.op4{
    opacity:0.4;
}
.op5{
    opacity:0.5;
}
.op6{
    opacity:0.6;
}
.op7{
    opacity:0.7;
}
.op8{
    opacity:0.8;
}
.op9{
    opacity:0.9;
}
.icon-bx-xl i,
.icon-bx-lg i,
.icon-bx-md i,
.icon-bx-sm i,
.icon-bx-xs i {
    vertical-align: middle;
}
.icon-bx-xl i {
    font-size: 80px;
}
.icon-bx-lg i {
    font-size: 60px;
}
.icon-bx-md i {
    font-size: 45px;
}
.icon-bx-sm i {
    font-size: 30px;
}
.icon-bx-xs i {
    font-size: 20px;
}
.icon-bx-xl img,
.icon-bx-lg img,
.icon-bx-md img,
.icon-bx-sm img,
.icon-bx-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}
.icon-bx-xl img {
    height: 80px;
}
.icon-bx-lg img {
    height: 55px;
}
.icon-bx-md img {
    height: 40px;
}
.icon-bx-sm img {
    height: 30px;
}
.icon-bx-xs img {
    height: 20px;
}
/*== 11. ICON ==*/

.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
    display: inline-block;
    text-align: center;
}
.icon-xl {
    width: 100px;
}
.icon-lg {
    width: 80px;
}
.icon-md {
    width: 60px;
}
.icon-sm {
    width: 40px;
}
.icon-xs {
    width: 30px;
}
.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
    vertical-align: middle;
}
.icon-xl i {
    font-size: 80px;
}
.icon-lg i {
    font-size: 60px;
}
.icon-md i {
    font-size: 45px;
}
.icon-sm i {
    font-size: 30px;
}
.icon-xs i {
    font-size: 20px;
}
.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}
.icon-xl img {
    height: 80px;
}
.icon-lg img {
    height: 70px;
}
.icon-md img {
    height: 50px;
}
.icon-sm img {
    height: 30px;
}
.icon-xs img {
    height: 20px;
}
/*== place icon with box ==*/

.icon-bx-wraper {
    position: relative;
}
.icon-bx-wraper .dlab-tilte {
    margin-top: 0;
}
.icon-bx-wraper .after-titile-line {
    margin-bottom: 10px;
}
.icon-bx-wraper p:last-child {
    margin: 0;
}
.icon-content {
    overflow: hidden;
}
/* icon box left aligh */

.icon-bx-wraper.left .icon-bx-xl,
.icon-bx-wraper.left .icon-bx-lg,
.icon-bx-wraper.left .icon-bx-md,
.icon-bx-wraper.left .icon-bx-sm,
.icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 20px;
}
.icon-bx-wraper.left .icon-xl,
.icon-bx-wraper.left .icon-lg,
.icon-bx-wraper.left .icon-md,
.icon-bx-wraper.left .icon-sm,
.icon-bx-wraper.left .icon-xs {
    float: left;
    margin-right: 10px;
}
/* icon box right aligh */

.icon-bx-wraper.right {
    text-align: right;
}
.icon-bx-wraper.right .icon-bx-xl,
.icon-bx-wraper.right .icon-bx-lg,
.icon-bx-wraper.right .icon-bx-md,
.icon-bx-wraper.right .icon-bx-sm,
.icon-bx-wraper.right .icon-bx-xs {
    float: right;
    margin-left: 20px;
}
.icon-bx-wraper.right .icon-xl,
.icon-bx-wraper.right .icon-lg,
.icon-bx-wraper.right .icon-md,
.icon-bx-wraper.right .icon-sm,
.icon-bx-wraper.right .icon-xs {
    float: right;
    margin-left: 10px;
}
/* icon box center aligh */

.icon-bx-wraper.center {
    text-align: center;
}
[class*="icon-bx-"][class*="bg-"] a {
    color: #fff;
}
[class*="icon-bx-"].bg-white a {
    color: inherit;
}
[class*="icon-bx-"][class*="border-"] {
    display: table;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
}
[class*="icon-bx-"][class*="border-"] .icon-cell {
    display: table-cell;
    vertical-align: middle;
}
.icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ebedf2;
}
.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    position: absolute;
}
.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon-bx-wraper.bx-style-2.center .icon-bx-xl {
    margin-left: -75px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-lg {
    margin-left: -60px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-md {
    margin-left: -50px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-sm {
    margin-left: -40px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-xs {
    margin-left: -20px;
}
.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
/*== media with content box css ==*/

.dlab-box,
.dlab-info,
.dlab-tilte,
.dlab-tilte-inner {
    position: relative;
}
.dlab-tilte-inner {
    display: inline-block;
}
.dlab-tilte-inner.skew-title:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: -1;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
.dlab-box[class*="border-"],
.dlab-info[class*="border-"] {
    border-color: #eee;
}
.dlab-info.border-1,
.dlab-info.border-2,
.dlab-info.border-3,
.dlab-info.border-4,
.dlab-info.border-5 {
    border-top: none;
}
/*== before & after for line css ==*/

.left-border,
.right-border {
    position: relative;
}
.left-border:before,
.right-border:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 1px;
    height: 90%;
    background: #CCC;
}
.right-border:before {
    right: 0;
}
/*==for images==*/

.dlab-media,
.dlab-media,
.dlab-post-media {
    position: relative;
    overflow: hidden;
}
.dlab-media img,
.dlab-post-media img {
    width: 100%;
    height: auto;
}
/* Box Background */
.dlab-box-bg{
    overflow:hidden;
}
.dlab-box-bg .btn{
    overflow:unset;
}
.dlab-box-bg .glyph-icon{
    font-size:50px;
}
.dlab-box-bg .icon-bx-wraper{
    background-color:#f8f8f8;
}
.icon-box-btn .btn{
    background-color: #eeeeee;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 15px;
}
.dlab-box-bg{
    background-size: cover;
}
.dlab-box-bg.active .icon-bx-wraper{
    background-color:rgba(0,0,0,0.70);
}
.dlab-box-bg .text-primary,
.dlab-box-bg .icon-content .dlab-tilte,
.dlab-box-bg .icon-content p,
.dlab-box-bg .icon-box-btn .btn{
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.dlab-box-bg.active .text-primary,
.dlab-box-bg.active .icon-content .dlab-tilte,
.dlab-box-bg.active .icon-content p,
.dlab-box-bg.active .icon-box-btn .btn{
    color:#fff;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.dlab-box-bg .icon-box-btn .btn{
    border-radius: 0;
    color: #1abc9c;
    font-weight: 600;
    margin-bottom: 0;
}








/* >Box New Style */
.content-box-head{
    border-radius: 50px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    font-family: "Open Sans",sans-serif;
    margin-bottom: 20px;
    margin-top: -46px;
    padding: 12px 0;
    position: relative;
    z-index: 1;
}
/*---------------------------------------------------------------
25. PAGINATION
---------------------------------------------------------------*/
/* pagination style-1 */

.pagination-bx .pagination,
.cvf-universal-pagination .pagination {
    margin: 0;
}
.pagination {
    padding: 10px 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    background-color: #fff;
    border: 1px solid #efefef;
    color: #767676;
    padding: 8px 14px;
    font-weight: 400;
    font-family: montserrat;
    font-size: 14px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    border-color: transparent;
    color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-color: transparent;
}
.pagination > .previous > a,
.pagination > .next > a {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
}
.pagination-sm .pagination > li > a, 
.pagination-sm .pagination > li > span
.pagination-sm .pagination > .previous > a, 
.pagination-sm .pagination > .next > a{
    font-size: 12px;
    padding: 6px 12px;
}
.pagination-lg .pagination > li > a, 
.pagination-lg .pagination > li > span
.pagination-lg .pagination > .previous > a, 
.pagination-lg .pagination > .next > a{
    font-size: 18px;
    padding: 10px 20px;
}


/* pagination color */
.pagination-bx.primary{
    
}
.pagination-bx.primary .pagination > li > a, 
.pagination-bx.primary .pagination > li > span{
    background-color:#1abc9c;
    color:#fff;
    margin: 0 1px;
    border:0;
}
.pagination-bx.primary .pagination > li > a:hover, 
.pagination-bx.primary .pagination > li > span:hover,
.pagination-bx.primary .pagination > li.active > span,
.pagination-bx.primary .pagination > li.active > a{
    background-color:#148f77;
}

.pagination-bx.rounded .pagination > li > a, 
.pagination-bx.rounded .pagination > li > span{
    border-radius: 30px;
    margin:0 1px;
}
.pagination-bx.rounded-sm .pagination > li > a, 
.pagination-bx.rounded-sm .pagination > li > span{
    border-radius: 4px;
    margin:0 1px;
}
.pagination-bx .pull-right{
    float:right;
}
.pagination-bx .pagination{
    width:100%;
}
.pagination-bx.gray .pagination > li > a, 
.pagination-bx.gray .pagination > li > span{
    background-color:#f6f7f8;
    margin: 0 1px;
    border:0;
}
.pagination-bx.gray .pagination > li > a:hover, 
.pagination-bx.gray .pagination > li > span:hover,
.pagination-bx.gray .pagination > li.active > span,
.pagination-bx.gray .pagination > li.active > a{
    background-color:#1abc9c;
    box-shadow:2px 2px 8px 0 rgba(26, 188, 156, 0.5);
    color:#fff;
}
@media only screen and (max-width: 991px) {
    .pagination-bx{
        margin-bottom:30px;
    }
}



/*DataTable  pagination */

.dataTables_paginate ul.pagination {
    margin: 0;
}
.dataTables_paginate .pagination > li {
    padding: 0;
}
/*---------------------------------------------------------------
26. FOOTER
---------------------------------------------------------------*/
/*newsletter*/

/* footer fixed on bottom css*/
.footer-fixed .site-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}
.footer-fixed .page-content {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a {
    color: #fff;
}
footer p,
footer strong,
footer b,
footer {
    color: #fff;
}
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a {
    color: #fff;
}

footer a,
footer a:visited {
    color: #fff;
}
footer p a {
    color: #fff;
}
footer a:active,
footer a:focus,
footer a:hover {
    color: #fff;
}
/* widget color */
footer .widget_categories ul li a,
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_pages ul li a,
footer .widget_recent_comments ul li a,
footer .widget_nav_menu li a,
footer .widget_recent_entries ul li a,
footer .widget_services ul li a {
    color: #fff;
}
footer.text-white .widget_categories ul li a, 
footer.text-white .widget_archive ul li a, 
footer.text-white .widget_meta ul li a, 
footer.text-white .widget_pages ul li a, 
footer.text-white .widget_recent_comments ul li a, 
footer.text-white .widget_nav_menu li a, 
footer.text-white .widget_recent_entries ul li a, 
footer.text-white .widget_services ul li a, 
footer.text-white a, 
footer.text-white .footer-bottom, 
footer.text-white p, 
footer.text-white strong, 
footer.text-white b, 
footer.text-white .widget .post-title, 
footer.text-white .widget-about .dlab-title, 
footer.text-white {
    color: #fff;
}
footer p {
    margin-bottom: 10px;
}
footer p,
footer li {
    font-size: 15px;
    line-height: 22px;
}
footer#footer {
    background-position: center;
    background-size: cover;
}
footer p {
    line-height: 24px;
    margin-bottom: 10px;
}
footer .widget ul {
    list-style: none;
    margin-top: 5px;
}
/*widget li in footer*/

footer .widget_categories ul li,
footer .widget_archive ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_nav_menu li,
footer .widget_recent_entries ul li,
footer .widget_services ul li {
    border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
    
}
footer .widget_services ul li {
    transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    padding: 10px 0px 10px 15px;
}
footer .widget_services ul li:hover {
    transform: translateX(10px);
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
}
/*widget Getintuch*/
.footer-top {
    background: #0d0c08;
    background-size: cover;
    background-position: center;
    padding: 90px 0 30px;
}
.footer-bottom {
    background-color:#0d0c08;
    padding: 25px 0;
    color: #A4A4A2;
    border-radius:0px;
    font-size: 14px;
    border-top: 1px solid #1c1a13;
}
.footer-bottom ul {
    margin: 0;
}
/* Footer Full */
.footer-full .container-fluid{
    padding-left:50px;
    padding-right:50px;
}
@media only screen and (max-width: 991px) {
    .col-md-3.col-sm-6.footer-col-4:nth-child(3) {
        clear: both;
    }
    .footer-full .text-left,
    .footer-full .text-right,
    .footer-full .text-center{
        text-align:center;
        margin-bottom:30px;
    }
    .footer-full .text-right{
        margin-bottom:0;
    }
}
@media only screen and (max-width: 767px) {
    .footer-clear {
        display: block !important;
        clear: both;
    }
    #footer .footer-4-col {
        width: 100%;
    }
    .footer-bottom [class*="clo-"] {
        width: 100%;
    }
}
/* Subscribe Form */
.subscribe-form input{
    background-color:rgba(0,0,0,0);
    border:2px solid rgba(255,255,255,0.5);
    border-radius:30px !important;
    height:50px;
    padding:10px 20px;
    margin-right:5px;
    color:#fff;
    font-size:15px;
    
}
.subscribe-form .btn{
    border-radius: 0px 3px 3px 0px;
}
.subscribe-form input.radius-no{
    border-radius:0 !important;
}
.subscribe-form .btn{
    height:50px;
}
.subscribe-form .input-group-btn{
    padding-left: 10px;
}
/*  map footer */
.map-footer .footer-top{
    padding:0;
}



/* scroll top btn css */
button.scroltop {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border-color: #efbb20;
    border-radius: 20px;
    border-style: solid;
    border-width: 0;
    bottom: 15px;
    box-shadow: 2px 2px 12px -5px #000000;
    color: #efbb20;
    cursor: pointer;
    display: none;
    height: 40px;
    line-height: 26px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 1024;
}

/* Footer White */
.footer-white {
    border-top: 0px solid #e0e0e0;
}
.footer-white .form-control{
    border-color:rgba(0,0,0,0.1);
}
.footer-white .footer-top {
    background-color: #fdfdfd;
}
.footer-white .footer-bottom {
    background-color: #efefef;
}
footer.footer-white h1,
footer.footer-white h2,
footer.footer-white h3,
footer.footer-white h4,
footer.footer-white h5,
footer.footer-white h6,
footer.footer-white h1 a,
footer.footer-white h2 a,
footer.footer-white h3 a,
footer.footer-white h4 a,
footer.footer-white h5 a,
footer.footer-white h6 a,
footer.footer-white.site-footer .widget_services ul li a,
footer.footer-white p,
footer.footer-white strong,
footer.footer-white b,
footer.footer-white,
footer.footer-white .footer-bottom,
footer.footer-white .footer-bottom a {
    color: #000
}
.footer-white .footer-bottom{
    border:0;
}
.footer-white  .widget_getintuch i {
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid rgba(0, 0, 0, 0.0);
    font-size:20px;
}
.footer-contact-info{
    border-bottom:1px solid rgba(255,255,255,0.1);
}

/* Footer Color */
.footer-gray .footer-top,
.footer-gray .footer-bottom{
    background-color:#292929;
}
.footer-gray-1 .footer-top,
.footer-gray-1 .footer-bottom{
    background-color:#1A1A1A;
}
.site-footer .icon-bx-wraper{
    overflow: hidden;
}
.site-footer .icon-content {
    overflow: unset;
}
.site-footer .dlab-tilte{
    position:inherit;
}
.site-footer .btn.circle {
    color:#fff;
    font-size:16px;
}
@media only screen and (max-width: 480px) {
    footer .footer-info-bar .col-xs-6,
    footer .footer-contact-info .col-xs-6{
        width:100%;
    }
}
/*---------------------------------------------------------------
27. PAGE-CONTENT
---------------------------------------------------------------*/

.page-wraper {
    background: #fff;
}
.gray-layout.page-wraper .main-bar,
.gray-layout.page-wraper .bg-white,
.gray-layout.page-wraper{
    background:#F7F9FB !important;
}
.page-content {
    margin-top: 0;
    padding-bottom: 50px;
}
.content-area {
    padding-top: 60px;
}
.section-full {
    position: relative;
}
.section-full:last-child {
    margin-bottom: -50px;
}
/*= Section Head Part =*/

.section-head {
    margin-bottom: 30px;
}
.section-head.no-margin {
    margin-bottom: 0;
}
.section-head h1,
.section-head h2,
.section-head h3 {
    margin-top: 0;
}
.title-small {
    display: block;
    color: #494949;
    margin-bottom: 15px;
}
.section-head p {
    padding-top: 10px;
    font-size: 16px;
    color: #0f192d;
}
.text-center.section-head p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
.text-white {
    color: #FFF;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small {
    color: #FFF;
}
/*= Section Content Part =*/

.section-content {} @media only screen and (max-width: 1024px) {
    .section-full {
        background-attachment: scroll !important;
    }
}
@media only screen and (max-width: 991px) {
    .page-content {
        margin-top: 0;
    }
}
/*---------------------------------------------------------------
28. INNER-CONTENT
---------------------------------------------------------------*/
/*page not found*/

.page-notfound {
    padding: 50px 0;
}
.page-notfound strong {
    font-size: 200px;
    font-weight: 900;
    line-height: 140px;
    display: block;
}
.page-notfound strong i {
    font-size: 190px;
    margin: 0 10px;
}
.page-notfound .searchform {
    position: relative;
    text-align: left;
    max-width: 420px;
    margin: 30px auto;
}
@media only screen and (max-width: 767px) {
    .page-notfound strong i,
    .page-notfound strong{
        font-size:120px;
    }
}
/* required classes */

.sticky {
    clear: both;
}
.gallery-caption {
    clear: both;
}
.bypostauthor {
    clear: both;
}
/*Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
/*===============================================

    gallery pages css

=============================================== */

.dlab-gallery-listing {
    list-style: none;
    margin-bottom:0;
}
/*===============================================

    Layout boxed css

=============================================== */

#bg {
    background-attachment: fixed;
    background-size: cover;
}
.boxed .page-wraper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}
.boxed .tp-banner-container,
.boxed .rev_slider_wrapper {
    left: 0 !important;
    width: 100% !important;
}
.boxed .tp-rightarrow {
    right: 0 !important;
}
.boxed .tp-leftarrow {
    left: 0 !important;
}
.boxed.footer-fixed .site-footer {
    left: 50%;
    width: 1200px;
    margin: 0 -600px;
}
.boxed .is-fixed .main-bar {
    left: 50%;
    width: 1200px;
    margin: 0 -600px;
}
.boxed .is-fixed.header-curve .logo-header:after {
    right: auto;
    left: -15px;
    width: 90%;
}
/* Frame */
.frame {
    padding:30px;
}
.frame .page-wraper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}
.frame .tp-banner-container,
.frame .rev_slider_wrapper {
    left: 0 !important;
    width: 100% !important;
}
.frame .tp-rightarrow {
    right: 0 !important;
}
.frame .tp-leftarrow {
    left: 0 !important;
}
.frame .is-fixed .main-bar {
    left:0;
    width: 100%;
    margin: 0;
}
.frame .is-fixed.header-curve .logo-header:after {
    right: auto;
    left: -15px;
    width: 90%;
}
.frame button.scroltop{
    right:50px;
    bottom:50px;
}
@media only screen and (max-width: 1024px) {
    .frame {
        padding:0;
    }
    .frame button.scroltop{
        right:15px;
        bottom:15px;
    }

}
.owl-imgbx,
.ow-portfolio-img {
    position: relative;
}
.ow-entry-content {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #eee;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 5px;
}
.ow-entry-title {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
}
.ow-entry-title,
.ow-entry-title a {
    color: #3d474a;
}
.ow-entry-text p:last-child {
    margin: 0;
}
/*product detail page css*/
/* Product Details*/

.btn-quantity {
    width: 150px;
}
.product-description.dex-tabs.border-top .nav-tabs > li.active > a {
    border-top: 2px solid #efbb20;
}
.product-description.dex-tabs .nav-tabs > li > a i {
    color: #efbb20;
}
.dex-tabs.bg-tabs .nav-tabs > li > a {
    background-color: #fcfcfc;
}
.btn-quantity.style-1{
    width: 130px;
    border: 1px solid #e0e0e0;
}
.btn-quantity.style-1 input{
    background: #fff none repeat scroll 0 0;
    border: 0;
    border-left: 1px solid #ced4da;
    font-size: 14px;
    padding: 0 45px;
    text-align: center;
    color: #201f22;
}
.btn-quantity.style-1 .input-group-btn-vertical button:last-child,
.btn-quantity.style-1 .input-group-btn-vertical button:first-child{
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    position: absolute;
    height: 45px;
    top: 0;
     width: 40px;
    padding: 0;
    z-index: 2;
    margin: 0;
}
.btn-quantity.style-1 .input-group-btn-vertical button:hover{
    background-color:transparent;
}
.btn-quantity.style-1 .input-group-btn-vertical button:first-child{
    right: 0;
}
.btn-quantity.style-1 .input-group-btn-vertical button:last-child{
    left: 0;
}
.btn-quantity.style-1 .bootstrap-touchspin .input-group-btn-vertical i{
    color: #201f22;
    font-size: 8px;
    position: unset;
    line-height: 25px;
}
.btn-quantity.style-1 .input-group{
    position:relative;
    
}
.btn-quantity.style-1 .bootstrap-touchspin .input-group-btn-vertical{
    position:unset;
}
/*Product Review*/

ol.commentlist {
    list-style: none;
    margin: 0;
}
ol.commentlist li {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    background: #F7F8FA;
    padding: 20px;
    border: 1px dashed #EEEEEE;
}
ol.commentlist li img {
    float: left;
    border: 5px solid #FFF;
    width: 80px;
    height: auto;
}
ol.commentlist li .comment-text {
    padding-left: 100px;
}
ol.commentlist li .meta {
    margin-bottom: 5px;
}
ol.commentlist li .meta strong {
    font-size: 16px;
}
ol.commentlist li .meta .time {
    color: #999;
    display: block;
    font-size: 14px;
}
ol.commentlist li .description p {
    margin: 0;
}
ol.commentlist li .star-rating {
    position: absolute;
    top: 20px;
    right: 20px;
}
.comment-reply-title {
    margin-top: 0;
}
.comment-form [class*="comment-form"] {
    width: 49%;
}
.comment-form label {
    display: block;
}
.comment-form [class*="comment-form"] input,
.comment-form [class*="comment-form"] textarea {
    border: 1px solid #CCC;
    padding: 8px 10px;
    width: 100%;
}
.comment-form {
    margin: 0 -15px;
}
.comment-form [class*="comment-form"],
.comment-form .form-submit {
    margin-bottom: 20px;
    padding: 0 15px;
}
.comment-form .form-submit input:active,
.comment-form .form-submit input:focus,
.comment-form .form-submit input:hover {
    background: #037a85;
}
.dlab-quik-search {
    background-color:rgba(20,21,22,0.95) !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    z-index: 999;
    display: none;
    overflow: hidden;
    
}
.dlab-quik-search.On form {
    transition:all 0.5s ease 0.5s;
    -moz-transition:all 0.5s ease 0.5s;
    -webkit-transition:all 0.5s ease 0.5s;
    max-width: 1200px;
    opacity:1;
    border-bottom: 2px solid #000;
}
.dlab-quik-search form {
    width: 100%;
    max-width: 100px;
    margin: auto;
    position: relative;
    top: 50%;
    transition:all 0.5s;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    opacity:0;
}
.dlab-quik-search .form-control {
    padding: 15px 60px 15px 15px;
    width: 100%;
    height: 90px;
    border: none;
    background: none;
    color: #fff;
    font-size: 35px;
    border-bottom:1px solid rgba(255,255,255,0.5);
    font-family: Montserrat;
    text-align: center;
}
.dlab-quik-search .form-control::-moz-placeholder {
    color: #706e6e;
}
.dlab-quik-search .form-control:-moz-placeholder {
    color: #706e6e;
}
.dlab-quik-search .form-control:-ms-input-placeholder {
    color: #706e6e;
}
.dlab-quik-search .form-control::-webkit-input-placeholder {
    color: #706e6e;
}
.dlab-quik-search span {
    position: absolute;
    right: 15px;
    top: 40px;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
    color:#fff;
    font-size: 35px;
}
/* form control style */
.form-box1 .form-control{
    height:50px;
    padding:15px 20px;
    font-size:16px;
    text-transform:capitalize;
    border: 2px solid rgba(0, 0, 0, 0.05);
}
.form-box1 textarea.form-control{
    height:150px;
}
.form-box1 .form-control:focus,
.form-box1 .form-control:hover{
    border: 2px solid rgba(0, 0, 0, 0.2);
}
#gmap_canvas {
    width: 100%;
    height: 400px;
}
#gmap_canvas img {
    max-width: none!important;
    background: none!important
}
/* sosiyal btn color */

.fb-btn {
    background-color: #4867AA;
}
.tw-btn {
    background-color: #1DA1F2;
}
.gplus-btn {
    background-color: #DC4A38;
}
.pin-btn {
    background-color: #CC2127;
}
.link-btn {
    background-color: #0274B3;
}
.dlab-social-icon.dlab-social-icon-lg li a {
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px;
}
/* Team Section */

.dlab-media.dlab-media-left .dlab-info-has,
.dlab-media.dlab-media-top .dlab-info-has,
.dlab-media.dlab-media-right .dlab-info-has {
    bottom: auto;
    margin-bottom: 0;
    top: 0;
}
/* Top Side Icon */

.dlab-media.dlab-media-top .dlab-info-has {
    margin-top: -100px;
}
.dlab-media.dlab-media-top:hover .dlab-info-has,
.dlab-box:hover .dlab-media.dlab-media-top .dlab-info-has {
    margin-top: 0;
}
/* Left Side Icon */

.dlab-media.dlab-media-left .dlab-info-has {
    left: 0;
    padding: 15px;
    width: auto;
    margin-left: -60px;
}
.dlab-media.dlab-media-left:hover .dlab-info-has {
    margin-left: 0px;
}
.dlab-media.dlab-media-left .dlab-social-icon li {
    display: block;
    margin: 3px 0;
}
/* Right Side Icon */

.dlab-media.dlab-media-right .dlab-info-has {
    right: 0;
    padding: 15px;
    width: auto;
    left: auto;
    margin-right: -60px;
}
.dlab-media.dlab-media-right:hover .dlab-info-has {
    margin-right: 0px;
}
.dlab-media.dlab-media-right .dlab-social-icon li {
    display: block;
    margin: 3px 0;
}
/* Team 4 */
.rounded-team .round-box {
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    left: 0px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 195px;
    height: 195px;
    border-radius: 100%;
    overflow: hidden;
    padding: 10px;
    display: block;
    border: 1px solid #fff;
}
.rounded-team .team-mamber {
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
    border-radius: 100%;
    background-color: #fff;
}
.rounded-team .team-mamber img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.rounded-team .sosial-icon-team {
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    border-radius: 100%;
    display: block;
    height: 195px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: 0;
    width: 195px;
    margin-right: -97px;
}
.rounded-team .sosial-icon-team ul.rounde-team-social-icon li a,
.rounded-team .sosial-icon-team ul li {
    width: 100%;
    display: block;
    color: #fff;
}
.rounded-team .sosial-icon-team ul.rounde-team-social-icon {
    margin-right: -5px;
    margin-top: 28px;
    width: 80px;
    float: right;
}
.rounded-team {
    position: relative;
}
.rounded-team:hover .sosial-icon-team {
    margin-right: -117px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.rounded-team:hover .round-box {
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;;
    left: -20px;
}
.rounded-team .team-info {
    border-color: #d3d3d3;
    margin-top: -27px;
}
.rounded-team .team-social-btn ul li a {
    background-color: #c0c0c0;
}
.rounded-team .rounde-team-social-icon li a {
    color: #ffffff;
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px;
}
/* team 5 */
.team-box-type{
    border:1px solid rgba(0,0,0,0.1); 
}
.team-mamber-img,
.team-info-box{
    width:50%;
}
.team-info-box{
    padding:20px;
    
}
.team-mamber-img,
.team-info-box{
    display: table-cell;
    vertical-align: middle;
}
.team-box-type, 
.team-info-box {
    overflow: hidden;
}
.team-p-info{
    list-style:none;
    padding:0;
    margin:0;
}
.team-p-info li{
    display:block;
    width:100%;
    font-size: 15px;
    padding: 5px 0;
    color: #404040;
}
@media only screen and (max-width: 767px) {
    .team-mamber-img, .team-info-box{
        width:100%;
        display:block;
    }   
    .team-mamber-img, .team-info-box{
        
    }
    .dlab-quik-search .form-control{
         font-size: 18px;
         height: 70px;
    }
    .dlab-quik-search span{
        font-size: 18px;
        right: 30px;
        top: 39px;
    }
}

/*---------------------------------------------------------------
29. SIDE-NAV
---------------------------------------------------------------*/
.sidenav.cs-sidenav {
    width:800px;    
    right:-820px;
    left:auto;
}
.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 9;
    top: 0;
    left: -320px;
    background-color: #fff;
    overflow-x: hidden;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    border: 0 none;
    border-radius: 0;
}
.sidenav > ul li a {
    padding: 10px 15px;
    display: block;
    border-color: #ebebeb;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
}
.sidenav > ul li a:hover {
    color:#fff;
}
.sidenav .logo-header {
    height: auto;
    padding: 15px;
    width: 100%;
}
.button-side-nav {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.4);
    font-size: 17px;
    cursor: pointer;
}
.sidenav .closebtn {
    color: #ffffff;
    font-size: 24px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
    z-index: 9;
}
#main {
    transition: margin-left .5s;
    -moz-transition: margin-left .5s;
    -webkit-transition: margin-left .5s;
    -o-transition: margin-left .5s;
}
@media only screen and (max-width: 800px) {
    .sidenav.cs-sidenav {
        width:100%;
    }
}
/*==== Particles ====*/
#particles-js .container{ 
    z-index:2; 
}
.particles-js-canvas-el {
    position: absolute;
    top: 0;
    z-index: 1;
}   

/*==== LOADING ====*/
#loading-area {
    width: 100%;
    height: 100%;
    background-color: #141516;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    background-image: url(../images/loading.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
}
/* ------------------------------------------------
30. CONTACT
------------------------------------------------ */
.dlab-social-icon.dlab-social-icon-lg li a {
    color: #ffffff;
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px;
}
.dlab-social-icon-lg.dlab-social-icon li {
    display: inline-block;
    font-size: 12px;
    padding: 0;
}
.dlab-social-icon-lg.dlab-social-icon.border li a {
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.contact-style-1 input{
    height:50px;    
}
.contact-style-1 .btn{
    height:50px;
    width:100%;
}
.contact-style-1 .form-control{
    padding:10px 20px;
}
.contact-style-1 .form-control:focus,
.contact-style-1 .form-control:hover{
    border-color:#c0c0c0;
}
.contact-style-1 h2{
    margin-top:0;
}
.contact-style-1 .border-1{
    border:1px solid #eee;
}
.contact-style-1 .dlab-social-icon-lg{
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
    text-align: left;
    width: 100%;
    margin: 0;
}
.contact-style-1 .dlab-social-icon-lg a{
    text-align:center;
}
.contact-style-1 .dlab-social-icon-lg li a:hover{
    background:#fff;
    color:#000;
    border:1px solid #eee;
}
.contact-style-1  .form-group {
    margin-bottom: 25px;
}
/* ------------------------------------------------
31. SHOPPING
------------------------------------------------ */
/* 
    1.0 Checkout 
    
*/

/*===== 1.0 Checkout =====*/
.shop-form .form-control,
.shop-form .bootstrap-select .dropdown-toggle{
    border-width:1px;
    border-radius: 0;
}
.shop-form .bootstrap-select .dropdown-toggle{
    border-width:2px !important;
}
.shop-form p{
    font-weight:500;
    color:#a3a3a3;
}
.shop-form textarea{
    height:150px;
}
.shop-form .form-control:hover,
.shop-form .form-control:focus,
.shop-form .bootstrap-select:focus .dropdown-toggle,
.shop-form .bootstrap-select:hover .dropdown-toggle{
    border-color:#636363 !important;
}

.check-tbl img{
    width:80px;
}
.check-tbl th{
    font-weight:700;
    font-size:15px;
    padding:10px;
}
.check-tbl td{
    font-weight:600;
    padding:10px;
}
.check-tbl.table > tbody > tr > td, 
.check-tbl.table > tbody > tr > th, 
.check-tbl.table > tfoot > tr > td, 
.check-tbl.table > tfoot > tr > th, 
.check-tbl.table > thead > tr > td, 
.check-tbl.table > thead > tr > th{
    vertical-align:middle;
}
/* shop-price */
.product-price,
.check-tbl .product-price,
.product-price-total,
.check-tbl .product-price-total,
.check-tbl .product-item-price{
    font-weight:700;
}
/* Cart */
.product-item-close a{
    background: transparent;
    color: #f54233;
    padding: 8px;
    border-radius: 30px;
}
.product-item-close a:hover{
    opacity:0.5;
}
/* Product Item */
.item-img{
    overflow:hidden;
    position:relative;
}
.item-img img{
    width:100%;
}
.item-info-in {
    bottom: -20%;
    padding: 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    background-color:rgba(0,0,0,0.5);
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.2s;
    opacity:0;
    
}
.item-box:hover .item-info-in {
    opacity:1;
    bottom: 0;
}
.item-info-in ul li{
    display:inline-block;
}
.item-info-in ul li a{
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 5px 10px;
}
.item-info-in ul,
.item-review{
    margin:auto;
    padding:0;
    list-style:none;
}
.item-review li{
    display:inline-block;
    font-size: 15px;
}
.item-price del{
    font-size: 16px;
    font-weight: 400;
    opacity: 0.4;
}
.item-price {
    font-family: open sans;
    font-size: 18px;
    font-weight: 600;
}
.item-info-in.center {
    bottom: auto;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.item-box:hover .item-info-in.center {
    top: 50%;
    bottom: auto;
}
.item-info-in.no-bg{
    background-color:rgba(0,0,0,0);
}
.item-info-in.no-bg.tb a{
    color:#000;
}
.item-info-in.no-bg.tb a:hover{
    color:#000;
    opacity:0.8;
}
/* Dir */
.item-info-in.left{
    width:auto;
    padding:10px;
}
.item-info-in.left ul li{
    display:block;
}
.item-info-in.right{
    width:auto;
    padding:10px;
    right:0;
    left:auto;
}
.item-info-in.right ul li{
    display:block;
}
.item-info-in.top{
    width:auto;
    padding:10px;
    top:-20%;
    left:0;
    bottom:auto;
    height:auto;
}
.item-box:hover .item-info-in.top,
.item-img:hover .item-info-in.top,
.item-box:hover .item-info-in.top.right,
.item-img:hover .item-info-in.top.right{
    top:0;
}
.item-img:hover .item-info-in.top,
.item-box:hover .item-info-in.top{
    bottom:auto;
}
.item-info-in.top.right ul li{
    display:block;
}
.item-info-in.top.right{
    width:auto;
    padding:10px;
    top:-20%;
    right:0;
    bottom:auto;
    left:auto;
}
.item-info-in.full{
    height:100%;
}
.item-info-in.full ul li{
    display:block;
    width:100%;
}
.item-info-in.full ul,
.item-info-in.full .center{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/* item add */
.item-add {
    outline: 8px solid rgba(255, 255, 255, 0.5);
    outline-offset: -20px;
    position:relative;
    overflow:hidden;
}
.add-box{
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.add-box h2{
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.add-box h5{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.item-add.add-style-2{
    outline: 8px solid rgba(0, 0, 0, 0.1);
}
.item-add.add-style-2 img{
    opacity:0.05;   
}
.item-add.add-style-2 .add-box h2,
.item-add.add-style-2 .add-box h5{
    text-shadow:none;
}


.item-add.add-style-3{
    outline:none;
}
.item-add.add-style-3 h5,
.item-add.add-style-3 h2{
    text-shadow:none;
}
.item-add.add-style-3 h2{
    font-size:30px;
    margin:0;
}
.item-add.add-style-3 .add-box .add-box-in{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 30px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.item-add.add-style-3 .add-box .add-box-in.black{
    background-color: rgba(0, 0, 0, 0.8);
}
.item-add.add-style-3:hover .add-box-in{
    padding: 30px 40px;
}
/* Product Details Item */
.shop-item-rating{
    position:absolute;
    top:0;
    right:0;
}
.shop-item-rating span{
    display:block;
    text-align:right;
    margin-bottom: 10px;
}
.shop-item-tage span{
    font-size:15px;
    font-weight:600;
}
.shop-item-tage a{
    font-weight: 600;
    margin-left: 7px;
}
/* Hover Style  */
.outline-hv{
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    outline: 10px solid rgba(255, 255, 255, 0.5);
}
.item-box:hover .outline-hv,
.outline-hv:hover{
    outline: 10px solid rgba(255, 255, 255, 0.5);
    outline-offset: -30px;
}

/* Product Item */
.product-item .dlab-info{
    border-top: 1px solid #e9e9e9;
}
.product-item .dlab-box{
    border:1px solid #e9e9e9;
    position:relative;
    
}
.product-item .sale:after{
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #8f0000;
    bottom: -4px;
    content: "";
    position: absolute;
    right: 0;
}
.product-item .sale{
    position: absolute;
    right: -5px;
    top: 10px;
    z-index: 2;
}
.product-item .overlay-icon{
    bottom: 0px;
    top:auto;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.product-item:hover .overlay-icon{
    bottom: 40px; 
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.product-item:hover img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product-item .overlay-icon a i{
    background-color: #efbb20;
    color:#fff; 
}
.product-item:hover .dlab-box,
.product-item:hover .dlab-info {
    border-color:#d0d0d0;
    
}
.add-product .dlab-info-has.bg-black{ 
    background-color: rgba(0, 0, 0, 0.4);
}
.add-product .dlab-info-has{
    top:0;
}
.add-product del{ 
    opacity:0.6
}
.product-service .icon-bx-wraper{
    border:0;
}
.product-item del {
    color: #b0b0b0;
    font-size: 18px;
    margin-top: 0;
    position: relative;
    top: -1px;
}
/* Item Widgets */
.item-widgets-box, 
.item-widgets-body{
    overflow: hidden;
}
.item-widgets-box{
    margin-top:15px;
}
.item-widgets-box:first-child {
    margin-top: 0;
}
.item-widgets-left{
    padding-right:15px;
}
.item-widgets-left img{
    width:80px;
}
.item-widgets-left, 
.item-widgets-body,
.item-widgets-right {
    display: table-cell;
    vertical-align: middle;
}
.item-widgets-body .item-title,
.item-widgets-body .item-price del{
    font-size:15px;
}
/* product item size */
.product-item-size .btn {
    background-color: #f3f3f3;
    border: 0px solid #e0e0e0;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    width: 40px;
    margin-right: 4px;
}
.product-item-size .btn.active {
    background-color:#1abc9c;
    box-shadow: none;
    color:#fff;
}
.product-item-size.size-sm .btn {
    font-size: 11px;
    height: 25px;
    line-height: 23px;
    width: 25px;
}
.product-item-size.size-lg .btn {
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    width: 50px;
}
/* product-item-color */
.product-item-color .btn{
    border: 0 none;
    border-radius: 30px !important;
    height: 30px;
    opacity: 0.5;
    padding: 0;
    width: 30px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    margin-right: 5px;
}
.product-item-color .btn.active {
    border: 2px solid rgba(0, 0, 0, 0.3);
    box-shadow: none;
    opacity: 1;
}
.product-item-color.size-sm .btn{
    height: 20px;
    width: 20px;
}
/* Product Gallery */
.product-gallery.on-show-slider{
    position:relative;
}
.sticky-top,
.sticky-top > .side-bar{
    position:sticky;
    position: -webkit-sticky;
    top:100px;
}
/* Download File */
.download-file ul{ 
    margin:0;
    padding:0;
    list-style:none;
}
.download-file ul li{
    display: block;
    margin-bottom: 10px;
}
.download-file ul li a{
    background: #e0e0e0 none repeat scroll 0 0;
    color: #000000;
    display: block;
    padding: 15px 20px;
}
.download-file ul li a span{
    margin-right:10px;
}
/* =============================
    Spacing End Alignment   
============================= */
.site-footer .widget_getintuch{
    padding-top:0;
}
.content-inner{
    padding-top:70px;
    padding-bottom:40px;
}
.content-inner-1{
    padding-top:70px;
    padding-bottom:0px;
}
.content-inner-2{
    padding-top:70px;
    padding-bottom:70px;
}
.content-inner-3{
    padding-top:30px;
}
.content-inner-4{
    padding-top:0;
    padding-bottom:80px;
}
.testimonial-five .owl-controls{
    margin-top: 0px;
}
.dis-tbl{
    display:table;
}
.dis-tbl-cell{
    display:table-cell;
    vertical-align:middle;
}
.dis-tbl-cell-t{
    display:table-cell;
    vertical-align:top;
}
.dis-tbl-cell-b{
    display:table-cell;
    vertical-align:bottom;
}
.img-cover{
    object-fit:cover;
    width: 100%;
}
/* sp */
/* sp */

.row.sp20,
.sp20{
    margin-left:-9px;
    margin-right:-9px;
}
.row.sp20 [class*="col-"],
.sp20 [class*="col-"]{
    padding-left:9px;
    padding-right:9px;
}
.row.sp15,
.sp15{
    margin-left:-7.5px;
    margin-right:-7.5px;
}
.row.sp15 [class*="col-"],
.sp15 [class*="col-"]{
    padding-left:7.5px;
    padding-right:7.5px;
}
.row.sp10,
.sp10{
    margin-left:-5px;
    margin-right:-5px;
}
.row.sp10 [class*="col-"],
.sp10 [class*="col-"]{
    padding-left:5px;
    padding-right:5px;
}
/* Mobile Spacing */
@media only screen and (max-width: 991px) {
    .sticky-top{
        position:unset;
    }
}
@media only screen and (max-width: 767px) {
    .content-area {
        padding-top: 30px;
    }
    .page-content{
        padding-bottom: 30px;
    }
    .footer-top{
        padding-top: 30px;
    }
    .site-footer .widget{
        margin-bottom:25px;
    }
    .section-full:last-child {
        margin-bottom: -30px;
    }
    .content-inner {
        padding-bottom: 20px;
        padding-top: 30px;
    }
    .content-inner-1{
        padding-top:30px;
        padding-bottom:0px;
    }
    .content-inner-2{
        padding-top:30px;
        padding-bottom:30px;
    }
    .section-head {
        margin-bottom: 25px;
    }
    .dlab-project-left{
        padding-top: 30px;
    }
    .testimonial-section{
        padding-top: 30px;
    }
    .testimonial-section .owl-controls{
         margin-top: 20px;
    }
    .section-head p{
        padding-top:0;
    }
    .h3{
        font-size:28px;
        margin-top:10px;
    }
    .about-service .icon-bx-wraper:nth-child(2){
         margin-top: 0;
    }
    .side-bar{
        margin-bottom:30px;
    }
    .dlab-post-title .post-title{
        margin-top:10px;
    }
    .footer-info-box .newsletter{
        margin-bottom:10px;
    }
    ol.commentlist li .star-rating{
        position:unset;
    }
    .comment-form [class*="comment-form"]{
        width:100%;
    }
    .pricingtable-wrapper {
        margin-bottom: 30px;
    }
    .pricingtable-highlight{
        margin:0;
    }
    .disnone-md{
        display:none;
    }
}
/* Owl Slider */
.slide-item{
    position:relative;
}
.slide-item .slide-content{
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slide-item-img img{
    object-fit:cover;
}
.slide-content-box {
    position: relative;
    top: 30%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition:all 1s ease 0.5s;
    -webkit-transition:all 1s ease 0.5s;
    -o-transition:all 1s ease 0.5s;
    -moz-transition:all 1s ease 0.5s;
}
.owl-slider-banner .owl-theme .owl-dots {
    margin-top: 0;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 25px;
    color:rgba(255,255,255,0.5)
}
.owl-slider-banner .owl-theme .owl-dots .owl-dot span{
    height: 9px;
    width: 9px;
    margin: 0;
    background-color:rgba(0,0,0,0.2)
}
.owl-slider-banner .owl-theme .owl-dots .owl-dot {
    border: 1px solid;
    border-radius: 20px;
    display: inline-block;
    margin: 4px;
    padding: 4px;
}
.owl-slider-banner .owl-theme .owl-dots .owl-dot.active, 
.owl-slider-banner .owl-theme .owl-dots .owl-dot:hover{
    border: 1px solid #FF3B68;
}
.owl-slider-banner .owl-item .slide-content-box{
    opacity:0;
}
.owl-slider-banner .owl-item.active .slide-content-box{
    opacity:1;
    transition:all 0.5s ease 0.5s;
    -moz-transition:all 0.5s ease 0.5s;
    -webkit-transition:all 0.5s ease 0.5s;
    -o-transition:all 0.5s ease 0.5s;
    top: 50%;
}
/* Shop Categories */
.shop-categories .acod-head a{
    border-width: 0 0 2px;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
    border-radius:0;
}

.shop-categories .acod-body{
    border-width: 0;
}
.shop-categories .acod-content{
    margin:15px 0 15px;
}
.shop-categories .collapsed{
    
}
.shop-categories .acod-head a.collapsed:after,
.shop-categories .acod-head a:after{
    font-family: open sans;
    font-weight: 700;
    color:#000;
    font-size: 18px;
    right: 5px;
}
.shop-categories .acod-head a:after{
    content:"--";
}
.shop-categories .acod-head a.collapsed:after{
    content:"+";
}
.product-brand .search-content {
    display: block;
    margin-bottom: 0;
    padding: 10px 0;
}
.product-brand .search-content .search-content-area {
    margin-bottom: 0;
}
/* Price */
.price .amount {
    border: 0 none;
    color: #999b9d;
    font-weight: 400;
    margin-top: 15px;
    padding: 0;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-family: 'Inconsolata', monospace;
    letter-spacing: 1px;
}
.price .ui-widget-content{
    margin: 0 5px;
}
.container-fluid.wide{
    padding-left:30px;
    padding-right:30px;
}
/* Shop Account */
.shop-account .form-control {
    background: #efefef none repeat scroll 0 0;
    border: 0 none;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.05);
    font-size: 14px;
    height: 50px;
    padding: 0 20px;
}
.shop-account .btn.button-lg {
    font-size: 14px;
    font-weight: 700;
    padding: 14px 30px;
    text-transform: uppercase;
}
.shop-account .border-1 {
    border-color: #dfdfdf;
}
.shop-account .form-control:focus{
     box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.05);
     background-color:#fff;
}
/* Google Recaptcha */
.g-recaptcha,
#rc-imageselect {
    transform:scale(0.99);
    -webkit-transform:scale(0.99);
    -moz-transform:scale(0.99);
    -o-transform:scale(0.99);
    
    transform-origin:0 0;
    -o-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
@media screen and (max-width: 575px){
    #rc-imageselect, 
    .g-recaptcha {
        transform:scale(0.77);
        -moz-transform:scale(0.77);
        -o-transform:scale(0.77);
        -webkit-transform:scale(0.77);
        
        transform-origin:0 0;
        -moz-transform-origin:0 0;
        -o-transform-origin:0 0;
        -webkit-transform-origin:0 0;
    
    }
}
.recaptcha-box{
 height:60px;
}
.g-recaptcha > div{
    width:250px !important; 
}
/* Google Recaptcha */
@media screen and (max-width: 991px){
    .mo-left .header-nav.nav-dark{
        background-color:#141516;
    }
    .mo-left .header-nav{
        overflow-y: auto;
        position: fixed;
        width: 280px;
        left:-280px;
        height:100vh !important;
        transition:all 0.5s;
        -webkit-transition:all 0.5s;
        -moz-transition:all 0.5s;
        -o-transition:all 0.5s;
        top:0;
        background-color:#000;
        margin:0;
        z-index:99;
    }
    .mo-left .header-nav li.open a{
        position:relative;
    }
    .navbar-nav{
        overflow-x: unset;
        height:100%;
    }
    .mo-left .header-nav.show {
        left: -1px;
        transition:all 0.8s;
        -webkit-transition:all 0.8s;
        -moz-transition:all 0.8s;
        -o-transition:all 0.8s;
        margin:0;
        width: 280px;
        border: 0;
    }
    .mo-left .is-fixed .header-nav .nav{
        height:auto;
    }
    .mo-left .navbar-toggler.open:after{
        background-color: rgba(0, 0, 0, 0.6);
        content: "";
        height: 100%;
        left: 0;
        position: fixed;
        right: -20px;
        top: -63px;
        transform: scale(100);
        -o-transform: scale(100);
        -moz-transform: scale(100);
        -webkit-transform: scale(100);
        width: 100%;
        z-index: -1;
        transition: all 0.5s;
        transform-origin: top right;
        margin: 0 0px 0px 20px;
        -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
    }
    .mo-left .header-nav .logo-header {
        display: block;
        float: none;
        height: auto;
        max-width: 100%;
        padding: 30px 15px;
        width: 100%;
    }
    .mo-left .header-nav .logo-header img{
        max-width: unset;
        width: 180px;
    }
    .mo-left .navbar-toggler.open span{
        background:#fff;
    }
}

/* Plugine box */
.plugine-box{
    
}

/* Support and Buy Button */
.theme-btn{
    background-color: #ffffff;
    border-radius: 40px;
    bottom: 10px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
}
.theme-btn i{
    font-size: 22px;
    line-height: 50px;
}
.theme-btn.bt-support-now{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ebbf0+8,39dfaa+100 */
    background: #1ebbf0; /* Old browsers */
    background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ebbf0', endColorstr='#39dfaa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    bottom: 70px;
}
.theme-btn.bt-buy-now{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1fdf61+0,88BA46+100 */
    background: #1fdf61; /* Old browsers */
    background: -moz-linear-gradient(top,  #A3D179 0%, #88BA46 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #A3D179 0%,#88BA46 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #A3D179 0%,#88BA46 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fdf61', endColorstr='#88BA46',GradientType=0 ); /* IE6-9 */
}
.theme-btn:hover{
    color:#fff;
    padding: 0 20px;
}
 .theme-btn span{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    text-transform:uppercase;
}
.theme-btn:hover span{
    opacity:1;
    letter-spacing: 1px;
    padding-left:10px;
}
.at-expanding-share-button[data-position="bottom-left"]{
    bottom: 130px !important;
}

/* ================================
    Shop Filter Mobile 
================================ */
.filter-mobile{
    display: none;
    border: 1px solid rgba(0,0,0,0.1);
    align-items: center;
    text-align: center;
    position: sticky;
    top: 80px;
    background: #fff;
    box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.2);
}
.filter-mobile .filter-bx:first-child{
    border-right: 1px solid rgba(0,0,0,0.1);
}
.filter-mobile .filter-bx{
    width:50%;
    padding: 10px;
}
.filter-btn{
    color: #404040;
    font-weight: 600;
    border: 2px solid rgba(0,0,0,0.1);
    padding: 3px 10px;
    border-radius: 4px;
}
.filter-btn:hover{
    background-color:#000;
    color:#fff;
}
.filter-btn i{
    margin-right:5px;
}
.filter-bx .bootstrap-select .dropdown-toggle{
    max-width:100px;
}
.filter-bx .bootstrap-select .dropdown-toggle{
    border: 2px solid rgba(0,0,0,0.1) !important;
    border-radius: 4px;
    padding: 2px 10px;
    color: #404040;
    font-weight: 600;
    height: 32px;
}
.filter-bx .bootstrap-select.btn-group .dropdown-toggle .caret{
    top: 9px;
}
.filter-btn.close {
    display:none;
    opacity:0;
}
@media only screen and (max-width: 991px){
    .item-info-in ul li a{
        font-size: 14px;
        padding: 5px;
    }
    .item-review li{
        font-size: 13px;
    }
    .filter-on .filter-btn.close {
        border: 0;
        z-index: 1;
        position: fixed;
        right: 10px;
        top: 10px;
        color: #fff;
        opacity: 1;
        font-size: 18px;
        display:block;
        transition:all 0.5s;
        -moz-transition:all 0.5s;
        -moz-transition:all 0.5s;
        -ms-transition:all 0.5s;
        -o-transition:all 0.5s;
        opacity:1;
    }   
    .filter-btn.close:hover{
        background:rgba(255,255,255,0.1);
    }
    .filter-mobile{
        display:flex;
        margin-bottom:30px;
    }
    .filter-left{
        padding: 20px 20px;
        width: 280px;
        position: fixed !important;
        left: -310px;
        top: 0;
        background: #fff;
        z-index: 9999999;
        box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
        overflow-y: scroll;
        height: 100%;
        transition:all 0.5s;
        -moz-transition:all 0.5s;
        -moz-transition:all 0.5s;
        -ms-transition:all 0.5s;
        -o-transition:all 0.5s;
    }
    .filter-left.filter-on{
        left: 0;
    }
    .filter-bar{
        top: 80px;
        position: sticky;
        z-index: 999;
    }
    .filter-bar.sticky-top .side-bar{
        z-index:9;
        top:0;
        position:unset;
    }
    .sticky-top.filter-bar{
        z-index:99999999;
        top: 80px;
        position: sticky;
    }
    .filter-left:after{
        content: "";
        position: fixed;
        width: 0;
        background: #000;
        height: 100%;
        z-index: -1;
        left: 0;
        top: 0;
        opacity: 0;
        transition:all 0.5s;
        -moz-transition:all 0.5s;
        -moz-transition:all 0.5s;
        -ms-transition:all 0.5s;
        -o-transition:all 0.5s;
    }
    .filter-left.filter-on:after{
        width: 1000px;
        left: 280px;
        opacity: 0.8;
    }
}
@media only screen and (max-width: 767px){
    .sp10-sm .row,
    .row.sp10-sm,
    .sp10-sm{
        margin-left:-8px;
        margin-right:-8px;
    }
    .row.sp10-sm [class*="col-"],
    .sp10-sm [class*="col-"]{
        padding-left:8px;
        padding-right:8px;
    }
    .logo-header{
        margin-right: 15px;
    }
    .slider-carousel {
        padding: 15px 0 40px;
    }
}

/* ============================================== 
    header 
================================================ */
/* Header Box */
.logo-header{
    width: 245px;
    margin-right:0px;
    text-align: center;
}
.header-full .main-bar{
    padding: 0px 0;
    transition:all 0.5s;
}
.header-full .is-fixed .main-bar{
    padding:0;
}
/* Search BX style 1 */
.dlab-quik-search.search-style-1{
    width: 100%;
    background-color: #fff !important;
    color: #000;
}
.dlab-quik-search.search-style-1 .form-control,
.dlab-quik-search.search-style-1 .form-control::placeholder,
.dlab-quik-search.search-style-1 .form-control::-moz-placeholder{
    color:#000;
}
.extra-cell ul{
    margin:0;
    padding:0;
    list-style:none;
}
.extra-cell ul li{
    display: inline-block;
}
.extra-cell ul li .btn-link{
    padding: 0 0px 0 20px;
    margin-left: 10px;
    position:relative;
    cursor: pointer;
}
.extra-cell ul li .btn-link:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #000;
    left: 0;
    top: 0;
    opacity: 0.1;
}
.extra-cell ul li a{
    padding:0 8px;
}
.extra-cell ul li a,
.extra-cell ul li .btn-link{
    color:#000;
    font-size:16px;
    color:#000;
}
.extra-cell ul li .btn-link i {
    margin-left: 0;
}
.social-menu{
    display:none;
}

/* Post Title */
.header-nav .nav > li.post-slider .mega-menu,
.has-mega-menu.post-slider .mega-menu{
    display: block;
    padding: 20px;
    width: 1170px;
    max-width: 1170px;
    margin: auto;
}
.header-content-bx{
    position:relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header-content-bx .header-nav{
    position: unset;
}
.post-slider .post-title{
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}
.post-slider .dlab-post-meta ul li{
    font-size: 12px;
}
.post-slider .dlab-post-title .post-title {
    margin-top: 5px;
}
.post-slider .dlab-post-meta {
    margin-bottom: 5px;
}
.post-slider .dlab-post-info {
    padding: 10px 10px 0px;
}
.post-slider .owl-prev, 
.post-slider .owl-next{
    width: 28px;
    height: 28px;
    border-radius: 3px;
    background: #DFDFDF;
    color: #000;
    line-height: 28px;
    padding: 0;
    text-align: center;
    margin: 0px 2px;
}
.post-slider .owl-prev:hover, 
.post-slider .owl-next:hover{
    background: #000;
    color: #fff;
}
.post-slider .owl-prev i, 
.post-slider .owl-next i{
    font-size: 18px;
}
.header-post-title{
    margin-bottom:15px;
}
.header-post-title h4{
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
}
.post-slider .blog-post{
    margin-bottom:0;
}
.post-slider .owl-nav{
    position: absolute;
    right: -2px;
    top: -45px;
}

/* Life Style Tabs */
/* .post-slider.life-style .mega-menu{
    opacity: 1 !important;
    visibility: visible !important;
} */
.header-nav .nav > li.post-slider.life-style .mega-menu,
.has-mega-menu.post-slider.life-style .mega-menu{
    padding:0;
}
.life-style-bx{
    display:flex;
}
.life-style-tabs{
    width:172px;
    position:relative;
    z-index:1;
    padding: 20px 0px 20px 0px;
}
.life-style-post{
    width:998px;
}
.life-style-post-bx{
    padding:30px 30px;
}
.life-style-tabs ul{
    list-style:none;
    margin:0;
    padding:0;
}
.life-style-tabs ul li{
    
}
.life-style-post-bx{
    display:none;
}
.life-style-post-bx.show{
    display:block;
}
.life-style-tabs ul li a {
    font-weight: 500;
    font-size: 12px;
    padding: 10px 25px;
    display: block;
    text-align: left;
}
.life-style-tabs ul li a.active{
    background: #f2f2f2;
    color: #201f22;
}
.header-nav .nav > li:hover > a{
    position: relative;
}
.header-nav .nav > li:hover > a:after{
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    bottom: -6px;
    position: absolute;
    left: 30px;
    transform: rotate(45deg);
    z-index: 11;
    display: none;
}
@media only screen and (max-width: 1200px) {
    .header-nav .nav > li.post-slider .mega-menu,
    .has-mega-menu.post-slider .mega-menu{
        width:100%;
        max-width:100%;
    }
}
@media only screen and (max-width: 991px) {
    .header-content-bx .header-nav {
        position: fixed;
    }
    .navbar-toggler{
        float: right;
    }
    .mo-left .header-nav{
        background-size: cover;
    }
    .header-nav .nav > li.post-slider .mega-menu, 
    .has-mega-menu.post-slider .mega-menu{
        display: none;
    }
    .header-nav .nav > li.has-mega-menu {
        position: relative;
    }
    .header-nav .nav > li .sub-menu li a:hover {
        background-color: transparent;
    }
    .header-nav .nav > li .sub-menu li a{
        padding: 6px 30px;
        color: #fff;
        opacity: 0.5;
        font-weight: 400;
        font-size: 13px;
    }
    .header-nav .nav > li .sub-menu .sub-menu{
        padding:10px 0;
    }
    .header-nav .nav > li .sub-menu .sub-menu li a{
        padding: 6px 45px;
    }
    .header-nav .nav > li:hover > a:after {
        content:none;
    }
    .header-nav .nav > li > a:hover, 
    .header-nav .nav > li > a:active, 
    .header-nav .nav > li > a:focus{
        
    }
    .header-nav .logo-header a{
        display: block;
        width: 100%;
        text-align: center;
    }
    .header-nav .nav > li.open.post-slider .mega-menu, 
    .has-mega-menu.open.post-slider .mega-menu{
        display: block;
    }
    .site-header .header-nav .nav > li.active > a,
    .site-header .header-nav .nav > li.current-menu-item > a .header-nav .nav > li .sub-menu li a:hover,
    .site-header .header-nav .nav > li:hover > a,
    .site-header .header-nav .nav > li .mega-menu > li ul a:hover,
    .site-header .header-nav .nav > li .sub-menu li:hover > a{
        color:#fff;
    }
    .header-post-title h4{
        color:#fff;
        font-size: 14px;
        opacity: 0.8;
        font-weight: 400;
    }
    .post-slider .owl-prev i, 
    .post-slider .owl-next i{
        float: none;
        position: unset;
        margin: 0;
    }
    .post-slider .owl-prev:hover, 
    .post-slider .owl-next:hover{
        background: #fff;
        color: #000;
    }
    .header-nav .nav > li.post-slider .mega-menu, 
    .has-mega-menu.post-slider .mega-menu{
        padding: 5px 30px;
    }
    .post-slider .post-title a,
    .post-slider .post-title a:hover{
        color:#fff;
        box-shadow:none;
    }
    .post-slider .dlab-post-info{
        padding: 10px 0px 0px;
    }
    .post-slider .dlab-post-title .post-title{
        font-size:13px;
    }
    .post-slider .dlab-post-meta ul{
        display:block !important;
    }
    .post-slider .dlab-post-meta .post-date strong, 
    .post-slider .dlab-post-meta .post-date{
        color:#fff;
    }
    .post-slider .dlab-post-meta ul li{
        font-size: 11px;
        display: inline-block !important;
        width: auto;
    }
    .life-style-bx .life-style-tabs,
    .life-style-bx .life-style-post {
        width: 100%;
    }
    .life-style-bx {
        display: block;
    }
    .life-style-post{
        display: none !important;
    }
    .life-style-tabs:after {
        content:none;
    }
    .life-style-tabs{
        background-image:none;
        padding: 0;
    }
    .life-style-tabs ul{
        display: block !important;
    }
    .life-style-tabs ul li a {
        color: #fff;
        font-weight: 400;
        font-size: 13px;
        padding: 6px 30px;
        display: block;
        text-align: left;
        text-transform: capitalize;
        opacity: 0.5;
    }
    .life-style-tabs ul li a.active {
        background: transparent;
        color: #fff;
    }
    .header-nav .nav > li .sub-menu li a:hover,
    .life-style-tabs ul li a:hover{
        opacity:0.9;
    }
    .social-menu{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        position: sticky;
        top: 93%;
    }
    .social-menu ul{
        margin:0;
        padding:0;
        list-style:none;
        padding-bottom: 15px;
    }
    .social-menu ul li{
        display:inline-block;
    }
    .social-menu ul li a{
        color: #fff;
        font-size: 16px;
        padding: 0 10px;
    }
}
@media only screen and (max-width: 767px) {
    .logo-header{
        margin-right: 15px;
    }
    .header-full {
        margin-top: 5px;
    }
    .extra-cell ul li a, 
    .extra-cell ul li .btn-link{
        font-size: 14px;
    }
    .extra-cell ul li a{
        padding: 0 5px;
    }
    .extra-cell ul li .btn-link{
        padding: 0 0px 0 10px;
        margin-left: 5px;
    }
    .mo-left .navbar-toggler.open:after{
        margin: 0 0px 0px 15px;
    }
    
}
/* Gutenberg Css */
.min-container,
.blog-post.blog-single{
    max-width: 845px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.max-container{
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 55px;
    padding-right: 55px;
}
.blog-post.blog-single .dlab-post-info{
    padding:0;
}
.blog-post.blog-single .dlab-post-text.text > ol,
.blog-post.blog-single .dlab-post-text.text > ul {
    padding-left: 30px;
}
.blog-post.blog-single .dlab-post-text.text > ol li,
.blog-post.blog-single .dlab-post-text.text > ul li {
    padding: 5px 5px;
    color: #2b2d2e;
}
.blog-post.blog-single .dlab-post-text.text > .wp-block-gallery {
    padding: 0;
    list-style: none;
}
.blog-post.blog-single .dlab-post-text.text > .wp-block-gallery li{
    padding: 0;
    list-style: none;
    margin:10px;
}
.wp-block-gallery .blocks-gallery-image, 
.wp-block-gallery .blocks-gallery-item{
    margin: 0 8px 8px 0;
}
.wp-block-gallery.columns-4 .blocks-gallery-image, 
.wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image, 
.wp-block-gallery.columns-3 .blocks-gallery-item{
    margin-right: 8px;
}
.content-spacious-full .wp-block-gallery {
    margin-left: calc(-200px - (10px/2));
    margin-right: calc(-200px - (10px/2));
    width: calc(100% + 400px + 10px);
    max-width: initial;
}
.alignwide{
    margin-left: calc(-100px - (10px/2));
    margin-right: calc(-100px - (10px/2));
    width: calc(100% + 200px + 10px);
    max-width: initial;
}
.alignfullwide{
    margin-left: calc(50% - 50vw - (var(--content-share-ml,0px)/2));
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
}
.thm-unit-test .dlab-post-text h1, 
.thm-unit-test .dlab-post-text h2, 
.thm-unit-test .dlab-post-text h3, 
.thm-unit-test .dlab-post-text h4, 
.thm-unit-test .dlab-post-text h5, 
.thm-unit-test .dlab-post-text h6{
    font-family:Roboto;
}

.dlab-post-text h1,
.thm-unit-test .dlab-post-text h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 10px;
    font-weight: 700;
}
.dlab-post-text h2,
.thm-unit-test .dlab-post-text h2 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 5px;
    font-weight: 700;
}
.dlab-post-text h3,
.thm-unit-test .dlab-post-text h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 8px;
    font-weight: 700;
}
.dlab-post-text h4,
.thm-unit-test .dlab-post-text h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}
.dlab-post-text h5,
.thm-unit-test .dlab-post-text h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 600;
}
.dlab-post-text h6,
.thm-unit-test .dlab-post-text h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}
pre {
    margin: 0 0 25px;
    padding: 20px;
    color: #ddd;
    background-color: #222;
    white-space: pre;
    text-shadow: 0 1px 0 #000;
    border-radius: 5px;
    border-bottom: 1px solid #555;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) inset, 0 0 20px rgba(0, 0, 0, 0.2) inset;
}
.blog-post.blog-single .dlab-post-text ul li,
.blog-post.blog-single .dlab-post-text ol li,
.blog-post.blog-single .dlab-post-text p {
        font-size:15px;
        line-height:27px;
        color: #77797c;
}
.blog-post.blog-single .dlab-post-text p {
    margin-bottom:27px;
}
.blog-post.blog-single .dlab-post-text blockquote p{
    font-size: 18px;
    line-height: 30px;
    color: #2b2d2e;
    margin-bottom: 10px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    text-align: left;
}
.wp-block-table{
    
}
.blog-post.blog-single .dlab-post-text .wp-block-gallery {
    margin-left: calc(-190px - (10px/2));
    margin-right: calc(-190px - (10px/2));
    width: calc(100% + 380px + 10px);
    max-width: initial;
}
.paginate-links {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.paginate-links a, 
.paginate-links > span {
    margin: 0 0 0 10px;
    position: relative;
    border: 0px solid #6cc000;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    background: #E0E0E0;
    border-radius: 3px;
}
.wp-block-button__link {
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 700;
}
.blog-post.blog-single .dlab-post-text .has-large-font-size {
    font-size: 36px;
    line-height: 50px;
    color: #000;
}
/* Gutenberg Gallery */
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 6px 6px 0;
    position: relative
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    height: 100%;
    margin: 0
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        align-items: flex-end;
        display: flex;
        justify-content: flex-start
    }
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 60%, transparent);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 5px;
    position: absolute;
    text-align: center;
    width: 100%
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
    border-radius: 10px;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        -o-object-fit: cover;
        flex: 1;
        height: 100%;
        object-fit: cover
    }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 8px)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    margin-right: 0;
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .alignwide{
        margin-left: 0;
        margin-right:0;
        width: 100% !important;
        max-width: 100% !important;
    }
    .alignwide .alignleft img{
        width: 100%;
    }
    
    .alignwide .alignleft{
        margin: 5px 0px 25px 0;
        float: none;
    }
}
@media (min-width:600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(33.33333% - 10.66667px)
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(25% - 12px)
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(20% - 12.8px)
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(16.66667% - 13.33333px)
    }
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(14.28571% - 13.71429px)
    }
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(12.5% - 14px)
    }
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%
}
.wp-block-image.alignfullwide img{
    border-radius:0;
    width: 100%;
}
.wp-block-image img{
    border-radius:0px;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex
}
.aligncenter{
    text-align:center;
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}
.blog-single.blog-post.sidebar .alignfullwide,
.blog-single.blog-post.sidebar .alignwide,
.blog-single.blog-post.sidebar .dlab-post-text .wp-block-gallery {
    margin-left:0;
    margin-right:0;
    width: 100%;
    max-width: initial;
}
.blog-overlap {
    background: #fff;
    margin-top: -140px;
    padding: 20px 20px 0;
    border-radius: 4px 4px 0px 0px;
}
.blog-single.blog-post.sidebar{
    width:100%;
    max-width: 100%;
    padding-left:0;
    padding-right:0;
}
.container .min-container{
    padding-left:0;
    padding-right:0;
}

@media only screen and (max-width: 1200px) {
    .blog-post.blog-single .dlab-post-text .wp-block-gallery {
        margin-left: calc(-100px - (10px/2));
        margin-right: calc(-100px - (10px/2));
        width: calc(100% + 200px + 10px);
    }
}
@media only screen and (max-width: 991px) {
    .blog-post.blog-single .dlab-post-text .wp-block-gallery {
        margin-left:0;
        margin-right:0;
        width:100%;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
     padding-top:56.25%; 
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}
.top-bar .dlab-topbar-left ul li a, .top-bar .dlab-topbar-right ul li a {
    color: #fff;
    padding: 0 2px;
}
body,
html {
    -moz-osx-font-smoothing: grayscale
}

body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3f3f3f;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

a {
    color: #6f6f6f;
    outline: 0 none;
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0 none
}

a:active,
a:hover {
    color: #333
}

p a {
    color: #333
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

hr {
    clear: both;
    border-top: 1px solid rgba(0, 0, 0, .3)
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
    display: block
}

address {
    font-style: italic
}

table {
    background-color: transparent;
    width: 100%
}

table thead th {
    color: #333
}

table td {
    padding: 15px 10px
}

p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
    margin-bottom: 24px
}

::selection {
    color: #000;
    background: #dbdbdb
}

::-moz-selection {
    color: #000;
    background: #dbdbdb
}

.overflow-hide {
    overflow: hidden
}

.overflow-auto {
    overflow: auto
}

.clear {
    clear: both
}

.pull-none {
    float: none
}

::-moz-selection {
    background: #3396d1;
    color: #fff
}

::selection {
    background: #3396d1;
    color: #fff
}

.op {
    font-family: 'Open Sans', sans-serif
}

.dis-block {
    display: block;
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2b2d2e;
    font-family: 'Josefin Sans', sans-serif
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #2b2d2e
}

h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 25px;
    font-weight: 600
}

h2 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 25px;
    font-weight: 600
}

h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 600
}

h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    font-weight: 600
}

h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600
}

h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 600
}

p {
    line-height: 24px;
    margin-bottom: 24px
}

.bg-primary a:hover {
    color: #fff
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.v-align-t {
    vertical-align: top
}

.v-align-m {
    vertical-align: middle
}

.v-align-b {
    vertical-align: bottom
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.font-10 {
    font-size: 10px
}

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

.font-16 {
    font-size: 16px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-24 {
    font-size: 24px
}

.font-26 {
    font-size: 26px
}

.font-30 {
    font-size: 30px;
    line-height: 40px
}

.font-35 {
    font-size: 35px;
    line-height: 45px
}

.font-40 {
    font-size: 40px;
    line-height: 50px
}

.font-45 {
    font-size: 45px;
    line-height: 55px
}

.font-50 {
    font-size: 50px;
    line-height: 65px
}

.font-55 {
    font-size: 55px;
    line-height: 65px
}

.font-60 {
    font-size: 60px;
    line-height: 70px
}

.font-70 {
    font-size: 70px;
    line-height: 80px
}

.font-75 {
    font-size: 75px;
    line-height: 85px
}

.font-80 {
    font-size: 80px;
    line-height: 90px
}

.font-90 {
    font-size: 90px;
    line-height: 100px
}

.font-100 {
    font-size: 100px;
    line-height: 110px
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.font-weight-800 {
    font-weight: 800
}

.font-weight-900 {
    font-weight: 900
}

dl,
ul,
ol {
    list-style-position: outside
}

ul,
ol {
    margin-bottom: 24px
}

ul li,
ol li {
    padding: 0
}

dl {
    margin-left: 0;
    margin-bottom: 30px
}

dl dd {
    margin-bottom: 10px
}

.list-inline>li {
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block
}

.p-a0 {
    padding: 0
}

.p-a5 {
    padding: 5px
}

.p-a10 {
    padding: 10px
}

.p-a15 {
    padding: 15px
}

.p-a20 {
    padding: 20px
}

.p-a25 {
    padding: 25px
}

.p-a30 {
    padding: 30px
}

.p-a40 {
    padding: 40px
}

.p-a50 {
    padding: 50px
}

.p-a60 {
    padding: 60px
}

.p-a70 {
    padding: 70px
}

.p-a80 {
    padding: 80px
}

.p-a90 {
    padding: 90px
}

.p-a100 {
    padding: 100px
}

.p-t0 {
    padding-top: 0
}

.p-t5 {
    padding-top: 5px
}

.p-t10 {
    padding-top: 10px
}

.p-t15 {
    padding-top: 15px
}

.p-t20 {
    padding-top: 20px
}

.p-t30 {
    padding-top: 30px
}

.p-t40 {
    padding-top: 40px
}

.p-t50 {
    padding-top: 50px
}

.p-t60 {
    padding-top: 60px
}

.p-t70 {
    padding-top: 70px
}

.p-t80 {
    padding-top: 80px
}

.p-t90 {
    padding-top: 90px
}

.p-t100 {
    padding-top: 100px
}

.p-b0 {
    padding-bottom: 0
}

.p-b5 {
    padding-bottom: 5px
}

.p-b10 {
    padding-bottom: 10px
}

.p-b15 {
    padding-bottom: 15px
}

.p-b20 {
    padding-bottom: 20px
}

.p-b30 {
    padding-bottom: 30px
}

.p-b40 {
    padding-bottom: 40px
}

.p-b50 {
    padding-bottom: 50px
}

.p-b60 {
    padding-bottom: 60px
}

.p-b70 {
    padding-bottom: 70px
}

.p-b80 {
    padding-bottom: 80px
}

.p-b90 {
    padding-bottom: 90px
}

.p-b100 {
    padding-bottom: 100px
}

.p-l0 {
    padding-left: 0
}

.p-l5 {
    padding-left: 5px
}

.p-l10 {
    padding-left: 10px
}

.p-l15 {
    padding-left: 15px
}

.p-l20 {
    padding-left: 20px
}

.p-l30 {
    padding-left: 30px
}

.p-l40 {
    padding-left: 40px
}

.p-l50 {
    padding-left: 50px
}

.p-l60 {
    padding-left: 60px
}

.p-l70 {
    padding-left: 70px
}

.p-l80 {
    padding-left: 80px
}

.p-l90 {
    padding-left: 90px
}

.p-l100 {
    padding-left: 100px
}

.p-r0 {
    padding-right: 0
}

.p-r5 {
    padding-right: 5px
}

.p-r10 {
    padding-right: 10px
}

.p-r15 {
    padding-right: 15px
}

.p-r20 {
    padding-right: 20px
}

.p-r30 {
    padding-right: 30px
}

.p-r40 {
    padding-right: 40px
}

.p-r50 {
    padding-right: 50px
}

.p-r60 {
    padding-right: 60px
}

.p-r70 {
    padding-right: 70px
}

.p-r80 {
    padding-right: 80px
}

.p-r90 {
    padding-right: 90px
}

.p-r100 {
    padding-right: 100px
}

.p-lr0 {
    padding-left: 0;
    padding-right: 0
}

.p-lr5 {
    padding-left: 5px;
    padding-right: 5px
}

.p-lr10 {
    padding-left: 10px;
    padding-right: 10px
}

.p-lr15 {
    padding-left: 15px;
    padding-right: 15px
}

.p-lr20 {
    padding-left: 20px;
    padding-right: 20px
}

.p-lr30 {
    padding-left: 30px;
    padding-right: 30px
}

.p-lr40 {
    padding-left: 40px;
    padding-right: 40px
}

.p-lr50 {
    padding-left: 50px;
    padding-right: 50px
}

.p-lr60 {
    padding-left: 60px;
    padding-right: 60px
}

.p-lr70 {
    padding-left: 70px;
    padding-right: 70px
}

.p-lr80 {
    padding-left: 80px;
    padding-right: 80px
}

.p-lr90 {
    padding-left: 90px;
    padding-right: 90px
}

.p-lr100 {
    padding-left: 100px;
    padding-right: 100px
}

.p-tb0 {
    padding-bottom: 0;
    padding-top: 0
}

.p-tb5 {
    padding-bottom: 5px;
    padding-top: 5px
}

.p-tb10 {
    padding-bottom: 10px;
    padding-top: 10px
}

.p-tb15 {
    padding-bottom: 15px;
    padding-top: 15px
}

.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px
}

.p-tb30 {
    padding-bottom: 30px;
    padding-top: 30px
}

.p-tb40 {
    padding-bottom: 40px;
    padding-top: 40px
}

.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px
}

.p-tb60 {
    padding-bottom: 60px;
    padding-top: 60px
}

.p-tb70 {
    padding-bottom: 70px;
    padding-top: 70px
}

.p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px
}

.p-tb90 {
    padding-bottom: 90px;
    padding-top: 90px
}

.p-tb100 {
    padding-bottom: 100px;
    padding-top: 100px
}

.m-auto {
    margin: auto
}

.m-a0 {
    margin: 0
}

.m-a5 {
    margin: 5px
}

.m-a10 {
    margin: 10px
}

.m-a15 {
    margin: 15px
}

.m-a20 {
    margin: 20px
}

.m-a30 {
    margin: 30px
}

.m-a40 {
    margin: 40px
}

.m-a50 {
    margin: 50px
}

.m-a60 {
    margin: 60px
}

.m-a70 {
    margin: 70px
}

.m-a80 {
    margin: 80px
}

.m-a90 {
    margin: 90px
}

.m-a100 {
    margin: 100px
}

.m-t0 {
    margin-top: 0
}

.m-t5 {
    margin-top: 5px
}

.m-t10 {
    margin-top: 10px
}

.m-t15 {
    margin-top: 15px
}

.m-t20 {
    margin-top: 20px
}

.m-t30 {
    margin-top: 30px
}

.m-t40 {
    margin-top: 40px
}

.m-t50 {
    margin-top: 50px
}

.m-t60 {
    margin-top: 60px
}

.m-t70 {
    margin-top: 70px
}

.m-t80 {
    margin-top: 80px
}

.m-t90 {
    margin-top: 90px
}

.m-t100 {
    margin-top: 100px
}

.m-b0 {
    margin-bottom: 0
}

.m-b5 {
    margin-bottom: 5px
}

.m-b10 {
    margin-bottom: 10px
}

.m-b15 {
    margin-bottom: 15px
}

.m-b20 {
    margin-bottom: 20px
}

.m-b30 {
    margin-bottom: 30px
}

.m-b40 {
    margin-bottom: 40px
}

.m-b50 {
    margin-bottom: 50px
}

.m-b60 {
    margin-bottom: 60px
}

.m-b70 {
    margin-bottom: 70px
}

.m-b80 {
    margin-bottom: 80px
}

.m-b90 {
    margin-bottom: 90px
}

.m-b100 {
    margin-bottom: 100px
}

.m-l0 {
    margin-left: 0
}

.m-l5 {
    margin-left: 5px
}

.m-l10 {
    margin-left: 10px
}

.m-l15 {
    margin-left: 15px
}

.m-l20 {
    margin-left: 20px
}

.m-l30 {
    margin-left: 30px
}

.m-l40 {
    margin-left: 40px
}

.m-l50 {
    margin-left: 50px
}

.m-l60 {
    margin-left: 60px
}

.m-l70 {
    margin-left: 70px
}

.m-l80 {
    margin-left: 80px
}

.m-l90 {
    margin-left: 90px
}

.m-l100 {
    margin-left: 100px
}

.m-r0 {
    margin-right: 0
}

.m-r5 {
    margin-right: 5px
}

.m-r10 {
    margin-right: 10px
}

.m-r15 {
    margin-right: 15px
}

.m-r20 {
    margin-right: 20px
}

.m-r30 {
    margin-right: 30px
}

.m-r40 {
    margin-right: 40px
}

.m-r50 {
    margin-right: 50px
}

.m-r60 {
    margin-right: 60px
}

.m-r70 {
    margin-right: 70px
}

.m-r80 {
    margin-right: 80px
}

.m-r90 {
    margin-right: 90px
}

.m-r100 {
    margin-right: 100px
}

.m-lr0 {
    margin-left: 0;
    margin-right: 0
}

.m-lr5 {
    margin-left: 5px;
    margin-right: 5px
}

.m-lr10 {
    margin-left: 10px;
    margin-right: 10px
}

.m-lr15 {
    margin-left: 15px;
    margin-right: 15px
}

.m-lr20 {
    margin-left: 20px;
    margin-right: 20px
}

.m-lr30 {
    margin-left: 30px;
    margin-right: 30px
}

.m-lr40 {
    margin-left: 40px;
    margin-right: 40px
}

.m-lr50 {
    margin-left: 50px;
    margin-right: 50px
}

.m-lr60 {
    margin-left: 60px;
    margin-right: 60px
}

.m-lr70 {
    margin-left: 70px;
    margin-right: 70px
}

.m-lr80 {
    margin-left: 80px;
    margin-right: 80px
}

.m-lr90 {
    margin-left: 90px;
    margin-right: 90px
}

.m-lr100 {
    margin-left: 100px;
    margin-right: 100px
}

.m-tb0 {
    margin-bottom: 0;
    margin-top: 0
}

.m-tb5 {
    margin-bottom: 5px;
    margin-top: 5px
}

.m-tb10 {
    margin-bottom: 10px;
    margin-top: 10px
}

.m-tb15 {
    margin-bottom: 15px;
    margin-top: 15px
}

.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px
}

.m-tb30 {
    margin-bottom: 30px;
    margin-top: 30px
}

.m-tb40 {
    margin-bottom: 40px;
    margin-top: 40px
}

.m-tb50 {
    margin-bottom: 50px;
    margin-top: 50px
}

.m-tb60 {
    margin-bottom: 60px;
    margin-top: 60px
}

.m-tb70 {
    margin-bottom: 70px;
    margin-top: 70px
}

.m-tb80 {
    margin-bottom: 80px;
    margin-top: 80px
}

.m-tb90 {
    margin-bottom: 90px;
    margin-top: 90px
}

.m-tb100 {
    margin-bottom: 100px;
    margin-top: 100px
}

.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
    padding-left: 0;
    padding-right: 0
}

.max-w50 {
    max-width: 50px
}

.max-w60 {
    max-width: 60px
}

.max-w80 {
    max-width: 80px
}

.max-w100 {
    max-width: 100px
}

.max-w200 {
    max-width: 200px
}

.max-w300 {
    max-width: 300px
}

.max-w400 {
    max-width: 400px
}

.max-w500 {
    max-width: 500px
}

.max-w600 {
    max-width: 600px
}

.max-w700 {
    max-width: 700px
}

.max-w800 {
    max-width: 800px
}

.max-w900 {
    max-width: 900px
}

.max-w1000 {
    max-width: 1000px
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.static {
    position: static
}

.z-index1 {
    z-index: 1
}

.z-index2 {
    z-index: 2
}

.z-index3 {
    z-index: 3
}

.z-index4 {
    z-index: 4
}

.z-index5 {
    z-index: 5
}

.z-index6 {
    z-index: 6
}

.z-index7 {
    z-index: 7
}

.z-index8 {
    z-index: 8
}

.z-index9 {
    z-index: 9
}

.z-index10 {
    z-index: 10
}

.z-index100 {
    z-index: 100
}

.z-index999 {
    z-index: 999
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.text-gray {
    color: #f5f6f6
}

.text-gray-dark {
    color: #d3d3d3
}

.text-red {
    color: #FF4045
}

.text-yellow {
    color: #ffb822
}

.text-yellow-light {
    color: #FEC215
}

.text-pink {
    color: #ff3c85
}

.text-blue {
    color: #00c5dc
}

.text-green {
    color: #34bfa3
}

.text-orange {
    color: #ef9800
}

.bg-transparent {
    background-color: transparent
}

.bg-primary {
    background-color:
}

.bg-white {
    background-color: #FFF
}

.bg-black {
    background-color: #000
}

.bg-black-light {
    background-color: #1C1C1C
}

.bg-gray {
    background-color: #F7F9FB
}

.bg-gray-dark {
    background-color: #d3d3d3
}

.bg-red {
    background-color: #FF4045
}

.bg-green {
    background-color: #34bfa3
}

.bg-yellow {
    background-color: #ffb822
}

.bg-pink {
    background-color: #ff3c85
}

.bg-blue {
    background-color: #00c5dc
}

.bg-orange {
    background-color: #ef9800
}

.bg-tpw1 {
    background-color: rgba(255, 255, 255, .1)
}

.bg-tpw2 {
    background-color: rgba(255, 255, 255, .2)
}

.bg-tpw3 {
    background-color: rgba(255, 255, 255, .3)
}

.bg-tpw4 {
    background-color: rgba(255, 255, 255, .4)
}

.bg-tpw5 {
    background-color: rgba(255, 255, 255, .5)
}

.bg-tpw6 {
    background-color: rgba(255, 255, 255, .6)
}

.bg-tpw7 {
    background-color: rgba(255, 255, 255, .7)
}

.bg-tpw8 {
    background-color: rgba(255, 255, 255, .8)
}

.bg-tpw9 {
    background-color: rgba(255, 255, 255, .9)
}

.bg-tpb1 {
    background-color: rgba(0, 0, 0, .05)
}

.bg-tpb2 {
    background-color: rgba(0, 0, 0, .2)
}

.bg-tpb3 {
    background-color: rgba(0, 0, 0, .3)
}

.bg-tpb4 {
    background-color: rgba(0, 0, 0, .4)
}

.bg-tpb5 {
    background-color: rgba(0, 0, 0, .5)
}

.bg-tpb6 {
    background-color: rgba(0, 0, 0, .6)
}

.bg-tpb7 {
    background-color: rgba(0, 0, 0, .7)
}

.bg-tpb8 {
    background-color: rgba(0, 0, 0, .8)
}

.bg-tpb9 {
    background-color: rgba(0, 0, 0, .9)
}

.bg-img-fix {
    background-attachment: fixed;
    background-size: cover
}

.dlab-bnr-inr.bg-pt,
.bg-pt {
    background-position: top;
    background-size: cover
}

.dlab-bnr-inr.bg-pb,
.bg-pb {
    background-position: bottom;
    background-size: cover
}

.dlab-bnr-bx {
    z-index: 1;
    position: relative
}

.dlab-bnr-bx {
    z-index: 1;
    position: relative
}

.dlab-img-overlay1,
.dlab-img-overlay2,
.dlab-img-overlay3,
.dlab-img-overlay4,
.dlab-img-overlay5,
.dlab-img-overlay6,
.dlab-img-overlay7,
.dlab-img-overlay8,
.dlab-img-overlay9,
.dlab-img-overlay11,
.dlab-img-overlay12 {
    position: relative
}

.dlab-img-overlay1:before,
.dlab-img-overlay1:after,
.dlab-img-overlay2:before,
.dlab-img-overlay2:after,
.dlab-img-overlay3:before,
.dlab-img-overlay3:after,
.dlab-img-overlay4:before,
.dlab-img-overlay4:after,
.dlab-img-overlay5:before,
.dlab-img-overlay5:after,
.dlab-img-overlay6:before,
.dlab-img-overlay6:after,
.dlab-img-overlay7:before,
.dlab-img-overlay7:after,
.dlab-img-overlay8:before,
.dlab-img-overlay8:after,
.dlab-img-overlay9:before,
.dlab-img-overlay9:after,
.dlab-img-overlay11:before,
.dlab-img-overlay11:after,
.dlab-img-overlay12:before,
.dlab-img-overlay12:after {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: .4;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.dlab-img-overlay1:before {
    width: 100%;
    height: 100%;
    opacity: 0
}

.dlab-img-overlay1:hover:before,
.dlab-box:hover .dlab-img-overlay1:before {
    opacity: .5
}

.dlab-img-overlay2:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .15) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .15) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.dlab-img-overlay2.on:before {
    opacity: 1
}

.dlab-img-overlay2:hover:before,
.dlab-box:hover .dlab-img-overlay2:before {
    opacity: .9
}

.dlab-img-overlay3:before {
    left: 50%;
    top: 50%
}

.dlab-img-overlay3:hover:before,
.dlab-box:hover .dlab-img-overlay3:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.dlab-img-overlay4:before {
    left: 50%;
    top: 0;
    height: 100%
}

.dlab-img-overlay4:hover:before,
.dlab-box:hover .dlab-img-overlay4:before {
    width: 100%;
    left: 0
}

.dlab-img-overlay5:before {
    left: 0;
    top: 50%;
    width: 100%
}

.dlab-img-overlay5:hover:before,
.dlab-box:hover .dlab-img-overlay5:before {
    height: 100%;
    top: 0
}

.dlab-img-overlay6:before {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%
}

.dlab-img-overlay6:hover:before,
.dlab-box:hover .dlab-img-overlay6:before {
    height: 100%
}

.dlab-img-overlay7:before,
.dlab-img-overlay7:after {
    height: 100%
}

.dlab-img-overlay7:after {
    left: auto;
    right: 0
}

.dlab-img-overlay7:hover:before,
.dlab-img-overlay7:hover:after,
.dlab-box:hover .dlab-img-overlay7:before,
.dlab-box:hover .dlab-img-overlay7:after {
    width: 50%
}

.dlab-img-overlay8:before,
.dlab-img-overlay8:after {
    height: 100%
}

.dlab-img-overlay8:after {
    left: auto;
    right: 0
}

.dlab-img-overlay8:hover:before,
.dlab-img-overlay8:hover:after,
.dlab-box:hover .dlab-img-overlay8:before,
.dlab-box:hover .dlab-img-overlay8:after {
    width: 100%;
    opacity: .3
}

.dlab-img-overlay9:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0
}

.dlab-img-overlay9:hover:before,
.dlab-img-overlay9:hover:after,
.dlab-box:hover .dlab-img-overlay9:before,
.dlab-box:hover .dlab-img-overlay9:after {
    width: 100%;
    height: 100%;
    opacity: .3
}

.dlab-img-overlay10:before,
.dlab-img-overlay10:after {
    width: 100%;
    height: 100%;
    opacity: 0
}

.dlab-img-overlay10:hover:before,
.dlab-box:hover .dlab-img-overlay10:before {
    opacity: .5
}

.dlab-img-overlay10:hover:after,
.dlab-box:hover .dlab-img-overlay10:after {
    width: 90%;
    height: 80%;
    left: 5%;
    top: 10%;
    opacity: .5;
    background: none;
    border: 1px dashed #FFF
}

.dlab-img-overlay11:hover:after,
.dlab-box:hover .dlab-img-overlay11:after {
    height: 95%;
    opacity: 1;
    right: 7.5%;
    top: 2.5%;
    -moz-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    width: 85%
}

.dlab-img-overlay11:hover:before,
.dlab-box:hover .dlab-img-overlay11:before {
    height: 85%;
    left: 2.5%;
    opacity: 1;
    top: 7.5%;
    -moz-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    width: 95%
}

.dlab-img-overlay11:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 5%;
    height: 80%;
    left: auto;
    right: 5%;
    top: auto;
    -moz-transform: skewY(70deg);
    -webkit-transform: skewY(70deg);
    -o-transform: skewY(70deg);
    -ms-transform: skewY(70deg);
    transform: skewY(70deg);
    width: 90%
}

.dlab-img-overlay11:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: auto;
    height: 90%;
    left: 5%;
    right: auto;
    top: 5%;
    -moz-transform: skewX(-70deg);
    -webkit-transform: skewX(-70deg);
    -o-transform: skewX(-70deg);
    -ms-transform: skewX(-70deg);
    transform: skewX(-70deg);
    width: 80%
}

.dlab-img-overlay11 {
    background-color: #000 !important
}

.dlab-img-overlay11:hover img {
    opacity: 0.7 !important
}

.dlab-img-overlay12:hover:after,
.dlab-box:hover .dlab-img-overlay12:after {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1)
}

.dlab-img-overlay12:after {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    width: 100%;
    height: 100%
}

.dlab-img-overlay12.left:hover:after,
.dlab-box:hover .dlab-img-overlay12.left:after {
    transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    -moz-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    -o-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1)
}

.dlab-img-overlay12.left:after {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0
}

.dlab-img-overlay12:before {
    width: 100%;
    height: 100%;
    opacity: 0
}

.dlab-img-overlay12:hover:before,
.dlab-box:hover .dlab-img-overlay12:before {
    opacity: .4
}

.dlab-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
    vertical-align: middle
}

.dlab-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s
}

.dlab-img-effect.opacity img:hover {
    opacity: .8;
    -moz-opacity: .8;
    -webkit-opacity: .8
}

.dlab-img-effect.zoom-slow img {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s
}

.dlab-img-effect.zoom-slow:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.dlab-img-effect.zoom:hover img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.dlab-img-effect.shrink:hover img {
    transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -moz-transform: scale(.8)
}

.dlab-img-effect.side-pan:hover img {
    margin-left: -11%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

.dlab-img-effect.vertical-pan:hover img {
    margin-top: -10%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

.dlab-img-effect.fade-in {
    background: #000
}

.dlab-img-effect.fade-in img {
    opacity: .65;
    -moz-opacity: .65;
    -webkit-opacity: .65
}

.dlab-img-effect.fade-in:hover img {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1
}

.dlab-img-effect.fade-out {
    background: #000
}

.dlab-img-effect.fade-out:hover img {
    opacity: .7;
    -moz-opacity: .7;
    -webkit-opacity: .7
}

.dlab-box:hover .dlab-img-effect.rotate img,
.dlab-img-effect.rotate:hover img {
    -moz-transform: scale(1.5) rotate(-20deg);
    -webkit-transform: scale(1.5) rotate(-20deg);
    -o-transform: scale(1.5) rotate(-20deg);
    -ms-transform: scale(1.5) rotate(-20deg);
    transform: scale(1.5) rotate(-20deg)
}

.dlab-img-effect.sepia img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%)
}

.algo-image-hover.sepia:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0)
}

.dlab-img-effect.blurr img {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s
}

.dlab-img-effect.blurr:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px)
}

.dlab-img-effect.blurr-invert img {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s
}

.dlab-img-effect.blurr-invert img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px)
}

.dlab-img-effect.blurr-invert:hover img {
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0)
}

.dlab-img-effect.off-color img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0)
}

.dlab-img-effect.off-color:hover img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1)
}

.dlab-img-effect.on-color img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1)
}

.dlab-img-effect.on-color:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0)
}

.dlab-info-has {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px 15px 40px;
    opacity: 0;
    margin-bottom: -100px;
    z-index: 2
}

.dlab-info-has.p-a15 {
    padding: 15px
}

.dlab-info-has.p-a20 {
    padding: 20px
}

.dlab-info-has.bg-primary {
    background-color: rgba(27, 188, 232, .9)
}

.dlab-info-has.bg-green {
    background-color: rgba(106, 179, 62, .9)
}

.dlab-info-has.bg-black {
    background-color: rgba(0, 0, 0, .6)
}

.dlab-info-has.bg-white {
    background-color: rgba(255, 255, 255, .8)
}

.dlab-info-has.bg-white h1,
.dlab-info-has.bg-white h2,
.dlab-info-has.bg-white h3,
.dlab-info-has.bg-white h4,
.dlab-info-has.bg-white h5,
.dlab-info-has.bg-white h6 {
    color: #3d474a
}

.dlab-info-has.bg-white h1 a,
.dlab-info-has.bg-white h2 a,
.dlab-info-has.bg-white h3 a,
.dlab-info-has.bg-white h4 a,
.dlab-info-has.bg-white h5 a,
.dlab-info-has.bg-white h6 a {
    color: #3d474a
}

.dlab-info-has.bg-white .dlab-info-has-text,
.dlab-info-has.bg-white p {
    color: #767676
}

.dlab-info-has h1,
.dlab-info-has h2,
.dlab-info-has h3,
.dlab-info-has h4,
.dlab-info-has h5,
.dlab-info-has h6,
.dlab-info-has p,
.dlab-info-has-text,
.dlab-info-has a {
    color: #fff
}

.dlab-info-has .dlab-info-has-text {
    margin-bottom: 20px;
    line-height: 24px
}

.dlab-media {
    overflow: hidden;
    position: relative
}

.dlab-box:hover .dlab-info-has,
.dlab-media:hover .dlab-info-has {
    opacity: 1;
    width: 100%;
    margin-bottom: 0
}

.overlay-bx.no-hover,
.dlab-info-has.no-hover {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
    visibility: visible
}

.dlab-info-has.skew-has {
    border-top: 4px solid #2D3239;
    padding: 30px 40px 60px;
    -moz-transform: skewY(10deg);
    -webkit-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: skewY(10deg);
    bottom: -35px
}

.dlab-info-has.skew-has>* {
    -moz-transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg)
}

label {
    font-weight: 600;
    margin-bottom: 10px
}

.panel-default,
.panel-default>.panel-heading {
    border-color: #e7ecf1;
    color: inherit
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e7ecf1
}

.form-group {
    margin-bottom: 25px
}

.form-control {
    border-color: #e1e6eb;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px
}

.form-control:focus {
    border-color: #e1e1e1;
    outline: 0
}

.form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control.kv-fileinput-caption {
    height: 39px
}

.form-group.form-inline .radio,
.form-group.form-inline .checkbox {
    margin-right: 15px
}

.input-group {
    width: 100%
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group-addon {
    background: #fff;
    border-color: #e1e1e1;
    padding: 6px 14px;
    font-size: 16px
}

.input-group-addon.font-size-20 {
    font-size: 20px
}

.input-group-addon.fixed-w {
    text-align: center;
    padding: 6px 0;
    width: 40px
}

.input-group-addon.v-align-t {
    line-height: 30px
}

.dropdown-menu {
    font-size: 13px
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%
}

.bootstrap-select .dropdown-toggle {
    border: 1px solid #e7ecf1 !important;
    background-color: #fff !important;
    height: 45px;
    font-size: 14px;
    color: #999;
}

.bootstrap-select .dropdown-toggle:after {
    display: none
}

.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:hover {
    background-color: #fff !important;
    border: 1px solid #e9e9e9 !important;
    box-shadow: none !important;
    outline: 0px !important;
    color: #999
}

.bootstrap-select:active,
.bootstrap-select:focus {
    border: 0px !important;
    box-shadow: none !important;
    outline: 0px !important
}

.bootstrap-select.show {
    box-shadow: none !important;
    outline: 0px !important
}

.bootstrap-select.show .dropdown-toggle {
    box-shadow: none !important;
    outline: 0px !important
}

.bootstrap-select.show.btn-group .dropdown-menu.inner {
    display: block
}

.bootstrap-select div.dropdown-menu {
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    margin-top: -1px;
    padding: 0;
    font-size: 13px
}

.bootstrap-select div.dropdown-menu ul li {
    padding: 0
}

.bootstrap-select div.dropdown-menu ul li a {
    padding: 5px 15px
}

.bootstrap-select div.dropdown-menu ul li a img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-right: 5px
}

.bootstrap-select .bs-searchbox .form-control {
    padding: 5px 10px;
    height: 30px
}

.bootstrap-select .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #999;
    white-space: nowrap
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background-color: #f2f2f4
}

input[type=checkbox],
input[type=radio] {
    display: ;
    opacity: 0;
    margin-left: 1px !important;
    position: absolute
}

input[type=checkbox]+label,
input[type=radio]+label {
    display: block;
    padding-left: 25px !important;
    position: relative
}

input[type=checkbox]+label:hover:before,
input[type=radio]+label:hover:before {
    border-color: #3396d1
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
    background-color: #fff;
    border: 2px solid #b6b7b8;
    border-radius: 0;
    content: "";
    display: inline-block;
    height: 16px;
    left: 1px;
    line-height: 1;
    position: absolute;
    top: 50%;
    transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 16px
}

input[type=checkbox]+label:after {
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0;
    -webkit-font-smoothing: antialiased;
    left: 6px;
    position: absolute;
    top: 7px;
    transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -webkit-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    width: 14px;
    text-align: center
}

input[type=checkbox]:checked+label:before {
    border-width: 7px
}

input[type=checkbox]:checked+label:after {
    font-size: 10px;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

input[type=radio]+label:before {
    border-radius: 50%;
    content: ""
}

input[type=radio]:checked+label:before {
    border-color: #3396d1;
    border-width: 5px
}

.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"] {
    position: absolute;
    left: 0;
    bottom: 0
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 10px 10px 9px;
    margin-left: -1px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
    background: #FFF
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 0
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 0
}

.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 4px;
    left: 5px;
    font-size: 9px;
    font-weight: 400;
    color: #9fa0a1
}

.input-rating input[type=radio] {
    display: none
}

.input-rating input[type=radio]+label {
    display: inline-block;
    margin-left: -4px;
    padding-left: 0px !important;
    padding-right: 0;
    width: 24px
}

.input-rating input[type=radio]+label:first-of-type {
    margin-left: 0
}

.input-rating input[type=radio]+label:before {
    background-color: transparent;
    border: none;
    color: #ffd925;
    content: "\f006";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    height: 14px;
    line-height: 1;
    margin-left: 0;
    position: static;
    text-align: center;
    top: 2px;
    transition: none;
    width: 14px
}

.input-rating input[type=radio]:checked+label:before,
.input-rating input[type=radio]+label.marked:before,
.input-rating input[type=radio]+label.filled:before,
.input-rating input[type=radio]+label.hovered.filled:before {
    content: "\f005"
}

.input-rating input[type=radio]+label.hovered:before {
    content: "\f006"
}

.rating-bx {
    color: #ffc300;
    font-size: 14px
}

.rating-bx i {
    margin: 0 2px
}

.rating-container .rating-stars::before {
    text-shadow: none
}

.rating-container {
    color: #c8c8c8
}

.rating-container .rating-stars {
    color: #3396d1
}

.has-feedback label~.form-control-feedback {
    top: 31px
}

.dlab-banner-outer {
    margin-bottom: 0
}

.dlab-success-top,
.dlab-error-top {
    margin-bottom: 0
}

.alert-bx.alert-info {
    padding: 15px;
    border: 1px solid #bce8f1
}

.alignnone {
    margin: 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 35px
}

.alignright {
    float: right;
    margin: 5px 0 25px 25px
}

.alignleft {
    float: left;
    margin: 5px 25px 25px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 25px 25px
}

a img.alignnone {
    margin: 5px 0 25px 0
}

a img.alignleft {
    float: left;
    margin: 5px 25px 25px 0
}

a img.aligncenter {
    display: block;
    margin: 5px auto 15px
}

.wp-caption {
    max-width: 100%;
    text-align: center
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0
}

.wp-caption.alignnone {
    margin: 5px 0 25px 0
}

.wp-caption.alignleft {
    margin: 5px 25px 25px 0
}

.wp-caption.alignright {
    margin: 5px 0 25px 25px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    color: #9d9d9d;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 10px 0;
    text-align: left
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
blockquote.wp-block-pullquote,
blockquote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignleft,
blockquote {
    padding: 0 20px 0 40px !important;
    font-size: 17px;
    color: #2b2d2e;
    margin: 40px 0;
    line-height: 30px;
    position: relative;
    clear: both;
    border-radius: 10px;
    text-align: left;
    border: 0 !important
}

blockquote p,
.wp-block-pullquote p,
.wp-block-pullquote blockquote p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.dlab-page-text blockquote p,
.comment-list li .dlab-page-text blockquote p{
    font-size: 18px;
    line-height: 30px;
    color: #2b2d2e;
    margin-bottom: 10px;
    font-weight: 600;
}

blockquote cite,
.wp-block-quote cite,
.wp-block-quote.is-style-large cite,
.wp-block-pullquote blockquote cite{
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    color: #999b9d;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 2px
}
.wp-block-quote.is-style-large cite em{
    font-size: 12px;
}
.wp-block-pullquote.has-background cite,
.wp-block-pullquote.has-background.is-style-solid-color cite{
    color: #2b2d2e;
}

blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    font-style: normal;
    background-image: url(../images/quote.png);
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    left: 0;
    padding: 0 0;
    background-size: 100%
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto
}

.site-header {
    position: relative;
    z-index: 9999;
    box-shadow: 0
}

.site-header ul,
.site-header ol {
    margin-bottom: 0
}

.extra-nav {
    float: right;
    padding: 18px 0;
    position: relative;
    z-index: 9
}

.extra-nav .btn-link {
    font-size: 15px
}

.extra-nav .extra-cell {
    display: inline-block;
    margin-left: 10px
}

@media only screen and (max-width:480px) {
    .extra-nav {
        margin: 0 1px 0 0;
        text-align: right
    }
}

.new-page {
    padding: 2px 5px;
    font-size: 10px;
    background: red;
    color: #fff;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 2px
}

.new-page.menu-new {
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 8px;
    padding: 3px 4px;
    line-height: 10px
}

@media only screen and (max-width:1200px) {
    .new-page.menu-new {
        display: none
    }
}

#header-part.fix-map-header {
    height: 90px
}

#header-part.fix-map-header .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1
}

@media only screen and (max-width:480px) {
    #header-part.fix-map-header {
        height: 160px
    }
}

.top-bar {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    color: #444;
    padding: 11px 0
}

.dlab-topbar-left {
    float: left
}

.dlab-topbar-right {
    float: right
}

.dlab-topbar-center,
.dlab-topbar-left,
.dlab-topbar-right {
    padding-left: 15px;
    padding-right: 15px
}

.dlab-topbar-left ul,
.dlab-topbar-right ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.dlab-topbar-left ul li,
.dlab-topbar-right ul li {
    display: inline-block
}

.dlab-topbar-left ul li {
    padding-right: 15px
}

.dlab-topbar-left ul li a,
.dlab-topbar-right ul li a {
    color: #444
}

.top-bar .dlab-topbar-left ul li a,
.top-bar .dlab-topbar-right ul li a {
    color: #fff;
    padding: 0 2px
}

.topbar-social li a {
    padding: 0 0 0 15px
}

@media only screen and (max-width:991px) {
    .dlab-topbar-right {
        padding-left: 0;
        padding-right: 15px
    }
    .dlab-topbar-left {
        padding-left: 15px;
        padding-right: 0
    }
}

@media only screen and (max-width:767px) {
    .top-bar [class*="col-"] {
        width: 100%;
        text-align: right;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }
    .top-bar [class*="col-"]:last-child {
        border-bottom: none
    }
    .top-bar {
        padding: 5px 0
    }
    .dlab-topbar-center,
    .dlab-topbar-left,
    .dlab-topbar-right {
        display: #000;
        width: 100%;
        text-align: center;
        padding: 3px 15px;
        padding-left: 15px;
        padding-right: 15px
    }
    .dlab-topbar-left ul li {
        padding: 0 5px
    }
}

.e-p-bx li {
    display: inline;
    font-size: 14px;
    padding-right: 10px
}

.e-p-bx li a {
    color: #FFF
}

.e-p-bx li i {
    margin-right: 10px;
    vertical-align: middle
}

.social-bx,
.login-bx {
    margin: 0 0 0 15px;
    float: right
}

.social-bx li,
.login-bx li {
    font-size: 12px;
    margin: 0;
    position: relative
}

.social-bx li {
    padding-left: 1px;
    padding-right: 1px
}

.social-bx li a,
.login-bx li a {
    color: #fff
}

.social-bx li i,
.login-bx li i {
    vertical-align: baseline;
    margin: 0 5px 0 0
}

.social-bx li span,
.login-bx li span {
    vertical-align: baseline;
    margin: 0 2px 0;
    font-size: 8px
}

.login-bx li ul {
    top: 25px;
    left: auto;
    right: 0;
    border: none;
    padding: 0
}

.login-bx li ul li {
    border-bottom: 1px solid #F7F7F7
}

.login-bx li ul li a {
    color: #767676;
    padding: 9px 15px
}

.arrow-up-border:before,
.arrow-up:after {
    position: absolute;
    display: inline-block;
    content: ''
}

.arrow-up-border:before {
    top: -7px;
    right: 19px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid red;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .2)
}

.arrow-up:after {
    top: -6px;
    right: 20px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.arrow-left:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: ''
}

.arrow-left:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.language-bx li {
    display: inline;
    margin: 0 10px
}

.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 9;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s
}

.logo-footer {
    display: table;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: 60px
}

.site-title {
    margin: 0
}

.logo-header>a,
.logo-footer>a {
    display: table-cell;
    vertical-align: middle
}

.logo-header.center-block {
    margin-left: auto;
    margin-right: auto;
    float: none
}

.logo-header img {
    height: 80px;
    max-width: 140px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    object-fit: contain;
    padding: 5px 0
}

.header-middle .logo-header img {
    max-width: 600px;
    height: 100px
}

.is-fixed .logo-header img {
    height: 65px;
    max-width: 110px
}

.logo-footer img {
    height: auto;
    width: auto
}

.logo-header span,
.logo-footer span {
    font-size: 20px;
    color: #EFBB20;
    letter-spacing: 20px
}

.is-fixed .logo-header,
.is-fixed.header-curve .logo-header {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

@media only screen and (max-width:991px) {
    .logo-header img {
        max-width: 250px
    }
}

@media only screen and (max-width:767px) {
    .logo-header img {
        height: 50px
    }
    .is-fixed .logo-header a img,
    .is-fixed.header-curve .logo-header a img {
        vertical-align: middle
    }
    .site-header .navbar-toggler,
    .site-header .is-fixed .navbar-toggler {
        margin: 18px 0 14px 15px
    }
    .site-header .extra-nav,
    .site-header .is-fixed .extra-nav {
        padding: 14px 0
    }
}

.main-bar {
    background: #FFF;
    width: 100%;
    position: relative
}

.header-curve .logo-header:before,
.header-curve .logo-header:after {
    background-color: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1
}

.header-curve .logo-header:before {
    right: -50px;
    width: 80%;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg)
}

.header-curve .logo-header:after {
    right: 10%;
    width: 2000px
}

.is-fixed.header-curve .logo-header img {
    margin-top: 0
}

@media only screen and (max-width:767px) {
    .header-curve .logo-header:after {
        right: 0;
        left: auto
    }
}

.navbar-toggler {
    border: 0 solid #efbb20;
    font-size: 16px;
    line-height: 24px;
    margin: 33px 0 30px 15px;
    padding: 0
}

.navbar-toggler span {
    background: #000
}

.is-fixed .navbar-toggler {
    margin: 20px 0 20px 15px
}

.header-nav {
    position: relative;
    padding: 0
}

.header-nav .nav {
    float: right
}

.header-nav .nav i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle
}

.header-nav .nav>li {
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    position: relative
}

.header-nav .nav>li>a {
    border-radius: 0;
    color: #201f22;
    font-size: 14px;
    padding: 23px 30px;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1.5px;
    font-family: 'Inconsolata', monospace
}

.header-nav .nav>li>a:hover {
    background-color: transparent;
    color: #efbb20
}

.header-nav .nav>li>a:active,
.header-nav .nav>li>a:focus {
    background-color: transparent
}

.header-nav .nav>li.active>a,
.header-nav .nav>li.current-menu-item>a {
    background-color: transparent;
    color: #EFBB20
}

.header-nav .nav>li:hover>a {
    color: #EFBB20
}

.header-nav .nav>li:hover>.sub-menu,
.header-nav .nav>li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.header-nav .nav>li>.sub-menu,
.header-nav .nav>li>.mega-menu {
    box-shadow: 0 0 2px 0 rgba(0, 16, 147, .15)
}

.header-nav .nav>li>.mega-menu {
    border-radius: 0;
    overflow: hidden
}

.header-nav .nav>li .sub-menu {
    background-color: #fff;
    border: 0;
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    visibility: hidden;
    width: 250px;
    z-index: 10
}

.header-nav .nav>li .sub-menu li {
    border-bottom: 0 solid #f4f4f4;
    position: relative
}

.header-nav .nav>li .sub-menu li a {
    color: #969696;
    display: block;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: capitalize;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    font-weight: 500;
    font-family: Montserrat
}

.header-nav .nav>li .sub-menu li a:hover {
    color: #EFBB20;
    text-decoration: none
}

.header-nav .nav>li .sub-menu li:hover>a {
    color: #EFBB20
}

.header-nav .nav>li .sub-menu li:last-child {
    border-bottom: 0
}

.header-nav .nav>li .sub-menu li>.sub-menu.left,
.header-nav .nav>li .sub-menu li:hover .sub-menu.left {
    left: auto;
    right: 250px
}

.header-nav .nav>li .sub-menu li .fa {
    color: inherit;
    display: block;
    float: right;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 12px;
    opacity: 1
}

.header-nav .nav>li .sub-menu li .fa.fa-nav {
    color: inherit;
    display: inline-block;
    float: none;
    font-size: 13px;
    margin-right: 5px;
    opacity: 1;
    position: unset;
    right: 10px;
    top: 12px
}

.header-nav .nav>li .sub-menu li>.sub-menu {
    left: 251px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.header-nav .nav>li .sub-menu li:hover>.sub-menu {
    left: 251px;
    margin: 0;
    opacity: 1;
    top: -1px;
    visibility: visible;
    box-shadow: 0 0 40px 0 rgba(0, 16, 147, .1)
}

.header-nav .nav>li .sub-menu li:hover>.sub-menu:before {
    background-color: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0;
    width: 6px
}

.header-nav .nav>li.has-mega-menu {
    position: inherit
}

.header-nav .nav>li .mega-menu {
    background-color: #fff;
    display: table;
    left: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    width: 100%;
    margin-top: 20px;
    z-index: 9
}

.header-nav .nav>li .mega-menu>li {
    display: table-cell;
    padding: 30px 0 25px;
    position: relative;
    vertical-align: top;
    width: 25%
}

.header-nav .nav>li .mega-menu>li:after {
    content: "";
    background-color: rgba(0, 0, 0, .02);
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 1px;
    height: 100%
}

.header-nav .nav>li .mega-menu>li:last-child:after {
    display: none
}

.header-nav .nav>li .mega-menu>li>a {
    color: #000;
    display: block;
    font-size: 14px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 600
}

.header-nav .nav>li .mega-menu>li ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%
}

.header-nav .nav>li .mega-menu>li ul a {
    color: #505050;
    display: block;
    font-size: 13px;
    line-height: 34px;
    text-transform: capitalize;
    padding: 0 20px;
    font-weight: 500
}

.header-nav .nav>li .mega-menu>li ul a:hover {
    color: #EFBB20
}

.header-nav .nav .mega-menu a i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px
}

.site-header.center .header-nav .nav {
    display: inline-block;
    float: left;
    width: 35%
}

.site-header.center .navbar-nav>li {
    display: inline-block;
    float: none
}

.site-header.center .header-nav .nav:first-child {
    text-align: right
}

.site-header.center .header-nav .nav:first-child li {
    text-align: left
}

.site-header.center .header-nav .nav:last-child {
    float: right
}

.site-header.center .logo-header {
    position: absolute;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    position: absolute;
    left: 50%;
    text-align: center
}

.site-header.center .logo-header img {
    height: 100px;
    margin-bottom: -50px;
    position: relative;
    width: 100px;
    z-index: 2;
    object-fit: contain
}

.site-header.center .logo-header:after {
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    height: 100px;
    position: absolute;
    width: 140%;
    bottom: -99px;
    left: -20%
}

.header-nav .nav>li.has-mega-menu.demos .mega-menu {
    left: auto;
    right: auto;
    max-width: 600px;
    z-index: 9
}

@media only screen and (max-width:991px) {
    .site-header.center .header-nav .nav {
        width: 100%
    }
    .site-header.center .navbar-nav>li {
        display: block;
        float: left;
        width: 100%
    }
    .header-nav .nav>li.has-mega-menu.demos .mega-menu {
        max-width: 100%
    }
    .header-nav .nav>li .mega-menu {
        border: 0
    }
    .site-header.center .is-fixed .header-nav .nav {
        height: auto
    }
    .header-nav .nav>li .mega-menu>li {
        padding: 10px 0
    }
    .header-nav .nav>li .sub-menu,
    .header-nav .nav>li .mega-menu {
        border-radius: 0;
        padding: 0;
        box-shadow: none
    }
}

@media only screen and (max-width:767px) {
    .site-header.center .logo-header img {
        height: 60px;
        margin-bottom: -30px
    }
}

.shop-cart.navbar-right {
    margin-right: 0;
    float: none;
    display: inline-block;
    position: relative
}

.shop-cart .dropdown-menu.cart-list {
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .3);
    top: 50px;
    border: 0
}

.shop-cart .badge {
    font-size: 9px;
    height: 15px;
    line-height: 15px;
    min-width: 15px;
    padding: 0;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px
}

.shop-cart li {
    padding: 10px 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1)
}

.shop-cart li:last-child {
    border-bottom: 0
}

.shop-cart .media-left a {
    display: block;
    width: 60px
}

.shop-cart .btn-link {
    position: relative
}

.cart-list.dropdown-menu {
    width: 260px;
    margin-top: 30px
}

.is-fixed .cart-list.dropdown-menu {
    margin-top: 18px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s
}

.cart-list .media-object {
    width: 60px
}

.cart-item .media-body {
    position: relative
}

.item-close {
    background-color: #303030;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 9px;
    height: 18px;
    line-height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 18px;
    cursor: pointer
}

.item-close:hover {
    background-color: #000
}

.header-nav .nav>li.demos {
    position: inherit
}

.header-nav .nav>li.demos .mega-menu {
    max-width: 700px;
    width: 700px;
    left: auto;
    right: 0
}

.header-nav .nav>li .mega-menu>li.header-add {
    padding: 18px 14px
}

@media only screen and (max-width:991px) {
    header .logo {
        display: block;
        padding: 4px 0
    }
    .header-nav .nav i {
        margin-top: 6px
    }
    .header-nav .nav>li.demos .mega-menu.left {
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (max-width:767px) {
    .shop-cart .dropdown-menu.cart-list {
        left: auto;
        right: 0
    }
    .cart-list.dropdown-menu,
    .is-fixed .cart-list.dropdown-menu {
        margin-top: 0
    }
}

@media only screen and (max-width:991px) {
    .header-nav {
        clear: both;
        margin: 0 -15px;
        border-bottom: 1px solid #E9E9E9
    }
    .header-nav .nav {
        float: none;
        margin: 0;
        width: 100%;
        display: block;
        height: auto
    }
    .header-nav .nav li {
        float: none;
        display: block;
        width: 100%
    }
    .header-nav .nav>li .sub-menu>li,
    .header-nav .nav>li .mega-menu>li {
        float: none;
        display: block;
        width: auto
    }
    .header-nav .nav>li>a {
        padding: 10px 20px;
        display: block;
        color: #fff
    }
    .header-nav .nav i {
        float: right
    }
    .header-nav .nav>li>a:hover,
    .header-nav .nav>li>a:active,
    .header-nav .nav>li>a:focus {
        background-color: transparent;
        text-decoration: none;
        color: #fff
    }
    .header-nav .nav>li .mega-menu>li:after {
        display: none
    }
    .header-nav .nav>li ul,
    .header-nav .nav>li .sub-menu,
    .header-nav .nav>li .mega-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: transparent
    }
    .header-nav .nav>li ul.mega-menu ul {
        display: none
    }
    .header-nav .nav>li:hover>ul,
    .header-nav .nav>li:hover .sub-menu,
    .header-nav .nav>li:hover .mega-menu,
    .header-nav .nav>li .sub-menu li>.sub-menu {
        opacity: 1;
        visibility: visible;
        display: block;
        margin: 0
    }
    .header-nav .nav>li ul.mega-menu li:hover ul {
        display: block
    }
    .side-nav .nav.navbar-nav li a i.fa-chevron-down:before,
    .nav.navbar-nav li a i.fa-chevron-down:before {
        content: "\f078"
    }
    .side-nav .nav.navbar-nav li.open a i.fa-chevron-down:before,
    .nav.navbar-nav li.open a i.fa-chevron-down:before {
        content: "\f054"
    }
    .header-nav .nav>li .sub-menu li i.fa-angle-right:before {
        content: "\f078";
        font-size: 10px
    }
    .header-nav .nav>li .sub-menu li.open i.fa-angle-right:before {
        content: "\f054"
    }
    .header-nav .nav>li .sub-menu .sub-menu,
    .header-nav .nav>li:hover .sub-menu .sub-menu,
    .header-nav .nav>li:hover .sub-menu,
    .header-nav .nav>li:hover .mega-menu {
        display: none;
        opacity: 1;
        margin-top: 0
    }
    .header-nav .nav li .sub-menu .sub-menu {
        display: none;
        opacity: 1;
        margin-top: 0
    }
    .header-nav .nav>li.open>.sub-menu .sub-menu {
        display: none
    }
    .header-nav .nav>li.open>.sub-menu li.open .sub-menu,
    .header-nav .nav>li.open>.mega-menu,
    .header-nav .nav>li.open>.sub-menu,
    .header-nav .nav>li ul.mega-menu ul {
        display: block;
        opacity: 1;
        margin-top: 0
    }
    .header-nav .nav>li .sub-menu li .fa {
        position: unset;
        margin-top: 0
    }
    .header-nav .nav>li .mega-menu>li {
        padding: 0
    }
    .header-nav .nav>li .mega-menu>li>a {
        display: none
    }
    .header-nav .nav .mega-menu a i {
        display: inline-block;
        float: none;
        margin-top: 0
    }
    .header-nav .nav .open>a,
    .header-nav .nav .open>a:focus,
    .header-nav .nav .open>a:hover {
        background-color: inherit;
        border-color: #e9e9e9
    }
    .header-nav.nav-dark.nav .open>a,
    .header-nav.nav-dark .nav .open>a:focus,
    .header-nav.nav-dark .nav .open>a:hover {
        border-color: rgba(0, 0, 0, .2)
    }
}

.nav-dark.header-nav .nav>li .sub-menu,
.nav-dark.header-nav .nav>li .mega-menu {
    background-color: #fff
}

.nav-dark.header-nav .nav>li .sub-menu li {
    border-bottom: 0 solid rgba(0, 0, 0, .2)
}

.header-nav.nav-dark .nav>li .mega-menu>li>a {
    color: #fff
}

.nav-dark.header-nav .nav>li .sub-menu li a:hover {
    background-color: rgba(255, 255, 255, 0)
}

.nav-dark.header-nav .nav>li .sub-menu li:hover>a,
.nav-dark.header-nav .nav>li ul li a:hover,
.nav-dark.header-nav .nav>li .mega-menu>li ul a:hover {
    background-color: rgba(255, 255, 255, .15);
    color: #b3b3b3
}

.nav-dark.header-nav .nav>li .mega-menu>li:after {
    background-color: rgba(0, 0, 0, .2)
}

@media only screen and (max-width:991px) {
    .nav-dark.header-nav .nav>li>a {
        color: #9d9d9d
    }
    .nav-dark.header-nav {
        border-bottom: 1px solid rgba(0, 0, 0, .8)
    }
    .nav-dark.header-nav .nav {
        background-color: #141516
    }
    .nav-dark.header-nav .nav>li>a {
        border-top: 0 solid rgba(0, 0, 0, .2)
    }
    [class*="bg-"] .nav-dark.header-nav .nav>li>a {
        color: #999
    }
    [class*="bg-"] .nav-dark.header-nav .nav>li.active>a,
    [class*="bg-"] .nav-dark.header-nav .nav>li:hover>a {
        color: #EFBB20
    }
    .nav-dark.header-nav .nav>li>a:hover,
    .nav-dark.header-nav .nav>li>a:active,
    .nav-dark.header-nav .nav>li>a:focus {
        background-color: rgba(255, 255, 255, .05);
        color: #fff
    }
    .nav-dark.header-nav .nav>li ul,
    .nav-dark.header-nav .nav>li .sub-menu,
    .nav-dark.header-nav .nav>li .mega-menu {
        background-color: rgba(255, 255, 255, .05)
    }
}

.sticky-no .main-bar {
    position: static !important
}

.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

.is-fixed .extra-nav {
    padding: 6px 0
}

@media only screen and (max-width:991px) {
    .is-fixed .header-nav .nav>li>a {
        padding: 10px 20px
    }
}

@media only screen and (max-width:767px) {
    .is-fixed .header-nav .nav {
        overflow: auto;
        height: 225px
    }
    .is-fixed .header-nav .nav>li>a {
        padding: 10px 20px
    }
    .is-fixed#header-part .navbar-toggler {
        margin: 15px 0
    }
}

#header-part.full-width .top-bar .container,
#header-part.full-width .main-bar .container {
    width: auto
}

[class*="bg-"] .header-nav .nav>li>a {
    color: #fff
}

[class*="bg-"] .header-nav .nav>li.active>a,
[class*="bg-"] .header-nav .nav>li.current-menu-item>a {
    color: #fff
}

[class*="bg-"] .header-nav .nav>li>a:hover,
[class*="bg-"] .header-nav .nav>li:hover>a {
    color: #fff
}

[class*="bg-"] .navbar-toggler {
    border-color: #fff
}

[class*="bg-"] .navbar-toggler span {
    background-color: #fff
}

@media only screen and (max-width:991px) {
    [class*="bg-"] .header-nav .nav>li>a {
        color: #555
    }
}

.header.dark,
.header.dark .main-bar {
    background: #252525
}

.header.dark .header-nav .nav>li>a,
.header.dark .extra-nav .btn-link,
.header.dark .navbar-toggler {
    color: #dfdfdf
}

.header.dark .navbar-toggler span {
    background-color: #dfdfdf
}

.header.dark .top-bar {
    background-color: #252525;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #dfdfdf
}

.header-transparent {
    position: absolute;
    width: 100%
}

.header-transparent .main-bar {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0 solid rgba(255, 255, 255, .05)
}

.header-transparent .header-nav .nav>li>a {
    color: #fff
}

.header-transparent .header-nav .nav>li>a,
.header-transparent .extra-nav .btn-link,
.header-transparent .navbar-toggler {
    color: #fff
}

.header-transparent .navbar-toggler span {
    background-color: #fff
}

.header-transparent .is-fixed .main-bar {
    position: fixed;
    background-color: rgba(0, 0, 0, .9)
}

.header-transparent .top-bar {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    color: #dfdfdf
}

.header-transparent.dz-overlay .top-bar,
.header-transparent.dz-overlay .main-bar {
    background-color: rgba(0, 0, 0, .5)
}

.fullwidth .container-fluid {
    padding-left: 30px;
    padding-right: 30px
}

@media only screen and (max-width:767px) {
    .fullwidth .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

.header.primary,
.header.primary .main-bar {
    background: #3B68E7
}

.header.primary .header-nav .nav>li>a,
.header.primary .extra-nav .btn-link,
.header.primary .navbar-toggler {
    color: #dfdfdf
}

.header.primary .navbar-toggler span {
    background-color: #dfdfdf
}

.header.primary .top-bar {
    background-color: #3B68E7;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #dfdfdf
}

.header.red,
.header.red .main-bar {
    background: #F22D4E
}

.header.red .header-nav .nav>li>a,
.header.red .extra-nav .btn-link,
.header.red .navbar-toggler {
    color: #dfdfdf
}

.header.red .navbar-toggler span {
    background-color: #dfdfdf
}

.header.red .top-bar {
    background-color: #F22D4E;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #dfdfdf
}

.header.blue,
.header.blue .main-bar {
    background: #00c5dc
}

.header.blue .header-nav .nav>li>a,
.header.blue .extra-nav .btn-link,
.header.blue .navbar-toggler {
    color: #fff
}

.header.blue .navbar-toggler span {
    background-color: #fff
}

.header.blue .top-bar {
    background-color: #00c5dc;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #fff
}

.header.purpal,
.header.purpal .main-bar {
    background: #8862b9
}

.header.purpal .header-nav .nav>li>a,
.header.purpal .extra-nav .btn-link,
.header.purpal .navbar-toggler {
    color: #fff
}

.header.purpal .navbar-toggler span {
    background-color: #fff
}

.header.purpal .top-bar {
    background-color: #8862b9;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #fff
}

.header.yellow,
.header.yellow .main-bar {
    background: #ffb822
}

.header.yellow .header-nav .nav>li>a,
.header.yellow .extra-nav .btn-link,
.header.yellow .navbar-toggler {
    color: #fff
}

.header.yellow .navbar-toggler span {
    background-color: #fff
}

.header.yellow .top-bar {
    background-color: #ffb822;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #fff
}

.top-bar.bg-dark {
    background-color: #282a3c;
    color: #fff
}

.top-bar.bg-black {
    background-color: #000;
    color: #fff
}

.top-bar.bg-light {
    background-color: #a5a5a5;
    color: #fff;
    border-bottom: 0
}

.header.box {
    position: absolute;
    width: 100%
}

.header.box .main-bar {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s
}

.header.box .header-nav .nav>li>a,
.header.box .extra-nav .btn-link,
.header.box .navbar-toggler {
    color: #000
}

.header.box .navbar-toggler span {
    background-color: #000
}

.header.box .is-fixed .main-bar {
    position: fixed;
    background-color: #fff;
    margin-top: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s
}

.header.box .container {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 4px -2px #000
}

.header.box .is-fixed .container {
    box-shadow: none
}

.header.box.dz-overlay .header-nav .nav>li>a,
.header.box.dz-overlay .extra-nav .btn-link,
.header.box.dz-overlay .navbar-toggler {
    color: #fff
}

.header.box.dz-overlay .navbar-toggler span {
    background-color: #fff
}

.header.box.dz-overlay .container {
    background-color: rgba(0, 0, 0, .5)
}

.header.box.dz-overlay .is-fixed .container {
    background-color: rgba(0, 0, 0, 0)
}

.header.box.dz-overlay .is-fixed .main-bar {
    background-color: rgba(0, 0, 0, .7)
}

.header.box.dark .header-nav .nav>li>a,
.header.box.dark .extra-nav .btn-link,
.header.box.dark .navbar-toggler {
    color: #fff
}

.header.box.dark .navbar-toggler span {
    background-color: #fff
}

.header.box.dark .container {
    background-color: #252525
}

.header.box.dark .is-fixed .container,
.header.box.dark {
    background-color: rgba(0, 0, 0, 0)
}

.header.box.dark .is-fixed .main-bar {
    background-color: #252525
}

.onepage .navbar {
    margin-bottom: 0;
    border: 0
}

@media only screen and (max-width:991px) {
    .header.dark .header-nav .nav>li>a,
    .header-transparent .header-nav .nav>li>a,
    .header.primary .header-nav .nav>li>a,
    .header.blue .header-nav .nav>li>a,
    .header.purpal .header-nav .nav>li>a,
    .header.red .header-nav .nav>li>a,
    .header.yellow .header-nav .nav>li>a,
    .header.box.dark .header-nav .nav>li>a,
    .header.box.dz-overlay .header-nav .nav>li>a,
    .header-curve [class*="bg-"] .header-nav .nav>li.active>a {
        color: #000
    }
    .header.dark .header-nav.nav-dark .nav>li>a,
    .header-transparent .header-nav.nav-dark .nav>li>a,
    .header.primary .header-nav.nav-dark .nav>li>a,
    .header.blue .header-nav.nav-dark .nav>li>a,
    .header.purpal .header-nav.nav-dark .nav>li>a,
    .header.red .header-nav.nav-dark .nav>li>a,
    .header.yellow .header-nav.nav-dark .nav>li>a,
    .header.box.dark .header-nav.nav-dark .nav>li>a,
    .header.box.dz-overlay .header-nav.nav-dark .nav>li>a,
    .header-curve [class*="bg-"] .header-nav.nav-dark .nav>li.active>a {
        color: #fff
    }
}

.dlab-banner-row,
.dlab-banner-outer {
    position: relative
}

.dlab-bnr-pic {
    width: 100%;
    overflow: hidden
}

.dlab-bnr-pic img {
    width: 100%;
    height: auto;
    display: block
}

.dlab-bnr-text {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    margin: 0;
    color: #FFF
}

.dlab-bnr-text-has {
    max-width: 600px
}

.dlab-bnr-text strong,
.dlab-bnr-text span {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, .3)
}

.dlab-bnr-text strong {
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin: 0 0 25px;
    color: #FFF
}

.dlab-bnr-text span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    margin-bottom: 30px
}

.dlab-bnr-text .btn {
    margin-right: 30px
}

@media only screen and (max-width:1200px) {
    .dlab-bnr-text strong {
        font-size: 60px;
        line-height: 60px;
        margin: 0 0 15px
    }
    .dlab-bnr-text span {
        font-size: 20px;
        line-height: 24px
    }
}

@media only screen and (max-width:991px) {
    .dlab-bnr-text strong {
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 10px
    }
}

@media only screen and (max-width:767px) {
    .dlab-bnr-text strong {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 0
    }
}

@media only screen and (max-width:680px) {
    .dlab-bnr-text strong {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 0
    }
    .dlab-bnr-text span {
        font-size: 14px;
        line-height: 18px
    }
}

@media only screen and (max-width:480px) {
    .dlab-bnr-text strong {
        font-size: 20px;
        line-height: 20px
    }
    .dlab-bnr-text span {
        font-size: 12px;
        line-height: 16px
    }
}

.dlab-bnr-inr.dlab-bnr-inr-lg {
    height: 800px
}

.dlab-bnr-inr.dlab-bnr-inr-md {
    height: 650px
}

.dlab-bnr-inr.dlab-bnr-inr-sm {
    height: 450px
}

.dlab-bnr-inr {
    height: 300px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    text-align: center
}

.dlab-bnr-inr .container {
    display: table;
    height: 100%
}

.dlab-bnr-inr-entry {
    display: table-cell;
    vertical-align: middle
}

.dlab-bnr-inr-entry.align-m {
    vertical-align: middle
}

.banner-inner-row h1,
.banner-inner-row h2,
.banner-inner-row h3,
.banner-inner-row h4,
.banner-inner-row h5,
.banner-inner-row h6 {
    color: #FFF
}

.dlab-bnr-inr.banner-content h1 {
    font-weight: 500
}

.dlab-bnr-inr.banner-content p {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 36px;
    max-width: 750px;
    display: inline-block
}

.dlab-bnr-inr.banner-content .btn {
    padding: 13px 35px;
    font-size: 16px
}

.dlab-bnr-inr .breadcrumb-row {
    padding: 0;
    background-color: rgba(0, 0, 0, 0)
}

.dlab-bnr-inr h1 {
    font-weight: 600;
    font-size: 52px;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 15px;
    position: relative;
    -ms-word-break: break-word;
    word-break: break-word;
}

.next-element {
    color: #fff;
    float: right;
    opacity: .1
}

.next-element:hover {
    color: #fff;
    opacity: .8
}

.dlab-bnr-inr h1:after {
    content: attr(data-name);
    font-size: 160px;
    letter-spacing: 10px;
    opacity: .2;
    position: absolute;
    top: 113px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%)
}

.dlab-bnr-inr .breadcrumb-row ul li:after,
.dlab-bnr-inr .breadcrumb-row ul li:last-child {
    color: #fff
}

.dlab-bnr-inr .breadcrumb-row ul li a {
    color: #fff
}

@media only screen and (max-width:767px) {
    .ele-bnr .bnr-title,
    .ele-bnr h1 a,
    .ele-bnr .breadcrumb-row h5 {
        display: none
    }
    .ele-bnr .dlab-bnr-inr-entry {
        text-align: center
    }
    .dlab-bnr-inr-entry {
        vertical-align: middle
    }
    .dlab-bnr-inr {
        padding-bottom: 0
    }
    .dlab-bnr-inr .breadcrumb-row ul {
        display: block;
        float: none;
        width: 100%;
        text-align: center
    }
    .dlab-bnr-inr {
        height: 200px
    }
    .dlab-bnr-inr h1 {
        line-height: 40px;
        font-size: 30px;
        text-align: center
    }
    .dlab-bnr-inr.dlab-bnr-inr-sm,
    .dlab-bnr-inr {
        height: 250px
    }
}

.navicon {
    width: 18px;
    height: 14px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.navicon span:nth-child(1) {
    top: 0
}

.navicon span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.navicon span:nth-child(3) {
    bottom: 0
}

.navicon.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

.navicon.open span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.tp-caption .font-weight-300 {
    font-weight: 300
}

.tp-caption .font-weight-400 {
    font-weight: 400
}

.tp-caption .font-weight-500 {
    font-weight: 500
}

.tp-caption .font-weight-600 {
    font-weight: 600
}

.tp-caption .font-weight-700 {
    font-weight: 700
}

.tp-caption .font-weight-800 {
    font-weight: 800
}

.tp-caption .font-weight-900 {
    font-weight: 900
}

.tp-caption h1,
.tp-caption h2,
.tp-caption h3,
.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
    font-weight: 800;
    margin-bottom: 24px;
    color: #FFF
}

.tp-caption h1 {
    font-size: 70px;
    line-height: 60px
}

.tp-caption h2 {
    font-size: 60px;
    line-height: 50px
}

.tp-caption h3 {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 20px
}

.tp-caption h4 {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 15px
}

.tp-caption h5 {
    font-size: 30px;
    line-height: 4px;
    margin-bottom: 10px
}

.tp-caption h6 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px
}

.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
    font-weight: 600
}

.tp-caption .text {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    width: 500px
}

.overlay-row {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.owl-none .owl-nav {
    display: none
}

.owl-theme .owl-nav,
.owl-theme .owl-dots {
    margin-top: 20px;
    text-align: center
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots {
    text-align: center
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 6px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-theme.dots-style-1 .owl-dots .owl-dot span,
.owl-theme.dots-style-2 .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, .2);
    width: 8px;
    height: 8px;
    margin: 5px
}

.owl-theme.dots-style-1 .owl-dots .owl-dot.active span,
.owl-theme.dots-style-1 .owl-dots .owl-dot:hover span {
    background: #000
}

.owl-theme.dots-style-3 .owl-dots {
    margin-top: 30px;
    position: unset;
    right: auto;
    text-align: center;
    top: auto;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto
}

.owl-theme.dots-style-3 .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
    margin: 0
}

.owl-theme.dots-style-3 .owl-dots .owl-dot {
    border: 1px solid;
    border-radius: 20px;
    display: inline-block;
    margin: 4px;
    padding: 3px
}

.owl-theme.dots-style-3 .owl-dots .owl-dot.active,
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover {
    border: 1px solid #FF3B68
}

.owl-theme.dots-style-3 .owl-dots .owl-dot.active span,
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover span {
    background-color: #FF3B68
}

.owl-item.dots-style-3 .slide-content-box {
    opacity: 0
}

.owl-item.active.dots-style-3 .slide-content-box {
    opacity: 1;
    transition: all 2s ease 2s;
    -moz-transition: all 2s ease 2s;
    -webkit-transition: all 2s ease 2s;
    -o-transition: all 2s ease 2s
}

.owl-btn-top-c .owl-nav {
    text-align: center
}

.owl-btn-top-l .owl-nav {
    text-align: left
}

.owl-btn-top-l .owl-nav .owl-prev {
    margin-left: 0
}

.owl-btn-top-r .owl-nav {
    text-align: right
}

.owl-btn-top-r .owl-nav .owl-next {
    margin-right: 0
}

.owl-btn-top-lr .owl-nav {
    text-align: left
}

.owl-btn-top-lr .owl-nav .owl-next {
    margin-right: 0;
    float: right
}

.owl-btn-full .owl-prev,
.owl-btn-full .owl-next {
    padding: 40px 8px
}

.owl-btn-center-lr .owl-nav {
    margin: 0
}

.owl-btn-center-lr+.owl-theme .owl-nav {
    margin: 0
}

.owl-btn-center-lr .owl-nav .owl-prev,
.owl-btn-center-lr .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.owl-btn-center-lr .owl-nav .owl-next {
    left: auto;
    right: 0
}

.owl-carousel .owl-item img {
    transform-style: inherit
}

.owl-btn-1 .owl-prev,
.owl-btn-1 .owl-next,
.owl-btn-2 .owl-prev,
.owl-btn-2 .owl-next,
.owl-btn-3 .owl-prev,
.owl-btn-3 .owl-next {
    border-radius: 2px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px !important;
    padding: 0;
    text-align: center;
    width: 50px
}

.owl-btn-2 .owl-prev,
.owl-btn-2 .owl-next,
.owl-btn-3 .owl-prev,
.owl-btn-3 .owl-next {
    margin: 0 -70px !important
}

.owl-btn-3 .owl-prev,
.owl-btn-3 .owl-next {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    font-size: 35px;
    height: auto;
    width: auto;
    opacity: .2
}

.owl-btn-3 .owl-prev:hover,
.owl-btn-3 .owl-next:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    opacity: 1
}

.owl-btn-3.btn-white .owl-prev,
.owl-btn-3.btn-white .owl-next {
    color: #fff
}

.owl-btn-3.btn-white .owl-prev:hover,
.owl-btn-3.btn-white .owl-next:hover {
    color: #fff
}

.owl-btn-4 {
    overflow: hidden
}

.owl-btn-4 .owl-prev,
.owl-btn-4 .owl-next {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, .5);
    color: #000;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 -10px !important;
    overflow: hidden;
    padding: 0;
    width: 50px;
    opacity: .7
}

.owl-btn-4 .owl-prev:hover,
.owl-btn-4 .owl-next:hover {
    background: #fff none repeat scroll 0 0;
    color: #000;
    opacity: 1
}

.owl-dots-none .owl-dots {
    display: none
}

.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span {
    opacity: .5;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 4px
}

.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span {
    background-color: #1abc9c
}

.owl-dots-black-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot span {
    background-color: #333
}

.owl-dots-white-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span {
    background-color: #f5f5f5
}

.owl-dots-primary-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
    width: 25px
}

.owl-dots-primary-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot.active span {
    width: 14px;
    height: 14px;
    opacity: 1;
    margin: 0 4px 2px 4px
}

@media only screen and (max-width:1200px) {
    .owl-btn-2 .owl-prev,
    .owl-btn-2 .owl-next,
    .owl-btn-3 .owl-prev,
    .owl-btn-3 .owl-next {
        margin: 0 10px !important
    }
}

.blog-post {
    position: relative;
    margin-bottom: 60px
}

.dlab-post-title {
    margin-bottom: 5px
}

.dlab-post-title .post-title {
    margin-top: 15px;
    margin-bottom: 15px
}

.dlab-post-meta {
    margin-bottom: 15px
}

.dlab-post-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: capitalize
}

.dlab-post-meta ul li {
    padding: 0;
    display: inline-block;
    color: #707070;
    font-weight: 500;
    font-size: 14px
}

.dlab-post-meta ul li strong {
    font-weight: 500
}

.dlab-post-meta li:after {
    content: "|";
    display: inline-block;
    font-weight: 400;
    margin-left: 5px;
    opacity: .5
}

.dlab-post-meta li:last-child:after {
    display: none
}

.dlab-post-meta a {
    color: #707070
}

.dlab-post-meta i {
    margin: 0 5px;
    font-size: 15px
}

.text-white .dlab-post-meta ul li,
.text-white .dlab-post-meta a,
.text-white .dlab-post-meta i {
    color: #fff
}

.dlab-post-meta.text-white i,
.dlab-post-meta.text-white ul li,
.dlab-post-meta.text-white ul li a {
    color: #fff
}

.dlab-post-meta.text-black i,
.dlab-post-meta.text-black ul li,
.dlab-post-meta.text-black ul li a {
    color: #000
}

.dlab-post-meta.text-gray i,
.dlab-post-meta.text-gray ul li,
.dlab-post-meta.text-gray ul li a {
    color: gray
}

.dlab-post-text {
    margin-bottom: 20px
}

.dlab-post-text p:last-child {
    margin: 0
}

.dlab-post-readmore {
    margin-bottom: 15px
}

.dlab-post-tags {
    border-top: 1px solid #E9E9E9;
    padding-top: 10px
}

.dlab-post-tags .post-tags {
    margin: 0 -3px;
    list-style: none
}

.dlab-post-tags .post-tags a {
    color: #2b2d2e;
    margin: 5px 4px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-family: Montserrat
}

.dlab-post-tags .post-tags a:hover {
    color: #000
}

.dlab-info[class*="border-"] .post-title {
    margin-top: 0
}

.text-white .post-title a {
    color: #fff
}

.dlab-info>div:last-child,
.dlab-info>p:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:1200px) {
    .dlab-post-meta .d-flex {
        display: block !important
    }
}

.date-style-1 .post-date {
    color: #fff;
    background-color: #EFBB20;
    padding: 3px 5px 3px 5px
}

.date-style-1 .post-date i {
    color: #fff;
    left: 5px;
    top: 5px
}

.date-style-1 .post-date i,
.date-style-2 .post-date i,
.date-style-3 .post-date i,
.date-style-4 .post-date i {
    display: none
}

.date-style-2 .post-date,
.date-style-4 .post-date {
    color: #fff;
    position: absolute;
    left: 20px;
    top: 0;
    width: 50px;
    text-align: center;
    text-transform: uppercase
}

.date-style-2 .post-date strong,
.date-style-2 .post-date span,
.date-style-4 .post-date strong,
.date-style-4 .post-date span {
    display: block;
    padding: 10px 5px
}

.date-style-2 .post-date strong,
.date-style-4 .post-date strong {
    font-size: 10px;
    padding: 10px 5px 5px;
    position: relative
}

.date-style-2 .post-date>strong:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    background-color: #fff;
    margin: 0 -10px;
    width: 20px
}

.date-style-2 .post-date span {
    font-size: 16px;
    padding: 5px 5px 10px
}

.date-style-2 .post-date:after,
.date-style-2 .post-date .fa,
.date-style-3 .post-date:after,
.date-style-3 .post-date .fa,
.date-style-4 .post-date .fa {
    display: none
}

.date-style-3 .dlab-post-info {
    position: relative
}

.date-style-3 .post-date {
    font-family: oswald;
    text-transform: uppercase;
    position: absolute;
    padding: 8px 15px;
    color: #fff;
    top: -36px;
    left: 0;
    height: 36px
}

.date-style-3 .post-date strong {
    color: #30353c;
    margin-right: 2px
}

.date-style-3.skew-date .post-date {
    padding-right: 8px
}

.date-style-3.skew-date .post-date:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 22px;
    height: 100%;
    border-right: 3px solid #2D3239;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg)
}

.date-style-4 .post-date span {
    background-color: #2e1e13
}

.date-style-4 .post-date {
    top: 10px;
    left: 10px
}

.date-style-4 .dlab-post-info {
    box-shadow: 0 3px 0 0 #dbdbdb
}

.date-style-4 .dlab-post-meta ul li {
    font-weight: 400
}

.no-image-blog.date-style-2 .algo-post-info {
    padding-top: 70px
}

.no-image-blog.date-style-2 .post-date {
    top: 0;
    left: 20px
}

.blog-post.no-img-post .post-date {
    position: static;
    float: left
}

.blog-md {
    display: flex
}

.blog-md .dlab-post-media {
    width: 320px;
    min-width: 320px;
    border-radius: 4px
}

.blog-md .dlab-post-media img {
    height: 100%;
    object-fit: cover
}

.blog-md .dlab-post-info {
    border: none;
    padding-left: 30px
}

.blog-md .dlab-post-tags {
    border: none;
    display: inline-block;
    padding: 0
}

.blog-md .dlab-post-info .post-title {
    margin-top: 0
}

.blog-md .dlab-post-info,
.blog-md .dlab-post-media {
    display: table-cell;
    vertical-align: middle
}

.blog-md .dlab-post-media {
    vertical-align: top
}

.blog-md .dlab-post-info>div:last-child {
    margin-bottom: 0
}

.blog-md .dlab-post-info {
    padding-top: 5px
}

.blog-rounded [class*="border-"] {
    border-radius: 0 0 4px 4px
}

.blog-rounded .dlab-post-media {
    border-radius: 4px 4px 0 0
}

.blog-effect1 {
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s
}

.blog-effect1:hover {
    border-radius: 4px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 5px 40px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 5px 40px rgba(0, 0, 0, .05)
}

.blog-share {
    position: relative
}

.share-btn {
    position: absolute;
    right: 0;
    bottom: 0
}

.share-btn ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.share-btn ul li {
    display: inline-block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s
}

@media only screen and (max-width:767px) {
    .blog-md.blog-post .dlab-pfost-media,
    .blog-md.blog-post .dlab-post-info {
        float: none;
        margin: 0 0 20px;
        width: 100%;
        display: block;
        padding-left: 0
    }
    .blog-md.blog-post .dlab-post-info {
        margin-top: 15px
    }
    .blog-md .dlab-post-media {
        width: 100%
    }
}

.nav-links:after {
    clear: both;
    content: "";
    display: table
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.pagination .page-numbers {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #767676;
    padding: 9px 15px;
    font-weight: 600;
    font-size: 12px;
    display: block;
    float: left;
    margin-left: -1px
}

.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
    background: #000;
    color: #fff
}

.pagination i {
    font-size: 12px
}

.pagination li.active a {
    background-color: #c5c5c5;
    color: #000
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
    display: inline-block;
    color: #3396d1;
    font-weight: 600;
    margin-bottom: 20px;
    outline: none !important
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
    color: #09C
}

.nav-links .nav-previous a:after,
.nav-links .nav-next a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 2px;
    color: #333
}

.post-navigation {
    background-color: #fff;
    padding: 30px;
    border-bottom: 2px solid #e3e3e3
}

.post-navigation .screen-reader-text {
    margin-top: 0
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    display: inline-block;
    width: 50%
}

.post-navigation .nav-next {
    text-align: right
}

.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
    display: none
}

.post-navigation .nav-previous .post-title,
.post-navigation .nav-next .post-title {
    display: block;
    font-size: 15px;
    color: #777;
    margin-top: 10px
}

.dlab-link-pages {
    padding: 20px 0 30px
}

.dlab-link-pages a {
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600;
    background-color: #CCC;
    margin: 0 2px
}

.sticky-post {
    position: absolute;
    right: 0;
    top: 0;
    background: #77c04b;
    color: #FFF;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600
}

.post-password-form {
    position: relative;
    clear: both
}

.post-password-form input[type="password"] {
    width: 100%;
    border: 1px solid #ebedf2;
    padding: 10px 100px 10px 15px;
    height: 40px
}

.post-password-form label {
    display: block
}

.post-password-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    background-color: #333;
    color: #FFF;
    border: none;
    height: 40px;
    text-transform: uppercase;
    font-weight: 600
}

.blog [class*="galleryid-"] {
    clear: both;
    margin: 0 auto;
    overflow: hidden
}

.gallery .gallery-item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0.3125rem;
    position: relative;
    box-sizing: border-box;
}

.gallery .gallery-caption {
    padding-top: 10px;
    font-size: 13px
}

.gallery .gallery-item img {
    float: left;
    padding: 0 0;
    width: 100%;
    border: none !important
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, .7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: .5em 0
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.side-bar .widget {
    margin-bottom: 60px
}

@media only screen and (max-width:991px) {
    .side-bar {
        margin-bottom: 40px
    }
}

.blog-single .dlab-post-meta {
    margin-bottom: 10px
}

.blog-single .dlab-post-text {
    margin-top: 20px
}

.blog-single .dlab-post-tags {
    margin-top: 20px
}

.blog-single .dlab-post-media {
    border-radius: 10px
}

.comments-area {
    padding: 0
}

.comments-area .comments-title {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    margin-bottom: 40px;
    letter-spacing: 2.5px
}

.comment-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.comment-list .comment {
    position: relative;
    padding: 0
}

.comment-list .comment .comment-body {
    position: relative;
    padding: 0 0 0 20px;
    padding-bottom: 25px;
    margin-left: 65px;
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #EEE
}

.comment-list .comment .comment-body:after {
    border-color: transparent #e9e9e9 transparent #e9e9e9;
    border-width: 12px 14px 12px 0;
    left: -14px
}

.comment-list .comment .comment-author {
    display: inline-block;
    margin-bottom: 0
}

.comment-list .comment .comment-author .avatar {
    position: absolute;
    top: 0;
    left: -65px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.comment-list .comment .comment-author .fn {
    display: inline-block;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    font-family: 'Josefin Sans', sans-serif
}

.comment-list .comment .comment-author .says {
    display: none;
    color: #999;
    font-weight: 600
}

ol.comment-list li.comment .comment-meta a {
    text-transform: capitalize;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
    padding-left: 0
}

.comment-list .comment .comment-meta a {
    color: #7f8184;
    font-family: 'Inconsolata', monospace;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.5px;
    font-weight: 700
}

.comment-list .comment .reply {
    position: absolute;
    right: 0;
    top: 5px
}

.comment-list .comment p {
    line-height: 26px;
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 400;
    color: #77797c
}

.comment-list .comment .reply a {
    color: #201f22 !important;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px
}

.comment-list .children {
    list-style: none;
    margin-left: 85px;
    padding-left: 0
}

ol.comment-list li .children li {
    padding: 0
}

@media only screen and (max-width:767px) {
    .comments-area .padding-30 {
        padding: 15px
    }
    .comment-list .comment .comment-body {
        margin-bottom: 15px;
        margin-left: 70px;
        padding-bottom: 10px
    }
    .comment-list .comment .comment-author .avatar {
        left: -75px;
        height: 60px;
        width: 60px
    }
    .comment-list li .children {
        margin-left: 20px
    }
    .comment-list .comment .reply a {
        position: static
    }
}

@media only screen and (max-width:480px) {
    .comment-list .comment .comment-body {
        margin-left: 40px
    }
    .comment-list .comment .comment-author .avatar {
        left: -40px;
        top: 12px;
        width: 40px;
        height: 40px
    }
}

.comment-respond .comment-reply-title {
    text-transform: uppercase;
    font-size: 20px
}

.comment-respond .comment-reply-title {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 2.5px
}

.comments-area .comment-form {
    margin: 0 -6px
}

.comments-area .comment-form .comment-notes {
    display: none
}

.comments-area .comment-form p {
    float: left;
    padding: 0 6px;
    margin-bottom: 12px;
    position: relative
}

.comments-area .comment-form p.form-allowed-tags {
    width: 100%
}

ol.comment-list li.comment .comment-respond .comment-form p {
    padding: 0 15px !important
}

.comments-area .comment-form p label {
    display: none;
    line-height: 18px;
    margin-bottom: 10px
}

.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p input[type="email"],
.comments-area .comment-form p textarea {
    width: 100%;
    height: 54px;
    line-height: 6px 12px;
    padding: 10px 20px 10px 20px;
    border: 1px solid #e8e8e8;
    font-size: 15px;
    font-family: 'Josefin Sans', sans-serif
}

.comments-area .comment-form p.comment-form-comment {
    width: 100%;
    display: block;
    clear: both
}

.comments-area .comment-form p textarea {
    height: 120px
}

.comments-area .comment-form p.form-submit {
    clear: both;
    float: none;
    width: 100%;
    margin: 0
}

.comments-area .comment-form p button[type="submit"] {
    background-color: #EFBB20;
    border: none;
    display: inline-block;
    font-weight: 600;
    padding: 13px 41px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 30px;
    color: #fff;
    font-family: 'Inconsolata', monospace;
    letter-spacing: 2.5px;
    cursor: pointer
}

.comments-area .comment-form p button[type="submit"]:hover,
.comments-area .comment-form p button[type="submit"]:focus,
.comments-area .comment-form p button[type="submit"]:active {
    background-color: #6ab33e;
    color: #fff
}

@media only screen and (max-width:767px) {
    .comments-area .comment-form p {
        width: 100%;
        float: none;
        margin-bottom: 20px
    }
    .comment-respond {
        padding: 20px
    }
}

.list-2 {
    display: table
}

.list-2 li {
    float: left;
    padding: 5px 5px 5px 20px;
    width: 50%;
    position: relative
}

.list-2 li:before {
    content: "\e60a";
    font-family: 'themify';
    font-size: 11px;
    left: 0;
    position: absolute
}

.list-2 li:hover:before {
    color: #1ABC9C
}

.widget {
    margin-bottom: 60px
}

.widget.bg-white {
    border: 1px solid #ebedf2
}

.widget.border-0 ul li {
    border: 0 none
}

.widget-title {
    margin: 0 0 25px
}

.widget-title {
    padding-bottom: 0;
    position: relative;
    margin-bottom: 20px;
    vertical-align: middle;
    font-family: 'Inconsolata', monospace;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2.5px;
    font-weight: 900;
    color: #000
}

.widget-title:after {
    content: none;
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 3px;
    margin: 0 0 0;
    width: 50px;
    margin: 10px 0
}

.widget-title.style-1 {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 600;
    line-height: 12px
}

.widget-title.style-1:after {
    border-radius: 0;
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    vertical-align: bottom;
    width: 50px
}

.recent-posts-entry ul,
.category-entry ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.widget-link ul {
    margin: 0;
    padding: 0
}

.widget-link ul li {
    list-style: none;
    display: inline-block;
    padding-left: 3px;
    padding-right: 10px;
    position: relative
}

.widget-link ul li:last-child {
    padding-right: 3px
}

.widget-link ul li:last-child:after {
    content: none
}

.widget-link li:after {
    content: "/";
    position: absolute;
    right: 0
}

.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-archives-list,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_services ul,
.widget_getintuch ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.wp-block-latest-posts li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_nav_menu li,
.widget_recent_entries ul li,
.widget_services ul li {
    padding-bottom: 18px;
    margin-bottom: 13px;
    position: relative;
    padding: 10px 0 10px 0;
    margin-bottom: 0;
    line-height: 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    font-family: 'Roboto', sans-serif
}

.wp-block-latest-posts li a,
.wp-block-categories-list li a,
.wp-block-archives-list li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu li a,
.widget_recent_entries ul li a,
.widget_services ul li a {
    color: #4a4c4f;
    text-transform: capitalize;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500
}

.wp-block-latest-posts li:after,
.wp-block-categories-list li:after,
.wp-block-archives-list li:after,
.widget_categories ul li:after,
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before,
.widget_recent_entries ul li:before,
.widget_services ul li:before {
    content: none;
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 5px;
    height: 5px;
    background: #838383;
    top: 17px;
    border-radius: 7px;
    font-family: "Font Awesome 5 Free"
}

.wp-block-latest-posts li li,
.wp-block-categories-list li li,
.wp-block-archives-list li li,
.widget_categories ul li li,
.widget_archive ul li li,
.widget_meta ul li li,
.widget_pages ul li li,
.widget_recent_comments ul li li,
.widget_nav_menu li li,
.widget_services li li {
    border-bottom: none;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 22px;
    border-bottom: 1px dashed rgba(0, 0, 0, .2)
}

.wp-block-latest-posts ul,
.wp-block-categories-list ul,
.wp-block-archives-list ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_nav_menu li ul,
.widget_services li ul {
    padding-left: 20px;
    margin-top: 8px;
    border-top: 1px dashed rgba(0, 0, 0, .2)
}

.wp-block-latest-posts li li:last-child,
.wp-block-categories-list li li:last-child,
.wp-block-archives-list li li:last-child,
.widget_categories ul li li:last-child,
.widget_archive ul li li:last-child,
.widget_meta ul li li:last-child,
.widget_pages ul li li:last-child,
.widget_recent_comments ul li li:last-child,
.widget_nav_menu li li:last-child,
.widget_services li li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.wp-block-latest-posts li li:before,
.wp-block-categories-list li li:before,
.wp-block-archives-list li li:before,
.widget_categories ul li li:before,
.widget_archive ul li li:before,
.widget_meta ul li li:before,
.widget_pages ul li li:before,
.widget_recent_comments ul li li:before,
.widget_nav_menu li li:before,
.widget_services li li:before {
    top: 0;
    left: -8px
}

.search-bx .btn {
    padding: 9px 12px;
    border: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.widget_search .screen-reader-text {
    display: block
}

.searchform {
    position: relative
}

.searchform input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 10px 90px 10px 15px;
    border: 1px solid #CCC
}

.searchform input[type="submit"] {
    height: 40px;
    padding: 10px 15px;
    background-color: #77c04b;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none
}

.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus,
.searchform input[type="submit"]:active {
    background-color: #6ab33e;
    color: #ffffff !important;
    border-bottom-color: #5a9e2f
}

.search-bx.style-1 .input-group-btn button {
    background: #000;
    border: 0;
    color: #fff;
    font-size: 15px;
    height: 50px;
    width: 50px;
    border-width: 0
}

.search-bx.style-1 .form-control {
    border-width: 0;
    font-size: 15px;
    height: 50px;
    background: #f5f5f5;
    padding: 5px 20px
}

.recent-posts-entry .post-date,
.tweets-feed-entry .tweet-date {
    color: #848482;
    font-style: normal
}

.widget .post-title {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    line-height: 22px
}

.recent-posts-entry .widget-post {
    margin-bottom: 15px;
    align-items: center;
    display: flex;
    border-radius: 0;
    overflow: hidden
}

.recent-posts-entry .widget-post-bx:last-child {
    border-bottom: none
}

.recent-posts-entry .dlab-post-media {
    width: 80px;
    min-width: 80px;
    margin: 0;
    border-radius: 0
}

.recent-posts-entry .dlab-post-info {
    background: transparent;
    padding: 0;
    padding-left: 20px;
    border: none;
    padding-right: 10px
}

.recent-posts-entry .post-meta span {
    margin-right: 10px
}

.recent-posts-entry .dlab-post-meta {
    margin-bottom: 0
}

.recent-posts-entry .dlab-post-info,
.recent-posts-entry .dlab-post-media {
    display: table-cell;
    vertical-align: middle
}

.widget_recent_comments ul li:before {
    content: "\f0e6"
}

.widget_recent_comments ul li {
    padding-left: 20px;
    color: #999
}

.widget_meta ul li a abbr[title] {
    color: #333;
    border-bottom: none
}

.widget_calendar caption::after {
    color: #707070;
    content: ">";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0 0 0 5px
}

.widget_calendar table {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%
}

.widget_calendar thead {
    background-color: #999
}

.widget_calendar tfoot tr td {
    border: none;
    padding: 0
}

.widget_calendar tfoot tr td a {
    background-color: #fff;
    padding: 4px 10px
}

.widget_calendar table thead tr th {
    font-size: 11px;
    padding: 5px;
    text-align: center;
    border: none;
    color: #fff
}

.widget_calendar table tbody td {
    font-size: 13px;
    padding: 10px 5px;
    text-align: center;
    background-color: #fff;
    border: none;
    color: #444;
    border: 1px solid rgba(151,127,255,0.1);
}
.widget_calendar .wp-calendar-nav{
    margin-top: -1px;
}
.widget_calendar table tbody td#today{
    background-color: #f54233;
    color: #FFF
}

.widget_calendar table tbody td#today a {
    color: #FFF
}
.widget_calendar .calendar_wrap td a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: inherit;
}
.widget_calendar caption::after {
    content: none;
}
.widget_tag_cloud a {
    padding: 8px 8px;
    background-color: #FFF;
    border: 1px solid #dbdde2;
    font-size: 9px;
    display: inline-block;
    margin: 0 0 5px;
    color: #494b4d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px
}

.side-bar .widget_tag_cloud a:hover {
    background-color: #CCC;
    color: #fff;
    box-shadow: 5px 5px 10px 0 rgba(37, 201, 65, .15);
    -webkit-box-shadow: 5px 5px 10px 0 rgba(37, 201, 65, .15);
    -moz-box-shadow: 5px 5px 10px 0 rgba(37, 201, 65, .15);
    -o-box-shadow: 5px 5px 10px 0 rgba(37, 201, 65, .15);
    -ms-box-shadow: 5px 5px 10px 0 rgba(37, 201, 65, .15)
}

.widget_tag_cloud.radius a {
    border-radius: 40px;
    padding: 7px 10px
}

.widget_archive select {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC
}

.widget_text select {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC
}

.widget_text select option {
    width: 100%
}

.widget_categories li {
    text-align: right
}

.widget_categories li a {
    float: left;
    text-transform: capitalize
}

.wp-block-categories-list li,
.wp-block-archives-list li,
.widget_categories ul li {
    text-align: right;
    display: table;
    width: 100%
}

.wp-block-categories-list li a,
.wp-block-archives-list li a,
.widget_categories li a {
    float: left;
    text-transform: capitalize
}

.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-archives-list {
    margin-bottom: 40px
}

.widget_rss ul {
    margin: 0;
    line-height: 20px
}

.widget_rss ul li {
    line-height: 20px;
    margin-bottom: 15px
}

.widget_rss ul .rsswidget {
    color: #333
}

.widget_rss ul .rss-date {
    color: #f54233
}
.widget_rss ul cite{
    color: #333;
    font-weight: 600;
}
.widget_getintuch{
    padding-top: 10px
}
.widget_getintuch li{
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
.widget_getintuch li,
.widget_getintuch b,
.widget_getintuch strong {
    display: block;
    text-transform: capitalize
}

.widget_getintuch strong {
    font-weight: 600;
    font-size: 16px
}

.widget_getintuch i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px
}

.widget_gallery ul {
    padding-left: 0;
    display: table
}

.widget_gallery.gallery-grid-2 li {
    width: 50%
}

.widget_gallery.gallery-grid-4 li {
    width: 25%
}

.gallery-grid-8 li {
    width: 12.5%
}

@media only screen and (max-width:767px) {
    .gallery-grid-8 li {
        width: 25%
    }
}

.widget_gallery li {
    display: inline-block;
    width: 33.33%;
    float: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 5px
}

.widget_gallery li img {
    display: inline-block;
    width: 100%
}

.widget_gallery li:nth-child(3n-3) {
    margin-right: 0
}

.widget_gallery li:hover {
    opacity: .7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.widget_gallery a {
    display: inline-block
}

.widget-newsletter .news-box {
    background-color: #fff;
    padding: 0;
    position: relative;
    z-index: 1
}

.widget-newsletter .news-box form::after {
    content: "";
    background-image: url(images/newslatter-bg.png);
    position: absolute;
    height: 60px;
    width: 100%;
    top: 0;
    opacity: 1;
    background-position: top;
    background-size: 100% 100%
}

.widget-newsletter p {
    font-style: italic;
    font-size: 15px
}

.widget-newsletter .form-control {
    background: #fff none repeat scroll 0 0;
    border: none;
    height: 50px;
    margin-bottom: 0;
    padding: 5px 20px
}

.widget-newsletter .btn {
    padding: 12px 15px;
    font-weight: 700
}

.news-box form:after {
    color: #000;
    content: "Newslatter";
    font-family: montserrat;
    font-size: 50px;
    font-weight: 700;
    opacity: .05;
    position: absolute;
    top: -40px;
    z-index: -1
}

.news-box:before {
    font-family: themify;
    content: "\e75a";
    font-size: 50px;
    font-weight: 700;
    opacity: .05;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: .05
}

.news-box form {
    position: relative
}

.widget-about .dlab-title {
    margin: 15px 0 5px 0;
    color: #000
}

.widget-about p {
    color: #333;
    font-size: 13px;
    line-height: 20px
}

.widget-about .button-sm {
    font-weight: 700;
    padding: 5px 20px
}

.widget-testimonial .testimonial-pic {
    height: 70px;
    width: 70px;
    border: 3px solid #fff;
    margin-bottom: 10px
}

.widget-testimonial .testimonial-name {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #000
}

.widget-testimonial .testimonial-position {
    text-transform: uppercase;
    color: #888q;
    font-size: 12px;
    font-style: inherit
}

.widget-testimonial .testimonial-position p {
    line-height: 26px
}

.widget-testimonial .testimonial-text {
    color: #505050;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 0
}

.btn,
.panel,
.form-control,
.img-thumbnail,
.panel-head ing,
.dropdown-menu,
.panel-group .panel,
.nav-tabs>li>a,
.modal-content,
.navbar-toggler,
.nav-pills>li>a,
.pager li>a,
.pager li>span,
.well,
.alert,
.list-group-item:first-child,
.list-group-item:last-child,
.input-group-addon,
.btn-group-divides>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group-divides>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child),
.dlab-booking-form .dlab-extra-services li .icon-bx-lg,
.dlab-booking-form .dlab-extra-services li.active .icon-bx-lg:after,
.widget_tag_cloud a,
.searchform input[type="text"],
.searchform input[type="submit"],
ol.comment-list li.comment .comment-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

a,
.dlab-box,
.btn,
.form-control,
.overlay-bx,
.overlay-icon li a i,
.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs,
.share-social-bx li,
.indicator,
.profile-menu ul li,
.staff-member .member-done,
.how-dlab-work .dlab-box .shadow-bx img,
.how-dlab-work .dlab-box .step-no-bx,
.dlab-info-has,
.dlab-we-find .dlab-box,
.navbar-toggler,
.logo-header,
.header-nav .nav>li>a,
.extra-nav,
.skew-secondry:hover,
.skew-primary:hover,
.skew-secondry:hover::after,
.skew-primary:hover::after {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.animate-slow {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.animate-mid {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

.animate-fast {
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.has-error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle:hover,
.has-error .bootstrap-select .dropdown-toggle:focus {
    border-color: #a94442 !important
}

.has-success .bootstrap-select .dropdown-toggle,
.has-success .bootstrap-select .dropdown-toggle:hover,
.has-success .bootstrap-select .dropdown-toggle:focus {
    border-color: #3c763d !important
}

.sort-title {
    margin-bottom: 40px
}

.sort-title h4:after {
    left: -160px
}

.sort-title.text-white h4:after,
.sort-title.text-white h4:before {
    background: #fff
}

.sort-title h4:after,
.sort-title h4:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -160px;
    top: 50%;
    width: 150px;
    opacity: .15
}

.sort-title h4 {
    display: inline-block;
    margin: 0;
    position: relative
}

@media only screen and (max-width:767px) {
    .sort-title h4:after,
    .sort-title h4:before {
        content: none
    }
}

.owl-prev,
.owl-next {
    background-color: rgba(255, 255, 255, .95);
    border-color: rgba(255, 255, 255, .95);
    color: #000;
    padding: 5px 8px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    border-width: 0;
    border-style: solid
}

.owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus {
    background-color: rgba(255, 255, 255, 1);
    border-color: #3E2E23;
    color: #000
}

.button-example .btn,
.button-example .btn-link {
    margin: 0 5px 10px 0
}

button {
    cursor: pointer
}

button:focus {
    outline: 0 solid
}

.btn {
    -moz-user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 8px 16px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap
}

.btn:focus {
    box-shadow: none
}

.btn.btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff
}

.btn.btn-primary {
    background-color: #0275d8;
    border-color: #0275d8;
    color: #fff
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background-color: #025aa5;
    border-color: #01549b
}

.btn.btn-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #fff
}

.btn.btn-info:hover {
    background-color: #46cef7;
    border-color: #46cef7;
    color: #fff
}

.btn.btn-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff
}

.btn.btn-danger:hover {
    background-color: #ea4b47;
    border-color: #ea4b47;
    color: #fff
}

.btn.btn-secondary {
    background-color: #fff;
    border-color: #ccc;
    color: #292b2c
}

[class*="btn-outline"].btn {
    border: 1px solid
}

.btn.btn-outline-danger {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #d9534f;
    color: #d9534f
}

.btn.btn-outline-primary {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #0275d8;
    color: #0275d8
}

.btn.btn-outline-secondary {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #ccc;
    color: #ccc
}

.btn.btn-outline-success {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #5cb85c;
    color: #5cb85c
}

.btn.btn-outline-info {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #5bc0de;
    color: #5bc0de
}

.btn.btn-outline-warning {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #f0ad4e;
    color: #f0ad4e
}

.btn.btn-outline-primary:hover {
    background-color: hsl(208, 98%, 43%);
    border-color: hsl(208, 98%, 43%);
    color: hsl(0, 0%, 100%)
}

.btn.btn-outline-secondary:hover {
    background-color: hsl(0, 0%, 80%);
    border-color: hsl(0, 0%, 80%);
    color: hsl(0, 0%, 100%)
}

.btn.btn-outline-success:hover {
    background-color: hsl(120, 39%, 54%);
    border-color: hsl(120, 39%, 54%);
    color: hsl(0, 0%, 100%)
}

.btn.btn-outline-info:hover {
    background-color: hsl(194, 66%, 61%);
    border-color: hsl(194, 66%, 61%);
    color: hsl(0, 0%, 100%)
}

.btn.btn-outline-warning:hover {
    background-color: hsl(35, 84%, 62%);
    border-color: hsl(35, 84%, 62%);
    color: hsl(0, 0%, 100%)
}

.btn.btn-outline-danger:hover {
    background-color: hsl(2, 64%, 58%);
    border-color: hsl(2, 64%, 58%);
    color: hsl(0, 0%, 100%)
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: 4px;
    font-size: 20px;
    padding: 12px 24px
}

.btn-group-sm>.btn,
.btn-sm {
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 8px
}

.btn,
.btn-secondry {
    color: #fff;
    padding: 14px 30px;
    display: inline-block;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.btn:active,
.btn:hover,
.btn:focus,
.active>.btn {
    background-color: #d8a409;
    color: #fff
}

.btn-secondry {
    background-color: #282A3C
}

.btn-secondry:active,
.btn-secondry:hover,
.btn-secondry:focus,
.active>.btn-secondry {
    background-color: #3c3e4e;
    color: #fff
}

.btn.text-uppercase {
    text-transform: uppercase
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px
}

.btn-md {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500
}

.btn-lg {
    font-size: 18px;
    font-weight: 600;
    padding: 18px 35px
}

.btn-xl {
    font-size: 22px;
    padding: 25px 35px
}

.radius-no {
    border-radius: 0;
    -webkit-border-radius: 0
}

.radius-sm {
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.radius-xl {
    border-radius: 100px;
    -webkit-border-radius: 100px
}

.radius-md {
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.btn.white {
    background-color: #fff;
    color: #777
}

.btn.white:hover,
.btn.white:active,
.btn.white:focus {
    background-color: #F4F4F4;
    color: #555
}

.btn.black {
    background-color: #000;
    color: #fff
}

.btn.black:hover,
.btn.black:active,
.btn.black:focus {
    background-color: #000;
    color: #fff
}

.btn.gray {
    background-color: #666;
    color: #fff
}

.btn.gray:hover,
.btn.gray:active,
.btn.gray.active,
.btn.gray:focus {
    background-color: #555;
    color: #fff
}

.btn.pink {
    background-color: #ff3c85;
    color: #fff
}

.btn.pink:hover,
.btn.pink:active,
.btn.pink.active,
.btn.pink:focus {
    background-color: #ef2c75;
    color: #fff
}

.btn.blue {
    background-color: #00c5dc;
    color: #fff
}

.btn.blue:hover,
.btn.blue:active,
.btn.blue.active,
.btn.blue:focus {
    background-color: #00b5cc;
    color: #fff
}

.btn.green {
    background-color: #34bfa3;
    color: #fff
}

.btn.green:hover,
.btn.green:active,
.btn.green.active,
.btn.green:focus {
    background-color: #24af93;
    color: #fff
}

.btn.orange {
    background-color: #EF9800;
    color: #fff
}

.btn.orange:hover,
.btn.orange:active,
.btn.orange.active,
.btn.orange:focus {
    background-color: #df8800;
    color: #fff
}

.btn.red {
    background-color: #f0526d;
    color: #fff
}

.btn.red:hover,
.btn.red:active,
.btn.red.active,
.btn.red:focus {
    background-color: #F22D4E;
    color: #fff
}

.btn.brown {
    background-color: #484a5c;
    color: #fff
}

.btn.brown:hover,
.btn.brown:active,
.btn.brown.active,
.btn.brown:focus {
    background-color: #383a4c;
    color: #fff
}

.btn.yellow {
    background-color: #ffb822;
    color: #fff
}

.btn.yellow:hover,
.btn.yellow:active,
.btn.yellow.active,
.btn.yellow:focus {
    background-color: #efa812;
    color: #fff
}

.btn.purple {
    background-color: #8862B9;
    color: #fff
}

.btn.purple:hover,
.btn.purple:active,
.btn.purple.active,
.btn.purple:focus {
    background-color: #7852a9;
    color: #fff
}

.btn.white {
    background-color: #fff;
    color: #000
}

.btn.white:hover,
.btn.white:active,
.btn.white:focus {
    background-color: #F4F4F4;
    color: #555
}

.btn.black.gradient {
    background: #000;
    background: -moz-linear-gradient(45deg, #000000 0%, #727272 100%);
    background: -webkit-linear-gradient(45deg, #000000 0%, #727272 100%);
    background: linear-gradient(45deg, #000000 0%, #727272 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#727272', GradientType=1);
    color: #fff
}

.btn.black.gradient:hover,
.btn.black.gradient:active,
.btn.black.gradient:focus {
    background: #1e1e1e;
    background: -moz-linear-gradient(45deg, #1e1e1e 0%, #727272 100%);
    background: -webkit-linear-gradient(45deg, #1e1e1e 0%, #727272 100%);
    background: linear-gradient(45deg, #1e1e1e 0%, #727272 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e1e1e', endColorstr='#727272', GradientType=1);
    color: #fff
}

.btn.gradient.gray {
    background: #666;
    background: -moz-linear-gradient(45deg, #666666 0%, #999999 100%);
    background: -webkit-linear-gradient(45deg, #666666 0%, #999999 100%);
    background: linear-gradient(45deg, #666666 0%, #999999 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#999999', GradientType=1);
    color: #fff
}

.btn.gradient.gray:hover,
.btn.gradient.gray:active,
.btn.gradient.gray:focus {
    background: #4f4f4f;
    background: -moz-linear-gradient(45deg, #4f4f4f 0%, #999999 100%);
    background: -webkit-linear-gradient(45deg, #4f4f4f 0%, #999999 100%);
    background: linear-gradient(45deg, #4f4f4f 0%, #999999 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#999999', GradientType=1);
    color: #fff
}

.btn.gradient.pink {
    background: #ff3c85;
    background: -moz-linear-gradient(45deg, #ff3c85 0%, #ff93bb 100%);
    background: -webkit-linear-gradient(45deg, #ff3c85 0%, #ff93bb 100%);
    background: linear-gradient(45deg, #ff3c85 0%, #ff93bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c85', endColorstr='#ff93bb', GradientType=1);
    color: #fff
}

.btn.gradient.pink:hover,
.btn.gradient.pink:active,
.btn.gradient.pink:focus {
    background: #ff3d81;
    background: -moz-linear-gradient(45deg, #ff3d81 0%, #ff7fae 100%);
    background: -webkit-linear-gradient(45deg, #ff3d81 0%, #ff7fae 100%);
    background: linear-gradient(45deg, #ff3d81 0%, #ff7fae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d81', endColorstr='#ff7fae', GradientType=1);
    color: #fff
}

.btn.gradient.blue {
    background: #00c5db;
    background: -moz-linear-gradient(45deg, #00c5db 0%, #6dff9e 99%);
    background: -webkit-linear-gradient(45deg, #00c5db 0%, #6dff9e 99%);
    background: linear-gradient(45deg, #00c5db 0%, #6dff9e 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c5db', endColorstr='#6dff9e', GradientType=1);
    color: #fff
}

.btn.gradient.blue:hover,
.btn.gradient.blue:active,
.btn.gradient.blue:focus {
    background: #00a9bc;
    background: -moz-linear-gradient(45deg, #00a9bc 0%, #54ea86 99%);
    background: -webkit-linear-gradient(45deg, #00a9bc 0%, #54ea86 99%);
    background: linear-gradient(45deg, #00a9bc 0%, #54ea86 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a9bc', endColorstr='#54ea86', GradientType=1);
    color: #fff
}

.btn.gradient.green {
    background: #84ba3f;
    background: -moz-linear-gradient(45deg, #84ba3f 0%, #b7ff59 99%);
    background: -webkit-linear-gradient(45deg, #84ba3f 0%, #b7ff59 99%);
    background: linear-gradient(45deg, #84ba3f 0%, #b7ff59 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84ba3f', endColorstr='#b7ff59', GradientType=1);
    color: #fff
}

.btn.gradient.green:hover,
.btn.gradient.green:active,
.btn.gradient.green:focus {
    background: #6dad1a;
    background: -moz-linear-gradient(45deg, #6dad1a 0%, #90ff00 99%);
    background: -webkit-linear-gradient(45deg, #6dad1a 0%, #90ff00 99%);
    background: linear-gradient(45deg, #6dad1a 0%, #90ff00 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dad1a', endColorstr='#90ff00', GradientType=1);
    color: #fff
}

.btn.gradient.orange {
    background: #ef940b;
    background: -moz-linear-gradient(45deg, #ef940b 0%, #ffd754 100%);
    background: -webkit-linear-gradient(45deg, #ef940b 0%, #ffd754 100%);
    background: linear-gradient(45deg, #ef940b 0%, #ffd754 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef940b', endColorstr='#ffd754', GradientType=1);
    color: #fff
}

.btn.gradient.orange:hover,
.btn.gradient.orange:active,
.btn.gradient.orange:focus {
    background: #d68000;
    background: -moz-linear-gradient(45deg, #d68000 0%, #ffbf00 100%);
    background: -webkit-linear-gradient(45deg, #d68000 0%, #ffbf00 100%);
    background: linear-gradient(45deg, #d68000 0%, #ffbf00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d68000', endColorstr='#ffbf00', GradientType=1);
    color: #fff
}

.btn.gradient.red {
    background: #ff1437;
    background: -moz-linear-gradient(45deg, #ff1437 0%, #ff5982 100%);
    background: -webkit-linear-gradient(45deg, #ff1437 0%, #ff5982 100%);
    background: linear-gradient(45deg, #ff1437 0%, #ff5982 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1437', endColorstr='#ff5982', GradientType=1);
    color: #fff
}

.btn.gradient.red:hover,
.btn.gradient.red:active,
.btn.gradient.red:focus {
    background: #f02;
    background: -moz-linear-gradient(45deg, #ff0022 0%, #ff3866 100%);
    background: -webkit-linear-gradient(45deg, #ff0022 0%, #ff3866 100%);
    background: linear-gradient(45deg, #ff0022 0%, #ff3866 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0022', endColorstr='#ff3866', GradientType=1);
    color: #fff
}

.btn.gd,
.btn.gd:active,
.btn.gd:hover,
.btn.gd:focus {
    background: #1ebbf0;
    background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    background: -webkit-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    background: linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ebbf0', endColorstr='#39dfaa', GradientType=1)
}

.btn.gradient.brown {
    background: #303451;
    background: -moz-linear-gradient(45deg, #303451 0%, #7e8196 100%);
    background: -webkit-linear-gradient(45deg, #303451 0%, #7e8196 100%);
    background: linear-gradient(45deg, #303451 0%, #7e8196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303451', endColorstr='#7e8196', GradientType=1);
    color: #fff
}

.btn.gradient.brown:hover,
.btn.gradient.brown:active,
.btn.gradient.brown:focus {
    background: #1d213f;
    background: -moz-linear-gradient(45deg, #1d213f 0%, #777c9b 100%);
    background: -webkit-linear-gradient(45deg, #1d213f 0%, #777c9b 100%);
    background: linear-gradient(45deg, #1d213f 0%, #777c9b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d213f', endColorstr='#777c9b', GradientType=1);
    color: #fff
}

.btn.gradient.yellow {
    background: #ffb52d;
    background: -moz-linear-gradient(45deg, #ffb52d 34%, #ffd684 100%);
    background: -webkit-linear-gradient(45deg, #ffb52d 34%, #ffd684 100%);
    background: linear-gradient(45deg, #ffb52d 34%, #ffd684 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb52d', endColorstr='#ffd684', GradientType=1);
    color: #fff
}

.btn.gradient.yellow:hover,
.btn.gradient.yellow:active,
.btn.gradient.yellow:focus {
    background: #e2a336;
    background: -moz-linear-gradient(45deg, #e2a336 34%, #ffc656 100%);
    background: -webkit-linear-gradient(45deg, #e2a336 34%, #ffc656 100%);
    background: linear-gradient(45deg, #e2a336 34%, #ffc656 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2a336', endColorstr='#ffc656', GradientType=1);
    color: #fff
}

.btn.gradient.purple {
    background: #62369b;
    background: -moz-linear-gradient(45deg, #62369b 0%, #b37cff 87%);
    background: -webkit-linear-gradient(45deg, #62369b 0%, #b37cff 87%);
    background: linear-gradient(45deg, #62369b 0%, #b37cff 87%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62369b', endColorstr='#b37cff', GradientType=1);
    color: #fff
}

.btn.gradient.purple:hover,
.btn.gradient.purple:active,
.btn.gradient.purple:focus {
    background: #814ec4;
    background: -moz-linear-gradient(45deg, #814ec4 0%, #9e4aba 87%);
    background: -webkit-linear-gradient(45deg, #814ec4 0%, #9e4aba 87%);
    background: linear-gradient(45deg, #814ec4 0%, #9e4aba 87%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#814ec4', endColorstr='#9e4aba', GradientType=1);
    color: #fff
}

.button-skew {
    position: relative;
    text-align: center;
    margin-right: 21px;
    -moz-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.button-skew span {
    display: inline-block;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg)
}

.button-skew i {
    background-color: inherit;
    position: absolute;
    height: 100%;
    margin-right: -32px;
    right: 0;
    top: 0;
    padding: 12px 12px;
    line-height: normal
}

.button-skew i:before {
    display: inline-block;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg)
}

.button-skew.button-sm i {
    padding: 7px 10px;
    margin-right: -27px
}

.button-skew.button-lg i {
    padding: 25px 15px;
    margin-right: -40px
}

.button-skew.button-xl i {
    padding: 35px 22px;
    margin-right: -55px
}

.btn.graphical {
    color: #fff;
    border-radius: 3px;
    text-shadow: 0 -1px rgba(0, 0, 0, .4);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .3), 0 1px 3px -1px rgba(45, 60, 72, .5);
    border: 1px solid rgba(0, 0, 0, .15)
}

.btn.graphical:active {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25) inset
}

.btn.button-3d {
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom: 4px solid rgba(0, 0, 0, .2);
    border-left: none;
    border-right: none;
    border-top: none
}

.text-white .btn.outline {
    color: #fff
}

.btn.outline {
    color: #888;
    background: none;
    border-width: 1px;
    border-style: solid;
    border-color: inherit
}

.btn.outline-2 {
    border-width: 2px
}

.btn.outline.radius-xl,
.btn.outline-2.radius-xl {
    border-radius: 100px
}

.btn.outline.white {
    color: #e7e7e7;
    border-color: #e7e7e7
}

.btn.outline.white:hover {
    color: #000
}

.btn.outline.black {
    color: #171717;
    border-color: #171717
}

.btn.outline.gray {
    color: #b2b2b3;
    border-color: #efefef
}

.btn.outline.pink {
    color: #e63f75;
    border-color: #e63f75
}

.btn.outline.blue {
    color: #42b8d4;
    border-color: #42b8d4
}

.btn.outline.green {
    color: #35b494;
    border-color: #35b494
}

.btn.outline.orange {
    color: #e56713;
    border-color: #e56713
}

.btn.outline.red {
    color: #d93223;
    border-color: #d93223
}

.btn.outline.brown {
    color: #69441f;
    border-color: #69441f
}

.btn.outline.yellow {
    color: #EFBB20;
    border-color: #EFBB20
}

.btn.outline.purple {
    color: #ae1af7;
    border-color: #ae1af7
}

.btn.outline:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #fff
}

.btn-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    font-weight: 500;
    padding: 0
}

.btn-link i {
    margin-left: 10px
}

.btn-link.white {
    color: #e7e7e7
}

.btn-link.white:hover,
.btn-link.white:active,
.btn-link.white:focus {
    color: #CCC
}

.btn-link.black {
    color: #171717
}

.btn-link.black:hover,
.btn-link.black:active,
.btn-link.black:focus {
    color: #000
}

.btn-link.gray {
    color: #666
}

.btn-link.gray:hover,
.btn-link.gray:active,
.btn-link.gray:focus {
    color: #555
}

.btn-link.pink {
    color: #e63f75
}

.btn-link.pink:hover,
.btn-link.pink:active,
.btn-link.pink:focus {
    color: #EF2C75
}

.btn-link.blue {
    color: #42b8d4
}

.btn-link.blue:hover,
.btn-link.blue:active,
.btn-link.blue:focus {
    color: #00B5CC
}

.btn-link.green {
    color: #35b494
}

.btn-link.green:hover,
.btn-link.green:active,
.btn-link.green:focus {
    color: #26a585
}

.btn-link.orange {
    color: #E56713
}

.btn-link.orange:hover,
.btn-link.orange:active,
.btn-link.orange:focus {
    color: #d55703
}

.btn-link.red {
    color: #D93223
}

.btn-link.red:hover,
.btn-link.red:active,
.btn-link.red:focus {
    color: #c51e0f
}

.btn-link.brown {
    color: #69441F
}

.btn-link.brown:hover,
.btn-link.brown:active,
.btn-link.brown:focus {
    color: #5f3a15
}

.btn-link.yellow {
    color: #ecc731
}

.btn-link.yellow:hover,
.btn-link.yellow:active,
.btn-link.yellow:focus {
    color: ##d4af19
}

.btn-link.purple {
    color: #ae1af7
}

.btn-link.purple:hover,
.btn-link.purple:active,
.btn-link.purple:focus {
    color: #9804e1
}

.dropdown-menu>li>a {
    padding: 10px 20px
}

.btn.box-shadow.black {
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, .19)
}

.btn.box-shadow.gray {
    box-shadow: 0 5px 10px 2px rgba(85, 85, 85, .19)
}

.btn.box-shadow.pink {
    box-shadow: 0 5px 10px 2px rgba(239, 44, 177, .19)
}

.btn.box-shadow.blue {
    box-shadow: 0 5px 10px 2px rgba(0, 181, 104, .19)
}

.btn.box-shadow.green {
    box-shadow: 0 5px 10px 2px rgba(36, 176, 147, .19)
}

.btn.box-shadow.orange {
    box-shadow: 0 5px 10px 2px rgba(223, 136, 0, .19)
}

.btn.box-shadow.red {
    box-shadow: 0 5px 10px 2px rgba(242, 45, 78, .19)
}

.btn.box-shadow.brown {
    box-shadow: 0 5px 10px 2px rgba(56, 58, 76, .19)
}

.btn.box-shadow.yellow {
    box-shadow: 0 5px 10px 2px rgba(239, 168, 18, .19)
}

.btn.box-shadow.purple {
    box-shadow: 0 5px 10px 2px rgba(120, 82, 169, .19)
}

.btn.circle-sm {
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 40px;
    font-size: 12px;
    line-height: 27px
}

.btn.circle {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 40px;
    line-height: 39px
}

.btn.circle-lg {
    border-radius: 40px;
    font-size: 20px;
    height: 55px;
    padding: 0;
    width: 55px;
    line-height: 54px
}

.btn.sharp-sm {
    width: 28px;
    height: 28px;
    padding: 0;
    font-size: 12px;
    line-height: 27px
}

.btn.sharp {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 39px
}

.btn.sharp-lg {
    font-size: 20px;
    height: 55px;
    padding: 0;
    width: 55px;
    line-height: 54px
}

.btn-link.pinterest {
    color: #ca2128
}

.btn-link.facebook {
    color: #3B5998
}

.btn-link.google-plus {
    color: #DE4E43
}

.btn-link.linkedin {
    color: #007BB6
}

.btn-link.instagram {
    color: #8A5A4E
}

.btn-link.twitter {
    color: #1EA1F3
}

.btn-link.youtube {
    color: #CE201F
}

.btn-link.whatsapp {
    color: #01C854
}

.btn-link.tumblr.hover,
.btn-link.pinterest.hover,
.btn-link.facebook.hover,
.btn-link.google-plus.hover,
.btn-link.linkedin.hover,
.btn-link.instagram.hover,
.btn-link.twitter.hover,
.btn-link.youtube.hover,
.btn-link.whatsapp.hover {
    color: inherit
}

.btn-link.tumblr.hover:hover,
.btn-link.tumblr.hover:focus,
.btn-link.tumblr.hover:active {
    color: #2d4e7d
}

.btn-link.pinterest.hover:hover,
.btn-link.pinterest.hover:focus,
.btn-link.pinterest.hover:active {
    color: #bb0008
}

.btn-link.facebook.hover:hover,
.btn-link.facebook.hover:focus,
.btn-link.facebook.hover:active {
    color: #3b5998
}

.btn-link.google-plus.hover:hover,
.btn-link.google-plus.hover:focus,
.btn-link.google-plus.hover:active {
    color: #de4e43
}

.btn-link.linkedin.hover:hover,
.btn-link.linkedin.hover:focus,
.btn-link.linkedin.hover:active {
    color: #007bb6
}

.btn-link.instagram.hover:hover,
.btn-link.instagram.hover:focus,
.btn-link.instagram.hover:active {
    color: #8a5a4e
}

.btn-link.twitter.hover:hover,
.btn-link.twitter.hover:focus,
.btn-link.twitter.hover:active {
    color: #1ea1f3
}

.btn-link.youtube.hover:hover,
.btn-link.youtube.hover:focus,
.btn-link.youtube.hover:active {
    color: #ce201f
}

.btn-link.whatsapp.hover:hover,
.btn-link.whatsapp.hover:focus,
.btn-link.whatsapp.hover:active {
    color: #01c854
}

.btn.tumblr {
    background-color: #44546b
}

.btn.tumblr:hover,
.btn.tumblr:focus,
.btn.tumblr:active {
    background-color: #2d4e7d
}

.btn.pinterest {
    background-color: #ca2128
}

.btn.pinterest:hover,
.btn.pinterest:focus,
.btn.pinterest:active {
    background-color: #bb0008
}

.btn.facebook {
    background-color: #3B5998
}

.btn.facebook:hover,
.btn.facebook:focus,
.btn.facebook:active {
    background-color: #4b69a8
}

.btn.google-plus {
    background-color: #DE4E43
}

.btn.google-plus:hover,
.btn.google-plus:focus,
.btn.google-plus:active {
    background-color: #fe6e63
}

.btn.linkedin {
    background-color: #007BB6
}

.btn.linkedin:hover,
.btn.linkedin:focus,
.btn.linkedin:active {
    background-color: #209bd6
}

.btn.instagram {
    background-color: #8A5A4E
}

.btn.instagram:hover,
.btn.instagram:focus,
.btn.instagram:active {
    background-color: #aa7a6e
}

.btn.twitter {
    background-color: #1EA1F3
}

.btn.twitter:hover,
.btn.twitter:focus,
.btn.twitter:active {
    background-color: #0e91e3
}

.btn.youtube {
    background-color: #CE201F
}

.btn.youtube:hover,
.btn.youtube:focus,
.btn.youtube:active {
    background-color: #ee403f
}

.btn.whatsapp {
    background-color: #01C854
}

.btn.whatsapp:hover,
.btn.whatsapp:focus,
.btn.whatsapp:active {
    background-color: #00a834
}

.btn.tumblr.outline,
.btn.pinterest.outline,
.btn.facebook.outline,
.btn.google-plus.outline,
.btn.instagram.outline,
.btn.linkedin.outline,
.btn.twitter.outline,
.btn.youtube.outline,
.btn.whatsapp.outline {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid
}

.btn.tumblr.outline {
    color: #44546b
}

.btn.pinterest.outline {
    color: #ca2128
}

.btn.facebook.outline {
    color: #3B5998
}

.btn.google-plus.outline {
    color: #DE4E43
}

.btn.linkedin.outline {
    color: #007BB6
}

.btn.instagram.outline {
    color: #8A5A4E
}

.btn.twitter.outline {
    color: #1EA1F3
}

.btn.youtube.outline {
    color: #CE201F
}

.btn.whatsapp.outline {
    color: #01C854
}

.btn.tumblr.outline:hover,
.btn.tumblr.outline:focus,
.btn.tumblr.outline:active {
    border-color: #2d4e7d;
    background-color: #2d4e7d;
    color: #fff
}

.btn.pinterest.outline:hover,
.btn.pinterest.outline:focus,
.btn.pinterest.outline:active {
    border-color: #bb0008;
    background-color: #bb0008;
    color: #fff
}

.btn.facebook.outline:hover,
.btn.facebook.outline:focus,
.btn.facebook.outline:active {
    border-color: #4b69a8;
    background-color: #4b69a8;
    color: #fff
}

.btn.google-plus.outline:hover,
.btn.google-plus.outline:focus,
.btn.google-plus.outline:active {
    border-color: #fe6e63;
    background-color: #fe6e63;
    color: #fff
}

.btn.linkedin.outline:hover,
.btn.linkedin.outline:focus,
.btn.linkedin.outline:active {
    border-color: #209bd6;
    background-color: #209bd6;
    color: #fff
}

.btn.instagram.outline:hover,
.btn.instagram.outline:focus,
.btn.instagram.outline:active {
    border-color: #aa7a6e;
    background-color: #aa7a6e;
    color: #fff
}

.btn.twitter.outline:hover,
.btn.twitter.outline:focus,
.btn.twitter.outline:active {
    border-color: #0e91e3;
    background-color: #0e91e3;
    color: #fff
}

.btn.youtube.outline:hover,
.btn.youtube.outline:focus,
.btn.youtube.outline:active {
    border-color: #ee403f;
    background-color: #ee403f;
    color: #fff
}

.btn.whatsapp.outline:hover,
.btn.whatsapp.outline:focus,
.btn.whatsapp.outline:active {
    border-color: #00a834;
    background-color: #00a834;
    color: #fff
}

@media only screen and (max-width:991px) {
    .button-layout .btn-link,
    .button-layout .site-secondry,
    .button-layout .btn,
    .button-layout .btn {
        margin-bottom: 10px
    }
}

.btn.white.tumblr,
.btn.white.pinterest,
.btn.white.facebook,
.btn.white.google-plus,
.btn.white.instagram,
.btn.white.linkedin,
.btn.white.twitter,
.btn.white.youtube,
.btn.white.whatsapp {
    background: #fff
}

.btn.white.tumblr {
    color: #44546b
}

.btn.white.pinterest {
    color: #ca2128
}

.btn.white.facebook {
    color: #3B5998
}

.btn.white.google-plus {
    color: #DE4E43
}

.btn.white.linkedin {
    color: #007BB6
}

.btn.white.instagram {
    color: #8A5A4E
}

.btn.white.twitter {
    color: #1EA1F3
}

.btn.white.youtube {
    color: #CE201F
}

.btn.white.whatsapp {
    color: #01C854
}

.btn.white.tumblr:hover,
.btn.white.pinterest:hover,
.btn.white.facebook:hover,
.btn.white.google-plus:hover,
.btn.white.instagram:hover,
.btn.white.linkedin:hover,
.btn.white.twitter:hover,
.btn.white.youtube:hover,
.btn.white.whatsapp:hover {
    color: #fff
}

.btn.white.tumblr:hover {
    background-color: #2d4e7d
}

.btn.white.pinterest:hover {
    background-color: #bb0008
}

.btn.white.facebook:hover {
    background-color: #3B5998
}

.btn.white.google-plus:hover {
    background-color: #DE4E43
}

.btn.white.linkedin:hover {
    background-color: #007BB6
}

.btn.white.instagram:hover {
    background-color: #8A5A4E
}

.btn.white.twitter:hover {
    background-color: #1EA1F3
}

.btn.white.youtube:hover {
    background-color: #CE201F
}

.btn.white.whatsapp:hover {
    background-color: #01C854
}

.site-filters {
    margin-bottom: 30px
}

.site-filters ul {
    margin: 0;
    list-style: none
}

.site-filters li {
    display: inline-block;
    padding: 0;
    margin-bottom: 3px
}

.site-filters li.btn {
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none !important
}

.site-filters li input {
    display: none
}

.site-filters a {
    margin: 0 5px 5px 0
}

.site-filters .active>[class*="btn"] {
    color: #fff;
    background-color: #EFBB20
}

.site-filters.center {
    text-align: center
}

.site-filters.center ul {
    display: inline-block;
    margin: auto
}

.site-filters.center [class*="btn"] {
    display: inline-block;
    margin: 0 5px 10px;
    text-transform: uppercase
}

.mas-1 .card-container {
    margin-left: -1px
}

.site-filters.style1 li a {
    color: #000316;
    font-family: montserrat;
    font-weight: 400;
    margin: 0;
    padding: 0 15px;
    position: relative
}

.site-filters.style1 li:last-child a:after {
    position: relative
}

.site-filters.style1 li a:after {
    background-color: #000316;
    content: "";
    height: 100%;
    opacity: .2;
    position: absolute;
    right: -2px;
    top: 0;
    transform: skew(-20deg, -20deg);
    -moz-transform: skew(-20deg, -20deg);
    -webkit-transform: skew(-20deg, -20deg);
    -o-transform: skew(-20deg, -20deg);
    width: 2px
}

.site-filters.style1 li.active a,
.site-filters.style1.white li.active a {
    color: #19bb9f
}

.site-filters.style1.white li a:after {
    background-color: #fff
}

.site-filters.style1.white li a {
    color: #bfbfbf
}

.site-filters .btn.outline {
    border-color: #1ABC9C
}

.site-filters.filters-sm li a {
    padding: 5px 20px;
    font-size: 13px;
    font-weight: 500
}

.site-filters.gray li a {
    background-color: #e0e3f6;
    color: #000
}

.site-filters .button-sm {
    font-size: 13px;
    padding: 5px 20px
}

@media only screen and (max-width:480px) {
    .site-filters.center [class*="btn"] {
        margin: 0 1px 5px;
        padding: 5px 10px;
        font-size: 12px
    }
}

.dlab-separator-outer {
    overflow: hidden
}

.dlab-separator {
    display: inline-block;
    height: 2px;
    width: 80px;
    margin-bottom: 10px;
    position: relative
}

.dlab-separator.style-liner {
    width: 20px
}

.dlab-separator.style-icon {
    width: 30px;
    height: auto;
    text-align: center;
    font-size: 20px
}

.dlab-separator[class*="style-"]:after,
.dlab-separator[class*="style-"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    width: 70px;
    height: 2px;
    background: #eee;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dlab-separator[class*="style-"]:before {
    left: auto;
    right: 40px
}

.dlab-separator.style-skew {
    width: 15px;
    height: 10px;
    margin-left: 1px;
    margin-right: 1px;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg)
}

.dlab-separator.style-skew[class*="style-"]:after,
.dlab-separator.style-skew[class*="style-"]:before {
    width: 80px;
    height: 4px;
    left: 20px;
    -moz-transform: translateY(-50%) skewX(-10deg);
    -webkit-transform: translateY(-50%) skewX(-10deg);
    -o-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(-10deg)
}

.dlab-separator.style-skew[class*="style-"]:before {
    right: 20px;
    left: auto
}

.dlab-separator.bnr-title {
    height: 1px;
    width: 155px;
    opacity: .5
}

.dlab-separator.bnr-title:before {
    height: inherit;
    right: -80px;
    width: 25px
}

.dlab-separator.bnr-title:after {
    height: inherit;
    right: -90px;
    top: 0;
    width: 6px
}

.dlab-separator.bnr-title:before,
.dlab-separator.bnr-title:after {
    position: absolute;
    content: "";
    background-color: inherit
}

.dlab-separator.bnr-title i {
    background-color: inherit;
    display: block;
    height: inherit;
    position: absolute;
    right: -50px;
    width: 45px
}

.dlab-divider {
    height: 1px;
    position: relative;
    margin: 30px 0
}

.dlab-divider.tb80 {
    margin: 80px 0
}

.dlab-divider.tb70 {
    margin: 70px 0
}

.dlab-divider.tb60 {
    margin: 60px 0
}

.dlab-divider.tb50 {
    margin: 50px 0
}

.dlab-divider.tb40 {
    margin: 40px 0
}

.dlab-divider.tb20 {
    margin: 20px 0
}

.dlab-divider.tb15 {
    margin: 15px 0
}

.dlab-divider.tb10 {
    margin: 10px 0
}

.dlab-divider.tb0 {
    margin: 0
}

.dlab-divider.divider-2px {
    height: 2px
}

.dlab-divider.divider-3px {
    height: 3px
}

.dlab-divider.divider-4px {
    height: 4px
}

.dlab-divider i {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dlab-divider.icon-left {
    margin-left: 40px
}

.dlab-divider.icon-left i {
    left: -40px
}

.dlab-divider.icon-right {
    margin-right: 40px
}

.dlab-divider.icon-right i {
    left: auto;
    right: -40px
}

.dlab-divider.icon-center i {
    left: 50%;
    margin-left: -5px
}

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-icon-box,
.list-chevron-circle,
.list-hand-point,
.list-cup,
.list-pen,
.list-heart,
.list-star {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none
}

.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-icon-box li,
.list-chevron-circle li,
.list-hand-point li,
.list-cup li,
.list-pen li,
.list-heart li,
.list-star li {
    padding: 5px 5px 5px 30px;
    position: relative
}

.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-icon-box li:before,
.list-chevron-circle li:before,
.list-hand-point li:before,
.list-cup li:before,
.list-pen li:before,
.list-heart li:before,
.list-star li:before {
    font-family: "themify";
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    font-size: 15px;
    color: #777
}

ul[class*="list-"] {
    font-size: 15px
}

.list-circle li:before {
    font-size: 16px
}

.list-circle li:before {
    content: "\e724"
}

.list-angle-right li:before {
    content: "\e628"
}

.list-arrow li:before {
    content: "\e661"
}

.list-check li:before {
    content: "\e64c"
}

.list-checked li:before {
    content: "\e64d";
    font-family: 'themify';
    font-size: 15px
}

.list-icon-box li:before {
    content: "\e6e8"
}

.list-chevron-circle li:before {
    content: "\e65d"
}

.list-hand-point li:before {
    content: "\e71b"
}

.list-star li:before {
    content: "\e60a"
}

.list-cup li:before {
    content: "\e641"
}

.list-pen li:before {
    content: "\e61c"
}

.list-heart li:before {
    content: "\e634"
}

.primary li:before {
    color: #EFBB20
}

.secondry li:before {
    color: #77C04B
}

.black li:before {
    color: #000
}

.white li:before {
    color: #fff
}

.orange li:before {
    color: #F60
}

.green li:before {
    color: #0C0
}

.red li:before {
    color: #FF3737
}

.no-margin {
    margin: 0 0 0 !important;
    list-style: none
}

.list-num-count {
    counter-reset: li;
    padding-left: 0
}

.list-num-count>li {
    position: relative;
    margin: 0 0 6px 30px;
    padding: 4px 8px;
    list-style: none
}

.list-num-count>li:before {
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -28px;
    width: 28px;
    height: 28px;
    padding: 5px;
    color: #fff;
    background: #EFBB20;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.list-num-count.lower-alpha>li:before {
    content: counter(li, lower-alpha)
}

.list-num-count.upper-alpha>li:before {
    content: counter(li, upper-alpha)
}

.list-num-count.upper-roman>li:before {
    content: counter(li, upper-roman)
}

.list-num-count.no-round>li:before {
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    left: -30px;
    margin: 0;
    width: auto
}

.rounded[class*="list-"] li:before {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1)
}

.rounded[class*="list-"] li:hover:before {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.reverse.primary[class*="list-"] li:hover:before {
    background-color: #1abc9c;
    color: #fff
}

.rounded[class*="list-"] li {
    padding: 10px 0 10px 45px
}

.rounded[class*="list-"] li {
    padding: 10px 0 10px 45px
}

.rounded.border[class*="list-"] li:before {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid;
    line-height: 28px
}

[class*="list-"].list-box>li {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    color: #000;
    margin-bottom: 6px;
    padding: 10px 20px 10px 50px
}

[class*="list-"].list-box>li:before {
    background: #1abc9c none repeat scroll 0 0;
    border-radius: 4px 0 0 4px;
    color: #fff;
    display: table-cell;
    height: 100%;
    padding: 10px 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 40px
}

[class*="list-"].list-box>li {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

[class*="list-"].style1.list-box>li {
    margin-left: 42px;
    border-radius: 0 4px 4px 0;
    padding: 10px 20px 10px 20px
}

[class*="list-"].style1.list-box>li:before {
    left: -42px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s
}

[class*="list-"].style2.list-box>li {
    padding: 10px 20px 10px 60px
}

[class*="list-"].style2.list-box>li:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    left: 39px;
    position: absolute;
    top: 50%;
    color: #1abc9c;
    font-size: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

[class*="list-"].list-box>li:hover,
[class*="list-"].style2.list-box>li:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05)
}

[class*="list-"].style1.list-box>li:hover {
    transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1)
}

[class*="list-"].style1.list-box>li:hover:before {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

[class*="list-"].list-box.reverse>li:before {
    color: #1abc9c;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.dlab-tabs .tab-pane {
    padding: 20px 0
}

.dlab-tabs .nav-tabs>li>a {
    background: #f6f7f8;
    color: #3d474a;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: montserrat;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 3px;
    display: inline-block
}

.dlab-tabs .nav-tabs>li>a.active,
.dlab-tabs .nav-tabs>li>a.active:focus,
.dlab-tabs .nav-tabs>li>a.active:hover {
    background-color: #fff;
    border-color: #ebedf2;
    border-bottom: 1px solid #FFF
}

.dlab-tabs .nav>li>a:focus,
.dlab-tabs .nav>li>a:hover {
    background-color: transparent
}

.dlab-tabs .nav li a:hover {
    border: 1px solid transparent
}

.dlab-tabs .nav-tabs>li>a i {
    color: #EFBB20;
    margin-right: 5px
}

.dlab-tabs.bg-tabs .nav-tabs>li>a {
    border: 1px solid #ebedf2;
    background-color: #efefef;
    margin-right: 2px
}

.dlab-tabs.bg-tabs .nav-tabs>li>a.active {
    border-bottom: 1px solid transparent;
    background-color: #fff
}

.dlab-tabs.vertical.bg-tabs .nav-tabs>li>a {
    border: 1px solid #ebedf2
}

.dlab-tabs.vertical.bg-tabs .nav-tabs>li>a.active {
    border-right: 1px solid transparent
}

.dlab-tabs.vertical.right.bg-tabs .nav-tabs>li>a {
    border: 1px solid #ebedf2
}

.dlab-tabs.vertical.right.bg-tabs .nav-tabs>li>a.active {
    border-left: 1px solid transparent
}

.dlab-tabs.border-top .nav-tabs>li>a.active {
    border-top: 2px solid #EFBB20;
    padding: 9px 15px 10px
}

.dlab-tabs.border .tab-pane {
    padding: 20px;
    border: 1px solid #ebedf2;
    margin-top: -1px
}

.dlab-tabs.vertical .nav-tabs {
    float: left;
    width: 170px;
    border-bottom: none;
    border-right: 1px solid #ebedf2
}

.dlab-tabs.vertical .tab-pane {
    padding: 10px 0 10px 20px
}

.dlab-tabs.vertical .nav-tabs li {
    float: none;
    margin-right: -1px
}

.dlab-tabs.vertical .nav-tabs li a {
    margin-right: 0;
    border-right: none
}

.dlab-tabs.vertical .nav-tabs li a.active {
    border-bottom: 1px solid #ebedf2
}

.dlab-tabs.vertical .tab-content {
    border-left: 1px solid #ebedf2;
    margin-left: 169px
}

.dlab-tabs.vertical.border .tab-pane {
    padding: 20px;
    margin-left: -1px
}

.dlab-tabs.vertical.right .nav-tabs {
    border-left: 1px solid #ebedf2;
    border-right: none;
    float: right
}

.dlab-tabs.vertical.right .nav-tabs li {
    margin-right: 0;
    margin-left: -1px
}

.dlab-tabs.vertical.right .nav-tabs li a {
    border-right: 1px solid transparent;
    border-left: none
}

.dlab-tabs.vertical.right .nav-tabs li a.active {
    border-right: 1px solid #ebedf2;
    border-left: none
}

.dlab-tabs.vertical.right .tab-content {
    border-left: none;
    border-right: 1px solid #ebedf2;
    margin-right: 169px;
    margin-left: 0
}

.dlab-tabs.vertical.right .tab-pane {
    padding: 10px 20px 10px 0
}

.tabs-btn .nav-tabs {
    border: 0
}

.tabs-btn .nav-tabs li a {
    padding: 13px 20px
}

.tabs-btn .nav-tabs li a,
.tabs-btn .nav-tabs li a:hover,
.tabs-btn .nav-tabs li a:focus {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 0 none
}

.tabs-btn .nav-tabs li a.active:focus,
.tabs-btn .nav-tabs li a.active:hover,
.tabs-btn .nav-tabs li a.active {
    background-color: #1abc9c;
    color: #fff;
    border: 0
}

.tabs-btn .nav-tabs li a.active i {
    color: #fff
}

@media only screen and (max-width:767px) {
    .tabs-btn .nav-tabs li a {
        padding: 13px 20px
    }
}

.dlab-tabs.vertical.right.border .tab-pane {
    padding: 20px;
    margin-right: -1px
}

.panel {
    box-shadow: none;
    -webkit-box-shadow: none
}

.dlab-accordion .panel {
    border: none;
    border-radius: 0;
    margin-bottom: -1px
}

.acod-head {
    position: relative
}

.acod-title {
    margin-top: 0;
    margin-bottom: 0
}

.acod-head .fa {
    margin-right: 5px
}

.acod-head a {
    display: block;
    padding: 17px 40px 17px 25px;
    border: 1px solid #ddd;
    border-radius: 4px
}

.acod-head a,
.acod-head a:hover,
.acod-head a.collapsed:hover {
    color: #EFBB20
}

.acod-head a.collapsed,
.acod-head a.collapsed:after {
    color: #3d474a
}

.acod-head a:after {
    font-family: "themify";
    content: "\e622";
    float: right;
    color: #EFBB20;
    font-size: 16px;
    letter-spacing: -2px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.acod-head a.collapsed:after {
    content: "\e61a";
    font-size: 16px;
    font-family: "themify"
}

.acod-body {
    border-left: 1px solid #ebedf2;
    border-right: 1px solid #ebedf2;
    border-bottom: 1px solid #ebedf2;
    border-top: 1px solid transparent;
    margin-top: -1px;
    border-radius: 0 0 4px 4px
}

.acod-content {
    margin: 20px
}

.accdown1 .acod-head a:after {
    content: "\e64b"
}

.accdown1 .acod-head a.collapsed:after {
    content: "\e649"
}

.dlab-accordion.rounded .panel:first-child .acod-head a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.dlab-accordion.rounded .panel:last-child .acod-head a.collapsed {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.dlab-accordion.rounded .panel:last-child .acod-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.dlab-accordion.rounded .panel:last-child .acod-body.in {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.dlab-accordion.space .panel {
    margin-bottom: 5px
}

.dlab-accordion.rounded.space .panel .acod-head a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.dlab-accordion.rounded.space .panel .acod-head a.collapsed {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.dlab-accordion.rounded.space .panel .acod-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.dlab-accordion.bg-title .acod-head a {
    background-color: #F7F8FA
}

.dlab-accordion.no-cover .acod-body {
    border: none
}

.dlab-accordion.no-cover .acod-content {
    padding-left: 20px;
    margin-right: 10px;
    border-left: 2px solid #e8e8e8;
    position: relative
}

.dlab-accordion.no-cover .acod-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 2px solid #e8e8e8
}

.dlab-accordion.border-bottom .acod-head a {
    border-left: none;
    border-right: none;
    border-top: none;
    padding-left: 0
}

.dlab-accordion.primary .acod-head a {
    background-color: #0046c6;
    color: #fff;
    border: 0
}

.dlab-accordion.primary .acod-head a:hover {
    color: #fff
}

.dlab-accordion.primary .acod-head a:after {
    color: #fff
}

.dlab-accordion.primary.active-bg .acod-head .collapsed {
    background-color: #fff
}

.dlab-accordion.primary.active-bg .acod-head a.collapsed:after,
.dlab-accordion.primary.active-bg .acod-head .collapsed {
    color: #000
}

.dlab-accordion.primary.active-bg .acod-head .collapsed {
    border: 1px solid #ebedf2
}

.dlab-accordion.gradient-1 .acod-head a {
    background: #0046c6;
    background: -moz-linear-gradient(45deg, #0046c6 0%, #c927f1 100%);
    background: -webkit-linear-gradient(45deg, #0046c6 0%, #c927f1 100%);
    background: linear-gradient(45deg, #0046c6 0%, #c927f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0046c6', endColorstr='#c927f1', GradientType=1);
    color: #fff;
    border: 0
}

.dlab-accordion.gradient-2 .acod-head a {
    background: #ff90e1;
    background: -moz-linear-gradient(45deg, #ff90e1 0%, #28b1ff 100%);
    background: -webkit-linear-gradient(45deg, #ff90e1 0%, #28b1ff 100%);
    background: linear-gradient(45deg, #ff90e1 0%, #28b1ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff90e1', endColorstr='#28b1ff', GradientType=1);
    color: #fff;
    border: 0
}

.dlab-accordion.gradient-1 .acod-head a:hover,
.dlab-accordion.gradient-2 .acod-head a:hover {
    color: #fff
}

.dlab-accordion.gradient-1 .acod-head a:after,
.dlab-accordion.gradient-2 .acod-head a:after {
    color: #fff
}

.dlab-accordion.gradient-1.active-bg .acod-head .collapsed,
.dlab-accordion.gradient-2.active-bg .acod-head .collapsed {
    background: #fff
}

.dlab-accordion.gradient-1.active-bg .acod-head a.collapsed:after,
.dlab-accordion.gradient-2.active-bg .acod-head a.collapsed:after,
.dlab-accordion.gradient-1.active-bg .acod-head .collapsed,
.dlab-accordion.gradient-2.active-bg .acod-head .collapsed {
    color: #000
}

.dlab-accordion.gradient-1.active-bg .acod-head .collapsed,
.dlab-accordion.gradient-2.active-bg .acod-head .collapsed {
    border: 1px solid #ebedf2
}

.dlab-accordion.green .acod-head a {
    background-color: #24A88D;
    color: #fff;
    border: 0
}

.dlab-accordion.green .acod-head a:hover {
    color: #fff
}

.dlab-accordion.green .acod-head a:after {
    color: #fff
}

.dlab-accordion.green.active-bg .acod-head .collapsed {
    background-color: #fff
}

.dlab-accordion.green.active-bg .acod-head a.collapsed:after,
.dlab-accordion.green.active-bg .acod-head .collapsed {
    color: #000
}

.dlab-accordion.green.active-bg .acod-head .collapsed {
    border: 1px solid #ebedf2
}

.dlab-accordion.yellow .acod-head a {
    background-color: #efb822;
    color: #fff;
    border: 0
}

.dlab-accordion.yellow .acod-head a:hover {
    color: #fff
}

.dlab-accordion.yellow .acod-head a:after {
    color: #fff
}

.dlab-accordion.yellow.active-bg .acod-head .collapsed {
    background-color: #fff
}

.dlab-accordion.yellow.active-bg .acod-head a.collapsed:after,
.dlab-accordion.yellow.active-bg .acod-head .collapsed {
    color: #000
}

.dlab-accordion.yellow.active-bg .acod-head .collapsed {
    border: 1px solid #ebedf2
}

.dlab-accordion.red .acod-head a {
    background-color: #ef516c;
    color: #fff;
    border: 0
}

.dlab-accordion.red .acod-head a:hover {
    color: #fff
}

.dlab-accordion.red .acod-head a:after {
    color: #fff
}

.dlab-accordion.red.active-bg .acod-head .collapsed {
    background-color: #fff
}

.dlab-accordion.red.active-bg .acod-head a.collapsed:after,
.dlab-accordion.red.active-bg .acod-head .collapsed {
    color: #000
}

.dlab-accordion.red.active-bg .acod-head .collapsed {
    border: 1px solid #ebedf2
}

.dlab-accordion.blue .acod-head a {
    background-color: #36a3f7;
    color: #fff;
    border: 0
}

.dlab-accordion.blue .acod-head a:hover {
    color: #fff
}

.dlab-accordion.blue .acod-head a:after {
    color: #fff
}

.dlab-accordion.blue.active-bg .acod-head .collapsed {
    background-color: #fff
}

.dlab-accordion.blue.active-bg .acod-head a.collapsed:after,
.dlab-accordion.blue.active-bg .acod-head .collapsed {
    color: #000
}

.dlab-accordion.blue.active-bg .acod-head .collapsed {
    border: 1px solid #ebedf2
}

.dlab-accordion.border-bottom.no-border .acod-head a {
    border: none
}

.dlab-accordion.no-border .acod-content {
    margin-top: 10px;
    margin-bottom: 10px
}

.no-gap .acod-title a {
    border: 0 none;
    padding: 10px 0
}

.no-gap .collapse {
    border: 0 none
}

.no-gap .acod-content {
    margin: 10px 0 10px
}

.acco-sm .acod-head a {
    font-size: 12px;
    padding: 5px 30px 5px 15px
}

.acco-sm .acod-head a:after {
    font-size: 16px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.acco-lg .acod-head a {
    padding: 18px 40px 18px 25px;
    font-size: 18px
}

.acco-lg .acod-head a:after {
    font-size: 34px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.acco-xl .acod-head a {
    font-size: 22px;
    padding: 25px 50px 25px 30px
}

.acco-xl .acod-head a:after {
    font-size: 34px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.ow-post-info {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ebebeb
}

.ow-post-title .post-title {
    margin: 0 0 10px
}

.ow-post-text {
    margin-bottom: 10px
}

.ow-post-text p:last-child {
    margin: 0
}

.ow-post-readmore {
    margin-bottom: 10px
}

.ow-post-meta {
    margin-bottom: 10px
}

.ow-post-meta ul {
    margin: 0 -4px;
    list-style: none
}

.ow-post-meta ul li {
    padding: 0;
    display: inline-block
}

.ow-post-meta li:after {
    content: "/";
    display: inline-block;
    font-weight: 400;
    margin-left: 5px;
    opacity: .5
}

.ow-post-meta li:last-child:after {
    display: none
}

.ow-post-meta a {
    color: #a9a9a9
}

.ow-post-meta li i {
    color: #7b7b7b;
    margin: 0 5px
}

.ow-post-tags {
    border-top: 1px solid #E9E9E9;
    padding-top: 10px
}

.ow-post-tags .post-comment {
    float: left;
    font-weight: 700;
    text-transform: uppercase
}

.ow-post-tags .post-comment a {
    color: #a9a9a9
}

.ow-post-tags .post-tags {
    margin: 0 -3px;
    list-style: none
}

.ow-post-tags .post-tags a {
    border: 1px solid #ebebeb;
    padding: 2px 8px 1px;
    color: #777;
    margin: 0 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px
}

.ow-post-tags .post-tags a:hover,
.ow-post-tags .post-tags a:active,
.ow-post-tags .post-tags a:focus {
    border: 1px solid #0098A6;
    color: #0098A6
}

.no-image-blog.date-style-2 .ow-post-info {
    padding-top: 70px
}

.ow-event-info {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ebebeb
}

.ow-event-title .event-title {
    margin: 0 0 10px
}

.ow-event-text {
    margin-bottom: 10px
}

.ow-event-text p:last-child {
    margin: 0
}

.ow-event-readmore {
    margin-bottom: 10px
}

.ow-event-meta ul {
    margin: 0
}

.ow-event-meta ul li {
    color: #a9a9a9;
    font-weight: 600;
    display: inline-block;
    padding-left: 20px
}

.ow-event-meta ul li i {
    color: #7b7b7b
}

.no-image-event.date-style-2 .ow-post-info {
    padding-top: 70px
}

.ow-client-logo {
    background-color: #fff;
    display: table;
    width: 100%
}

.client-logo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px
}

.owl-carousel .ow-client-logo img {
    height: 80px;
    max-height: 100%;
    width: auto;
    display: inline-block
}

.blog-info {
    background-color: rgba(0, 0, 0, .9);
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 7px 15px;
    position: absolute;
    top: -34px;
    width: 100%
}

.blog-info li {
    display: inline-block;
    padding: 0 5px 0 5px;
    line-height: 14px;
    border-right: 1px solid
}

.blog-info li:hover,
.blog-info li a:hover {
    color: #fff
}

.testimonial-pic {
    background: #FFF;
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border: 5px solid #FFF
}

.testimonial-pic.radius {
    border-radius: 100%;
    -webkit-border-radius: 100%
}

.testimonial-pic.radius img {
    width: 100%;
    height: 100;
    border-radius: 100%;
    -webkit-border-radius: 100%
}

.testimonial-pic.shadow {
    -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, .35);
    -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, .35);
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, .35)
}

.testimonial-pic.style1 {
    border: 0 none;
    height: 100px;
    width: 100px
}

.quote-left,
.quote-right {
    position: relative
}

.quote-left:before,
.quote-right:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    z-index: 10;
    top: 15px
}

.quote-left:before {
    content: "\f10d";
    left: 0
}

.quote-right:after {
    content: "\f10e";
    left: auto;
    right: 0
}

.testimonial-text {
    padding: 15px;
    position: relative;
    font-size: 15px;
    font-weight: 400
}

.testimonial-detail {
    padding: 5px
}

.testimonial-name {
    font-family: montserrat;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.testimonial-position {
    font-family: montserrat;
    font-size: 12px;
    font-style: inherit;
    text-transform: uppercase
}

.testimonial-name,
.testimonial-position {
    display: block
}

.testimonial-text p:last-child {
    margin: 0
}

.testimonial-bg {
    color: #fff
}

.testimonial-1 {
    text-align: center
}

.testimonial-1 .testimonial-position {
    color: #EFBB20
}

.testimonial-1 .testimonial-name,
.testimonial-1 .testimonial-position {
    display: block
}

.testimonial-1 .quote-left:before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: #EFBB20;
    color: #FFF;
    text-align: center;
    left: 0;
    top: 65px;
    border-radius: 100%;
    -webkit-border-radius: 100%
}

.testimonial-2 .testimonial-text,
.testimonial-8 .testimonial-text {
    background-color: #F4F5F7;
    padding: 30px
}

.testimonial-2 .testimonial-text:after,
.testimonial-8 .testimonial-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #F4F5F7
}

.testimonial-2 .testimonial-detail,
.testimonial-8 .testimonial-detail {
    padding: 25px 0 20px 20px
}

.testimonial-2 .testimonial-pic,
.testimonial-8 .testimonial-pic {
    float: left;
    margin-right: 15px;
    width: 80px;
    height: 80px
}

.testimonial-2 .quote-left:before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: #EFBB20;
    color: #FFF;
    text-align: center;
    left: 0;
    top: 65px;
    border-radius: 100%;
    -webkit-border-radius: 100%
}

.testimonial-2 .testimonial-name,
.testimonial-8 .testimonial-name,
.testimonial-2 .testimonial-position,
.testimonial-8 .testimonial-position {
    padding: 2px 0
}

.testimonial-2 .testimonial-name,
.testimonial-8 .testimonial-name {
    padding-top: 12px
}

.testimonial-2 .testimonial-position {
    color: #EFBB20
}

.testimonial-2 .quote-left:before {
    top: 50px
}

.testimonial-2.testimonial-bg .testimonial-text {
    color: #777;
    background-color: rgba(255, 255, 255, .9)
}

.testimonial-2.testimonial-bg .testimonial-text:after {
    border-top-color: rgba(255, 255, 255, .9)
}

.testimonial-3 {
    text-align: center
}

.testimonial-3 .quote-left:before {
    position: static;
    font-size: 40px;
    color: #EFBB20
}

.testimonial-3 .testimonial-position {
    color: #EFBB20
}

.testimonial-3 .testimonial-name,
.testimonial-3 .testimonial-position {
    display: inline-block
}

.testimonial-4 {
    background-color: #282a3c;
    position: relative;
    padding: 30px 40px 30px 10px;
    margin-left: 140px;
    min-height: 150px
}

.testimonial-4:after {
    background-color: #282a3c;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #EFBB20;
    content: "";
    position: absolute;
    left: -80px;
    top: 0;
    height: 100%;
    width: 80%;
    z-index: -1;
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.testimonial-4 .testimonial-pic {
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: -110px
}

.testimonial-4 [class*="quote-"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px;
    border-color: #EFBB20;
    border-top-color: transparent !important;
    border-left-color: transparent !important
}

.testimonial-4 [class*="quote-"]:after,
.testimonial-4 [class*="quote-"]:before {
    top: 0;
    right: -20px;
    font-size: 20px;
    color: #fff
}

.testimonial-4 .testimonial-text,
.testimonial-4 .testimonial-detail {
    padding: 0
}

.testimonial-4 .testimonial-text {
    margin-bottom: 10px
}

.testimonial-4 .testimonial-name,
.testimonial-4 .testimonial-position {
    display: inline-block
}

.testimonial-4 .testimonial-name:after {
    content: "/";
    color: #EFBB20;
    margin: 0 2px 0 5px
}

.testimonial-4 .testimonial-name {
    text-transform: uppercase
}

.testimonial-4 .testimonial-position {
    font-style: italic;
    color: #bebebe
}

.testimonial-4 .testimonial-pic {
    border-color: #EFBB20;
    border-width: 3px;
    width: 90px;
    height: 90px
}

@media only screen and (max-width:480px) {
    .testimonial-4 .testimonial-pic {
        height: 80px;
        width: 80px
    }
    .testimonial-4:after {
        transform: skewX(-10deg);
        -moz-transform: skewX(-10deg);
        -webkit-transform: skewX(-10deg);
        -o-transform: skewX(-10deg)
    }
    .testimonial-4 {
        padding: 25px 10px 25px 0;
        margin-left: 110px
    }
}

.testimonial-5 .testimonial-text {
    border: 2px solid #e6e6e6;
    padding: 30px
}

.testimonial-5 .testimonial-detail {
    padding: 0 0 0 20px;
    margin-top: -35px
}

.testimonial-5 .testimonial-pic {
    box-shadow: 0 0 0 2px #e6e6e6;
    width: 70px;
    height: 70px
}

.testimonial-5 .testimonial-text p {
    font-size: 16px;
    line-height: 30px
}

.testimonial-5 .info p {
    display: inline-block;
    position: relative;
    top: -10px;
    padding: 0 10px
}

.testimonial-6 .quote-left:before {
    left: 15px
}

.testimonial-6 .quote-left:before,
.testimonial-6 .quote-right:after {
    color: #b5b5b5;
    font-size: 18px
}

.testimonial-6 .testimonial-text {
    padding: 25px 35px 70px 40px
}

.testimonial-6 .testimonial-detail {
    position: relative;
    padding: 10px 15px;
    top: -30px;
    width: 85%
}

.testimonial-6 .testimonial-pic {
    position: absolute;
    right: 20px;
    top: -50px;
    z-index: 2
}

.testimonial-6 .quote-left:before,
.testimonial-6 .quote-right:after {
    color: #b5b5b5;
    font-size: 18px
}

.testimonial-6 .quote-left:before {
    left: 15px
}

.testimonial-6 .quote-right:after {
    right: 15px;
    bottom: 20px;
    top: auto
}

.testimonial-6 .testimonial-detail:after {
    background-color: inherit;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -23px;
    top: 0;
    transform: skewX(35deg);
    -moz-transform: skewX(35deg);
    -webkit-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    width: 50px;
    z-index: 1
}

.testimonial-section {
    position: relative;
    z-index: 1
}

.testimonial-section:after {
    background: #f2f2f2 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.testimonial-section .col-md-6 {
    padding-left: 30px;
    padding-right: 30px
}

.testimonial-section .row {
    margin-left: -30px;
    margin-right: -30px
}

.testimonial-7 .testimonial-text {
    border: 2px solid #e6e6e6;
    padding: 18px
}

.testimonial-7 .testimonial-detail {
    padding: 0 0 0 20px;
    margin-top: -35px
}

.testimonial-7 .testimonial-pic {
    box-shadow: 0 0 0 2px #e6e6e6;
    width: 70px;
    height: 70px
}

.testimonial-7 .testimonial-text p {
    font-size: 16px;
    line-height: 30px
}

.testimonial-7 .info p {
    display: inline-block;
    position: relative;
    top: -10px;
    padding: 0 10px
}

.testimonial-7 .owl-controls .owl-nav {
    bottom: 0;
    margin-top: 0;
    position: absolute;
    right: 0
}

.testimonial-7 .owl-prev,
.testimonial-7 .owl-next {
    background-color: #ccc;
    border: 0 none
}

@media only screen and (max-width:991px) {
    .testimonial-section:after {
        left: 100%
    }
    .testimonial-section {
        color: #fff
    }
    .testimonial-section .col-md-6 {
        padding-left: 15px;
        padding-right: 15px
    }
    .testimonial-section .row {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (max-width:767px) {
    .testimonial-section:after {
        content: none
    }
}

.testimonial-8 .testimonial-text {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1);
    padding: 15px
}

.testimonial-8 .testimonial-text:after {
    border-top: 15px solid #fff;
    border-left: 0 solid rgba(0, 0, 0, 0)
}

.testimonial-8 {
    padding: 15px
}

.testimonial-box.owl-theme .owl-dots {
    margin-top: 30px;
    position: unset;
    right: auto;
    text-align: center;
    top: auto;
    transform: translateY(-50%);
    width: auto
}

.owl-item.active.center .testimonial-text {
    background-color: #ff3b68;
    color: #fff
}

.owl-item.active.center .testimonial-8 .testimonial-text:after {
    border-top: 15px solid #ff3b68
}

.testimonial-8 .testimonial-text:before {
    content: "\e67e";
    bottom: -10px;
    color: #000;
    font-family: "themify";
    font-size: 80px;
    opacity: .1;
    position: absolute;
    right: 10px
}

.testimonial-9 {
    background-color: #fff;
    padding: 50px 25px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    text-align: center
}

.testimonial-9 .testimonial-text {
    padding: 0
}

.testimonial-9 .testimonial-name,
.testimonial-10 .testimonial-name {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #000
}

.testimonial-9 .testimonial-position,
.testimonial-10 .testimonial-position {
    text-transform: uppercase;
    color: #888q;
    font-size: 12px;
    font-style: inherit
}

.testimonial-9 .testimonial-position p,
.testimonial-10 .testimonial-position p {
    line-height: 26px
}

.testimonial-9 .testimonial-text,
.testimonial-10 .testimonial-text {
    color: #505050;
    font-family: montserrat;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px
}

.testimonial-9 .testimonial-pic {
    margin-bottom: 15px
}

.testimonial-10 {
    margin: auto;
    max-width: 600px;
    padding-left: 150px;
    position: relative
}

.testimonial-10 .testimonial-text {
    padding: 0
}

.testimonial-10 .testimonial-pic {
    border: 0 none;
    height: 130px;
    left: 0;
    position: absolute;
    width: 130px
}

.testimonial-seven.owl-btn-3 .owl-prev,
.testimonial-seven.owl-btn-3 .owl-next {
    margin: 0 !important
}

.pricingtable-inner {
    text-align: center
}

.pricingtable-price {
    padding: 20px 20px;
    background-color: #fff;
    border: 1px solid #E9E9E9
}

.pricingtable-bx {
    color: #282a3c;
    font-family: montserrat;
    font-size: 45px;
    font-weight: 500
}

.pricingtable-type {
    font-size: 20px;
    text-transform: uppercase;
    font-size: 16px
}

.pricingtable-type:before {
    content: "/";
    margin-right: 3px
}

.pricingtable-title {
    background-color: #fff;
    padding: 20px;
    text-transform: uppercase
}

.pricingtable-title * {
    margin: 0;
    color: #fff;
    font-weight: 800
}

.pricingtable-features {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #E9E9E9
}

.pricingtable-features li {
    padding: 12px;
    border-bottom: 1px solid #E9E9E9
}

.pricingtable-features li i {
    margin: 0 3px
}

.pricingtable-features li:nth-child(even) {
    background-color: #fff
}

.pricingtable-features li:last-child {
    border-bottom: none
}

.pricingtable-footer {
    margin-top: -1px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #E9E9E9
}

.pricingtable-highlight {
    margin: -20px 0;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 99
}

.pricingtable-highlight .pricingtable-price {
    padding: 30px 20px
}

.pricingtable-highlight .pricingtable-footer {
    padding: 30px 20px
}

.no-col-gap .pricingtable-wrapper {
    margin-left: -1px
}

.pricingtable-wrapper.style1 {
    border: 2px solid #d3d3d3;
    padding: 10px 10px 40px;
    font-family: montserrat;
    margin-left: -1px
}

.pricingtable-wrapper.style1 .pricingtable-icon i {
    color: #000;
    font-size: 48px;
    line-height: 60px
}

.pricingtable-wrapper.style1 .pricingtable-price {
    background-color: #fff;
    border: 0
}

.pricingtable-wrapper.style1 .pricingtable-bx {
    font-size: 35px;
    font-weight: 800
}

.pricingtable-wrapper.style1 .pricingtable-features {
    border: 0
}

.pricingtable-wrapper.style1 .pricingtable-features li {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    font-family: montserrat;
    font-weight: 500;
    padding: 8px 0;
    text-align: left
}

.pricingtable-wrapper.style1 .pricingtable-features {
    width: 80%;
    margin: auto
}

.pricingtable-wrapper.style1 .pricingtable-features li i {
    border: 2px solid;
    border-radius: 20px;
    display: block;
    float: right;
    font-size: 11px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    width: 20px
}

.pricingtable-wrapper.style1 .button-md {
    font-weight: 400;
    padding: 12px 35px
}

.pricingtable-wrapper.style1 .pricingtable-type {
    text-transform: capitalize
}

.pricingtable-wrapper.style1.active {
    transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    z-index: 2;
    border: 0;
    padding: 50px 20px;
    margin: 0 -5px;
    position: relative;
    background: #fff
}

.pricingtable-wrapper.style2 {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    padding: 30px
}

.pricingtable-wrapper.style2 .pricingtable-price {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.pricingtable-wrapper.style2 .pricingtable-bx {
    background: rgba(0, 0, 0, .02) none repeat scroll 0 0;
    border-radius: 10px;
    color: #a0a0a0;
    display: inline-block;
    font-size: 13px;
    margin-top: 20px;
    padding: 15px 25px;
    margin-bottom: 10px
}

.pricingtable-wrapper.style2 .pricingtable-bx span {
    font-size: 22px
}

.pricingtable-wrapper.style2.active {
    margin: -30px -10px 0;
    padding: 60px 30px;
    position: relative;
    z-index: 1
}

.pricingtable-wrapper.style2.active .pricingtable-bx {
    color: #fff
}

.counter {
    position: relative
}

.counter-style-1 .counter,
.counter-style-2 .counter,
.counter-style-3 .counter {
    font-size: 50px;
    font-weight: 700
}

.counter-style-1 .counter-text,
.counter-style-2 .counter-text {
    font-size: 16px;
    font-weight: 500
}

.counter-style-1 .icon {
    font-size: 45px;
    margin-right: 10px
}

.counter-style-3.rounded {
    border: 5px solid;
    border-radius: 200px;
    height: 200px;
    width: 200px
}

.counter-style-3 .counter-text {
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto
}

.counter-style-4 {
    border: 5px solid rgba(0, 0, 0, .1);
    padding: 10px 10px 20px
}

.counter-style-4 .counter {
    font-size: 70px;
    font-weight: 500
}

.counter-style-4 .counter-text {
    font-size: 18px;
    font-weight: 500
}

.counter-style-4 .icon {
    font-size: 45px;
    margin-right: 10px
}

.alert {
    font-family: montserrat;
    border-radius: 0;
    padding: 15px 20px 15px 20px;
    border-width: 1px 1px 1px 4px
}

.alert.alert-sm {
    padding: 5px 15px;
    font-size: 12px
}

.alert.alert-lg {
    padding: 25px 15px;
    font-size: 16px
}

.alert.alert-xl {
    padding: 35px 15px;
    font-size: 18px
}

.alert[class*="alert-"]>i {
    margin-right: 8px;
    font-size: 24px;
    position: absolute;
    left: 18px;
    top: 15px
}

.alert.no-radius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.alert.no-bg {
    background-color: transparent;
    border-width: 2px
}

.alert[class*="alert-"] ul {
    padding-left: 25px;
    margin-top: 10px
}

.alert[class*="alert-"] ul li:before {
    color: #a94442
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
    border-left-color: #856404
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    border-left-color: #155724
}

.alert-info {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085;
    border-left-color: #004085
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
    border-left-color: #721c24
}

.alert-not {
    background-color: #222;
    border-color: #222;
    color: #aaa;
    border-left-color: #fcd000;
    border-width: 0 0 0 4px
}

.alert-not strong {
    color: #fff
}

.alert-not code {
    background-color: #fff;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 2px
}

.alert-not:hover i {
    color: #fcff00
}

.close {
    color: #000;
    float: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    opacity: .3;
    text-shadow: none;
    vertical-align: middle
}

.alert.alert-icon {
    padding: 15px 20px 15px 60px
}

.modal-header {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0
}

.modal-footer {
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px
}

.modal-header {
    background: #EFBB20;
    padding: 15px 25px
}

.modal-header .modal-title {
    color: #fff
}

.modal .modal-body {
    padding: 25px
}

.modal-xlg {
    width: 1000px
}

.provider_registration .bootstrap-select div.dropdown-menu ul li a {
    font-weight: 600
}

.provider_registration .bootstrap-select div.dropdown-menu ul li a span.childcat {
    font-weight: 400;
    color: #7c7c7c
}

@media only screen and (max-width:1024px) {
    .modal-xlg {
        width: auto;
        margin-left: 15px;
        margin-right: 15px
    }
}

.dlab-social-icon {
    display: inline-block;
    margin: 0 -3px;
    padding: 0;
    text-align: center
}

.dlab-social-icon li {
    display: inline-block;
    padding: 0;
    font-size: 12px
}

.dlab-social-icon li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 4px;
    font-size: 18px;
    color: #fff
}

.dlab-social-icon li a:hover {
    opacity: .8;
    color: #fff
}

.dlab-social-icon li .fa {
    vertical-align: middle
}

.dlab-social-icon.border li {
    padding: 0 3px
}

.dlab-social-icon.border li a {
    border: 1px solid rgba(255, 255, 255, .2)
}

.dlab-social-links.dark li {
    padding: 0 3px
}

.dlab-social-icon.dark li a {
    border: 1px solid #777;
    color: #777;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.dlab-share-icon li {
    border: none;
    width: 36px;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 0
}

.dlab-share-icon li a {
    color: #FFF
}

.dlab-share-icon li i {
    border-right: none;
    font-size: 14px;
    color: #FFF;
    width: 36px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-align: center
}

.dlab-share-icon li.fb {
    background: #354d89
}

.dlab-share-icon li.fb i {
    background: #3a5799
}

.dlab-share-icon li.gp {
    background: #d34b2b
}

.dlab-share-icon li.gp i {
    background: #e35736
}

.dlab-share-icon li.tw {
    background: #029fdf
}

.dlab-share-icon li.tw i {
    background: #00abf0
}

.dlab-share-icon li.dig {
    background: #1d61aa
}

.dlab-share-icon li.dig i {
    background: #2B6FB8
}

.dlab-share-icon li.lin {
    background: #0176be
}

.dlab-share-icon li.lin i {
    background: #0082CA
}

.dlab-share-icon li.pin {
    background: #ac0104
}

.dlab-share-icon li.pin i {
    background: #BD0E15
}

.dlab-share-icon li:hover {
    width: 90px
}

.breadcrumb-row {
    background: #f9f9f9;
    padding: 20px 0
}

.breadcrumb-row ul {
    margin: 0;
    padding: 0
}

.breadcrumb-row ul li {
    padding: 0;
    margin-right: 8px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    word-break: break-word;
}

.breadcrumb-row ul li:after {
    content: "\f105";
    margin-left: 7px;
    font-family: "Font Awesome 5 Free"
}

.breadcrumb-row ul li:last-child {
    color: #676767
}

.breadcrumb-row ul li:last-child:after {
    display: none
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px
}

.table.borderless>tbody>tr>td,
.table.borderless>tbody>tr>th {
    border: none
}

.dataTable .sorting_asc .checkbox {
    margin-right: 0
}

.overlay-black-light,
.overlay-black-middle,
.overlay-black-dark,
.overlay-gradient-light,
.overlay-gradient-middle,
.overlay-gradient-dark,
.overlay-white-light,
.overlay-white-middle,
.overlay-white-dark,
.overlay-primary-light,
.overlay-primary-middle,
.overlay-primary-dark,
.overlay-primary {
    position: relative
}

.overlay-black-light:after,
.overlay-black-middle:after,
.overlay-black-dark:after,
.overlay-gradient-light:after,
.overlay-gradient-middle:after,
.overlay-gradient-dark:after,
.overlay-white-light:after,
.overlay-white-middle:after,
.overlay-white-dark:after,
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after,
.overlay-primary:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.overlay-black-light:after,
.overlay-black-middle:after,
.overlay-black-dark:after {
    background: #000
}

.overlay-gradient-light:after,
.overlay-gradient-middle:after,
.overlay-gradient-dark:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.overlay-white-light:after,
.overlay-white-middle:after,
.overlay-white-dark:after {
    background: #FFF
}

.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after,
.overlay-primary:after {
    background:
}

.overlay-black-light:after {
    opacity: .3
}

.overlay-black-middle:after {
    opacity: .5
}

.overlay-black-dark:after {
    opacity: .8
}

.overlay-gradient-light:after {
    opacity: .3
}

.overlay-gradient-middle:after {
    opacity: .5
}

.overlay-gradient-dark:after {
    opacity: .8
}

.overlay-white-light:after {
    opacity: .5
}

.overlay-white-middle:after {
    opacity: .7
}

.overlay-white-dark:after {
    opacity: .8
}

.overlay-white-dark.op95:after {
    opacity: .95
}

.overlay-primary-light:after {
    opacity: .3
}

.overlay-primary-middle:after {
    opacity: .5
}

.overlay-primary-dark:after,
.overlay-primary:after {
    opacity: .8
}

.overlay-black-light .container,
.overlay-black-middle .container,
.overlay-black-dark .container,
.overlay-white-light .container,
.overlay-white-middle .container,
.overlay-white-dark .container,
.overlay-primary-light .container,
.overlay-primary-middle .container,
.overlay-primary-dark .container,
.overlay-primary .container,
.overlay-black-light .container-fluid,
.overlay-black-middle .container-fluid,
.overlay-black-dark .container-fluid,
.overlay-white-light .container-fluid,
.overlay-white-middle .container-fluid,
.overlay-white-dark .container-fluid,
.overlay-primary-light .container-fluid,
.overlay-primary-middle .container-fluid,
.overlay-primary-dark .container-fluid,
.overlay-primary .container-fluid {
    position: relative;
    z-index: 1
}

.overlay-bx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden
}

.overlay-icon,
.overlay-bx .align-m {
    height: auto;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px
}

.overlay-bx .align-b {
    height: auto;
    left: 0;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0)
}

.overlay-icon a {
    display: inline-block;
    padding: 0;
    margin: 0 2px
}

.overlay-icon a i {
    background-color: #FFF
}

.overlay-bx:hover a>i,
.dlab-media:hover .overlay-bx a>i,
.dlab-box-bx:hover .overlay-bx a>i {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.overlay-bx:hover,
.dlab-media:hover .overlay-bx,
.dlab-box:hover .overlay-bx,
.ow-img:hover .overlay-bx,
.ow-portfolio-img:hover .overlay-bx {
    opacity: 1;
    visibility: visible
}

.overlay-text {
    width: 100%;
    position: absolute;
    padding: 20px;
    color: #FFF;
    left: 0;
    bottom: 20px
}

.dlab-address-bx {
    display: table;
    text-align: left;
    padding: 20px 20px 20px 25px;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 600
}

.dlab-address-bx .fa {
    position: absolute;
    top: 22px;
    left: 0;
    font-size: 22px
}

.col-md-3 .overlay-text {
    padding: 5px
}

.col-md-4 .overlay-text {
    padding: 20px
}

.dlab-address2-bx {
    display: table;
    background: #eaeaea;
    padding: 5px 10px;
    margin-bottom: 10px
}

.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs {
    display: inline-block;
    text-align: center;
    border-radius: 3px
}

.icon-bx-xl {
    width: 150px;
    height: 150px;
    line-height: 150px
}

.icon-bx-lg {
    width: 120px;
    height: 120px;
    line-height: 120px
}

.icon-bx-md {
    width: 100px;
    height: 100px;
    line-height: 100px
}

.icon-bx-sm {
    width: 80px;
    height: 80px;
    line-height: 80px
}

.icon-bx-xs {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.icon-bx-xl.radius,
.icon-bx-lg.radius,
.icon-bx-md.radius,
.icon-bx-sm.radius,
.icon-bx-xs.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
    border-style: solid
}

.border-1 {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-3 {
    border-width: 3px
}

.border-4 {
    border-width: 4px
}

.border-5 {
    border-width: 5px
}

.br-col-w1,
.dlab-info.br-col-w1[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w1,
.icon-bx-wraper.bx-style-2.br-col-w1 {
    border-color: rgba(255, 255, 255, .15)
}

.br-col-w2,
.dlab-info.br-col-w2[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w2,
.icon-bx-wraper.bx-style-2.br-col-w2 {
    border-color: rgba(255, 255, 255, .3)
}

.br-col-w3,
.dlab-info.br-col-w3[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w3,
.icon-bx-wraper.bx-style-2.br-col-w3 {
    border-color: rgba(255, 255, 255, .5)
}

.br-col-w4,
.dlab-info.br-col-w4[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w4,
.icon-bx-wraper.bx-style-2.br-col-w4 {
    border-color: rgba(255, 255, 255, .7)
}

.br-col-w5,
.dlab-info.br-col-w5[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w5,
.icon-bx-wraper.bx-style-2.br-col-w5 {
    border-color: rgba(255, 255, 255, .9)
}

.br-col-b1,
.dlab-info.br-col-b1[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-b1,
.icon-bx-wraper.bx-style-2.br-col-b1 {
    border-color: rgba(0, 0, 0, .15)
}

.br-col-b2,
.dlab-info.br-col-b2[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-b2,
.icon-bx-wraper.bx-style-2.br-col-b2 {
    border-color: rgba(0, 0, 0, .3)
}

.br-col-b3,
.dlab-info.br-col-b3[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-b3,
.icon-bx-wraper.bx-style-2.br-col-b3 {
    border-color: rgba(0, 0, 0, .5)
}

.br-col-b4,
.dlab-info.br-col-b4[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-b4,
.icon-bx-wraper.bx-style-2.br-col-b4 {
    border-color: rgba(0, 0, 0, .7)
}

.br-col-b5,
.dlab-info.br-col-b5[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-b5,
.icon-bx-wraper.bx-style-2.br-col-b5 {
    border-color: rgba(0, 0, 0, .9)
}

.op0 {
    opacity: 0
}

.op1 {
    opacity: .1
}

.op2 {
    opacity: .2
}

.op3 {
    opacity: .3
}

.op4 {
    opacity: .4
}

.op5 {
    opacity: .5
}

.op6 {
    opacity: .6
}

.op7 {
    opacity: .7
}

.op8 {
    opacity: .8
}

.op9 {
    opacity: .9
}

.icon-bx-xl i,
.icon-bx-lg i,
.icon-bx-md i,
.icon-bx-sm i,
.icon-bx-xs i {
    vertical-align: middle
}

.icon-bx-xl i {
    font-size: 80px
}

.icon-bx-lg i {
    font-size: 60px
}

.icon-bx-md i {
    font-size: 45px
}

.icon-bx-sm i {
    font-size: 30px
}

.icon-bx-xs i {
    font-size: 20px
}

.icon-bx-xl img,
.icon-bx-lg img,
.icon-bx-md img,
.icon-bx-sm img,
.icon-bx-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto
}

.icon-bx-xl img {
    height: 80px
}

.icon-bx-lg img {
    height: 55px
}

.icon-bx-md img {
    height: 40px
}

.icon-bx-sm img {
    height: 30px
}

.icon-bx-xs img {
    height: 20px
}

.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
    display: inline-block;
    text-align: center
}

.icon-xl {
    width: 100px
}

.icon-lg {
    width: 80px
}

.icon-md {
    width: 60px
}

.icon-sm {
    width: 40px
}

.icon-xs {
    width: 30px
}

.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
    vertical-align: middle
}

.icon-xl i {
    font-size: 80px
}

.icon-lg i {
    font-size: 60px
}

.icon-md i {
    font-size: 45px
}

.icon-sm i {
    font-size: 30px
}

.icon-xs i {
    font-size: 20px
}

.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto
}

.icon-xl img {
    height: 80px
}

.icon-lg img {
    height: 70px
}

.icon-md img {
    height: 50px
}

.icon-sm img {
    height: 30px
}

.icon-xs img {
    height: 20px
}

.icon-bx-wraper {
    position: relative
}

.icon-bx-wraper .dlab-tilte {
    margin-top: 0
}

.icon-bx-wraper .after-titile-line {
    margin-bottom: 10px
}

.icon-bx-wraper p:last-child {
    margin: 0
}

.icon-content {
    overflow: hidden
}

.icon-bx-wraper.left .icon-bx-xl,
.icon-bx-wraper.left .icon-bx-lg,
.icon-bx-wraper.left .icon-bx-md,
.icon-bx-wraper.left .icon-bx-sm,
.icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 20px
}

.icon-bx-wraper.left .icon-xl,
.icon-bx-wraper.left .icon-lg,
.icon-bx-wraper.left .icon-md,
.icon-bx-wraper.left .icon-sm,
.icon-bx-wraper.left .icon-xs {
    float: left;
    margin-right: 10px
}

.icon-bx-wraper.right {
    text-align: right
}

.icon-bx-wraper.right .icon-bx-xl,
.icon-bx-wraper.right .icon-bx-lg,
.icon-bx-wraper.right .icon-bx-md,
.icon-bx-wraper.right .icon-bx-sm,
.icon-bx-wraper.right .icon-bx-xs {
    float: right;
    margin-left: 20px
}

.icon-bx-wraper.right .icon-xl,
.icon-bx-wraper.right .icon-lg,
.icon-bx-wraper.right .icon-md,
.icon-bx-wraper.right .icon-sm,
.icon-bx-wraper.right .icon-xs {
    float: right;
    margin-left: 10px
}

.icon-bx-wraper.center {
    text-align: center
}

[class*="icon-bx-"][class*="bg-"] a {
    color: #fff
}

[class*="icon-bx-"].bg-white a {
    color: inherit
}

[class*="icon-bx-"][class*="border-"] {
    display: table;
    line-height: normal;
    margin-left: auto;
    margin-right: auto
}

[class*="icon-bx-"][class*="border-"] .icon-cell {
    display: table-cell;
    vertical-align: middle
}

.icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ebedf2
}

.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    position: absolute
}

.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icon-bx-wraper.bx-style-2.center .icon-bx-xl {
    margin-left: -75px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-lg {
    margin-left: -60px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-md {
    margin-left: -50px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-sm {
    margin-left: -40px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-xs {
    margin-left: -20px
}

.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.dlab-box,
.dlab-info,
.dlab-tilte,
.dlab-tilte-inner {
    position: relative
}

.dlab-tilte-inner {
    display: inline-block
}

.dlab-tilte-inner.skew-title:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: -1;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg)
}

.dlab-box[class*="border-"],
.dlab-info[class*="border-"] {
    border-color: #eee
}

.dlab-info.border-1,
.dlab-info.border-2,
.dlab-info.border-3,
.dlab-info.border-4,
.dlab-info.border-5 {
    border-top: none
}

.left-border,
.right-border {
    position: relative
}

.left-border:before,
.right-border:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 1px;
    height: 90%;
    background: #CCC
}

.right-border:before {
    right: 0
}

.dlab-media,
.dlab-media,
.dlab-post-media {
    position: relative;
    overflow: hidden
}

.dlab-media img,
.dlab-post-media img {
    width: 100%;
    height: auto
}

.dlab-box-bg {
    overflow: hidden
}

.dlab-box-bg .btn {
    overflow: unset
}

.dlab-box-bg .glyph-icon {
    font-size: 50px
}

.dlab-box-bg .icon-bx-wraper {
    background-color: #f8f8f8
}

.icon-box-btn .btn {
    background-color: #eee;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 15px
}

.dlab-box-bg {
    background-size: cover
}

.dlab-box-bg.active .icon-bx-wraper {
    background-color: rgba(0, 0, 0, .7)
}

.dlab-box-bg .text-primary,
.dlab-box-bg .icon-content .dlab-tilte,
.dlab-box-bg .icon-content p,
.dlab-box-bg .icon-box-btn .btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.dlab-box-bg.active .text-primary,
.dlab-box-bg.active .icon-content .dlab-tilte,
.dlab-box-bg.active .icon-content p,
.dlab-box-bg.active .icon-box-btn .btn {
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.dlab-box-bg .icon-box-btn .btn {
    border-radius: 0;
    color: #1abc9c;
    font-weight: 600;
    margin-bottom: 0
}

.content-box-head {
    border-radius: 50px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    margin-top: -46px;
    padding: 12px 0;
    position: relative;
    z-index: 1
}

.pagination-bx .pagination,
.cvf-universal-pagination .pagination {
    margin: 0
}

.pagination {
    padding: 10px 0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination>li>a,
.pagination>li>span {
    background-color: #fff;
    border: 1px solid #efefef;
    color: #767676;
    padding: 8px 14px;
    font-weight: 400;
    font-family: montserrat;
    font-size: 14px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    border-color: transparent;
    color: #fff
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    border-color: transparent
}

.pagination>.previous>a,
.pagination>.next>a {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500
}

.pagination-sm .pagination>li>a,
.pagination-sm .pagination>li>span .pagination-sm .pagination>.previous>a,
.pagination-sm .pagination>.next>a {
    font-size: 12px;
    padding: 6px 12px
}

.pagination-lg .pagination>li>a,
.pagination-lg .pagination>li>span .pagination-lg .pagination>.previous>a,
.pagination-lg .pagination>.next>a {
    font-size: 18px;
    padding: 10px 20px
}

.pagination-bx.primary .pagination>li>a,
.pagination-bx.primary .pagination>li>span {
    background-color: #1abc9c;
    color: #fff;
    margin: 0 1px;
    border: 0
}

.pagination-bx.primary .pagination>li>a:hover,
.pagination-bx.primary .pagination>li>span:hover,
.pagination-bx.primary .pagination>li.active>span,
.pagination-bx.primary .pagination>li.active>a {
    background-color: #148f77
}

.pagination-bx.rounded .pagination>li>a,
.pagination-bx.rounded .pagination>li>span {
    border-radius: 30px;
    margin: 0 1px
}

.pagination-bx.rounded-sm .pagination>li>a,
.pagination-bx.rounded-sm .pagination>li>span {
    border-radius: 4px;
    margin: 0 1px
}

.pagination-bx .pull-right {
    float: right
}

.pagination-bx .pagination {
    width: 100%
}

.pagination-bx.gray .pagination>li>a,
.pagination-bx.gray .pagination>li>span {
    background-color: #f6f7f8;
    margin: 0 1px;
    border: 0
}

.pagination-bx.gray .pagination>li>a:hover,
.pagination-bx.gray .pagination>li>span:hover,
.pagination-bx.gray .pagination>li.active>span,
.pagination-bx.gray .pagination>li.active>a {
    background-color: #1abc9c;
    box-shadow: 2px 2px 8px 0 rgba(26, 188, 156, .5);
    color: #fff
}

@media only screen and (max-width:991px) {
    .pagination-bx {
        margin-bottom: 30px
    }
}

.dataTables_paginate ul.pagination {
    margin: 0
}

.dataTables_paginate .pagination>li {
    padding: 0
}

.footer-fixed .site-footer {
    position: fixed;
    width: 100%;
    bottom: 0
}

.footer-fixed .page-content {
    position: relative;
    z-index: 1;
    background-color: #fff
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a {
    color: #fff
}

footer p,
footer strong,
footer b,
footer {
    color: #fff
}

footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a {
    color: #fff
}

footer a,
footer a:visited {
    color: #fff
}

footer p a {
    color: #fff
}

footer a:active,
footer a:focus,
footer a:hover {
    color: #fff
}

footer .widget_categories ul li a,
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_pages ul li a,
footer .widget_recent_comments ul li a,
footer .widget_nav_menu li a,
footer .widget_recent_entries ul li a,
footer .widget_services ul li a{
    color: #fff;
}
footer .widget_tag_cloud a {
    background-color: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.2);
    color: #ffffff;
}
footer .widget_tag_cloud a:hover{
    background-color: #fff;
    color: #0d0c08;
}
footer .widget_categories ul li a:hover,
footer .widget_archive ul li a:hover,
footer .widget_meta ul li a:hover,
footer .widget_pages ul li a:hover,
footer .widget_recent_comments ul li a:hover,
footer .widget_nav_menu li a:hover,
footer .widget_recent_entries ul li a:hover,
footer .widget_services ul li a:hover{
    color: rgba(255,255,255,0.5);
}
footer.text-white .widget_categories ul li a,
footer.text-white .widget_archive ul li a,
footer.text-white .widget_meta ul li a,
footer.text-white .widget_pages ul li a,
footer.text-white .widget_recent_comments ul li a,
footer.text-white .widget_nav_menu li a,
footer.text-white .widget_recent_entries ul li a,
footer.text-white .widget_services ul li a,
footer.text-white a,
footer.text-white .footer-bottom,
footer.text-white p,
footer.text-white strong,
footer.text-white b,
footer.text-white .widget .post-title,
footer.text-white .widget-about .dlab-title,
footer.text-white {
    color: #fff
}

footer p {
    margin-bottom: 10px
}

footer p,
footer li {
    font-size: 15px;
    line-height: 22px
}

footer#footer {
    background-position: center;
    background-size: cover
}

footer p {
    line-height: 24px;
    margin-bottom: 10px
}

footer .widget ul {
    list-style: none;
    margin-top: 5px
}

footer .widget_categories ul li,
footer .widget_archive ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_nav_menu li,
footer .widget_recent_entries ul li,
footer .widget_services ul li {
    border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}

footer .widget_services ul li {
    transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    padding: 10px 0 10px 15px
}

footer .widget_services ul li:hover {
    transform: translateX(10px);
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px)
}

.footer-top {
    background: #0d0c08;
    background-size: cover;
    background-position: center;
    padding: 90px 0 30px
}

.footer-bottom {
    background-color: #0d0c08;
    padding: 25px 0;
    color: #A4A4A2;
    border-radius: 0;
    font-size: 14px;
    border-top: 1px solid #1c1a13
}

.footer-bottom ul {
    margin: 0
}

.footer-full .container-fluid {
    padding-left: 50px;
    padding-right: 50px
}
footer .widget_calendar table tbody td {
    background-color: #0d0c08;
    color: #fff;
}
footer .widget_rss ul .rsswidget:focus,
footer .widget_rss ul .rsswidget:hover,
footer .widget_rss ul .rsswidget,
footer .widget_rss ul cite,
footer .widget_recent_comments ul li:before,
footer .widget_recent_comments ul li,
footer .widget_text b,
footer .widget_text strong,
footer .rsswidget.rss-widget-title{
    color: #fff;
}
footer .widget_rss ul li{
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
footer .wp-block-latest-posts li:after,
footer .wp-block-categories-list li:after,
footer .wp-block-archives-list li:after,
footer .widget_categories ul li:after,
footer .widget_archive ul li:before,
footer .widget_meta ul li:before,
footer .widget_pages ul li:before,
footer .widget_nav_menu ul li:before,
footer .widget_recent_entries ul li:before,
footer .widget_services ul li:before{
    background-color: #fff;
}

@media only screen and (max-width:991px) {
    .col-md-3.col-sm-6.footer-col-4:nth-child(3) {
        clear: both
    }
    .footer-full .text-left,
    .footer-full .text-right,
    .footer-full .text-center {
        text-align: center;
        margin-bottom: 30px
    }
    .footer-full .text-right {
        margin-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .footer-clear {
        display: block !important;
        clear: both
    }
    #footer .footer-4-col {
        width: 100%
    }
    .footer-bottom [class*="clo-"] {
        width: 100%
    }
}

.subscribe-form input {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 30px !important;
    height: 50px;
    padding: 10px 20px;
    margin-right: 5px;
    color: #fff;
    font-size: 15px
}

.subscribe-form .btn {
    border-radius: 0 3px 3px 0
}

.subscribe-form input.radius-no {
    border-radius: 0 !important
}

.subscribe-form .btn {
    height: 50px
}

.subscribe-form .input-group-btn {
    padding-left: 10px
}

.map-footer .footer-top {
    padding: 0
}

button.scroltop {
    background: rgba(255, 255, 255, .9) none repeat scroll 0 0;
    border-color: #efbb20;
    border-radius: 20px;
    border-style: solid;
    border-width: 0;
    bottom: 15px;
    box-shadow: 2px 2px 12px -5px #000;
    color: #efbb20;
    cursor: pointer;
    display: none;
    height: 40px;
    line-height: 26px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 999
}

.footer-white {
    border-top: 0 solid #e0e0e0
}

.footer-white .form-control {
    border-color: rgba(0, 0, 0, .1)
}

.footer-white .footer-top {
    background-color: #fdfdfd
}

.footer-white .footer-bottom {
    background-color: #efefef
}

footer.footer-white h1,
footer.footer-white h2,
footer.footer-white h3,
footer.footer-white h4,
footer.footer-white h5,
footer.footer-white h6,
footer.footer-white h1 a,
footer.footer-white h2 a,
footer.footer-white h3 a,
footer.footer-white h4 a,
footer.footer-white h5 a,
footer.footer-white h6 a,
footer.footer-white.site-footer .widget_services ul li a,
footer.footer-white p,
footer.footer-white strong,
footer.footer-white b,
footer.footer-white,
footer.footer-white .footer-bottom,
footer.footer-white .footer-bottom a {
    color: #000
}

.footer-white .footer-bottom {
    border: 0
}

.footer-white .widget_getintuch i {
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid rgba(0, 0, 0, 0);
    font-size: 20px
}

.footer-contact-info {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.footer-gray .footer-top,
.footer-gray .footer-bottom {
    background-color: #292929
}

.footer-gray-1 .footer-top,
.footer-gray-1 .footer-bottom {
    background-color: #1A1A1A
}

.site-footer .icon-bx-wraper {
    overflow: hidden
}

.site-footer .icon-content {
    overflow: unset
}

.site-footer .dlab-tilte {
    position: inherit
}

.site-footer .btn.circle {
    color: #fff;
    font-size: 16px
}

@media only screen and (max-width:480px) {
    footer .footer-info-bar .col-xs-6,
    footer .footer-contact-info .col-xs-6 {
        width: 100%
    }
}

.page-wraper {
    background: #fff
}

.gray-layout.page-wraper .main-bar,
.gray-layout.page-wraper .bg-white,
.gray-layout.page-wraper {
    background: #F7F9FB !important
}

.page-content {
    margin-top: 0;
    padding-bottom: 0
}

.content-area {
    padding-top: 60px
}

.section-full {
    position: relative
}

.section-head {
    margin-bottom: 30px
}

.section-head.no-margin {
    margin-bottom: 0
}

.section-head h1,
.section-head h2,
.section-head h3 {
    margin-top: 0
}

.title-small {
    display: block;
    color: #494949;
    margin-bottom: 15px
}

.section-head p {
    padding-top: 10px;
    font-size: 16px;
    color: #0f192d
}

.text-center.section-head p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px
}

.text-white {
    color: #FFF
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small {
    color: #FFF
}

@media only screen and (max-width:1024px) {
    .section-full {
        background-attachment: scroll !important
    }
}

@media only screen and (max-width:991px) {
    .page-content {
        margin-top: 0
    }
}

.page-notfound {
    padding: 50px 0
}

.page-notfound strong {
    font-size: 200px;
    font-weight: 900;
    line-height: 140px;
    display: block
}

.page-notfound strong i {
    font-size: 190px;
    margin: 0 10px
}

.page-notfound .searchform {
    position: relative;
    text-align: left;
    max-width: 420px;
    margin: 30px auto
}

@media only screen and (max-width:767px) {
    .page-notfound strong i,
    .page-notfound strong {
        font-size: 120px
    }
}

.sticky {
    clear: both
}

.gallery-caption {
    clear: both
}

.bypostauthor {
    clear: both
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.dlab-gallery-listing {
    list-style: none;
    margin-bottom: 0
}

#bg {
    background-attachment: fixed;
    background-size: cover
}

.boxed .page-wraper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.boxed .tp-banner-container,
.boxed .rev_slider_wrapper {
    left: 0 !important;
    width: 100% !important
}

.boxed .tp-rightarrow {
    right: 0 !important
}

.boxed .tp-leftarrow {
    left: 0 !important
}

.boxed.footer-fixed .site-footer {
    left: 50%;
    width: 1200px;
    margin: 0 -600px
}

.boxed .is-fixed .main-bar {
    left: 50%;
    width: 1200px;
    margin: 0 -600px
}

.boxed .is-fixed.header-curve .logo-header:after {
    right: auto;
    left: -15px;
    width: 90%
}

.frame {
    padding: 30px
}

.frame .page-wraper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.frame .tp-banner-container,
.frame .rev_slider_wrapper {
    left: 0 !important;
    width: 100% !important
}

.frame .tp-rightarrow {
    right: 0 !important
}

.frame .tp-leftarrow {
    left: 0 !important
}

.frame .is-fixed .main-bar {
    left: 0;
    width: 100%;
    margin: 0
}

.frame .is-fixed.header-curve .logo-header:after {
    right: auto;
    left: -15px;
    width: 90%
}

.frame button.scroltop {
    right: 50px;
    bottom: 50px
}

@media only screen and (max-width:1024px) {
    .frame {
        padding: 0
    }
    .frame button.scroltop {
        right: 15px;
        bottom: 15px
    }
}

.owl-imgbx,
.ow-portfolio-img {
    position: relative
}

.ow-entry-content {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #eee;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 5px
}

.ow-entry-title {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0
}

.ow-entry-title,
.ow-entry-title a {
    color: #3d474a
}

.ow-entry-text p:last-child {
    margin: 0
}

.btn-quantity {
    width: 150px
}

.product-description.dex-tabs.border-top .nav-tabs>li.active>a {
    border-top: 2px solid #efbb20
}

.product-description.dex-tabs .nav-tabs>li>a i {
    color: #efbb20
}

.dex-tabs.bg-tabs .nav-tabs>li>a {
    background-color: #fcfcfc
}

.btn-quantity.style-1 {
    width: 130px;
    border: 1px solid #e0e0e0
}

.btn-quantity.style-1 input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    font-size: 14px;
    padding: 0 45px;
    text-align: center;
    color: #201f22
}

.btn-quantity.style-1 .input-group-btn-vertical button:last-child,
.btn-quantity.style-1 .input-group-btn-vertical button:first-child {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    position: absolute;
    height: 45px;
    top: 0;
    width: 40px;
    padding: 0;
    z-index: 2;
    margin: 0
}

.btn-quantity.style-1 .input-group-btn-vertical button:hover {
    background-color: transparent
}

.btn-quantity.style-1 .input-group-btn-vertical button:first-child {
    right: 0
}

.btn-quantity.style-1 .input-group-btn-vertical button:last-child {
    left: 0
}

.btn-quantity.style-1 .bootstrap-touchspin .input-group-btn-vertical i {
    color: #201f22;
    font-size: 8px;
    position: unset;
    line-height: 25px
}

.btn-quantity.style-1 .input-group {
    position: relative
}

.btn-quantity.style-1 .bootstrap-touchspin .input-group-btn-vertical {
    position: unset
}

ol.commentlist {
    list-style: none;
    margin: 0
}

ol.commentlist li {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    background: #F7F8FA;
    padding: 20px;
    border: 1px dashed #EEE
}

ol.commentlist li img {
    float: left;
    border: 5px solid #FFF;
    width: 80px;
    height: auto
}

ol.commentlist li .comment-text {
    padding-left: 100px
}

ol.commentlist li .meta {
    margin-bottom: 5px
}

ol.commentlist li .meta strong {
    font-size: 16px
}

ol.commentlist li .meta .time {
    color: #999;
    display: block;
    font-size: 14px
}

ol.commentlist li .description p {
    margin: 0
}

ol.commentlist li .star-rating {
    position: absolute;
    top: 20px;
    right: 20px
}

.comment-reply-title {
    margin-top: 0
}

.comment-form [class*="comment-form"] {
    width: 50%;
}
.comment-form label {
    display: block
}

.comment-form [class*="comment-form"] input,
.comment-form [class*="comment-form"] textarea {
    border: 1px solid #CCC;
    padding: 8px 10px;
    width: 100%
}

.comment-form {
    margin: 0 -15px
}

.comment-form [class*="comment-form"],
.comment-form .form-submit {
    margin-bottom: 20px;
    padding: 0 15px
}

.comment-form .form-submit input:active,
.comment-form .form-submit input:focus,
.comment-form .form-submit input:hover {
    background: #037a85
}

.dlab-quik-search {
    background-color: rgba(20, 21, 22, .95) !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    overflow: hidden
}

.dlab-quik-search.On form {
    transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    max-width: 1200px;
    opacity: 1;
    border-bottom: 2px solid #000
}

.dlab-quik-search form {
    width: 100%;
    max-width: 100px;
    margin: auto;
    position: relative;
    top: 50%;
    transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    opacity: 0
}

.dlab-quik-search .form-control {
    padding: 15px 60px 15px 15px;
    width: 100%;
    height: 90px;
    border: none;
    background: none;
    color: #fff;
    font-size: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    font-family: Montserrat;
    text-align: center
}

.dlab-quik-search .form-control::-moz-placeholder {
    color: #706e6e
}

.dlab-quik-search .form-control:-moz-placeholder {
    color: #706e6e
}

.dlab-quik-search .form-control:-ms-input-placeholder {
    color: #706e6e
}

.dlab-quik-search .form-control::-webkit-input-placeholder {
    color: #706e6e
}

.dlab-quik-search span {
    position: absolute;
    right: 15px;
    top: 40px;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 35px
}

.form-box1 .form-control {
    height: 50px;
    padding: 15px 20px;
    font-size: 16px;
    text-transform: capitalize;
    border: 2px solid rgba(0, 0, 0, .05)
}

.form-box1 textarea.form-control {
    height: 150px
}

.form-box1 .form-control:focus,
.form-box1 .form-control:hover {
    border: 2px solid rgba(0, 0, 0, .2)
}

#gmap_canvas {
    width: 100%;
    height: 400px
}

#gmap_canvas img {
    max-width: none !important;
    background: none !important
}

.fb-btn {
    background-color: #4867AA
}

.tw-btn {
    background-color: #1DA1F2
}

.gplus-btn {
    background-color: #DC4A38
}

.pin-btn {
    background-color: #CC2127
}

.link-btn {
    background-color: #0274B3
}

.dlab-social-icon.dlab-social-icon-lg li a {
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px
}

.dlab-media.dlab-media-left .dlab-info-has,
.dlab-media.dlab-media-top .dlab-info-has,
.dlab-media.dlab-media-right .dlab-info-has {
    bottom: auto;
    margin-bottom: 0;
    top: 0
}

.dlab-media.dlab-media-top .dlab-info-has {
    margin-top: -100px
}

.dlab-media.dlab-media-top:hover .dlab-info-has,
.dlab-box:hover .dlab-media.dlab-media-top .dlab-info-has {
    margin-top: 0
}

.dlab-media.dlab-media-left .dlab-info-has {
    left: 0;
    padding: 15px;
    width: auto;
    margin-left: -60px
}

.dlab-media.dlab-media-left:hover .dlab-info-has {
    margin-left: 0
}

.dlab-media.dlab-media-left .dlab-social-icon li {
    display: block;
    margin: 3px 0
}

.dlab-media.dlab-media-right .dlab-info-has {
    right: 0;
    padding: 15px;
    width: auto;
    left: auto;
    margin-right: -60px
}

.dlab-media.dlab-media-right:hover .dlab-info-has {
    margin-right: 0
}

.dlab-media.dlab-media-right .dlab-social-icon li {
    display: block;
    margin: 3px 0
}

.rounded-team .round-box {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    left: 0;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 195px;
    height: 195px;
    border-radius: 100%;
    overflow: hidden;
    padding: 10px;
    display: block;
    border: 1px solid #fff
}

.rounded-team .team-mamber {
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
    border-radius: 100%;
    background-color: #fff
}

.rounded-team .team-mamber img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.rounded-team .sosial-icon-team {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 100%;
    display: block;
    height: 195px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: 0;
    width: 195px;
    margin-right: -97px
}

.rounded-team .sosial-icon-team ul.rounde-team-social-icon li a,
.rounded-team .sosial-icon-team ul li {
    width: 100%;
    display: block;
    color: #fff
}

.rounded-team .sosial-icon-team ul.rounde-team-social-icon {
    margin-right: -5px;
    margin-top: 28px;
    width: 80px;
    float: right
}

.rounded-team {
    position: relative
}

.rounded-team:hover .sosial-icon-team {
    margin-right: -117px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.rounded-team:hover .round-box {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    ;
    left: -20px
}

.rounded-team .team-info {
    border-color: #d3d3d3;
    margin-top: -27px
}

.rounded-team .team-social-btn ul li a {
    background-color: silver
}

.rounded-team .rounde-team-social-icon li a {
    color: #fff;
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px
}

.team-box-type {
    border: 1px solid rgba(0, 0, 0, .1)
}

.team-mamber-img,
.team-info-box {
    width: 50%
}

.team-info-box {
    padding: 20px
}

.team-mamber-img,
.team-info-box {
    display: table-cell;
    vertical-align: middle
}

.team-box-type,
.team-info-box {
    overflow: hidden
}

.team-p-info {
    list-style: none;
    padding: 0;
    margin: 0
}

.team-p-info li {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 5px 0;
    color: #404040
}

@media only screen and (max-width:767px) {
    .team-mamber-img,
    .team-info-box {
        width: 100%;
        display: block
    }
    .dlab-quik-search .form-control {
        font-size: 18px;
        height: 70px
    }
    .dlab-quik-search span {
        font-size: 18px;
        right: 30px;
        top: 39px
    }
}

.sidenav.cs-sidenav {
    width: 800px;
    right: -820px;
    left: auto
}

.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 9;
    top: 0;
    left: -320px;
    background-color: #fff;
    overflow-x: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
    border: 0 none;
    border-radius: 0
}

.sidenav>ul li a {
    padding: 10px 15px;
    display: block;
    border-color: #ebebeb;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600
}

.sidenav>ul li a:hover {
    color: #fff
}

.sidenav .logo-header {
    height: auto;
    padding: 15px;
    width: 100%
}

.button-side-nav {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, .4);
    font-size: 17px;
    cursor: pointer
}

.sidenav .closebtn {
    color: #fff;
    font-size: 24px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
    z-index: 9
}

#main {
    transition: margin-left .5s;
    -moz-transition: margin-left .5s;
    -webkit-transition: margin-left .5s;
    -o-transition: margin-left .5s
}

@media only screen and (max-width:800px) {
    .sidenav.cs-sidenav {
        width: 100%
    }
}

#particles-js .container {
    z-index: 2
}

.particles-js-canvas-el {
    position: absolute;
    top: 0;
    z-index: 1
}

#loading-area {
    width: 100%;
    height: 100%;
    background-color: #141516;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    background-image: url(images/loading.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center
}

.dlab-social-icon.dlab-social-icon-lg li a {
    color: #fff;
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px
}

.dlab-social-icon-lg.dlab-social-icon li {
    display: inline-block;
    font-size: 12px;
    padding: 0
}

.dlab-social-icon-lg.dlab-social-icon.border li a {
    border: 1px solid rgba(255, 255, 255, .05)
}

.contact-style-1 input {
    height: 50px
}

.contact-style-1 .btn {
    height: 50px;
    width: 100%
}

.contact-style-1 .form-control {
    padding: 10px 20px
}

.contact-style-1 .form-control:focus,
.contact-style-1 .form-control:hover {
    border-color: silver
}

.contact-style-1 h2 {
    margin-top: 0
}

.contact-style-1 .border-1 {
    border: 1px solid #eee
}

.contact-style-1 .dlab-social-icon-lg {
    border-top: 1px solid #eee;
    padding-top: 20px;
    text-align: left;
    width: 100%;
    margin: 0
}

.contact-style-1 .dlab-social-icon-lg a {
    text-align: center
}

.contact-style-1 .dlab-social-icon-lg li a:hover {
    background: #fff;
    color: #000;
    border: 1px solid #eee
}

.contact-style-1 .form-group {
    margin-bottom: 25px
}

.shop-form .form-control,
.shop-form .bootstrap-select .dropdown-toggle {
    border-width: 1px;
    border-radius: 0
}

.shop-form .bootstrap-select .dropdown-toggle {
    border-width: 2px !important
}

.shop-form p {
    font-weight: 500;
    color: #a3a3a3
}

.shop-form textarea {
    height: 150px
}

.shop-form .form-control:hover,
.shop-form .form-control:focus,
.shop-form .bootstrap-select:focus .dropdown-toggle,
.shop-form .bootstrap-select:hover .dropdown-toggle {
    border-color: #636363 !important
}

.check-tbl img {
    width: 80px
}

.check-tbl th {
    font-weight: 700;
    font-size: 15px;
    padding: 10px
}

.check-tbl td {
    font-weight: 600;
    padding: 10px
}

.check-tbl.table>tbody>tr>td,
.check-tbl.table>tbody>tr>th,
.check-tbl.table>tfoot>tr>td,
.check-tbl.table>tfoot>tr>th,
.check-tbl.table>thead>tr>td,
.check-tbl.table>thead>tr>th {
    vertical-align: middle
}

.product-price,
.check-tbl .product-price,
.product-price-total,
.check-tbl .product-price-total,
.check-tbl .product-item-price {
    font-weight: 700
}

.product-item-close a {
    background: transparent;
    color: #f54233;
    padding: 8px;
    border-radius: 30px
}

.product-item-close a:hover {
    opacity: .5
}

.item-img {
    overflow: hidden;
    position: relative
}

.item-img img {
    width: 100%
}

.item-info-in {
    bottom: -20%;
    padding: 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.2s;
    opacity: 0
}

.item-box:hover .item-info-in {
    opacity: 1;
    bottom: 0
}

.item-info-in ul li {
    display: inline-block
}

.item-info-in ul li a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 5px 10px
}

.item-info-in ul,
.item-review {
    margin: auto;
    padding: 0;
    list-style: none
}

.item-review li {
    display: inline-block;
    font-size: 15px
}

.item-price del {
    font-size: 16px;
    font-weight: 400;
    opacity: .4
}

.item-price {
    font-family: open sans;
    font-size: 18px;
    font-weight: 600
}

.item-info-in.center {
    bottom: auto;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.item-box:hover .item-info-in.center {
    top: 50%;
    bottom: auto
}

.item-info-in.no-bg {
    background-color: rgba(0, 0, 0, 0)
}

.item-info-in.no-bg.tb a {
    color: #000
}

.item-info-in.no-bg.tb a:hover {
    color: #000;
    opacity: .8
}

.item-info-in.left {
    width: auto;
    padding: 10px
}

.item-info-in.left ul li {
    display: block
}

.item-info-in.right {
    width: auto;
    padding: 10px;
    right: 0;
    left: auto
}

.item-info-in.right ul li {
    display: block
}

.item-info-in.top {
    width: auto;
    padding: 10px;
    top: -20%;
    left: 0;
    bottom: auto;
    height: auto
}

.item-box:hover .item-info-in.top,
.item-img:hover .item-info-in.top,
.item-box:hover .item-info-in.top.right,
.item-img:hover .item-info-in.top.right {
    top: 0
}

.item-img:hover .item-info-in.top,
.item-box:hover .item-info-in.top {
    bottom: auto
}

.item-info-in.top.right ul li {
    display: block
}

.item-info-in.top.right {
    width: auto;
    padding: 10px;
    top: -20%;
    right: 0;
    bottom: auto;
    left: auto
}

.item-info-in.full {
    height: 100%
}

.item-info-in.full ul li {
    display: block;
    width: 100%
}

.item-info-in.full ul,
.item-info-in.full .center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.item-add {
    outline: 8px solid rgba(255, 255, 255, .5);
    outline-offset: -20px;
    position: relative;
    overflow: hidden
}

.add-box {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.add-box h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.add-box h5 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.item-add.add-style-2 {
    outline: 8px solid rgba(0, 0, 0, .1)
}

.item-add.add-style-2 img {
    opacity: .05
}

.item-add.add-style-2 .add-box h2,
.item-add.add-style-2 .add-box h5 {
    text-shadow: none
}

.item-add.add-style-3 {
    outline: none
}

.item-add.add-style-3 h5,
.item-add.add-style-3 h2 {
    text-shadow: none
}

.item-add.add-style-3 h2 {
    font-size: 30px;
    margin: 0
}

.item-add.add-style-3 .add-box .add-box-in {
    background-color: rgba(255, 255, 255, .9);
    padding: 20px 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.item-add.add-style-3 .add-box .add-box-in.black {
    background-color: rgba(0, 0, 0, .8)
}

.item-add.add-style-3:hover .add-box-in {
    padding: 30px 40px
}

.shop-item-rating {
    position: absolute;
    top: 0;
    right: 0
}

.shop-item-rating span {
    display: block;
    text-align: right;
    margin-bottom: 10px
}

.shop-item-tage span {
    font-size: 15px;
    font-weight: 600
}

.shop-item-tage a {
    font-weight: 600;
    margin-left: 7px
}

.outline-hv {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    outline: 10px solid rgba(255, 255, 255, .5)
}

.item-box:hover .outline-hv,
.outline-hv:hover {
    outline: 10px solid rgba(255, 255, 255, .5);
    outline-offset: -30px
}

.product-item .dlab-info {
    border-top: 1px solid #e9e9e9
}

.product-item .dlab-box {
    border: 1px solid #e9e9e9;
    position: relative
}

.product-item .sale:after {
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #8f0000;
    bottom: -4px;
    content: "";
    position: absolute;
    right: 0
}

.product-item .sale {
    position: absolute;
    right: -5px;
    top: 10px;
    z-index: 2
}

.product-item .overlay-icon {
    bottom: 0;
    top: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.product-item:hover .overlay-icon {
    bottom: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.product-item:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.product-item .overlay-icon a i {
    background-color: #efbb20;
    color: #fff
}

.product-item:hover .dlab-box,
.product-item:hover .dlab-info {
    border-color: #d0d0d0
}

.add-product .dlab-info-has.bg-black {
    background-color: rgba(0, 0, 0, .4)
}

.add-product .dlab-info-has {
    top: 0
}

.add-product del {
    opacity: .6
}

.product-service .icon-bx-wraper {
    border: 0
}

.product-item del {
    color: #b0b0b0;
    font-size: 18px;
    margin-top: 0;
    position: relative;
    top: -1px
}

.item-widgets-box,
.item-widgets-body {
    overflow: hidden
}

.item-widgets-box {
    margin-top: 15px
}

.item-widgets-box:first-child {
    margin-top: 0
}

.item-widgets-left {
    padding-right: 15px
}

.item-widgets-left img {
    width: 80px
}

.item-widgets-left,
.item-widgets-body,
.item-widgets-right {
    display: table-cell;
    vertical-align: middle
}

.item-widgets-body .item-title,
.item-widgets-body .item-price del {
    font-size: 15px
}

.product-item-size .btn {
    background-color: #f3f3f3;
    border: 0 solid #e0e0e0;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    width: 40px;
    margin-right: 4px
}

.product-item-size .btn.active {
    background-color: #1abc9c;
    box-shadow: none;
    color: #fff
}

.product-item-size.size-sm .btn {
    font-size: 11px;
    height: 25px;
    line-height: 23px;
    width: 25px
}

.product-item-size.size-lg .btn {
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    width: 50px
}

.product-item-color .btn {
    border: 0 none;
    border-radius: 30px !important;
    height: 30px;
    opacity: .5;
    padding: 0;
    width: 30px;
    border: 2px solid rgba(0, 0, 0, .1);
    margin-right: 5px
}

.product-item-color .btn.active {
    border: 2px solid rgba(0, 0, 0, .3);
    box-shadow: none;
    opacity: 1
}

.product-item-color.size-sm .btn {
    height: 20px;
    width: 20px
}

.product-gallery.on-show-slider {
    position: relative
}

.sticky-top,
.sticky-top>.side-bar {
    position: sticky;
    position: -webkit-sticky;
    top: 100px
}

.download-file ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.download-file ul li {
    display: block;
    margin-bottom: 10px
}

.download-file ul li a {
    background: #e0e0e0 none repeat scroll 0 0;
    color: #000;
    display: block;
    padding: 15px 20px
}

.download-file ul li a span {
    margin-right: 10px
}

.site-footer .widget_getintuch {
    padding-top: 0
}

.content-inner {
    padding-top: 70px;
    padding-bottom: 40px
}

.content-inner-1 {
    padding-top: 70px;
    padding-bottom: 0
}

.content-inner-2 {
    padding-top: 70px;
    padding-bottom: 70px
}

.content-inner-3 {
    padding-top: 30px
}

.content-inner-4 {
    padding-top: 0;
    padding-bottom: 80px
}

.testimonial-five .owl-controls {
    margin-top: 0
}

.dis-tbl {
    display: table
}

.dis-tbl-cell {
    display: table-cell;
    vertical-align: middle
}

.dis-tbl-cell-t {
    display: table-cell;
    vertical-align: top
}

.dis-tbl-cell-b {
    display: table-cell;
    vertical-align: bottom
}

.img-cover {
    object-fit: cover;
    width: 100%
}

.row.sp40,
.sp40 {
    margin-left: -20px;
    margin-right: -20px
}

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

.row.sp20,
.sp20 {
    margin-left: -9px;
    margin-right: -9px
}

.row.sp20 [class*="col-"],
.sp20 [class*="col-"] {
    padding-left: 9px;
    padding-right: 9px
}

.row.sp15,
.sp15 {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.row.sp15 [class*="col-"],
.sp15 [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px
}

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

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

@media only screen and (max-width:991px) {
    .sticky-top {
        position: unset
    }
    .side-bar.p-l20{
        padding-left: 0;
    }
}

@media only screen and (max-width:767px) {
    .content-area {
        padding-top: 30px
    }
    .page-content {
        padding-bottom: 30px
    }
    .footer-top {
        padding-top: 30px
    }
    .site-footer .widget {
        margin-bottom: 25px
    }
    .section-full:last-child {
        margin-bottom: -30px
    }
    .content-inner {
        padding-bottom: 20px;
        padding-top: 30px
    }
    .content-inner-1 {
        padding-top: 30px;
        padding-bottom: 0
    }
    .content-inner-2 {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .section-head {
        margin-bottom: 25px
    }
    .dlab-project-left {
        padding-top: 30px
    }
    .testimonial-section {
        padding-top: 30px
    }
    .testimonial-section .owl-controls {
        margin-top: 20px
    }
    .section-head p {
        padding-top: 0
    }
    .h3 {
        font-size: 28px;
        margin-top: 10px
    }
    .about-service .icon-bx-wraper:nth-child(2) {
        margin-top: 0
    }
    .side-bar {
        margin-bottom: 30px
    }
    .dlab-post-title .post-title {
        margin-top: 10px
    }
    .footer-info-box .newsletter {
        margin-bottom: 10px
    }
    ol.commentlist li .star-rating {
        position: unset
    }
    .comment-form [class*="comment-form"] {
        width: 100%
    }
    .pricingtable-wrapper {
        margin-bottom: 30px
    }
    .pricingtable-highlight {
        margin: 0
    }
    .disnone-md {
        display: none
    }
}

.slide-item {
    position: relative
}

.slide-item .slide-content {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.slide-item-img img {
    object-fit: cover
}

.slide-content-box {
    position: relative;
    top: 30%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
    -o-transition: all 1s ease 0.5s;
    -moz-transition: all 1s ease 0.5s
}

.owl-slider-banner .owl-theme .owl-dots {
    margin-top: 0;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 25px;
    color: rgba(255, 255, 255, .5)
}

.owl-slider-banner .owl-theme .owl-dots .owl-dot span {
    height: 9px;
    width: 9px;
    margin: 0;
    background-color: rgba(0, 0, 0, .2)
}

.owl-slider-banner .owl-theme .owl-dots .owl-dot {
    border: 1px solid;
    border-radius: 20px;
    display: inline-block;
    margin: 4px;
    padding: 4px
}

.owl-slider-banner .owl-theme .owl-dots .owl-dot.active,
.owl-slider-banner .owl-theme .owl-dots .owl-dot:hover {
    border: 1px solid #FF3B68
}

.owl-slider-banner .owl-item .slide-content-box {
    opacity: 0
}

.owl-slider-banner .owl-item.active .slide-content-box {
    opacity: 1;
    transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    top: 50%
}

.shop-categories .acod-head a {
    border-width: 0 0 2px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
    border-radius: 0
}

.shop-categories .acod-body {
    border-width: 0
}

.shop-categories .acod-content {
    margin: 15px 0 15px
}

.shop-categories .acod-head a.collapsed:after,
.shop-categories .acod-head a:after {
    font-family: open sans;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    right: 5px
}

.shop-categories .acod-head a:after {
    content: "--"
}

.shop-categories .acod-head a.collapsed:after {
    content: "+"
}

.product-brand .search-content {
    display: block;
    margin-bottom: 0;
    padding: 10px 0
}

.product-brand .search-content .search-content-area {
    margin-bottom: 0
}

.price .amount {
    border: 0 none;
    color: #999b9d;
    font-weight: 400;
    margin-top: 15px;
    padding: 0;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-family: 'Inconsolata', monospace;
    letter-spacing: 1px
}

.price .ui-widget-content {
    margin: 0 5px
}

.container-fluid.wide {
    padding-left: 30px;
    padding-right: 30px
}

.shop-account .form-control {
    background: #efefef none repeat scroll 0 0;
    border: 0 none;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .05);
    font-size: 14px;
    height: 50px;
    padding: 0 20px
}

.shop-account .btn.button-lg {
    font-size: 14px;
    font-weight: 700;
    padding: 14px 30px;
    text-transform: uppercase
}

.shop-account .border-1 {
    border-color: #dfdfdf
}

.shop-account .form-control:focus {
    box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, .05);
    background-color: #fff
}

.g-recaptcha,
#rc-imageselect {
    transform: scale(.99);
    -webkit-transform: scale(.99);
    -moz-transform: scale(.99);
    -o-transform: scale(.99);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

@media screen and (max-width:575px) {
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(.77);
        -moz-transform: scale(.77);
        -o-transform: scale(.77);
        -webkit-transform: scale(.77);
        transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

.recaptcha-box {
    height: 60px
}

.g-recaptcha>div {
    width: 250px !important
}

@media screen and (max-width:991px) {
    .mo-left .header-nav.nav-dark {
        background-color: #141516
    }
    .mo-left .header-nav {
        overflow: scroll;
        position: fixed;
        width: 280px;
        left: -280px;
        height: 100vh !important;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        top: 0;
        background-color: #000;
        margin: 0;
        z-index: 99
    }
    .mo-left .header-nav li.open a {
        position: relative
    }
    .navbar-nav {
        overflow-x: unset;
        height: 100%
    }
    .mo-left .header-nav.show {
        left: -1px;
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        margin: 0;
        width: 280px;
        border: 0
    }
    .mo-left .is-fixed .header-nav .nav {
        height: auto
    }
    .mo-left .navbar-toggler.open:after {
        background-color: rgba(0, 0, 0, .6);
        content: "";
        height: 100%;
        left: 0;
        position: fixed;
        right: -20px;
        top: -63px;
        transform: scale(100);
        -o-transform: scale(100);
        -moz-transform: scale(100);
        -webkit-transform: scale(100);
        width: 100%;
        z-index: -1;
        transition: all 0.5s;
        transform-origin: top right;
        margin: 0 0 0 20px;
        -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, .6);
        box-shadow: 0 0 0 1000px rgba(0, 0, 0, .6)
    }
    .mo-left .header-nav .logo-header {
        display: block;
        float: none;
        height: auto;
        max-width: 100%;
        padding: 30px 15px;
        width: 100%
    }
    .mo-left .header-nav .logo-header img {
        max-width: unset;
        width: 180px
    }
    .mo-left .navbar-toggler.open span {
        background: #fff
    }
}

.theme-btn {
    background-color: #fff;
    border-radius: 40px;
    bottom: 10px;
    color: #fff;
    display: table;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999
}

.theme-btn i {
    font-size: 22px;
    line-height: 50px
}

.theme-btn.bt-support-now {
    background: #1ebbf0;
    background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    background: -webkit-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    background: linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ebbf0', endColorstr='#39dfaa', GradientType=1);
    bottom: 70px
}

.theme-btn.bt-buy-now {
    background: #1fdf61;
    background: -moz-linear-gradient(top, #A3D179 0%, #88BA46 100%);
    background: -webkit-linear-gradient(top, #A3D179 0%, #88BA46 100%);
    background: linear-gradient(to bottom, #A3D179 0%, #88BA46 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1fdf61', endColorstr='#88BA46', GradientType=0)
}

.theme-btn:hover {
    color: #fff;
    padding: 0 20px
}

.theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    text-transform: uppercase
}

.theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px
}

.at-expanding-share-button[data-position="bottom-left"] {
    bottom: 130px !important
}

.filter-mobile {
    display: none;
    border: 1px solid rgba(0, 0, 0, .1);
    align-items: center;
    text-align: center;
    position: sticky;
    top: 80px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

.filter-mobile .filter-bx:first-child {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.filter-mobile .filter-bx {
    width: 50%;
    padding: 10px
}

.filter-btn {
    color: #404040;
    font-weight: 600;
    border: 2px solid rgba(0, 0, 0, .1);
    padding: 3px 10px;
    border-radius: 4px
}

.filter-btn:hover {
    background-color: #000;
    color: #fff
}

.filter-btn i {
    margin-right: 5px
}

.filter-bx .bootstrap-select .dropdown-toggle {
    max-width: 100px
}

.filter-bx .bootstrap-select .dropdown-toggle {
    border: 2px solid rgba(0, 0, 0, .1) !important;
    border-radius: 4px;
    padding: 2px 10px;
    color: #404040;
    font-weight: 600;
    height: 32px
}

.filter-bx .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 9px
}

.filter-btn.close {
    display: none;
    opacity: 0
}

@media only screen and (max-width:991px) {
    .item-info-in ul li a {
        font-size: 14px;
        padding: 5px
    }
    .item-review li {
        font-size: 13px
    }
    .filter-on .filter-btn.close {
        border: 0;
        z-index: 1;
        position: fixed;
        right: 10px;
        top: 10px;
        color: #fff;
        opacity: 1;
        font-size: 18px;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        opacity: 1
    }
    .filter-btn.close:hover {
        background: rgba(255, 255, 255, .1)
    }
    .filter-mobile {
        display: flex;
        margin-bottom: 30px
    }
    .filter-left {
        padding: 20px 20px;
        width: 280px;
        position: fixed !important;
        left: -310px;
        top: 0;
        background: #fff;
        z-index: 9999999;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
        overflow-y: scroll;
        height: 100%;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s
    }
    .filter-left.filter-on {
        left: 0
    }
    .filter-bar {
        top: 80px;
        position: sticky;
        z-index: 999
    }
    .filter-bar.sticky-top .side-bar {
        z-index: 9;
        top: 0;
        position: unset
    }
    .sticky-top.filter-bar {
        z-index: 99999999;
        top: 80px;
        position: sticky
    }
    .filter-left:after {
        content: "";
        position: fixed;
        width: 0;
        background: #000;
        height: 100%;
        z-index: -1;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s
    }
    .filter-left.filter-on:after {
        width: 1000px;
        left: 280px;
        opacity: .8
    }
}

@media only screen and (max-width:767px) {
    .sp10-sm .row,
    .row.sp10-sm,
    .sp10-sm {
        margin-left: -8px;
        margin-right: -8px
    }
    .row.sp10-sm [class*="col-"],
    .sp10-sm [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px
    }
    .logo-header {
        margin-right: 15px
    }
    .slider-carousel {
        padding: 15px 0 40px
    }
}

.header-full .main-bar {
    padding: 0 0;
    transition: all 0.5s
}

.header-full .is-fixed .main-bar {
    padding: 0
}

.dlab-quik-search.search-style-1 {
    width: 100%;
    background-color: #fff !important;
    color: #000
}

.dlab-quik-search.search-style-1 .form-control,
.dlab-quik-search.search-style-1 .form-control::placeholder,
.dlab-quik-search.search-style-1 .form-control::-moz-placeholder {
    color: #000
}

.extra-cell ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.extra-cell ul li {
    display: inline-block
}

.extra-cell ul li .btn-link {
    padding: 0 0 0 20px;
    margin-left: 10px;
    position: relative;
    cursor: pointer
}

.extra-cell ul li .btn-link:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #000;
    left: 0;
    top: 0;
    opacity: .1
}

.extra-cell ul li a {
    padding: 0 8px
}

.extra-cell ul li a,
.extra-cell ul li .btn-link {
    color: #000;
    font-size: 16px;
    color: #000
}

.extra-cell ul li .btn-link i {
    margin-left: 0
}

.social-menu {
    display: none
}

.header-nav .nav>li.post-slider .mega-menu,
.has-mega-menu.post-slider .mega-menu {
    display: block;
    padding: 20px;
    width: 1170px;
    max-width: 1170px;
    margin: auto
}

.header-content-bx {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.header-content-bx .header-nav {
    position: unset
}

.post-slider .post-title {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600
}

.post-slider .dlab-post-meta ul li {
    font-size: 12px
}

.post-slider .dlab-post-title .post-title {
    margin-top: 5px
}

.post-slider .dlab-post-meta {
    margin-bottom: 5px
}

.post-slider .dlab-post-info {
    padding: 10px 10px 0
}

.post-slider .owl-prev,
.post-slider .owl-next {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    background: #DFDFDF;
    color: #000;
    line-height: 28px;
    padding: 0;
    text-align: center;
    margin: 0 2px
}

.post-slider .owl-prev:hover,
.post-slider .owl-next:hover {
    background: #000;
    color: #fff
}

.post-slider .owl-prev i,
.post-slider .owl-next i {
    font-size: 18px
}

.header-post-title {
    margin-bottom: 15px
}

.header-post-title h4 {
    text-transform: capitalize;
    font-weight: 500;
    margin: 0
}

.post-slider .blog-post {
    margin-bottom: 0
}

.post-slider .owl-nav {
    position: absolute;
    right: -2px;
    top: -45px
}

.header-nav .nav>li.post-slider.life-style .mega-menu,
.has-mega-menu.post-slider.life-style .mega-menu {
    padding: 0
}

.life-style-bx {
    display: flex
}

.life-style-tabs {
    width: 172px;
    position: relative;
    z-index: 1;
    padding: 20px 0 20px 0
}

.life-style-post {
    width: 998px
}

.life-style-post-bx {
    padding: 30px 30px
}

.life-style-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.life-style-post-bx {
    display: none
}

.life-style-post-bx.show {
    display: block
}

.life-style-tabs ul li a {
    font-weight: 500;
    font-size: 12px;
    padding: 10px 25px;
    display: block;
    text-align: left
}

.life-style-tabs ul li a.active {
    background: #f2f2f2;
    color: #201f22
}

.header-nav .nav>li:hover>a {
    position: relative
}

.header-nav .nav>li:hover>a:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    bottom: -6px;
    position: absolute;
    left: 30px;
    transform: rotate(45deg);
    z-index: 11;
    display: none
}

@media only screen and (max-width:1200px) {
    .header-nav .nav>li.post-slider .mega-menu,
    .has-mega-menu.post-slider .mega-menu {
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (max-width:991px) {
    .header-content-bx .header-nav {
        position: fixed
    }
    .navbar-toggler {
        float: right
    }
    .mo-left .header-nav {
        background-size: cover
    }
    .header-nav .nav>li.post-slider .mega-menu,
    .has-mega-menu.post-slider .mega-menu {
        display: none
    }
    .header-nav .nav>li.has-mega-menu {
        position: relative
    }
    .header-nav .nav>li .sub-menu li a:hover {
        background-color: transparent
    }
    .header-nav .nav>li .sub-menu li a {
        padding: 6px 30px;
        color: #fff;
        opacity: .5;
        font-weight: 400;
        font-size: 13px
    }
    .header-nav .nav>li .sub-menu .sub-menu {
        padding: 10px 0
    }
    .header-nav .nav>li .sub-menu .sub-menu li a {
        padding: 6px 45px
    }
    .header-nav .nav>li:hover>a:after {
        content: none
    }
    .header-nav .logo-header a {
        display: block;
        width: 100%;
        text-align: center
    }
    .header-nav .nav>li.open.post-slider .mega-menu,
    .has-mega-menu.open.post-slider .mega-menu {
        display: block
    }
    .site-header .header-nav .nav>li.active>a,
    .site-header .header-nav .nav>li.current-menu-item>a .header-nav .nav>li .sub-menu li a:hover,
    .site-header .header-nav .nav>li:hover>a,
    .site-header .header-nav .nav>li .mega-menu>li ul a:hover,
    .site-header .header-nav .nav>li .sub-menu li:hover>a {
        color: #fff
    }
    .header-post-title h4 {
        color: #fff;
        font-size: 14px;
        opacity: .8;
        font-weight: 400
    }
    .post-slider .owl-prev i,
    .post-slider .owl-next i {
        float: none;
        position: unset;
        margin: 0
    }
    .post-slider .owl-prev:hover,
    .post-slider .owl-next:hover {
        background: #fff;
        color: #000
    }
    .header-nav .nav>li.post-slider .mega-menu,
    .has-mega-menu.post-slider .mega-menu {
        padding: 5px 30px
    }
    .post-slider .post-title a,
    .post-slider .post-title a:hover {
        color: #fff;
        box-shadow: none
    }
    .post-slider .dlab-post-info {
        padding: 10px 0 0
    }
    .post-slider .dlab-post-title .post-title {
        font-size: 13px
    }
    .post-slider .dlab-post-meta ul {
        display: block !important
    }
    .post-slider .dlab-post-meta .post-date strong,
    .post-slider .dlab-post-meta .post-date {
        color: #fff
    }
    .post-slider .dlab-post-meta ul li {
        font-size: 11px;
        display: inline-block !important;
        width: auto
    }
    .life-style-bx .life-style-tabs,
    .life-style-bx .life-style-post {
        width: 100%
    }
    .life-style-bx {
        display: block
    }
    .life-style-post {
        display: none !important
    }
    .life-style-tabs:after {
        content: none
    }
    .life-style-tabs {
        background-image: none;
        padding: 0
    }
    .life-style-tabs ul {
        display: block !important
    }
    .life-style-tabs ul li a {
        color: #fff;
        font-weight: 400;
        font-size: 13px;
        padding: 6px 30px;
        display: block;
        text-align: left;
        text-transform: capitalize;
        opacity: .5
    }
    .life-style-tabs ul li a.active {
        background: transparent;
        color: #fff
    }
    .header-nav .nav>li .sub-menu li a:hover,
    .life-style-tabs ul li a:hover {
        opacity: .9
    }
    .social-menu {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        position: sticky;
        top: 93%
    }
    .social-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        padding-bottom: 15px
    }
    .social-menu ul li {
        display: inline-block
    }
    .social-menu ul li a {
        color: #fff;
        font-size: 16px;
        padding: 0 10px
    }
}

@media only screen and (max-width:767px) {
    .logo-header {
        margin-right: 15px
    }
    .header-full {
        margin-top: 5px
    }
    .extra-cell ul li a,
    .extra-cell ul li .btn-link {
        font-size: 14px
    }
    .extra-cell ul li a {
        padding: 0 5px
    }
    .extra-cell ul li .btn-link {
        padding: 0 0 0 10px;
        margin-left: 5px
    }
    .mo-left .navbar-toggler.open:after {
        margin: 0 0 0 15px
    }
}

.min-container,
.dlab-page-text,
.dlab-page-text + #comment-list,
.dlab-page-text + #comment-list + .paginate-links{
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.938rem;
    padding-right: 0.938rem;
}

.max-container {
   max-width: 93.75rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
}

.dlab-page-text+#comment-list+.paginate-links,
.dlab-page-text+#comment-list,
.dlab-page-text {
    padding: 0
}

.dlab-page-text.sidebar {
    width: 100%;
    padding: 0
}

.blog-post.blog-single .dlab-info {
    padding: 0
}

/* // WP DEFAULT ============== */
/* // > ALIGN NONE */
.alignnone,
img.alignnone,
.alignnone.wp-caption,
.alignnone.is-resized{
    margin: 0.3125rem 0 1.563rem 0;
}

/* // > ALIGN CENTER */
.aligncenter,
img.aligncenter,
.aligncenter.wp-caption,
.aligncenter.is-resized{
    display: block;
    margin: 0.3125rem auto 0.938rem;
    text-align:center;
}

/* // > ALIGN RIGHT */
.alignright,
img.alignright,
.alignright.wp-caption,
.alignright.is-resized{
    margin: 0.3125rem 0 1.563rem 1.563rem;
    float: right;
}

/* // > ALIGN LEFT */
.alignleft,
img.alignleft,
.alignleft.is-cropped,
.alignleft.wp-caption,
.alignleft.is-resized{
    margin: 0.3125rem 1.563rem 1.563rem 0;
    float: left;
}


.wp-caption {
    max-width: 100%;
    text-align: center;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption img{
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text{
    font-size: 0.813rem;
    line-height: 1.125rem;
    margin: 0;
    padding: 0.625rem 0;
    text-align: left;
}

.dlab-page-text>ol,
.dlab-page-text>ul,
.dlab-page-text>.wp-block-gallery,
.blog-post.blog-single .dlab-post-text>.wp-block-gallery,
.blog-post.blog-single .dlab-post-text>ol,
.blog-post.blog-single .dlab-post-text>ul {
    list-style: none;
    margin-bottom: 30px
}

.dlab-page-text>ol,
.dlab-page-text>ul,
.blog-post.blog-single .dlab-post-text.text>ol,
.blog-post.blog-single .dlab-post-text.text>ul,
.blog-post.blog-single .dlab-post-text.text>ol ol,
.blog-post.blog-single .dlab-post-text.text>ul ul,
.blog-post.blog-single .dlab-post-text.text>ol ul,
.blog-post.blog-single .dlab-post-text.text>ul ol,
.dlab-page-text > ol ol,
.dlab-page-text > ul ul{
    padding-left: 1.25rem;
}
.dlab-page-text>ol li,
.dlab-page-text>ul li,
.blog-post.blog-single .dlab-post-text>ol li,
.blog-post.blog-single .dlab-post-text>ul li,
.blog-post.blog-single .dlab-post-text.text>ol li,
.blog-post.blog-single .dlab-post-text.text>ul li {
    padding: 5px 5px;
    position: relative
}

.dlab-page-text>.wp-block-gallery,
.blog-post.blog-single .dlab-post-text.text>.wp-block-gallery {
    padding: 0;
    list-style: none
}

.dlab-page-text>.wp-block-gallery li,
.blog-post.blog-single .dlab-post-text.text>.wp-block-gallery li {
    padding: 0;
    list-style: none;
    margin: 0.25rem;
}

.dlab-page-text>.wp-block-gallery li:before,
.blog-post.blog-single .dlab-post-text.text>.wp-block-gallery li:before {
    content: none
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 8px 8px 0
}

.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 8px
}

.content-spacious-full .wp-block-gallery {
    margin-left: calc(-200px - (10px/2));
    margin-right: calc(-200px - (10px/2));
    width: calc(100% + 400px + 10px);
    max-width: initial
}

.alignfull,
.alignwide {
    margin-left: calc(-100px - (10px/2));
    margin-right: calc(-100px - (10px/2));
    width: calc(100% + 200px + 10px);
    max-width: initial
}

.alignfull,
.alignfullwide {
    margin-left: calc(50% - 50vw - (var(--content-share-ml, 0px)/2));
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box
}

.dlab-page-text h1,
.dlab-post-text h1,
.thm-unit-test .dlab-post-text h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 10px;
    font-weight: 700
}

.dlab-page-text h2,
.dlab-post-text h2,
.thm-unit-test .dlab-post-text h2 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 5px;
    font-weight: 700
}

.dlab-page-text h3,
.dlab-post-text h3,
.thm-unit-test .dlab-post-text h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 8px;
    font-weight: 700
}

.dlab-page-text h4,
.dlab-post-text h4,
.thm-unit-test .dlab-post-text h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600
}

.dlab-page-text h5,
.dlab-post-text h5,
.thm-unit-test .dlab-post-text h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 600
}

.dlab-page-text h6,
.dlab-post-text h6,
.thm-unit-test .dlab-post-text h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 600
}

.wp-block-code,
pre.wp-block-code,
pre {
    margin: 0 0 25px;
    padding: 20px;
    color: #ddd;
    background-color: #222;
    white-space: pre;
    text-shadow: 0 1px 0 #000;
    border-radius: 5px;
    border-bottom: 1px solid #555;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4) inset, 0 0 20px rgba(0, 0, 0, .2) inset
}

.dlab-page-text,
.dlab-page-text ul li,
.dlab-page-text ol li,
.blog-post.blog-single .dlab-post-text,
.blog-post.blog-single .dlab-post-text ul li,
.blog-post.blog-single .dlab-post-text ol li,
.blog-post.blog-single .blog-post.blog-single .dlab-post-text p:not(.has-text-color):not(.has-text-align-center):not(.has-text-align-left):not(.has-text-align-right) {
    color: #77797c;
    font-size: 16px;
    line-height: 1.8
}

.wp-block-cover,
.wp-block-cover-image {
    color: #fff
}

.wp-block-cover p:last-child,
.wp-block-cover-image p:last-child {
    margin-bottom: 0
}

.wp-block-quote.has-text-align-right {
    border-right: 0
}

.dlab-page-text ul li,
.dlab-page-text ol li,
.blog-post.blog-single .dlab-post-text ul li,
.blog-post.blog-single .dlab-post-text ol li {
    position: relative
}

.dlab-page-text ul>li:before,
.dlab-page-text ol>li:before,
.blog-post.blog-single .dlab-post-text ul>li:before,
.blog-post.blog-single .dlab-post-text ol>li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--bg-color);
    left: -15px;
    position: absolute;
    top: 1.063rem;
}

.dlab-page-text ul>li li:before,
.dlab-page-text ol>li li:before,
.blog-post.blog-single .dlab-post-text ul>li li:before,
.blog-post.blog-single .dlab-post-text ol>li li:before {
    content: none
}

.dlab-page-text p,
.blog-post.blog-single .dlab-post-text p {
    margin-bottom: 28px
}

.content-spacious-full .wp-block-gallery {
    margin-left: calc(-12.5rem - (0.313rem/2));
    margin-right: calc(-12.5rem - (0.313rem/2));
    width: calc(100% + 25rem + 0.313rem);
    max-width: initial;
}
.wp-block-gallery.alignwide,
.alignwide{
    margin-left: calc(-6.25rem - (0.313rem/2));
    margin-right: calc(-6.25rem - (0.313rem/2));
    width: calc(100% + 12.5rem + 0.313rem);
    max-width: initial;
}
.wp-block-gallery.alignfull,
.wp-block-gallery.alignfullwide,
.alignfull,
.alignfullwide{
    margin-left: calc(50% - 15px - calc(50vw - 30px) - (var(--content-share-ml,0px)/2));
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
    box-sizing: border-box;
}
.wp-block-buttons.alignfull {
    width: 100%;
    margin: 0;
}
.paginate-links {
    display: flex;
    align-items: center;
    margin: 20px 0
}

.paginate-links a,
.paginate-links>span {
    margin: 0 0 0 10px;
    position: relative;
    border: 0 solid #6cc000;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    background: #E0E0E0;
    border-radius: 3px
}
.paginate-links .post-page-numbers.current span{
    color: #fff;
}
.paginate-links .post-page-numbers.current{
    background-color: var(--primary);
    color: #fff;
}

.wp-block-columns {
    margin-bottom: 0
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 6px 6px 0;
    position: relative
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    height: 100%;
    margin: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        align-items: flex-end;
        display: flex;
        justify-content: flex-start
    }
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 60%, transparent);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 5px;
    position: absolute;
    text-align: center;
    width: 100%
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        -o-object-fit: cover;
        flex: 1;
        height: 100%;
        object-fit: cover
    }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 8px)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    margin-right: 0;
    width: 100%
}

@media only screen and (max-width:1024px) {
    .alignwide {
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
        max-width: 100% !important
    }
    .alignwide .alignleft img {
        width: 100%
    }
    .alignwide .alignleft {
        margin: 5px 0 25px 0;
        float: none
    }
}

@media (min-width:600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(33.33333% - 10.66667px)
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(25% - 12px)
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(20% - 12.8px)
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(16.66667% - 13.33333px)
    }
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(14.28571% - 13.71429px)
    }
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(12.5% - 14px)
    }
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%
}

.wp-block-image.alignfullwide img {
    border-radius: 0
}

.wp-block-image img {
    border-radius: 10px
}

.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-image {
    margin-bottom: 30px
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex
}

.aligncenter {
    text-align: center
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.dlab-page-text.sidebar .alignfull,
.dlab-page-text.sidebar .alignfullwide,
.dlab-page-text.sidebar .alignwide,
.dlab-page-text.sidebar .wp-block-gallery,
.blog-single.blog-post.sidebar .alignfullwide,
.blog-single.blog-post.sidebar .alignwide,
.blog-single.blog-post.sidebar .dlab-post-text .wp-block-gallery,
.blog-single.blog-post.sidebar .wp-block-gallery.alignfull,
.blog-single.blog-post.sidebar .wp-block-gallery.alignfullwide,
.blog-single.blog-post.sidebar .alignfull,
.blog-single.blog-post.sidebar .alignfullwide{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: initial;
}

.blog-overlap {
    background: #fff;
    margin-top: -140px;
    padding: 20px 20px 0;
    border-radius: 4px 4px 0 0
}

.blog-single.blog-post.sidebar {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.container .min-container {
    padding-left: 0;
    padding-right: 0
}

.dlab-post-text table,
.dlab-page-text table,
.wp-block-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    font-size: 16px;
    margin-bottom: 30px
}

.wp-block-image figcaption,
.dlab-post-text figcaption,
.dlab-page-text figcaption {
    font-size: 14px;
    font-style: normal;
    color: #777;
    margin-top: 10px
}

.dlab-post-text table tbody tr:nth-of-type(odd),
.dlab-page-text table tbody tr:nth-of-type(odd),
.wp-block-table tbody tr:nth-of-type(odd) {
    background-color: #fafafa
}

.dlab-post-text td,
.dlab-post-text th,
.dlab-page-text td,
.dlab-page-text th,
.wp-block-table td,
.wp-block-table th {
    padding: 10px 15px;
    border: 1px solid #e4e4e4;
    border-right: 0;
    border-left: 0
}

.dlab-post-text ol.comment-list li.comment .comment-meta a {
    padding-left: 0
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 0 30px
}

.wp-block-column ol li:before,
.wp-block-column ul li:before {
    content: none !important
}

.wp-block-pullquote {
    padding: 1em 0;
    border-top: 0;
    border-bottom: 0
}

.wp-block-pullquote.alignright,
.wp-block-pullquote.alignleft {
    padding: 0;
    border-top: 0;
    border-bottom: 0
}

.wp-block-pullquote.alignright blockquote,
.wp-block-pullquote.alignleft blockquote {
    margin: 0
}

.dlab-post-text .wp-block-cover-image-text,
.dlab-post-text .wp-block-cover-text,
.dlab-post-text section.wp-block-cover-image h2,
.dlab-page-text .wp-block-cover-image-text,
.dlab-page-text .wp-block-cover-text,
.dlab-page-text section.wp-block-cover-image h2 {
    color: #fff
}

.admin-bar .is-fixed .main-bar {
    top: 30px
}

.wp-block-quote.is-style-large cite:before {
    display: none
}

.post-password-form label {
    font-size: 16px
}

.post-password-form input[type="submit"] {
    padding: 10px 25px;
    background-color: var(--bg-color);
    border: none;
    height: 45px;
    font-weight: 600;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.post-password-form input[type="submit"]:hover {
    background-color: var(--bg-color-ho)
}

.post-password-form input[type="password"] {
    height: 45px;
    border: 1px solid #ced4da
}

.dlab-post-text .bootstrap-select .dropdown-menu li a,
.dlab-page-text .bootstrap-select .dropdown-menu li a {
    box-shadow: none;
    font-size: 14px
}

.dlab-post-text .wp-block-calendar a {
    box-shadow: none !important;
    text-decoration: unset
}

.wp-block-search,
.wp-block-archives,
.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-categories,
.wp-block-calendar {
    margin-bottom: 40px
}

.wp-block-search .wp-block-search__button {
    background: var(--bg-color);
    border: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 25px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s
}

.wp-block-search .wp-block-search__button:hover {
    background: var(--bg-color-ho)
}

.wp-block-search .wp-block-search__input {
    border: 1px solid #e1e6eb;
    height: 45px;
    padding: 10px 20px;
    font-size: 14px;
    outline: none
}

.wp-block-tag-cloud a {
    padding: 8px 8px;
    background-color: #FFF;
    border: 1px solid #dbdde2;
    font-size: 9px;
    display: inline-block;
    margin: 0 0 5px;
    color: #494b4d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s
}

.wp-block-tag-cloud a:hover {
    background: var(--primary);
    color: #fff;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    width: 55px;
    height: 55px;
    border-radius: 55px
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments img+article .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 70px
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{
    color: #000;
    font-size: 1.063rem;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
    color: #000;
    box-shadow: none
}

.wp-block-latest-comments {
    padding: 0 !important
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta time {
    display: block;
    width: 100%;
    color: #9fa1a4;
    font-size: 13px;
    font-weight: 400
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    font-size: 16px !important;
    color: #646566 !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important
}

.wp-block-latest-comments li:before {
    content: none !important
}

.wp-block-latest-comments li {
    padding: 0 !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px !important
}

.wp-block-rss {
    padding: 0 !important
}

.wp-block-rss .wp-block-rss__item {
    padding: 5px 0 !important;
    border-bottom: 1px solid #eee
}

.wp-block-rss .wp-block-rss__item:before {
    content: none !important
}

.wp-block-rss .wp-block-rss__item a {
    font-size: 18px;
    box-shadow: unset !important;
    font-weight: 600;
    color: #060429
}

.wp-block-button__link,
.wp-block-button .wp-block-button__link{
    background-color: #000;
    border: none;
    display: inline-block;
    font-weight: 600;
    padding: 13px 41px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-family: 'Inconsolata', monospace;
    letter-spacing: 2.5px;
    cursor: pointer;
    margin-bottom: 5px;
    border-radius: 30px;
}

.wp-block-button__link:hover {
    background-color: #222;
    color: #fff;
}
a:not([href]):not([tabindex]).wp-block-button__link{
    color: #fff;
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.is-style-outline .wp-block-button__link {
    border-color: #000;
    color: #000
}

.is-style-outline .wp-block-button__link:hover {
    color: #fff;
    border-color: #000
}

@media only screen and (max-width:1200px) {
    .dlab-page-text .wp-block-gallery,
    .blog-post.blog-single .dlab-post-text .wp-block-gallery {
        margin-left: calc(-100px - (10px/2));
        margin-right: calc(-100px - (10px/2));
        width: calc(100% + 200px + 10px)
    }
}

@media only screen and (max-width:991px) {
    .admin-bar .mo-left .header-nav {
        top: 30px;
        height: calc(100vh - 30px) !important
    }
    .dlab-page-text .wp-block-gallery,
    .blog-post.blog-single .dlab-post-text .wp-block-gallery {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
    .dlab-page-text,
    .dlab-page-text ul li,
    .dlab-page-text ol li,
    .dlab-page-text p,
    .blog-post.blog-single .dlab-post-text,
    .blog-post.blog-single .dlab-post-text ul li,
    .blog-post.blog-single .dlab-post-text ol li,
    .blog-post.blog-single .dlab-post-text p {
        font-size: 16px
    }
    .post-footer {
        flex-direction: column
    }
}

@media only screen and (max-width:782px) {
    .admin-bar .is-fixed .main-bar {
        top: 45px
    }
    .admin-bar .mo-left .header-nav {
        top: 45px;
        height: calc(100vh - 45px) !important
    }
    .wp-block-media-text {
        display: block
    }
    .wp-block-media-text .wp-block-media-text__media {
        margin-bottom: 15px
    }
    .wp-block-media-text .wp-block-media-text__content {
        padding: 0
    }
}

@media only screen and (max-width:600px) {
    .admin-bar .is-fixed .main-bar {
        top: 0
    }
    .admin-bar .mo-left .header-nav {
        top: 45px;
        height: calc(100vh - 45px) !important
    }
    .admin-bar .mo-left .is-fixed .header-nav {
        top: 0;
        height: 100vh !important
    }
}

.sticky,
.tag-sticky-2.post{
    position: relative;
    border: 0.375rem solid var(--primary);
    overflow: hidden;
}
.sticky .blog-card-info,
.tag-sticky-2.post .blog-card-info{
    padding: 25px 30px!important;
}
.sticky .sticky-icon,
.tag-sticky-2.post .sticky-icon{
    background: var(--primary);
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
    transform: rotate(45deg);
    top: -1.563rem;
    right: -1.563rem;
    z-index: 1;
    color: #fff;
}
.sticky .sticky-icon i,
.tag-sticky-2.post .sticky-icon i{
    position: absolute;
    bottom: 0.1875rem;
    right: 1.125rem;
    transform: rotate(5deg);
    color: #fff;
    font-size: 1rem;
}
@media only screen and (max-width:591px){
    .sticky .blog-card-info,
    .tag-sticky-2.post .blog-card-info{
        padding: 25px 25px 20px!important;
    }
}

.bypostauthor{font-size:normal;}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus{
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.wp-block-group:where(.has-background) {
    padding: 1.25em 2.375em;
}
.wp-block-group .alignfull,
.wp-block-group .alignwide {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.wp-block-separator {
    border-color: #d7d7d7;
}
.wp-block-separator.is-style-dots:before{
    color: #d7d7d7;
}
.blog-post.blog-single .dlab-post-text .wp-block-social-links,
.blog-post.blog-single .dlab-post-text ul.has-background,
.blog-post.blog-single .dlab-post-text .wp-block-post-template{
    padding-left: 0;
}
.blog-post.blog-single .dlab-post-text .wp-block-social-links li:before,
.blog-post.blog-single .dlab-post-text ul.has-background li:before,
.blog-post.blog-single .dlab-post-text .wp-block-post-template li.wp-block-post:before{
    content: none;
}
p.has-background,
.blog-post.blog-single .dlab-post-text ul.has-background{
    padding: 1.25em 2.375em;
}

.wp-block-social-links.is-style-default{
    margin-top: 30px;
}
.wp-block-social-links .wp-block-social-link:hover {
    transform: scale(1);
}
.wp-block-cover__inner-container{
    max-width: 1100px;
}
.wp-block-columns.alignfull{
    padding: 30px;
}
.wp-block-buttons.alignfull{
    width: 100%;
    margin: 0;
}
.wp-block-column.has-background .wp-block-buttons{
    margin-top: 30px;
}
.wp-block-column.has-background hr.wp-block-separator{
    height: 0;
}
.wp-block-column.has-background .wp-block-separator{
    border-color: #000;
    border-bottom: 1px solid;
}
.wp-block-post-template .wp-block-post.tag-sticky-2.tag-template{
    border: 0;
    overflow: unset;
}
.wp-block-query .wp-block-post-template li.wp-block-post{
    margin-bottom: 30px;
}
.wp-block-button__link.has-background{
    border-color: inherit;
}
@media only screen and (max-width:591px){
    .wp-block-group:where(.has-background) {
        padding: 1em 1.5em;
    }
    .wp-block-media-text:where(.has-background) .wp-block-media-text__content{
        padding: 1.25em 2.375em;
    }
    p.has-background,
    .blog-post.blog-single .dlab-post-text ul.has-background{
        padding: 1.25em 1.375em;
    }
    .wp-block-columns.alignfull{
        padding: 0;
    }
    .wp-block-image .alignright{
        margin-left: 0; 
        margin-right: 0;
    }
}

.has-background ul{
    padding: 0;
}
.has-background ul li{
    list-style: none;
    color: #2b2d2e;
}
.bootstrap-select.btn-group .dropdown-menu .dropdown-menu.inner li{
    padding: 0!important;
    border: 0;
}
.bootstrap-select.btn-group .dropdown-menu .dropdown-menu.inner li:before,
.bootstrap-select.btn-group .dropdown-menu .dropdown-menu.inner li:after{
    content: none;
}
.bootstrap-select.btn-group .dropdown-menu .dropdown-menu.inner li a{
    display: block;
    width: 100%;
    padding: 6px 15px;
}
footer .bootstrap-select.btn-group .dropdown-menu .dropdown-menu.inner li a{
    color: #11171A;
}
.search-box .input-group-append .btn{
    padding: 0;
    width: 50px;
}
footer .search-box .input-group-append .btn{
    background-color: #f54233;
}
