@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");

:root {
    --primary-color: #f27fb5;
    --secondary-color: #fff;
    --text-color: #000
}

.dark-theme {
    --primary-color: #f27fb5;
    --secondary-color: #000000;
    --text-color: #ffffff
}

.brand {
    background: var(--primary-color)
}

.boxed-btn {
    background: var(--primary-color);
    color: #fff !important;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid var(--primary-color);
    letter-spacing: 3px;
    text-align: center;
    color: var(--primary-color);
    text-transform: uppercase;
    cursor: pointer
}

.boxed-btn:hover {
    background: #fff;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color)
}

.boxed-btn:focus {
    outline: none
}

.boxed-btn.large-width {
    width: 220px
}

[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: ""
}

[data-opacity="1"]::before {
    opacity: 0.1
}

[data-opacity="2"]::before {
    opacity: 0.2
}

[data-opacity="3"]::before {
    opacity: 0.3
}

[data-opacity="4"]::before {
    opacity: 0.4
}

[data-opacity="5"]::before {
    opacity: 0.5
}

[data-opacity="6"]::before {
    opacity: 0.6
}

[data-opacity="7"]::before {
    opacity: 0.7
}

[data-opacity="8"]::before {
    opacity: 0.8
}

[data-opacity="9"]::before {
    opacity: 0.9
}

::placeholder {
    color: #838383
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    background: var(--secondary-color);
    color: var(--text-color)
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    margin-top: 0;
    font-style: normal;
    font-weight: 500
}

p {
    font-family: "Roboto", sans-serif;
    color: var(--text-color);
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal
}

.img {
    max-width: 100%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

a, .button {
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s
}

a:focus, .button:focus {
    text-decoration: none;
    outline: none
}

a {
    color: #635c5c
}

a:hover {
    color: #fff
}

a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
    text-decoration: none
}

a, button {
    color: var(--text-color);
    outline: medium none
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.capitalize {
    text-transform: capitalize
}

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

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px
}

.separator {
    border-top: 1px solid #f2f2f2
}

.mb-90 {
    margin-bottom: 90px
}

@media (max-width: 767px) {
    .mb-90 {
        margin-bottom: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mb-90 {
        margin-bottom: 45px
    }
}

.go-top {
    color: #ffffff;
    position: fixed;
    z-index: 4;
    top: 0;
    right: 40px;
    width: 45px;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    /*background-color: var(--primary-color);*/
    background-color: #f13636;
    -webkit-transition: .9s;
    transition: .9s;
    cursor: pointer
}

.go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible
}

.go-top i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 0 auto
}

.go-top i:last-child {
    top: 60%;
    opacity: 0;
    visibility: hidden
}

.go-top::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    /*background-color: #888;*/
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.go-top:hover, .go-top:focus {
    color: #ffffff
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    top: 0;
    opacity: 0;
    visibility: hidden
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    top: 50%;
    opacity: 1;
    visibility: visible
}

html::-webkit-scrollbar {
    width: 1.30vw
}

html::-webkit-scrollbar-thumb {
    background-color: var(--primary-color)
}

html::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary-color)
}

html::-webkit-scrollbar-track {
    background-color: rgba(242, 127, 181, 0.3)
}

html::-webkit-scrollbar-track:hover {
    background-color: rgba(242, 127, 181, 0.3)
}

#icon {
    cursor: pointer
}

html {
    scrollbar-color: var(--primary-color) rgba(242, 127, 181, 0.3)
}

.btn {
    background: var(--primary-color);
    user-select: none;
    -moz-user-select: none;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 27px 44px;
    border-radius: 5px;
    min-width: 200px;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0)
}

.btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1
}

.header-btn {
    text-transform: uppercase
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none
}

.hero-btn {
    padding: 30px 56px
}

.wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#sakura {
    position: fixed
}

.breadcrumb > .active {
    color: #888
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: var(--secondary-color);
    box-shadow: 0 0 .5rem var(--primary-color)
}

.header-flex.sticky-flex {
    display: flex
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-105 {
    margin-top: 105px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

.mt-120 {
    margin-top: 120px
}

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-145 {
    margin-top: 145px
}

.mt-150 {
    margin-top: 150px
}

.mt-155 {
    margin-top: 155px
}

.mt-160 {
    margin-top: 160px
}

.mt-165 {
    margin-top: 165px
}

.mt-170 {
    margin-top: 170px
}

.mt-175 {
    margin-top: 175px
}

.mt-180 {
    margin-top: 180px
}

.mt-185 {
    margin-top: 185px
}

.mt-190 {
    margin-top: 190px
}

.mt-195 {
    margin-top: 195px
}

.mt-200 {
    margin-top: 200px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-125 {
    margin-bottom: 125px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-155 {
    margin-bottom: 155px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-165 {
    margin-bottom: 165px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-175 {
    margin-bottom: 175px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-185 {
    margin-bottom: 185px
}

.mb-190 {
    margin-bottom: 190px
}

.mb-195 {
    margin-bottom: 195px
}

.mb-200 {
    margin-bottom: 200px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.ml-55 {
    margin-left: 55px
}

.ml-60 {
    margin-left: 60px
}

.ml-65 {
    margin-left: 65px
}

.ml-70 {
    margin-left: 70px
}

.ml-75 {
    margin-left: 75px
}

.ml-80 {
    margin-left: 80px
}

.ml-85 {
    margin-left: 85px
}

.ml-90 {
    margin-left: 90px
}

.ml-95 {
    margin-left: 95px
}

.ml-100 {
    margin-left: 100px
}

.ml-105 {
    margin-left: 105px
}

.ml-110 {
    margin-left: 110px
}

.ml-115 {
    margin-left: 115px
}

.ml-120 {
    margin-left: 120px
}

.ml-125 {
    margin-left: 125px
}

.ml-130 {
    margin-left: 130px
}

.ml-135 {
    margin-left: 135px
}

.ml-140 {
    margin-left: 140px
}

.ml-145 {
    margin-left: 145px
}

.ml-150 {
    margin-left: 150px
}

.ml-155 {
    margin-left: 155px
}

.ml-160 {
    margin-left: 160px
}

.ml-165 {
    margin-left: 165px
}

.ml-170 {
    margin-left: 170px
}

.ml-175 {
    margin-left: 175px
}

.ml-180 {
    margin-left: 180px
}

.ml-185 {
    margin-left: 185px
}

.ml-190 {
    margin-left: 190px
}

.ml-195 {
    margin-left: 195px
}

.ml-200 {
    margin-left: 200px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mr-55 {
    margin-right: 55px
}

.mr-60 {
    margin-right: 60px
}

.mr-65 {
    margin-right: 65px
}

.mr-70 {
    margin-right: 70px
}

.mr-75 {
    margin-right: 75px
}

.mr-80 {
    margin-right: 80px
}

.mr-85 {
    margin-right: 85px
}

.mr-90 {
    margin-right: 90px
}

.mr-95 {
    margin-right: 95px
}

.mr-100 {
    margin-right: 100px
}

.mr-105 {
    margin-right: 105px
}

.mr-110 {
    margin-right: 110px
}

.mr-115 {
    margin-right: 115px
}

.mr-120 {
    margin-right: 120px
}

.mr-125 {
    margin-right: 125px
}

.mr-130 {
    margin-right: 130px
}

.mr-135 {
    margin-right: 135px
}

.mr-140 {
    margin-right: 140px
}

.mr-145 {
    margin-right: 145px
}

.mr-150 {
    margin-right: 150px
}

.mr-155 {
    margin-right: 155px
}

.mr-160 {
    margin-right: 160px
}

.mr-165 {
    margin-right: 165px
}

.mr-170 {
    margin-right: 170px
}

.mr-175 {
    margin-right: 175px
}

.mr-180 {
    margin-right: 180px
}

.mr-185 {
    margin-right: 185px
}

.mr-190 {
    margin-right: 190px
}

.mr-195 {
    margin-right: 195px
}

.mr-200 {
    margin-right: 200px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}

.pt-100 {
    padding-top: 100px
}

.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-160 {
    padding-top: 160px
}

.pt-165 {
    padding-top: 165px
}

.pt-170 {
    padding-top: 170px
}

.pt-175 {
    padding-top: 175px
}

.pt-180 {
    padding-top: 180px
}

.pt-185 {
    padding-top: 185px
}

.pt-190 {
    padding-top: 190px
}

.pt-195 {
    padding-top: 195px
}

.pt-200 {
    padding-top: 200px
}

.pt-260 {
    padding-top: 260px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-165 {
    padding-bottom: 165px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-185 {
    padding-bottom: 185px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-195 {
    padding-bottom: 195px
}

.pb-200 {
    padding-bottom: 200px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pl-55 {
    padding-left: 55px
}

.pl-60 {
    padding-left: 60px
}

.pl-65 {
    padding-left: 65px
}

.pl-70 {
    padding-left: 70px
}

.pl-75 {
    padding-left: 75px
}

.pl-80 {
    padding-left: 80px
}

.pl-85 {
    padding-left: 85px
}

.pl-90 {
    padding-left: 90px
}

.pl-95 {
    padding-left: 95px
}

.pl-100 {
    padding-left: 100px
}

.pl-105 {
    padding-left: 105px
}

.pl-110 {
    padding-left: 110px
}

.pl-115 {
    padding-left: 115px
}

.pl-120 {
    padding-left: 120px
}

.pl-125 {
    padding-left: 125px
}

.pl-130 {
    padding-left: 130px
}

.pl-135 {
    padding-left: 135px
}

.pl-140 {
    padding-left: 140px
}

.pl-145 {
    padding-left: 145px
}

.pl-150 {
    padding-left: 150px
}

.pl-155 {
    padding-left: 155px
}

.pl-160 {
    padding-left: 160px
}

.pl-165 {
    padding-left: 165px
}

.pl-170 {
    padding-left: 170px
}

.pl-175 {
    padding-left: 175px
}

.pl-180 {
    padding-left: 180px
}

.pl-185 {
    padding-left: 185px
}

.pl-190 {
    padding-left: 190px
}

.pl-195 {
    padding-left: 195px
}

.pl-200 {
    padding-left: 200px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pr-55 {
    padding-right: 55px
}

.pr-60 {
    padding-right: 60px
}

.pr-65 {
    padding-right: 65px
}

.pr-70 {
    padding-right: 70px
}

.pr-75 {
    padding-right: 75px
}

.pr-80 {
    padding-right: 80px
}

.pr-85 {
    padding-right: 85px
}

.pr-90 {
    padding-right: 90px
}

.pr-95 {
    padding-right: 95px
}

.pr-100 {
    padding-right: 100px
}

.pr-105 {
    padding-right: 105px
}

.pr-110 {
    padding-right: 110px
}

.pr-115 {
    padding-right: 115px
}

.pr-120 {
    padding-right: 120px
}

.pr-125 {
    padding-right: 125px
}

.pr-130 {
    padding-right: 130px
}

.pr-135 {
    padding-right: 135px
}

.pr-140 {
    padding-right: 140px
}

.pr-145 {
    padding-right: 145px
}

.pr-150 {
    padding-right: 150px
}

.pr-155 {
    padding-right: 155px
}

.pr-160 {
    padding-right: 160px
}

.pr-165 {
    padding-right: 165px
}

.pr-170 {
    padding-right: 170px
}

.pr-175 {
    padding-right: 175px
}

.pr-180 {
    padding-right: 180px
}

.pr-185 {
    padding-right: 185px
}

.pr-190 {
    padding-right: 190px
}

.pr-195 {
    padding-right: 195px
}

.pr-200 {
    padding-right: 200px
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.heartbeat {
    animation: heartbeat 1s infinite alternate
}

@keyframes heartbeat {
    to {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

.preloader {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 3px;
    border-top-color: var(--primary-color);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #ffffff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-circle2 {
    border-top-color: #0078ff
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 55px
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

.section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding2 {
        padding-top: 200px;
        padding-bottom: 200px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding2 {
        padding-top: 200px;
        padding-bottom: 200px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding2 {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding2 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (max-width: 767px) {
    .section-padding2 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.weekly2-pading {
    padding-top: 110px;
    padding-bottom: 100px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .weekly2-pading {
        padding-top: 110px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .weekly2-pading {
        padding-top: 110px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .weekly2-pading {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .weekly2-pading {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (max-width: 767px) {
    .weekly2-pading {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.section-padding3 {
    padding-top: 200px;
    padding-bottom: 200px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding3 {
        padding-top: 200px;
        padding-bottom: 200px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding3 {
        padding-top: 150px;
        padding-bottom: 150px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding3 {
        padding-top: 50px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding3 {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width: 767px) {
    .section-padding3 {
        padding-top: 40px;
        padding-bottom: 70px
    }
}

.section-paddingt {
    padding-top: 185px;
    padding-bottom: 170px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-paddingt {
        padding-top: 185px;
        padding-bottom: 170px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-paddingt {
        padding-top: 150px;
        padding-bottom: 120px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-paddingt {
        padding-top: 100px;
        padding-bottom: 70px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-paddingt {
        padding-top: 60px;
        padding-bottom: 28px
    }
}

@media (max-width: 767px) {
    .section-paddingt {
        padding-top: 60px;
        padding-bottom: 28px
    }
}

.footer-padding {
    padding-top: 140px;
    padding-bottom: 50px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer-padding {
        padding-top: 120px;
        padding-bottom: 10px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 10px
    }
}

@media (max-width: 767px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 10px
    }
}

.theme-color {
    color: var(--primary-color)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
    }
}

@media (max-width: 767px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
    }
}

.header-top {
    position: relative;
    overflow: hidden
}

.header-area .header-top {
    padding: 8px 0
}

.header-area .header-top .header-info-left ul li {
    color: #fff;
    display: inline-block;
    margin-right: 56px;
    font-family: "Roboto", sans-serif;
    font-size: 12px
}

.header-area .header-top .header-info-left ul li:last-child {
    margin-right: 0
}

.header-area .header-top .header-info-left ul li img {
    margin-right: 8px
}

.header-area .header-top .header-info-right .header-social {
    z-index: 999
}

.header-area .header-top .header-info-right .header-social li {
    display: inline-block
}

.header-area .header-top .header-info-right .header-social li a {
    color: var(--primary-color);
    font-size: 14px;
    background: #fff;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    border: 1px solid #c675ea;
    z-index: 9999
}

.header-area .header-top .header-info-right .header-social li a:hover {
    color: #fff;
    background: #c675ea;
    border: 1px solid #fff
}

.header-area .header-mid {
    padding: 9px 0;
    background: transparent;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .header-mid .logo img {
        width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-mid .logo img {
        width: 100%
    }
}

.header-area .header-mid .header-banner img {
    width: 100%
}

.header-banner {
    position: relative
}

.header-banner .app_overlay {
    position: absolute;
    right: 29px;
    bottom: 8px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-bottom {
        border-top: 0
    }
}

@media (max-width: 767px) {
    .header-area .header-bottom {
        border-top: 0
    }
}

.header-area .header-right-btn {
    position: relative;
    cursor: pointer
}

.header-area .header-right-btn i {
    font-size: 15px;
    padding: 6px;
    color: #000000
}

.header-area .search-box {
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.header-area .search-box input {
    position: relative;
    border: 1px solid var(--primary-color);
    padding-left: 10px;
    color: #000;
    width: 189px;
    padding-right: 34px;
    box-shadow: 0 0 36px 0 rgba(142, 142, 142, 0.1);
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    right: 24px;
    top: -26px;
    box-shadow: 4px 4px 0 0 var(--primary-color)
}

.header-area .search-box form button {
    position: absolute;
    right: 0;
    background: none;
    border: none;
    color: #646363;
    cursor: pointer;
    top: 2px
}

.header-area .header-right-btn:hover .search-box {
    visibility: visible;
    opacity: 1;
    transition: .3s
}

.header-area .header-right-btn:hover .search-box input {
    right: 37px
}

.main-header {
    position: relative;
    z-index: 3
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-header .main-menu {
        margin-right: 30px
    }
}

.main-header .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1
}

.main-header .main-menu ul li a {
    color: var(--primary-color);
    font-weight: 800;
    padding: 39px 19px;
    display: block;
    font-size: 14px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    text-transform: uppercase;
    z-index: 999999999999;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header .main-menu ul li a {
        font-size: 13px
    }

    .main-header .main-menu ul li a {
        padding: 39px 15px
    }

    .header-sticky.sticky-bar.sticky .main-menu ul > li > a {
        padding: 33px 6px 33px 0 !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header .main-menu ul li a {
        padding: 20px 15px
    }
}

.main-header .main-menu ul li:hover > a {
    color: #c675ea
}

.main-header .main-menu ul ul.submenu {
    position: absolute;
    width: 170px;
    background: #fff;
    left: 0;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    border-top: 5px solid var(--primary-color);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s
}

.main-header .main-menu ul ul.submenu > li {
    margin-left: 7px;
    display: block
}

.main-header .main-menu ul ul.submenu > li > a {
    padding: 6px 10px !important;
    font-size: 14px;
    color: #0b1c39;
    text-transform: capitalize
}

.main-header .main-menu ul ul.submenu > li > a:hover {
    color: var(--primary-color);
    background: none
}

.header-area .header-top .header-info-right .header-social a {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 5px;
    display: inline-block
}

.header-area .header-top .header-info-right .header-social a i {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg)
}

.header-area .header-top .header-info-right .header-social a:hover i {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg)
}

.main-header ul > li:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.header-sticky ul li a {
    padding: 10px 20px;
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.header-sticky.sticky-bar.sticky .main-menu ul > li > a {
    padding: 33px 9px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-sticky.sticky-bar.sticky .main-menu ul > li > a {
        padding: 33px 7px
    }
}

.header-sticky.sticky-bar.sticky .header-flex {
    justify-content: space-between;
    margin-top:.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-sticky.sticky-bar.sticky .main-menu .submenu {
        right: 0;
        left: inherit
    }
}

.slicknav_menu .slicknav_icon-bar {
    background: #fc3f00 !important
}

.slicknav_nav {
    margin-top: 0
}

.header-sticky.sticky-bar.sticky .header-btn .get-btn {
    padding: 20px 20px
}

.header-area .slicknav_btn {
    /*top: -51px;*/
    top: -80px;
    right: 17px
}

.slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: var(--primary-color)
}

.slicknav_menu {
    background: transparent;
    margin-top: -6px !important
}

.mobile_menu {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 99
}

.header-sticky.sticky-bar.sticky .header-right-btn {
    display: none !important
}

.header-sticky.sticky-bar.sticky .sticky-logo {
    display: block !important
}

.sticky-logo {
    display: none !important
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sticky-logo {
        display: block !important
    }
}

@media (max-width: 767px) {
    .sticky-logo {
        display: block !important
    }
}

.modal-search-header {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    bottom: 101%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 50px 15px 100px 15px
}

.show-modal-search {
    bottom: 0
}

.container-search-header {
    width: auto;
    max-width: 100%;
    position: relative
}

.wrap-search-header {
    width: 960px;
    max-width: 100%;
    height: 120px;
    border: 2px solid var(--primary-color);
    background: #000
}

.wrap-search-header button {
    font-size: 50px;
    color: #333;
    width: 70px;
    height: 100%
}

.wrap-search-header button {
    font-size: 50px;
    color: #333
}

ul.top-info li i {
    color: var(--primary-color)
}

ul.top-info li p.info-text {
    margin: 0;
    line-height: normal;
    display: inline-block;
    flex-direction: column;
    cursor: revert;
    color: var(--primary-color)
}

.btn-hide-modal-search {
    position: absolute;
    padding: 5px;
    right: 0;
    top: -45px;
    opacity: 0.8;
    background: transparent;
    border: none
}

.flex-c-m {
    justify-content: center;
    -ms-align-items: center;
    align-items: center
}

.flex-w, .flex-l, .flex-r, .flex-c, .flex-sa, .flex-sb, .flex-t, .flex-b, .flex-m, .flex-str, .flex-c-m, .flex-c-t, .flex-c-b, .flex-c-str, .flex-l-m, .flex-r-m, .flex-sa-m, .flex-sb-m, .flex-col-l, .flex-col-r, .flex-col-c, .flex-col-str, .flex-col-t, .flex-col-b, .flex-col-m, .flex-col-sb, .flex-col-sa, .flex-col-c-m, .flex-col-l-m, .flex-col-r-m, .flex-col-str-m, .flex-col-c-t, .flex-col-c-b, .flex-col-c-sb, .flex-col-c-sa, .flex-col-l-sb, .flex-col-r-sb, .flex-row, .flex-row-rev, .flex-col, .flex-col-rev, .dis-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.wrap-search-header button {
    font-size: 48px;
    color: #333;
    width: 100px;
    height: 100%;
    background: transparent;
    border: none
}

.wrap-search-header button {
    font-size: 48px;
    color: #333
}

.wrap-search-header input {
    font-size: 30px;
    line-height: 1.2;
    color: var(--primary-color);
    padding: 0 30px 0 0;
    width: calc(100% - 70px);
    height: 100%;
    background-color: transparent;
    border: none
}

.trans-04 {
    transition: all linear .4s;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -ms-transition: all linear .4s;
    -o-transition: all linear .4s
}

.my-news-ticker li a span {
    background: var(--primary-color);
    color: #fff;
    padding: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.trending-area .trending-main .trending-top .trend-top-img {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.trending-area .trending-main .trending-top .trend-top-img::before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    content: ""
}

.trending-area .trending-main .trending-top .trend-top-img img {
    width: 100%;
    border-radius: 7px
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap {
    position: absolute;
    bottom: 25px;
    left: 31px
}

.trend-top-cap p {
    color: #999
}

@media (max-width: 767px) {
    .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap {
        bottom: -2px;
        left: 5px
    }
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap span {
    background: #f78c25;
    color: #fff;
    padding: 9px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    margin-bottom: 19px;
    display: inline-block
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 {
    font-size: 30px
}

@media (max-width: 767px) {
    .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 {
        font-size: 15px
    }
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 a {
    color: #fff;
    font-weight: 700;
    line-height: 1.3
}

.trending-top .slick-dots {
    display: flex !important;
    position: absolute;
    left: 80%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.trending-top .slick-dots li button {
    font-size: 0;
    width: 20px;
    height: 4px;
    background: #fff;
    border: 1px solid #fff;
    margin: 0 10px
}

.trending-top .slick-dots li.slick-active button {
    width: 23px;
    height: 4px;
    background: var(--primary-color);
    border-color: var(--primary-color)
}

.trend-bottom-img2 {
    position: relative
}

.overlay_play {
    position: absolute;
    top: 0%;
    left: 0%
}

.overlay_play i {
    padding: 6px 20px 6px 10px;
    font-size: 20px;
    background: #6cb600;
    color: #fff;
    font-weight: 800;
    border-radius: 20px 0 40px 0;
    -webkit-border-radius: 20px 0 40px 0;
    -moz-border-radius: 20px 0 40px 0;
    -ms-border-radius: 20px 0 40px 0;
    -o-border-radius: 20px 0 40px 0
}

.trand-right-img img {
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px
}

.trand-right-img {
    position: relative
}

.overlay_play2 {
    position: absolute;
    top: -2px;
    left: 0
}

.overlay_play2 i {
    padding: 6px 9px 6px 6px;
    font-size: 10px;
    background: #6cb600;
    color: #fff;
    font-weight: 800;
    border-radius: 20px 0 20px 0;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    -ms-border-radius: 20px 0 20px 0;
    -o-border-radius: 20px 0 20px 0
}

.single-bottom {
    position: relative;
    background-color: var(--primary-color);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 20px
}

.overlay_play4 {
    position: absolute;
    top: 20px;
    left: 0
}

.overlay_play4 i {
    padding: 20px;
    font-size: 20px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 800;
    border-radius: 6px 0 40px 0;
    -webkit-border-radius: 6px 0 40px 0;
    -moz-border-radius: 6px 0 40px 0;
    -ms-border-radius: 6px 0 40px 0;
    -o-border-radius: 6px 0 40px 0
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-img img {
    width: 100%;
    max-height:205px;
    border-radius: 5px;
    transform: scale(1);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s
}

.trend-bottom-cap h4 {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap span {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    padding: 10px 15px;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 {
    font-weight: 800;
    font-size: 18px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4:hover {
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 {
        font-size: 16px
    }
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 a {
    font-weight: 500;
    line-height: 1.4
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 a:hover {
    color: var(--primary-color)
}

.trand-right-single {
    margin-bottom: 12px;
    border-bottom: none
}

.trending-area .trending-main .trand-right-single:last-child {
    border-bottom: 0
}

.trand-right-single .trand-right-cap {
    padding: 20px 0 0 20px;
    border-radius: 0 20px 20px 0
}

.trand-right-cap {
    background: var(--primary-color);
    width: 100%
}

.tag2 ul li {
    color: #fff;
    margin-right: 2px;
    font-size: 10px
}

.tag2 a:hover {
    color: var(--primary-color)
}

.tag2 h6 {
    color: #ffffff;
    margin-right: 2px;
    font-size: 14px
}

.tag3 ul li {
    color: #fff;
    margin-right: 2px;
    font-size: 12px
}

.tag3 a:hover {
    color: var(--primary-color)
}

.tag3 h6 {
    color: #ffffff;
    margin-right: 2px;
    font-size: 12px
}

.trending-bottom-slider .slick-dots li button {
    font-size: 0;
    width: 20px;
    height: 4px;
    background: #000;
    border: 1px solid #fff;
    margin: 0 10px
}

.trending-bottom-slider .slick-dots li.slick-active button {
    width: 23px;
    height: 4px;
    background: var(--primary-color);
    border-color: var(--primary-color)
}

.trending-bottom-slider .slick-dots {
    display: flex !important;
    position: absolute;
    left: 84%;
    top: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.trand-right-single .trand-right-cap h4 {
    font-size: 22px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width:250px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .trand-right-single .trand-right-cap h4 {
        font-size: 12px
    }

    .trand-right-single .trand-right-cap {
        padding: 7px 0 0 7px
    }
}

.single-bottom:hover .trend-bottom-img img {
    transform: scale(1.1)
}

.trending-tittle {
    padding-top: 31px;
    padding-bottom: 33px;
    display: flex
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .trending-tittle {
        padding-top: 25px;
        padding-bottom: 1px;
        display: block
    }
}

@media (max-width: 767px) {
    .trending-tittle {
        padding-top: 25px;
        padding-bottom: 1px;
        display: block
    }
}

.trending-tittle .trending-animated {
    padding-top: 4px
}

.trending-tittle strong {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background: #ff0b0b;
    padding: 11px 0;
    line-height: 1;
    margin-bottom: 15px;
    border-radius: 5px;
    display: inline-block;
    min-width: 146px;
    text-align: center
}

.trending-tittle p {
    margin: 0;
    display: inline-block
}

@media (max-width: 767px) {
    .trending-tittle p {
        display: none;
        left: 0 !important
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .trending-tittle p {
        left: 0 !important
    }
}

@media (max-width: 767px) {
    .trending-tittle .ticker {
        width: 230px
    }
}

/*.trending-area .trending-main .trending-top .trend-top-img::before {*/
/*    background: -moz-linear-gradient(top, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);*/
/*    background: -webkit-linear-gradient(top, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);*/
/*    background: linear-gradient(to bottom, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00021a47', endColorstr='#99021a47', GradientType=0);*/
/*    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00021a47', endColorstr='#99021a47', GradientType=0)*/
/*}*/

.filter-button .nav-tabs {
    display: flex;
    justify-content: end
}

.filter-button .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background: var(--primary-color) !important;
    border-color: var(--primary-color)
}

.filter-button .nav-tabs .nav-link {
    border: 3px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--primary-color);
    background: rgba(242, 127, 181, 0.3);
    margin-bottom: 3px
}

.nav-tabs {
    border-bottom: none
}

.filter-page-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.filter-page-button .nav-tabs a {
    background: rgba(242, 127, 181, 0.3);
    margin: 0 9px;
    border-radius: 50%;
    color: var(--primary-color)
}

.filter-page-button .nav-link.active {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 50%
}

.filter-page-button .nav-tabs {
    border-bottom: 1px solid transparent
}

.filter-page-button .nav-tabs .nav-link:hover {
    border-color: var(--primary-color);
    border-radius: 50%
}

.block2 {
    padding: 15px;
    box-shadow: 0 0 4px 1px var(--primary-color);
    border-radius: 20px;
    background: var(--primary-color);
    max-width: 20rem;
    margin: 10px auto;
    /*height: 466px*/
}

.hov-img0 {
    display: block;
    overflow: hidden
}

.block2-pic {
    position: relative;
    border: 2px solid #686868
}

.hov-img0:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.hov-img0 img {
    width: 100%;
    -webkit-transition: transform 0.9s ease;
    -o-transition: transform 0.9s ease;
    -moz-transition: transform 0.9s ease;
    transition: transform 0.9s ease
}

.block2-btn i {
    font-size: 0;
    font-weight: 800;
    color: var(--primary-color);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.block2:hover .block2-btn i {
    font-size: 65px
}

.block2-txt-child1 a {
    color: #fff;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    font-weight: 800
}

.block2-txt-child1 a:hover {
    color: #fff
}

.star {
    color: #ffbf00
}

.block2-txt-child2 {
    width: 30px
}

.block2-txt-child1 span {
    color: #000;
    font-size: 12px
}

.block2-btn {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.block2-pic {
    position: relative;
    margin:auto;
}

.overlay_play1 {
    position: absolute;
    top: 0%;
    left: 0%
}

.overlay_play1 i {
    padding: 7px 14px 7px 4px;
    font-size: 13px;
    background: #6cb600;
    color: #fff;
    font-weight: 800;
    border-radius: 20px 0 40px 0;
    -webkit-border-radius: 0 0 40px 0;
    -moz-border-radius: 20px 0 40px 0;
    -ms-border-radius: 20px 0 40px 0;
    -o-border-radius: 20px 0 40px 0
}

.mfp-iframe-holder {
    padding-top: 100px !important;
    padding-bottom: 40px
}

/*@media (min-width: 992px) and (max-width: 1199.98px) {*/
/*    .block2 {*/
/*        height: 420px*/
/*    }*/
/*}*/

/*@media (min-width: 768px) and (max-width: 991.98px) {*/
/*    .block2 {*/
/*        height: 420px*/
/*    }*/
/*}*/

@media (max-width: 400px) {
    .block2 {
        padding: 5px;
        border-radius: 5px;
        height: 344px
    }

    .block2-txt-child1 a {
        font-size: 13px
    }

    .block2 .nav-tabs .nav-item {
        margin-bottom: 5px
    }

    .filter-button .nav-tabs .nav-link {
        font-size: 14px
    }

    .filter-button .nav-tabs .nav-link {
        margin-left: 5px;
        margin-bottom: 5px
    }

    .trand-right-single .trand-right-cap {
        padding: 0 0 0 6px
    }

    .trand-right-single .trand-right-cap h4 {
        font-size: 14px;
        margin-bottom: 1px;
        margin-top: 2px
    }

    .overlay_play2 {
        top: -3px
    }
}

.genres-box {
    /*width: 169px;*/
    /*height: 169px;*/
    height: 100%;
    text-align: center;
    align-items: center;
    display: grid;
    max-width: 169px;
}

.romance {
    background: #f7259b
}

.drama {
    background: #00b1bb
}

.harem {
    background: #f72525
}

.supernatural {
    background: #b441dd
}

.fantasy {
    background: #4400ff
}

.genres-box h4 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-top: 90px;
    text-transform: uppercase;
}

.genres-box h4::after {
    content: '\f105';
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    right: 12px;
    top: 0;
    position: absolute
}

.genres-box p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 0 2px
}

.genres-box {
    position: relative;
    border-radius: 20px
}

.genres-box img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.genres-box a {
    width: 100%;
    height: 100%;
    display: inline-table
}

.genres-box .genres-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    align-items: center;
    text-align: initial;
    padding: 6px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.genres-box:hover .genres-overlay {
    background: rgba(242, 127, 181, 0.5)
}

.genres-overlay h6 {
    font-size: 22px;
    color: #fff;
    font-weight: 500
}

/*@media (max-width: 1199px) {*/
/*    .genres-box {*/
/*        width: 155px;*/
/*        height: 155px*/
/*    }*/
/*}*/

@media (max-width: 400px) {
    /*.genres-box {*/
    /*    width: 143px;*/
    /*    height: 143px*/
    /*}*/

    .genres-box p {
        font-size: 13px
    }

    .genres-overlay h6 {
        font-size: 17px
    }
}

#breadcrumb .breadcrumb-item, #breadcrumb a {
    color: var(--primary-color)
}

#breadcrumb a:hover {
    color: #aaa
}

#breadcrumb .active {
    color: var(--primary-color);
    font-weight: 600
}

#breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #aaa;
    content: '\f101';
    font: var(--fa-font-solid)
}

#breadcrumb .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    /*margin-bottom: 1rem;*/
    margin:.5rem 0;
    list-style: none;
    border-radius: .25rem;
    background: transparent;
}

.manga_name h2 {
    color: var(--primary-color) !important;
    font-size: 24px;
    margin-bottom: 22px
}

.gl-star-rating .gl-star-rating--stars > span {
    --gl-star-size: 42px
}

[data-star-rating] .gl-star-rating--stars[aria-label]::after, [data-star-rating] .gl-star-rating--stars[aria-label]::before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: auto;
    box-sizing: border-box;
    left: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    opacity: .9;
    transform-origin: top;
    transform: translate3d(0, -50%, 0);
    white-space: nowrap;
    z-index: 1
}

.manga_info ul li h6 {
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
    width: 100px;
    color: var(--text-color)
}

.manga_info ul li p {
    font-size: 16px;
    font-weight: 400;
    width: 300px
}

.manga_info ul .watch a {
    font-size: 16px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    background: var(--primary-color);
    border: 1px solid transparent;
    padding: 10px 33px;
    color: #fff;
    font-weight: 500
}

.manga_info ul .watch a:hover {
    background: rgba(242, 127, 181, 0.3);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 500
}

.manga_info ul li a {
    font-size: 16px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.manga_info ul li a:hover {
    color: var(--primary-color)
}

.feedback_box {
    text-align: center;
    width: 100%;
    display: flex
}

.feedback_box a:hover {
    color: var(--primary-color)
}

.feedback_box i {
    font-size: 29px;
    color: var(--primary-color)
}

.feedback_box h6 {
    font-size: 15px !important
}

#more {
    display: none
}

#read_more {
    background: transparent;
    border-bottom: 2px solid var(--primary-color);
    border-top: none;
    border-left: none;
    border-right: none
}

#read_more:hover {
    background: transparent;
    border-bottom: 2px solid var(--primary-color);
    border-top: none;
    border-left: none;
    border-right: none
}

.chapter {
    overflow: auto;
    height: 250px
}

.chapter a {
    align-items: center
}

.chapter p, .chapter span {
    color: var(--text-color);
    padding: 8px 14px
}

.chapter a:hover {
    background: var(--primary-color)
}

#chapter select {
    border: 2px solid var(--primary-color);
    padding: 7px;
    color: var(--primary-color);
    background: rgba(242, 127, 181, 0.3);
    border-radius: 5px
}

#chapter .form-select {
    height: 46px
}

.red-text {
    color: red
}

.comment_area {
    border-top: 1px solid #ebebeb;
    padding-top: 50px;
    padding-bottom: 0
}

.comment_area .title {
    margin-bottom: 30px;
    font-size: 30px
}

@media only screen and (max-width: 767px) {
    .comment_area .title {
        font-size: 20px
    }
}

.comment_area .comment-content {
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

.comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    width: 70px;
    max-width: 70px;
    margin-right: 20px;
    border-radius: 50%
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 50px;
        max-width: 50px;
        margin-right: 10px
    }
}

.comment_area .comment-content .comment-author img {
    border-radius: 50%
}

.comment_area .comment-content .comment-meta .post-date {
    color: #a6a6a6;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-weight: 600
}

.comment_area .comment-content .comment-meta h5 {
    margin-bottom: 5px
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-meta h5 {
        font-size: 16px
    }
}

.comment_area .comment-content .comment-meta p {
    color: #ababab;
    font-size: 16px;
    font-weight: 500
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-meta p {
        font-size: 14px
    }
}

.comment_area .comment-content .comment-meta a.like, .comment_area .comment-content .comment-meta a.reply {
    display: inline-block;
    padding: 5px 15px 3px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #ebebeb;
    text-transform: uppercase
}

.comment_area .comment-content .comment-meta a.like:focus, .comment_area .comment-content .comment-meta a.like:hover, .comment_area .comment-content .comment-meta a.reply:focus, .comment_area .comment-content .comment-meta a.reply:hover {
    border-color: #d63384;
    background-color: #d63384;
    color: #ffffff
}

.comment_area .children {
    margin-left: 50px
}

@media only screen and (max-width: 767px) {
    .comment_area .children {
        margin-left: 20px
    }
}

.comment_area .children .single_comment_area:last-of-type {
    margin-bottom: 0
}

.app-poster {
    position: relative
}

.app-poster .app_overlay {
    position: absolute;
    right: -18px;
    bottom: 26px
}

.about-area .about-right .about-img img {
    width: 100%
}

.about-area .about-right .about-prea p {
    font-size: 15px
}

#footer {
    position: relative
}

#footer::after {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    border: 0;
    left: 0;
    background-repeat: repeat-x;
    top: 0
}

.dark-theme #footer::after {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    border: 0;
    left: 0;
    background-repeat: repeat-x;
    top: 0
}

.dark-theme
.footer {
    background-color: #00000059;
    color: #fff;
    position: relative
}

.footer {
    background-color: #f27fb559;
    color: #fff;
    position: relative
}

.footer-main {
    padding: 80px 0 60px;
    position: relative
}

.footer_img {
    width: 260px;
    position: absolute;
    bottom: -3px;
    right: 126px
}

.footer_img img {
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0)
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0)
    }
}

.footer .widget-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    text-transform: uppercase;
    color: var(--primary-color);
    border-left: 3px solid var(--primary-color)
}

.footer .AtoZ_list ul {
    padding: 0
}

.footer .AtoZ_list li a {
    width: 35px;
    display: flex;
    text-align: center;
    background: var(--primary-color);
    margin-right: 3px;
    justify-content: center;
    margin-top: 14px;
    font-size: 12px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    color: #fff
}

.footer .AtoZ_list li a:hover {
    background: rgba(242, 127, 181, 0.3);
    color: var(--primary-color)
}

.footer .AtoZ_list h4 {
    color: var(--primary-color);
    margin-right: 12px;
    border-right: 1px solid rgba(242, 127, 181, 0.3);
    padding-right: 13px
}

.footer .AtoZ_list p {
    color: #aaa
}

.footer-logo {
    margin-bottom: 25px
}

.footer-social {
    margin-top: 15px
}

.footer-social .widget-title {
    font-size: 14px;
    margin-bottom: 10px
}

.footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -13px
}

.footer-social ul li {
    display: inline-block
}

.footer-social ul li a i {
    display: block;
    font-size: 16px;
    color: #999;
    transition: 400ms;
    padding: 10px 13px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.footer-social ul li a i:hover {
    color: var(--primary-color)
}

.footer-social ul li:hover {
    color: #fff
}

.footer-widget ul.list-arrow li {
    padding: 8px 0
}

.footer-widget ul.list-arrow li:last-child {
    border-bottom: 0
}

.footer-widget ul.list-arrow li a, .footer-widget ul.list-arrow li::before {
    color: var(--text-color);
    font-weight: 500
}

.footer-widget ul.list-arrow li:hover a, .footer-widget ul.list-arrow li:hover {
    color: var(--primary-color)
}

.working-hours {
    padding-right: 10px
}

.working-hours .text-right {
    float: right
}

.copyright {
    background: var(--primary-color);
    color: #ffffff;
    padding: 25px 0;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 12px
}

.copyright-info a {
    color: #fff
}

.list-unstyled a {
    padding: 4px 5px;
    color: #fff;
    border: 1px solid #fff;
    background: var(--primary-color)
}

.list-unstyled a:hover {
    padding: 4px 5px;
    background: #fff;
    color: var(--primary-color) !important;
    border: 1px solid #fff
}

.footer-menu ul li {
    display: inline-block;
    line-height: 12px;
    padding-left: 15px;
    margin: 10px 0
}

.footer-menu ul.nav li a {
    background: none;
    color: #111;
    padding: 0
}

.footer-menu ul li a:hover {
    color: #fff
}

.pagination-area .page-item {
    margin: 0
}

.pagination-area .page-item:first-child {
    margin: 0
}

.pagination-area .page-link {
    color: #ddd777;
    border: 0;
    font-size: 15px;
    text-align: center;
    background: none;
    padding: 0 10px;
    box-shadow: none;
    outline: 0
}

.pagination-area .page-link:hover {
    color: var(--primary-color)
}

.pagination-area .page-item.active .page-link {
    z-index: 1;
    color: #000;
    background: none;
    border: 0;
    position: relative;
    box-shadow: none;
    outline: 0
}

.pagination-area .page-item.active .page-link::before {
    position: absolute;
    content: "";
    width: 38px;
    height: 3px;
    background: var(--primary-color);
    top: -50px;
    top: -24px;
    left: 0
}

.pagination-area .page-item.active .page-link:hover {
    color: var(--primary-color)
}

.single-wrap .roted {
    transform: rotate(180deg);
    display: block
}

.single-wrap .right-arrow {
    font-size: 24px;
    color: red;
    position: relative;
    top: -6px
}

.blog_area a {
    text-decoration: none;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s
}

.blog_area a:hover, .blog_area a:hover p {
    color: var(--primary-color);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.social-share ul li {
    display: inline-block;
    margin: 0 10px
}

@media (max-width: 767px) {
    .social-share ul li {
        margin: 0 7px
    }
}

.social-share ul li .section-tittle {
    display: flex
}

.section-tittle i {
    color: var(--primary-color)
}

.section-tittle {
    position: relative;
    text-transform: uppercase;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 1.2px;
    color: var(--primary-color);
    font-weight: 700
}

.section-tittle h3 {
    font-size: 32px
}

/*.section-tittle::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 56px;*/
/*    bottom: 0;*/
/*    background-color: var(--primary-color);*/
/*    width: 45px;*/
/*    height: 4px;*/
/*    z-index: -1;*/
/*    box-shadow: 28px 5px 0 0 var(--primary-color)*/
/*}*/

.section-tittle::before {
    position: absolute;
    content: '';
    width: 55px;
    height: 55px;
    top: -10px;
    left: 0;
    background-repeat: no-repeat;
    animation-name: myframes;
    animation: myframes 6s linear infinite;
    -webkit-animation: myframes 6s linear infinite;
    z-index: -1
}

@keyframes myframes {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

.social-share .section-tittle {
    display: flex
}

.blog_item {
    margin-bottom: 50px
}

.blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0 10px 20px 0 rgba(221, 221, 221, 0.3)
}

@media (min-width: 768px) {
    .blog_details {
        padding: 60px 30px 35px 35px
    }
}

.blog_details p {
    margin-bottom: 30px
}

.blog_details a:hover {
    color: var(--primary-color)
}

.blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .blog_details h2 {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.blog-info-link li {
    float: left;
    font-size: 14px
}

.blog-info-link li a {
    color: #999999
}

.blog-info-link li i, .blog-info-link li span {
    font-size: 13px;
    margin-right: 5px
}

.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px
}

.blog-info-link li:last-child::after {
    display: none
}

.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table
}

.blog_item_img {
    position: relative
}

.blog_item_img iframe {
    width: 100%;
    height: 375px;
    border: 1px solid var(--primary-color)
}

.blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: var(--primary-color);
    padding: 8px 15px;
    border-radius: 5px
}

.blog_item_date:hover p {
    color: #fff !important
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px
    }
}

.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date h3 {
        font-size: 30px
    }
}

.blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date p {
        font-size: 18px
    }
}

.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px
}

.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff
}

.blog_right_sidebar .single_sidebar_widget {
    background: rgba(242, 127, 181, 0.3);
    padding: 30px;
    margin-bottom: 30px
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
    margin-top: 0
}

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0
}

.blog_right_sidebar .search_widget .form-control::placeholder {
    color: #999999
}

.blog_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.blog_right_sidebar .search_widget .input-group button {
    background: var(--primary-color);
    border-left: 0;
    border: 1px solid transparent;
    padding: 4px 15px;
    border-left: 0;
    cursor: pointer
}

.blog_right_sidebar .search_widget .input-group button i {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0
}

.blog_right_sidebar .newsletter_widget .input-group button i, .blog_right_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #fff
}

.blog_right_sidebar .post_category_widget .cat-list li {
    transition: all linear .3s;
    padding-bottom: 0;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-color)
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li + li {
    padding-top: 15px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
    color: #fff
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0
}

.blog_right_sidebar .popular_post_widget .post_item + .post_item {
    margin-top: 20px
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all linear .3s;
    color: #fff;
    font-size: 13px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #fff;
    color: var(--primary-color) !important;
    -webkit-text-fill-color: var(--primary-color);
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s
}

.blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
    width: auto;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0
}

.blog-pagination {
    margin-top: 80px
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    margin-right: 10px;
    background: rgba(242, 127, 181, 0.3);
    font-weight: 800
}

.blog-pagination .page-link i, .blog-pagination .page-link span {
    font-size: 13px
}

.blog-pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.blog-pagination .page-item:last-child .page-link {
    margin-right: 0
}

.single-post-area .blog_details {
    box-shadow: none;
    padding: 0
}

.blog_details h2:hover {
    color: var(--primary-color);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.single-post-area .social-links {
    padding-top: 10px
}

.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px
}

.single-post-area .social-links li a {
    color: #cccccc;
    padding: 7px;
    font-size: 14px;
    transition: all 0.2s linear
}

.single-post-area .blog_details {
    padding-top: 26px
}

.single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px
}

.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, 0.1);
    padding: 15px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .single-post-area .quote-wrapper {
        padding: 30px
    }
}

.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid
}

@media (min-width: 768px) {
    .single-post-area .quotes {
        padding: 25px 25px 25px 30px
    }
}

.single-post-area .arrow {
    position: absolute
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600
}

.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8)
}

.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff
}

.single-post-area .navigation-top p {
    margin-bottom: 0
}

.single-post-area .navigation-top .like-info {
    font-size: 14px
}

.single-post-area .navigation-top .like-info i, .single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px
}

.single-post-area .navigation-top .comment-count {
    font-size: 14px
}

.single-post-area .navigation-top .comment-count i, .single-post-area .navigation-top .comment-count span {
    font-size: 16px;
    margin-right: 5px
}

.single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px
}

.single-post-area .navigation-top .social-icons li:last-child {
    margin: 0
}

.single-post-area .navigation-top .social-icons li i, .single-post-area .navigation-top .social-icons li span {
    font-size: 14px;
    color: #999999
}

.single-post-area .blog-author {
    padding: 40px 30px;
    background: var(--primary-color);
    margin-top: 50px
}

.single-post-area .blog-author p {
    color: #fff
}

@media (max-width: 600px) {
    .single-post-area .blog-author {
        padding: 20px 8px
    }
}

.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px
}

@media (max-width: 600px) {
    .single-post-area .blog-author img {
        margin-right: 15px;
        width: 45px;
        height: 45px
    }
}

.single-post-area .blog-author a {
    display: inline-block
}

.single-post-area .blog-author a:hover {
    color: #fff
}

.single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px
}

.single-post-area .blog-author h4 {
    font-size: 16px;
    color: #fff
}

.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px
}

.single-post-area .navigation-area p {
    margin-bottom: 0
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px
}

.single-post-area .navigation-area .nav-left {
    text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: .5
}

@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: .5
}

@media (max-width: 991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom: 0
    }
}

.comments-area {
    background: transparent;
    border-top: 1px solid #eee;
    padding: 45px 0;
    margin-top: 50px
}

@media (max-width: 414px) {
    .comments-area {
        padding: 50px 8px
    }
}

.comments-area h4 {
    margin-bottom: 35px;
    font-size: 18px
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0
}

.comments-area .comment-list {
    padding-bottom: 48px
}

.comments-area .comment-list:last-child {
    padding-bottom: 0
}

.comments-area .comment-list.left-padding {
    padding-left: 25px
}

@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px
    }

    .comments-area .comment-list .single-comment .date {
        font-size: 11px
    }

    .comments-area .comment-list .single-comment .comment {
        font-size: 10px
    }
}

.comments-area .thumb {
    margin-right: 20px
}

.comments-area .thumb img {
    width: 70px;
    border-radius: 50%
}

.comments-area .date {
    font-size: 14px;
    color: #999999;
    margin-bottom: 0;
    margin-left: 20px
}

.comments-area .comment {
    margin-bottom: 10px;
    color: #ababab;
    font-size: 15px
}

.comments-area .btn-reply {
    background-color: transparent;
    color: #888888;
    padding: 5px 18px;
    font-size: 14px;
    display: block;
    font-weight: 400
}

.comment-form {
    border-top: 1px solid #eee;
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px
}

.comment-form .form-group {
    margin-bottom: 30px
}

.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px
}

.comment-form .name {
    padding-left: 0
}

@media (max-width: 767px) {
    .comment-form .name {
        padding-right: 0;
        margin-bottom: 1rem
    }
}

.comment-form .email {
    padding-right: 0
}

@media (max-width: 991px) {
    .comment-form .email {
        padding-left: 0
    }
}

.comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

.comment-form .form-control:focus {
    outline: 0;
    box-shadow: none
}

.comment-form .form-control::placeholder {
    font-weight: 300;
    color: #999999
}

.comment-form .form-control::placeholder {
    color: #ddd777
}

.comment-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100% !important
}

.comment-form::-webkit-input-placeholder {
    font-size: 13px;
    color: #ddd
}

.comment-form::-moz-placeholder {
    font-size: 13px;
    color: #ddd
}

.comment-form:-ms-input-placeholder {
    font-size: 13px;
    color: #ddd
}

.comment-form:-moz-placeholder {
    font-size: 13px;
    color: #ddd
}

.contact-info {
    margin-bottom: 25px
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i, .contact-info__icon span {
    color: #8f9195;
    font-size: 27px
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.media-body h3:hover {
    color: var(--primary-color)
}

.contact-info .media-body h3 a:hover {
    color: #222
}

.contact-info .media-body p {
    color: #8a8a8a
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}

.form-contact label {
    font-size: 14px
}

.form-contact .form-group {
    margin-bottom: 30px
}

.form-contact .form-control {
    border: 1px solid rgba(242, 127, 181, 0.5);
    border-radius: 20px;
    height: 48px;
    padding-left: 18px;
    font-size: 16px;
    background: transparent;
    color: #000
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999
}

.form-contact textarea {
    border-radius: 0;
    height: 100% !important
}

.wrap-modal1 {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9000;
    overflow: auto;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0
}

.wrap-modal1 input {
    background: rgba(255, 255, 255, 0.4);
    color: #000000
}

.overlay-modal1 {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.show-modal1 {
    visibility: visible;
    opacity: 1
}

.how-pos3-parent {
    position: relative
}

.how-pos3 {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: transparent;
    border: transparent;
    font-size: 44px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.how-pos3:hover {
    color: var(--primary-color)
}

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

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

.form-label {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase
}

.form-check-label {
    color: #ffff
}

.form_icons a {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 5px;
    margin-top: 20px
}

.form_icons .icon_tit {
    color: #fff;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

.modal_btn {
    background: var(--primary-color);
    border: none;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    cursor: pointer
}

.modal_btn:hover {
    background: #fff;
    color: var(--primary-color)
}

.form-control {
    font-weight: 800;
    color: #ffffff;
    background-color: #fffdfd;
    border: #fff
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.tit_form h3 {
    color: var(--primary-color);
    text-align: center;
    padding: 30px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    margin-right: 10px
}

.form_text {
    color: #fff
}

.red-text {
    color: red
}

.contact_form_active {
    margin-left: 10px
}

.contact_form_active button {
    border: 2px solid #fff;
    padding: 15px 44px !important;
    border-radius: 30px;
    margin: 0 auto;
    color: #f1f1f1;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

.contact_form_active button {
    background: var(--primary-color);
    color: #fff !important;
    border: 2px solid #fff
}

.contact_form_active button:hover {
    background: #fff;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color)
}

.form_icons ul li a {
    width: 50px;
    display: inline-block
}

.fac a {
    color: #385898;
    border: 1px solid #385898;
    background: #fff
}

.fac a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #385898
}

.twi a {
    color: #1d9bf0;
    border: 1px solid #1d9bf0;
    background: #fff
}

.twi a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #1d9bf0
}

.ins a {
    color: #bb2fa0;
    border: 1px solid #bb2fa0;
    background: #fff
}

.ins a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #bb2fa0
}

.pat a {
    color: #ff5900;
    border: 1px solid #ff5900;
    background: #fff
}

.pat a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #ff5900
}

.goo a {
    color: #4285f4;
    border: 1px solid #4285f4;
    background: #fff
}

.goo a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #4285f4
}

@media screen and (min-width: 1200px){
    .block2-pic{
        height:230px;
        width:230px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 768px){
    .block2-pic{
        height:190px;
        width:190px;
    }
}
@media screen and (max-width: 768px){
    .block2-pic{
        height:150px;
        width:150px;
    }
}

.block2-txt{
    margin-top: .5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.trend-bottom-img{
    max-height: 205px;
}

@media screen and (max-width: 992px) {
    .slick-track{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

.img-detail{
    width:100%;
    height:100%;
}

.desc_btn {
    border: solid 1px #d3d3d3;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 8px;
    background: #f27fb5;
    font-size: 1rem;
    margin: 1rem 0;
}

@media screen and (max-width: 768px) {
    .manga_info{
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
    }

    .desc_btn {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .desc_btn {
        display: none!important;
    }
}

.related-img{
    width:114px;
    height:114px;
}

.text-center{
    text-align:center;
}

.logo-img{
    max-width:220px;
    max-height:60px;
}

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

.sticky-logo{
    margin:auto 0;
}

.play_now{
    width:60%;
    height:4rem;
    border-radius:10px;
    background: #f27fb5;
    margin:1rem auto;
    border:none;
}

.play_now a{
    font-size: 2rem;
    font-weight:bold;
    color:#fff;
}

@media screen and (min-width: 768px) {
    .display-flex{
        display:flex;
        align-items: center;
        justify-content: center;
    }
}

.hov-img0 a{
    width:100%;
    height:100%;
}

@media screen and (max-width: 468px){
    .mobile-hidden{
        display:none;
    }
}

.adBox {
    width: calc(100% + 2rem - 20px);
    margin-left: calc(-1rem + 10px);
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: auto;
    display: flex;
    justify-content: center;
    background-color: #CCCCCC;
    color: #000;
}

.adBox0 {
    width: 100%;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 15px 0 15px 0;
}