@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);

body {
    background-position: 0 0, 8px 8px, 0px 1px, 8px 9px;
    background-image: radial-gradient(black 15%, transparent 16%), radial-gradient(black 15%, transparent 16%), radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%), radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%);
    background-attachment: scroll, scroll, scroll, scroll;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: 16px 16px;
    background-origin: padding-box, padding-box, padding-box, padding-box;
    background-clip: border-box, border-box, border-box, border-box;
    background-color: rgb(40, 40, 40)
}

body, p {
    font-family: "Open Sans", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    line-height: 26px;
    font-size: 15px;
    color: #fff
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important
}

:root {
    --brand: #5a2e98;
    --font1: "Open Sans", sans-serif;
    --font2: "Montserrat", sans-serif
}

h1 {
    font-size: 36px;
    line-height: 48px
}

h2 {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: -1px
}

ul, ol {
    list-style: none
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -0.5px
}

h4 {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: -0.2px
}

h5 {
    font-size: 14px;
    line-height: 24px
}

.alert .icon {
    margin-right: 15px
}

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

body {
    border: 0;
    margin: 0;
    padding: 0
}

.body-inner {
    position: relative;
    overflow: hidden
}

a:link, a:visited {
    text-decoration: none
}

a {
    color: inherit;
    transition: 0.2s ease
}

a:hover {
    text-decoration: none;
    color: #fff
}

a.read-more {
    color: var(--brand);
    font-weight: 700;
    text-transform: uppercase
}

a.read-more:hover {
    color: #222
}

section, .section-padding {
    padding: 30px 0;
    position: relative
}

.no-padding {
    padding: 0
}

.gap-60 {
    clear: both;
    height: 60px
}

.gap-40 {
    clear: both;
    height: 40px
}

.gap-30 {
    clear: both;
    height: 30px
}

.gap-20 {
    clear: both;
    height: 20px
}

.mrb-30 {
    margin-bottom: 30px
}

.mrb-80 {
    margin-bottom: -80px
}

.mrt-0 {
    margin-top: 0 !important;
    margin-bottom: 20px !important
}

.pab {
    padding-bottom: 0
}

a:focus {
    outline: 0
}

.ts-padding {
    padding: 60px
}

.solid-bg {
    background: #000
}

.dark-bg {
    background: #252525;
    color: #fff
}

.dark-bg h2, .dark-bg h3 {
    color: #fff
}

.solid-row {
    background: #f0f0f0
}

.bg-overlay {
    position: relative
}

.bg-overlay .container {
    position: relative;
    z-index: 1
}

.bg-overlay:after {
    background-color: rgba(0, 46, 91, 0.8);
    z-index: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.bg-overlay:after {
    position: relative
}

.bg-overlay:after {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.content-hidden {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    overflow: hidden
}

.dropcap {
    font-size: 48px;
    line-height: 60px;
    padding: 0 7px;
    display: inline-block;
    font-weight: 700;
    margin: 5px 15px 5px 0;
    position: relative;
    text-transform: uppercase
}

.dropcap.primary {
    background: var(--brand);
    color: #fff
}

.dropcap.secondary {
    background: #3a5371;
    color: #fff
}

#back_to_top {
    right: 4rem;
    bottom: 6.5rem;
    top: auto;
    z-index: 10;
    display: none;
}

#back_to_top .btn:focus {
    outline: 0;
    box-shadow: none
}

#back_to_top .btn.btn-primary {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: var(--brand);
    border-radius: 3px;
    color: var(--brand);
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    box-shadow: 0 10px 15px -3px var(--brand), 0 4px 6px -4px var(--brand);
    color: #fff
}

#back_to_top .btn.btn-primary:hover {
    color: #fff
}

.title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px
}

.section-title {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--brand)
}

.section-sub-title {
    font-weight: 900;
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 30px;
    background: -webkit-linear-gradient(#8e68c3, #5a2e98);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: #000000;
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh
}

#preloader:before, #preloader:after {
    content: "";
    position: absolute;
    border: 4px solid var(--brand);
    border-radius: 50%;
    -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite
}

#preloader:after {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s
}

@-webkit-keyframes animate-preloader {
    0% {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        opacity: 1
    }
    100% {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        opacity: 0
    }
}

@keyframes animate-preloader {
    0% {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        opacity: 1
    }
    100% {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        opacity: 0
    }
}

.column-title {
    margin: 0 0 40px
}

.column-title-small {
    font-size: 20px;
    margin: 0 0 25px
}

.glitch {
    font-size: 100px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase
}

.glitch {
    animation: glitch 1000ms infinite;
    display: inline-block
}

.glitch span {
    position: absolute;
    top: 0;
    left: 0
}

.glitch span:first-child {
    animation: glitch 650ms infinite;
    clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0 100%);
    transform: translate(-0.05em, -0.025em)
}

.glitch span:last-child {
    animation: glitch 650ms infinite;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
    transform: translate(0.05em, 0.025em)
}

@keyframes glitch {
    0% {
        text-shadow: 0.05em 0 0 rgba(255, 0, 0, .75), -0.025em -0.05em 0 rgba(0, 255, 0, .75), 0.025em 0.05em 0 rgba(0, 0, 255, .75)
    }
    14% {
        text-shadow: 0.05em 0 0 rgba(255, 0, 0, .75), -0.025em -0.05em 0 rgba(0, 255, 0, .75), 0.025em 0.05em 0 rgba(0, 0, 255, .75)
    }
    15% {
        text-shadow: -0.05em -0.025em 0 rgba(255, 0, 0, .75), 0.025em 0.025em 0 rgba(0, 255, 0, .75), -0.05em -0.05em 0 rgba(0, 0, 255, .75)
    }
    49% {
        text-shadow: -0.05em -0.025em 0 rgba(255, 0, 0, .75), 0.025em 0.025em 0 rgba(0, 255, 0, .75), -0.05em -0.05em 0 rgba(0, 0, 255, .75)
    }
    50% {
        text-shadow: 0.025em 0.05em 0 rgba(255, 0, 0, .75), -0.025em -0.05em 0 rgba(0, 255, 0, .75), 0 -0.05em 0 rgba(0, 0, 255, .75)
    }
    99% {
        text-shadow: 0.025em 0.05em 0 rgba(255, 0, 0, .75), -0.025em -0.05em 0 rgba(0, 255, 0, .75), 0 -0.05em 0 rgba(0, 0, 255, .75)
    }
    100% {
        text-shadow: -0.025em 0 0 rgba(255, 0, 0, .75), -0.025em -0.025em 0 rgba(0, 255, 0, .75), -0.025em -0.05em 0 rgba(0, 0, 255, .75)
    }
}

.page-content-title.first {
    margin-top: 0
}

.embed-responsive {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.form-control {
    box-shadow: none;
    border: 1px solid #dadada;
    padding: 5px 20px;
    height: 44px;
    background: none;
    color: #959595;
    font-size: 14px;
    border-radius: 0
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--brand)
}

hr {
    background-color: #e7e7e7;
    border: 0;
    height: 1px;
    margin: 40px 0
}

.alert hr {
    background: initial;
    margin: initial;
    border-top: 1px solid;
    height: initial;
    margin-bottom: 1rem;
    opacity: 0.2
}

blockquote {
    padding: 25px;
    margin: 20px 0;
    background: #f9f9f9;
    position: relative;
    border-left: 3px solid var(--brand);
    padding-left: 40px
}

blockquote.text-center {
    border-top: 3px solid var(--brand);
    border-left: 0;
    padding-left: 25px;
    padding-top: 50px
}

blockquote.text-center:before {
    left: 50%;
    top: 10px;
    transform: translateX(-50%)
}

blockquote.text-right {
    border-right: 3px solid var(--brand);
    padding-right: 40px;
    border-left: 0;
    padding-left: 25px
}

blockquote.text-right:before {
    left: auto;
    right: 5px
}

blockquote:before {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    font-size: 28px;
    color: #E5E5E5;
    top: 5px;
    left: 5px;
    font-weight: 700;
    z-index: 0
}

blockquote p {
    font-size: 14px;
    line-height: 22px;
    position: relative;
    z-index: 1;
    font-style: italic;
    margin-bottom: 0;
    color: var(--brand)
}

cite {
    display: block;
    font-size: 14px;
    margin-top: 10px
}

.list-round, .list-arrow, .list-check {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px
}

.list-round li {
    line-height: 28px
}

.list-round li:before {
    font-family: "Font Awesome 6 Free";
    content: "\f138";
    margin-right: 10px;
    color: var(--brand);
    font-size: 12px
}

.list-arrow {
    padding: 0
}

ul.list-arrow li:before {
    font-family: "Font Awesome 6 Free";
    content: "\f0c1";
    margin-right: 10px;
    color: var(--brand);
    font-size: 16px;
    font-weight: bold
}

ul.list-check li:before {
    font-family: "Font Awesome 6 Free";
    content: "\f00c";
    margin-right: 10px;
    color: var(--brand);
    font-size: 14px
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover, .nav-tabs > li > a {
    border: 0
}

.nav > li > a:focus, .nav > li > a:hover {
    background: none
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

.btn:active, .btn:focus {
    box-shadow: none !important
}

.btn-primary, .btn-dark {
    border: 0;
    border-radius: 3px;
    padding: 12px 20px 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    transition: 350ms;
    font-size: 14px
}

.btn-white.btn-primary {
    background: #fff;
    color: var(--brand)
}

.btn-primary {
    background: var(--brand)
}

.btn-dark {
    background: #23282d
}

.btn-primary:hover, .btn-dark:hover, .btn-white.btn-primary:hover {
    background: #222 !important;
    color: #fff
}

.btn-primary:hover:active, .btn-primary:hover:focus, .btn-dark:hover:active, .btn-dark:hover:focus, .btn-white.btn-primary:hover:active, .btn-white.btn-primary:hover:focus {
    color: #fff;
    background-color: #222 !important
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #222;
    border-color: #222;
    box-shadow: none
}

.general-btn {
    margin-top: 50px
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover, .nav-tabs > li > a {
    border: 0
}

.nav > li > a:focus, .nav > li > a:hover {
    background: none
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

.top-bar {
    padding: 8px 0;
    background: var(--brand);
    position: relative;
    color: #fff
}

ul.top-info {
    list-style: none;
    margin: 0;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 5px
}

ul.top-info li {
    position: relative;
    line-height: 10px;
    display: inline-block;
    margin-left: 0;
    padding-right: 15px
}

ul.top-info li i {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 5px
}

ul.top-info li p.info-text {
    margin: 0;
    line-height: normal;
    display: inline-block;
    flex-direction: column;
    cursor: revert
}

.search_anime {
    display: flex;
    align-items: center
}

.top-bar-border {
    padding: 8px 20px 8px;
    border-bottom: 1px solid #ddd
}

.top-bar-border ul.top-info {
    color: #707070;
    font-weight: 400
}

.top-bar-border .top-social li a {
    color: #fff
}

.top-bar-border ul.top-info li i {
    color: var(--brand)
}

.call-to-action {
    background-color: #272d33;
    padding: 30px
}

.news-to-action-title {
    color: #fff;
    margin: 0;
    padding: 25px 0;
    line-height: normal;
    font-size: 22px;
    text-transform: capitalize
}

.action-title {
    color: #fff;
    margin: 0;
    line-height: 36px;
    font-size: 12px;
    text-transform: uppercase
}

.acme-news-ticker-label {
    font-size: 17px
}

.action-style-box {
    position: relative;
    z-index: 2
}

.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(--brand);
    background: #000
}

.wrap-search-header button {
    font-size: 30px;
    color: #333;
    width: 70px;
    height: 100%
}

.wrap-search-header button {
    font-size: 50px;
    color: #333
}

.header {
    background: #fff;
    position: relative;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1)
}

.navbar-fixed {
    z-index: 9;
    position: fixed;
    width: 100%;
    top: 0
}

.header-two {
    background: #000;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    padding: 15px 0
}

.header-two .navbar-fixed {
    background-color: #000;
    box-shadow: 0 10px 15px -3px var(--brand), 0 4px 6px -4px var(--brand)
}

ul.navbar-nav > li > a {
    padding: 15px 0 !important;
    color: #fff
}

ul.navbar-nav > li:hover > a, ul.navbar-nav > li.active > a {
    color: var(--brand) !important
}

.logo img {
    width: auto;
    height: 35px
}

.header-two .logo img {
    height: 100%;
    width: 60%;
    max-height:50px;
}

.header-right {
    float: right
}

ul.top-info-box {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right
}

ul.top-info-box li {
    position: relative;
    float: left;
    margin-left: 0;
    border-right: 1px solid #dedede;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 25px;
    margin-right: 25px
}

ul.top-info-box li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0
}

ul.top-info-box li.last {
    border-right: 0
}

ul.top-info-box li .info-box span.info-icon {
    font-size: 20px;
    display: inline-block;
    text-align: center;
    margin: 2px 5px 0 0;
    position: relative
}

ul.top-info-box li .info-box .info-box-content {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    flex-direction: column
}

ul.top-info-box li .info-box .info-box-title {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: normal
}

ul.top-info-box li .info-box .info-box-subtitle {
    margin: 0;
    line-height: normal;
    font-size: 15px;
    font-weight: 700;
    color: #111
}

ul.top-info-box > li.nav-search {
    cursor: pointer;
    padding-left: 30px;
    margin-left: 30px
}

ul.top-info-box > li.nav-search:before {
    position: absolute;
    content: "";
    background: #ddd;
    left: 0;
    width: 1px;
    height: 40px;
    top: 50%;
    margin-top: -10px
}

ul.top-info-box > li.nav-search i {
    font-size: 20px;
    top: 10px;
    position: relative;
    cursor: pointer;
    color: #999
}

.navbar-toggler {
    float: left;
    margin-top: 10px;
    padding: 12px
}

.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0
}

.navbar-toggler {
    margin: 10px 0;
    padding: 6px;
    border-radius: 0;
    font-size: 1rem;
    background: var(--brand)
}

.navbar-toggler:focus {
    outline: 0
}

.navbar-dark .navbar-toggler-icon, .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

ul.navbar-nav > li:hover > a, ul.navbar-nav > li.active > a {
    color: var(--brand);
    position: relative
}

ul.navbar-nav > li {
    padding: 0 13px;
    position: relative
}

.header-two .navbar-nav > .header-get-a-quote {
    top: -4px
}

ul.navbar-nav > li:last-child {
    padding-right: 0
}

ul.navbar-nav > li:last-child:after {
    background: none
}

ul.navbar-nav > li > a:hover, ul.navbar-nav > li > a:focus {
    background: none
}

ul.navbar-nav > li > a i {
    font-weight: 700
}

ul.navbar-nav > li > a:after, ul.navbar-nav > li > a:after {
    display: none
}

ul.navbar-nav > li > a {
    font-family: "Montserrat", sans-serif;
    color: #fff !important;
    text-rendering: optimizeLegibility;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    font-size: 14px;
    margin: 0;
    line-height: 40px;
    padding: 30px 0;
    transition: 350ms
}

.navbar-light ul.navbar-nav > li > a {
    color: #ffffff !important;
    font-size: 13px
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    border-radius: 0
}

.dropdown-submenu > a:after {
    display: block;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    float: right;
    margin-top: 0;
    margin-right: -5px;
    border: 0
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff
}

.dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 200px;
    border-radius: 0;
    border: 0;
    border-top: 2px solid var(--brand);
    padding: 0 20px;
    margin: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

.dropdown-menu-large {
    min-width: 400px
}

.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.dropdown-menu-large > li > ul > li > a {
    padding-left: 0
}

.dropdown-menu-large > li > ul > li.active > a {
    color: var(--brand) !important
}

.navbar-nav > li > .dropdown-menu a {
    background: none
}

.dropdown-menu li a {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    padding: 15px 0;
    letter-spacing: 0.3px;
    border-bottom: 1px solid #e5e5e5;
    color: #333333
}

.dropdown-menu li:last-child > a {
    border-bottom: 0
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    color: var(--brand)
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block
}

ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none
}

ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > .dropdown-menu > .active > a {
    background: none;
    color: var(--brand)
}

.site-navigation .container, .search-area {
    position: relative
}

.search-area {
    min-height: 70px;
    padding-right: 0
}

.nav-search {
    position: absolute;
    cursor: pointer;
    top: 22px;
    right: 18px;
    color: #999
}

.search-block {
    background-color: rgba(0, 0, 0, 0.65);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 300px;
    z-index: 10;
    margin-top: 0
}

.search-block .form-control {
    background-color: #222;
    border: none;
    color: #fff;
    width: 100%;
    height: 40px;
    padding: 0 12px
}

.search-block .search-close {
    color: #999;
    position: absolute;
    top: -53px;
    right: -4px;
    font-size: 32px;
    cursor: pointer;
    background: #23282d;
    padding: 5px
}

.search-area .nav-search {
    top: 23px
}

.search-area .search-block .search-close {
    top: -50px
}

.search-area .search-block {
    right: 0
}

.header-get-a-quote .btn-primary {
    padding: 12px 25px !important;
    font-size: 13px;
    border-radius: 3px;
    line-height: normal;
    text-transform: capitalize;
    color: #fff;
    margin-top: 5px
}

.header-get-a-quote .btn-primary:hover {
    background: #8e68c3;
    color: #fff !important
}

ul.navbar-nav > li.header-get-a-quote:hover > a:after {
    position: relative;
    content: no-close-quote
}

.banner-carousel .banner-carousel-item {
    height: 700px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover
}

.banner-carousel-item {
    position: relative
}

.banner-carousel-item .slider_overlay {
    position: absolute;
    top: 50%;
    left: 60%;
    color: #fff;
    font-size: 28px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%
}

.slider-content {
    position: relative;
    height: 100%;
    width: 100%
}

.slide-title-box {
    font-size: 16px;
    line-height: 39px;
    background: var(--brand);
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    margin: 0 0 10px
}

.slide-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    color: var(--brand);
    margin: 20px 0 10px
}

.slide-sub-title {
    font-style: normal;
    font-size: 60px;
    line-height: 58px;
    margin: 20px 0;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
    -webkit-text-stroke-width: 1px
}

.slider-text {
    display: table;
    vertical-align: bottom;
    color: #fff;
    padding-left: 40%;
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px
}

.slider-text .slide-head {
    font-size: 36px;
    color: #0052a5;
    position: relative
}

.slider-img {
    display: block;
    position: absolute;
    top: -80px;
    left: 20%;
    width: 314px;
    max-height: 100%
}

.slider-img img {
    display: block;
    position: relative;
    max-height: 100%;
    width: auto
}

.slider.btn {
    margin: 15px 5px 0;
    border: 2px solid transparent;
    box-shadow: 0 10px 15px -3px var(--brand), 0 4px 6px -4px var(--brand)
}

.slider.border {
    background: var(--brand);
    border: 2px solid #000;
    color: #fff
}

.slider.border:hover {
    background: #000;
    border: 2px solid transparent;
    color: #fff
}

.banner-carousel .carousel-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    transform: translateY(-50%);
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    text-shadow: none;
    transition: all 0.25s ease;
    padding: 0;
    outline: 0;
    border: 0
}

.banner-carousel .slick-dots {
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 60px
}

.slick-dots li button::before {
    font-size: 12px
}

.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before, .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--brand)
}

.slick-slide {
    outline: 0
}

.banner-carousel:hover .carousel-control, .banner-carousel:hover .carousel-control, .banner-carousel:hover .slick-dots {
    opacity: 1;
    filter: alpha(opacity=100)
}

.banner-carousel .carousel-control.left {
    left: 20px
}

.banner-carousel .carousel-control.right {
    right: 20px
}

.banner-carousel .carousel-control i {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 58px;
    width: 60px;
    height: 60px;
    font-size: 22px;
    border-radius: 0;
    transition: all 500ms ease
}

.banner-carousel .carousel-control i:hover {
    background: var(--brand);
    color: #fff
}

.ts-intro {
    padding-right: 20px
}

.into-title {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    color: var(--brand)
}

.into-sub-title {
    font-weight: 900;
    text-transform: capitalize;
    font-size: 30px;
    line-height: normal;
    margin: 10px 0;
    color: #803be1;
}

.featured-tab {
    padding-left: 15px
}

.featured-tab .nav-tabs {
    border: 0
}

.featured-tab .nav-tabs > li > a {
    font-family: "Roboto Slab", serif;
    background: #272d33;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 50px;
    margin: 0 1px 20px;
    padding: 0 20px;
    border: 0 !important;
    transition: all 300ms ease
}

.featured-tab .tab-content {
    border-top: 0;
    padding: 0;
    overflow: hidden
}

.featured-tab .nav.nav-tabs {
    margin-bottom: 10px
}

.featured-tab .nav-tabs > li.active > a {
    color: #fff;
    background: var(--brand);
    position: relative
}

.featured-tab .nav-tabs > li.active > a:after {
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -20px;
    left: 50%;
    border-width: 10px;
    border-style: solid;
    border-color: var(--brand) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    transform: translateX(-50%)
}

.featured-tab .lead {
    font-size: 18px;
    line-height: 28px;
    color: #303030;
    font-weight: 400
}

.featured-tab .tab-pane img.pull-left {
    margin: 0 30px 10px 0
}

.featured-tab .tab-pane img.pull-right {
    margin: 0 0 0 30px
}

.featured-tab .tab-icon i {
    font-size: 230px
}

.tab-image-content {
    padding-left: 0
}

.featured-tab .border-title.border-left {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 20px
}

.featured-tab.tab-services .nav-tabs > li > a {
    font-size: 14px;
    padding: 0 21px;
    text-transform: capitalize
}

.featured-tab.tab-services .nav.nav-tabs {
    margin-bottom: 20px
}

.filter-button .nav-tabs {
    border-bottom: 3px solid var(--brand);
    display: flex;
    justify-content: center;
    padding-bottom: 1px
}

.filter-button .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background: var(--brand);
    border-color: var(--brand)
}

.filter-button .nav-tabs .nav-link {
    border: 3px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-weight: 800;
    text-transform: uppercase;
    font-family: var(--font1);
    margin-left: 4px
}

.filter-button .nav-tabs a:hover {
    color: #fff
}

.filter-page-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.filter-page-button .nav-tabs a {
    background: #111;
    margin: 0 9px;
    border-radius: 50%
}

.filter-page-button .nav-link.active {
    color: #fff;
    background: var(--brand);
    border-color: var(--brand);
    border-radius: 50%
}

.filter-page-button .nav-tabs {
    border-bottom: 1px solid transparent
}

.filter-page-button .nav-tabs .nav-link:hover {
    border-color: var(--brand);
    border-radius: 50%;
    background: var(--brand)
}

.nav-tabs .nav-link {
    background: #111
}

.block2 {
    padding: 15px 15px 0 15px;
    margin-top: 20px;
    /*margin-bottom: 20px;*/
    padding-bottom: 10px;
    /*height: 469px;*/
    background: #111
}


.hov-img0 {
    display: block;
    overflow: hidden
}

.block2-pic {
    position: relative
}

.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%;
    height:65%;
    -webkit-transition: transform 0.9s ease;
    -o-transition: transform 0.9s ease;
    -moz-transition: transform 0.9s ease;
    transition: transform 0.9s ease
}

.block2-pic a{
    width:100%;
    height:100%;
}

.img-bg{
    width:100%;
    height: 100%;
    position: absolute;
}

@media screen and (max-width: 992px) {
    .hov-img0 img {
        max-height:150px;
    }
}

@media screen and (min-width: 992px) {
    .hov-img0 img {
        max-height:260px;
    }
}

.block2-btn i {
    font-size: 0;
    font-weight: 800;
    color: var(--brand);
    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{
    margin: .5rem auto;
}

.block2-txt-child1 a {
    color: #fff;
    font-family: var(--font1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;

    margin: 1rem 0;
    font-weight: bold;
}

.block2-txt-child1 a:hover {
    color: var(--brand)
}

.block2-txt-child1 .star {
    color: #ffbf00
}

.block2-txt-child2 {
    width: 30px
}

.block2-txt-child1 span {
    color: #fff;
    font-size: 12px;
    font-family: var(--font1)
}

.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%)
}

.hov-btn1:hover {
    border-color: #fff;
    background-color: #fff;
    color: #f9aa01
}

.details-img{
    width:100%;
    border-radius:12px;
}

.play-btn {
    padding: 25px;
    background: #803be1;
    width: 70%;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem auto;
    border-radius: 5rem;
}

.mfp-iframe-holder {
    padding-top: 100px !important;
    padding-bottom: 40px
}

.hd {
    position: relative
}

.dub {
    position: relative
}



.sub {
    position: relative
}

.sub::before {
    position: absolute;
    content: "SUB";
    left: 33px;
    top: 32px;
    color: #fff;
    background: #2e983a;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    z-index: 1
}

.anime-slide .item {
    position: relative;
    overflow: hidden;
    width: 100%
}

.anime-item img {
    width: 100%;
    max-width: 100%;
    transition: all 0.6s ease 0s
}

.anime-item:hover img {
    transform: scale(1.1, 1.1)
}

.anime-item-content {
    position: absolute;
    bottom: -1px;
    padding: 15px 20px;
    width: 100%;
    background: var(--brand)
}

.anime-title {
    font-size: 30px
}

.anime-info-label {
    color: #303030;
    font-weight: 700;
    font-size: 14px
}

.anime-info-content {
    font-size: 12px
}

.anime-info li {
    margin-bottom: 5px
}

.anime ul {
    padding-left: 0
}

.anime ul li a {
    color: #a808f7;
    font-size: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.anime ul li a:hover {
    color: #8e68c3
}

.anime ul li h5 {
    color: #888;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 1px
}

.anime ul li p {
    color: #dadada;
    font-size: 13px
}

.anime ul li i {
    font-size: 13px;
    color: var(--brand)
}

.anime-link {
    margin-top: 15px
}

.single_anime_topic h3 {
    color: var(--brand)
}

.review i {
    font-size: 25px;
    color: var(--brand)
}

.review p {
    font-size: 25px;
    color: var(--brand)
}

.project-info-label {
    color: var(--brand);
    font-weight: 800
}

.comment_area {
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
    padding-top: 50px;
    padding-bottom: 50px
}

.comment_area .title {
    margin-bottom: 30px;
    font-size: 30px;
    color: #888
}

.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%
}

.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
}

.comment_area .comment-content .comment-meta p {
    color: #a6a6a6;
    font-size: 16px;
    font-weight: 500
}

.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 #252525;
    text-transform: uppercase;
    color: #f1f1f1
}

.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: var(--brand);
    background-color: var(--brand);
    color: #ffffff
}

.comment_area .children {
    margin-left: 50px
}

.comment_area .children .single_comment_area:last-of-type {
    margin-bottom: 0
}

.web-contact-form {
    position: relative;
    z-index: 1
}

.web-contact-form h2 {
    color: #888
}

.web-contact-form .contact-heading {
    margin-bottom: 20px
}

.web-contact-form .contact-heading h2 {
    display: block;
    margin-bottom: 15px;
    font-size: 48px
}

.web-contact-form .contact-heading p {
    margin-bottom: 0;
    font-size: 16px
}

.web-contact-form label {
    font-size: 16px;
    color: var(--brand);
    display: block;
    margin-bottom: 15px;
    font-weight: 800
}

.web-contact-form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 0;
    background: #252525;
    color: #fff;
    font-weight: 800;
    margin-bottom: 30px
}

.web-contact-form .form-control:focus {
    box-shadow: none;
    border-color: var(--brand)
}

.web-contact-form textarea.form-control {
    height: 110px;
    padding: 20px
}

.web-btn {
    background: var(--brand);
    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
}

.web-btn:hover {
    background: #8e68c3;
    color: #fff
}

.genres-box {
    width: 169px;
    height: 169px;
    text-align: center;
    align-items: center;
    display: grid
}

.Action {
    background: #f7259b
}

.Adventure {
    background: #00b1bb
}

.Sports {
    background: #f72525
}

.Family {
    background: #b441dd
}

.Strategy {
    background: #4400ff
}

.Puzzle {
    background: #08a451
}

.genres-box h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-top: 45%;
    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(0, 0, 0, 0.8)
}

.genres-overlay h6 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-top: 50%;
}

.accordion-group .card {
    border-radius: 0;
    margin-bottom: 10px;
    background-color: transparent;
    border: none
}

.accordion-group .card-body {
    padding: 15px 20px;
    color: #000;
    background: #fff
}

.accordion-group .card-body img {
    max-width: 100px;
    margin-bottom: 10px
}

.accordion-group .card-header .btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 13px 15px;
    padding-bottom: 10px;
    background: var(--brand)
}

.accordion-group .card-header .btn:before {
    font-family: "Font Awesome 6 Free";
    position: absolute;
    z-index: 0;
    font-size: 14px;
    right: 16px;
    padding: 3px 8px 1px;
    text-align: center;
    border-radius: 3px;
    top: 12px;
    content: "\f107";
    font-weight: 700;
    background-color: #333;
    color: #fff;
    transition: 0.3s
}

.accordion-group .card-header .btn[aria-expanded=true] {
    color: #fff
}

.accordion-group .card-header .btn[aria-expanded=true]::before {
    content: "\f106";
    background-color: var(--brand)
}

.accordion-group.accordion-classic .card-header .btn:before {
    display: none
}

.clients-logo {
    margin: 0 0 30px;
    border: 1px solid #dadada;
    min-height: 105px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #fff
}

.latest-post {
    position: relative
}

.latest-post .image-angle:before {
    border-bottom: 20px solid #f9f9f9
}

.latest-post .post-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-weight: 600
}

.latest-post-media {
    position: relative
}

.latest-post-media .topic {
    position: absolute;
    top: 4px;
    left: 6px;
    width: 94px;
    background: #209ae3;
    text-align: center;
    border-radius: 20px;
    font-weight: 800
}

.latest-post-media .topic a:hover {
    color: #fff
}

.latest-post-media .date {
    position: absolute;
    top: 4px;
    right: 6px;
    width: 131px;
    background: #b3366a;
    text-align: center;
    border-radius: 20px;
    font-weight: 800
}

.latest-post .post-title a {
    color: #ffffff
}

.post-title span {
    background: var(--brand);
    padding: 6px;
    margin-bottom: 20px;
    display: inline-block
}

.latest-post .post-title .post_link:hover {
    color: var(--brand)
}

.latest-post .post-title a:hover span {
    color: #ffffff !important
}

.latest-post-meta {
    font-size: 13px;
    text-transform: uppercase
}

.latest-post .post-body {
    background: #111
}

.footer {
    background-color: #888;
    color: #fff;
    position: relative
}

.footer-main {
    padding: 80px 0 60px;
    position: relative
}

.footer_img {
    width: 260px;
    position: absolute;
    bottom: -61px;
    right: 0
}

.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: #fff;
    border-left: 3px solid var(--brand)
}

.footer .AtoZ_list ul {
    padding: 0
}

.footer .AtoZ_list li a {
    width: 35px;
    display: flex;
    text-align: center;
    background: var(--brand);
    margin-right: 3px;
    justify-content: center;
    margin-top: 14px;
    font-size: 12px;
    font-family: var(--font1);
    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 .AtoZ_list li a:hover {
    background: #8e68c3;
    color: #fff
}

.footer .AtoZ_list h4 {
    color: #a6a6a6;
    margin-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, .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(--brand)
}

.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: #ffffff
}

.footer-widget ul.list-arrow li:hover a, .footer-widget ul.list-arrow li:hover {
    color: var(--brand)
}

.working-hours {
    padding-right: 10px
}

.working-hours .text-right {
    float: right
}

.copyright-info {
    color: #fff;
    text-align:center;
}

.copyright {
    background: var(--brand);
    color: #111;
    padding: 25px 0;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 12px
}

.footer-menu ul li {
    display: inline-block;
    line-height: 12px;
    padding-left: 15px;
    color: #fff
}

.footer-menu ul.nav li a {
    background: none;
    color: #111;
    padding: 0
}

.footer-menu ul li a:hover {
    color: #fff
}

.main-container .border-left {
    margin-bottom: 30px
}

.banner-carousel {
    clip-path: polygon(50% 0%, 100% 0, 100% 92%, 91% 100%, 9% 100%, 0 90%, 0 0)
}

.banner-area {
    position: relative;
    min-height: 300px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover
}

.parallax-window2 {
    min-height: 400px;
    background: transparent;
    padding: 224px 0 !important
}

.banner-title {
    color: var(--brand);
    text-transform: uppercase;
    font-size: 58px;
    font-weight: 900;
    opacity: 1
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    transform: translateY(-50%)
}

.banner-heading {
    text-align: center
}

.banner-carousel-item {
    position: relative
}

.banner-carousel-item .slider_overlay {
    position: absolute;
    top: 50%;
    left: 60%;
    color: #fff;
    font-size: 28px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%
}

.breadcrumb {
    padding: 0;
    background: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px
}

.breadcrumb li a, .breadcrumb .breadcrumb-item, .breadcrumb li a:focus, .breadcrumb li a:hover {
    color: #8e68c3 !important
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff
}

.page-slider .carousel-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    transform: translateY(-50%);
    background-color: transparent;
    text-shadow: none;
    transition: all 0.25s ease;
    padding: 0;
    outline: 0;
    border: 0
}

.page-slider .carousel-control.left {
    left: 0
}

.page-slider .carousel-control.right {
    right: 0
}

.page-slider .carousel-control i {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 70px;
    width: 40px;
    height: 70px;
    font-size: 22px;
    border-radius: 0;
    transition: all 500ms ease
}

.page-slider .carousel-control i:hover {
    background: var(--brand);
    color: #fff
}

.page-slider.small-bg .item {
    /*min-height: 330px;*/
    /*background-size: cover;*/
    width:100%;
}

.page-slider.small-bg .box-slider-text {
    background: rgba(0, 0, 0, 0.55);
    padding: 5px 20px
}

.page-slider.small-bg .box-slide-title {
    font-size: 28px;
    color: #fff;
    font-weight: 900
}

.anime-slide .slick-slide {
    margin-left: 25px;
    padding-bottom: 60px
}

.anime-slide .slick-list {
    margin-left: -25px
}

.anime-slide .carousel-control {
    position: absolute;
    bottom: 0;
    left: 50%;
    border: 0;
    background-color: var(--brand);
    height: 37px;
    width: 37px;
    border-radius: 4px;
    transition: 0.3s;
    z-index: 6;
    color: #fff;
    outline: none
}

.anime-slide .carousel-control:hover {
    background-color: #8e68c3;
    color: #fff
}

.anime-slide .carousel-control.left {
    transform: translateX(calc(-50% - 25px))
}

.anime-slide .carousel-control.right {
    transform: translateX(calc(-50% + 25px))
}

.anime-slide .carousel-control.slick-disabled {
    opacity: 0.4
}

.anime-slide .carousel-control.slick-disabled:hover {
    background-color: #ddd;
    color: #000
}

.ts-anime-wrapper {
    position: relative;
    overflow: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.shadow {
    box-shadow: 0 0 7px 9px var(--brand) !important
}

.anime-img-wrapper {
    overflow: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.ts-anime-wrapper:hover .anime-img-wrapper img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.anime-img-wrapper 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
}

.ts-anime-wrapper .ts-anime-content {
    position: absolute;
    top: 76%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 25px;
    margin-top: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    transition: 350ms
}

.ts-anime-wrapper .ts-name {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 3px;
    line-height: normal;
    color: var(--brand)
}

.ts-anime-wrapper .ts-designation {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 700
}

.ts-anime-wrapper .anime-social-icons a i {
    text-align: center;
    transition: 400ms
}

.ts-anime-wrapper:hover .ts-anime-content {
    top: 0;
    padding-top: 50px
}

.ts-anime-content-classic {
    background: #000;
    padding: 13px 11px
}

.ts-anime-content-classic .ts-name {
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--brand)
}

.ts-anime-content-classic .ts-designation {
    color: #c69d37;
    margin-bottom: 5px;
    font-weight: 600
}

.anime-social-icons a {
    color: #fff;
    background: var(--brand);
    padding: 2px 20px;
    text-align: center
}

.anime-social-icons a:hover {
    background: #ffffff;
    color: var(--brand);
    padding: 2px 20px;
    text-align: center
}

.contact-info-box {
    margin-top: 20px
}

.contact-info-box i {
    float: left;
    font-size: 24px;
    color: var(--brand)
}

.contact-info-box-content {
    padding-left: 40px
}

.contact-info-box-content h4 {
    font-size: 16px;
    margin-top: 0;
    line-height: normal;
    font-weight: 700
}

.contact-info-box-content p {
    margin-bottom: 0
}

label {
    font-weight: 400
}

.ts-service-box.text-center .ts-service-icon.icon-squre i {
    float: none;
    margin-bottom: 20px
}

.ts-service-box.text-center .ts-service-box-content {
    margin: 0
}

.post {
    border-bottom: 1px solid #252525;
    padding: 0 0 30px;
    margin: 0 0 45px
}

.post.last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.post-body {
    padding: 20px 18px
}

.entry-header .entry-title {
    font-size: 24px;
    margin: 5px 0 15px;
    position: relative;
    line-height: 34px;
    text-transform: capitalize
}

.entry-header .entry-title a {
    color: #ffffff
}

.entry-header .entry-title a:hover {
    color: var(--brand)
}

.post-single .entry-header .entry-title {
    font-size: 28px
}

.post-meta {
    padding-bottom: 10px
}

.post-meta a {
    color: #ffffff
}

.post-meta a:hover {
    color: var(--brand)
}

.post-meta span {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #dadada;
    line-height: 12px;
    display: inline-block
}

.post-meta i {
    color: #bbb;
    margin-right: 3px
}

.post-meta .post-comment {
    border-right: 0
}

.post-meta .post-comment .comments-link {
    margin-left: 5px
}

.post-footer .btn.btn-primary {
    font-size: 12px;
    margin-top: 10px
}

.paging {
    margin-bottom: -5px
}

.pagination li a {
    border-radius: 0 !important;
    margin-right: 8px;
    color: var(--brand)
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > li > a:hover {
    color: #fff;
    background: var(--brand);
    border: 1px solid transparent
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--brand);
    border-color: var(--brand)
}

.page-link {
    background-color: #000;
    border: 1px solid var(--brand)
}

.tags-area {
    margin: 20px 0
}

.post-tags a {
    border: 1px solid var(--brand);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
    margin-left: 3px
}

.post-tags a:hover {
    background: var(--brand);
    color: #fff;
    border: 1px solid transparent
}

.post-social-icons > li {
    display: inline-block
}

.post-social-icons a i {
    margin-left: 5px;
    font-size: 12px;
    width: 28px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    text-align: center
}

.post-social-icons a i.fa-facebook-f {
    background: #41578a
}

.post-social-icons a i.fa-twitter {
    background: #64bae2
}

.post-social-icons a i.fa-google-plus {
    background: #c0343d
}

.post-social-icons a i.fa-reddit-alien {
    background: #ff4500
}

.post-social-icons a i.fa-discord {
    background: #5562ea
}

.author-box {
    border: 1px solid #dadada;
    padding: 20px 20px 15px;
    margin: 20px 0
}

.author-img img {
    width: 110px;
    height: 110px;
    margin-right: 30px
}

.author-info h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600
}

.author-info h3 span {
    font-size: 12px;
    color: var(--brand);
    border-left: 1px solid #AFAFAF;
    padding-left: 10px;
    margin-left: 10px;
    font-weight: 500
}

.author-info a:hover {
    color: var(--brand)
}

.comments-area {
    margin: 40px 0
}

.comments-list .comment-content {
    margin: 15px 0
}

.comments-list .comment-reply {
    color: #ffffff;
    font-weight: 400
}

.comments-list .comment-reply:hover {
    color: var(--brand)
}

.comments-counter {
    font-size: 18px
}

.comments-counter a {
    color: #323232
}

.comments-list {
    list-style: none;
    margin: 0;
    padding: 20px 0
}

.comments-list .comment {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.comments-list .comment.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.comments-list img.comment-avatar {
    width: 84px;
    height: 84px;
    margin-right: 30px
}

.comments-list .comment-author {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
    font-size: 16px;
    color: var(--brand)
}

.comments-list .comment-date {
    color: #959595;
    margin-bottom: 5px;
    font-size: 12px
}

.comments-reply {
    list-style: none;
    margin: 0 0 0 70px
}

.comments-form {
    margin-bottom: 0
}

.comments-form .title-normal {
    margin-bottom: 20px
}

.comments-form .btn.btn-primary {
    margin-top: 20px
}

.sidebar .widget-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    text-transform: uppercase;
    border-left: 3px solid var(--brand);
    color: var(--brand)
}

.border-title {
    color: var(--brand);
    border-left: 3px solid var(--brand);
    padding-left: 15px
}

.sidebar .widget {
    margin-bottom: 40px
}

.sidebar-left .widget {
    margin-right: 20px
}

.sidebar-right .widget {
    margin-left: 20px
}

.sidebar .widget.box {
    padding: 25px
}

.widget.box.solid {
    background: #f2f2f2
}

.widget.box.red {
    background: #ec483b;
    color: #fff
}

.widget.box.red .widget-title {
    color: #fff
}

.widget ul li {
    line-height: 30px
}

.sidebar .widget ul li a {
    color: #303030
}

.sidebar .widget ul li a:hover {
    color: var(--brand)
}

.sidebar .widget ul li i {
    margin-right: 5px
}

.sidebar .btn {
    font-weight: 700;
    font-size: 12px;
    margin-top: 15px;
    padding: 10px 25px
}

.sidebar ul.nav-tabs {
    border: 0
}

.sidebar ul.nav-tabs li {
    width: 100%
}

.sidebar ul.nav-tabs li a {
    color: #fff;
    border-radius: 0;
    padding: 15px 0;
    padding-left: 0;
    font-weight: 400;
    border-bottom: 1px solid #000;
    display: block;
    transition: 400ms
}

.sidebar ul.nav-tabs li.active a, .sidebar ul.nav-tabs li:hover a {
    color: var(--brand)
}

.sidebar ul.nav-tabs li {
    color: #303030;
    line-height: normal
}

.sidebar ul.nav-tabs li:last-child a {
    border-bottom: 0
}

.sidebar ul.service-menu li {
    width: 100%
}

.sidebar ul.service-menu li a {
    background-color: #f4f4f4;
    padding: 15px 20px;
    border: 0;
    margin-bottom: 8px;
    position: relative;
    transition: 400ms;
    display: block
}

.sidebar ul.service-menu li.active a, .sidebar ul.service-menu li:hover a {
    background: var(--brand);
    color: #fff;
    cursor: pointer
}

.widget.recent-posts .widget-title {
    margin-bottom: 35px
}

.widget.recent-posts ul li {
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
    margin-bottom: 17px
}

.widget.recent-posts ul li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.widget.recent-posts .posts-thumb img {
    margin-right: 15px;
    width: 90px;
    height: 70px
}

.widget.recent-posts .post-info .entry-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin: 0
}

.widget.recent-posts .post-info .entry-title a {
    color: #fff;
    display: inline-block
}

.widget.recent-posts .post-info .entry-title a:hover {
    color: var(--brand)
}

.widget.recent-posts .post-date {
    font-weight: 400;
    color: #999;
    text-transform: capitalize
}

.widget-tags ul > li {
    float: left;
    margin: 3px
}

.sidebar .widget-tags ul > li a {
    border: 1px solid var(--brand);
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 3px 15px;
    transition: all 0.3s ease 0s
}

.sidebar .widget-tags ul > li a:hover {
    background: var(--brand);
    color: #fff;
    border: 1px solid transparent
}

.coming_soon h3 {
    color: red;
    text-transform: uppercase;
    font-size: 70px;
    text-align: center;
    text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 50px rgba(255, 255, 255, .8), 0 0 75px rgba(255, 255, 255, .6), 0 0 76px rgba(255, 255, 255, .4), 0 0 77px rgba(255, 255, 255, .5), 0 0 78px rgba(255, 255, 255, .4), 0 0 79px rgba(255, 255, 255, .3), 0 0 80px rgba(255, 255, 255, .2), 0 0 85px rgba(255, 255, 255, .1)
}

.coming_soon h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    font-weight: 800
}

.coming_soon p {
    color: #fff;
    text-transform: capitalize;
    font-size: 21px;
    text-align: center;
    font-weight: 800;
    padding: 14px 0
}

.flipper {
    color: #333;
    display: block;
    font-size: 50px;
    line-height: 100%;
    padding: 0;
    margin: 0;
    height: 1.7em;
    /*font-family: var(--f2)*/
}

.flipper.flipper-invisible {
    font-size: 0 !important
}

.flipper-group {
    position: relative;
    white-space: nowrap;
    display: block;
    float: left;
    padding: 0;
    margin: 0
}

.flipper-group label {
    position: absolute;
    color: #fff;
    font-size: 20%;
    top: 100%;
    line-height: 1em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    padding-top: .5em
}

.flipper-digit {
    white-space: nowrap;
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    height: 1.2em;
    overflow-y: hidden
}

.flipper-digit span {
    font-size: 25%
}

.flipper-delimiter {
    white-space: nowrap;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    color: #fff;
    min-width: .1em;
    white-space: nowrap;
    display: block;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    line-height: 1em
}

.digit-face {
    display: block;
    visibility: hidden;
    position: relative;
    border-radius: 0.1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    box-sizing: border-box;
    text-align: center
}

.digit-next {
    display: block;
    position: relative;
    border-radius: 0.1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    height: 1.2em;
    background: #fff;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.digit-top {
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    background: #fff;
    padding-top: 0.1em;
    padding-bottom: 0;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-top-left-radius: 0.1em;
    border-top-right-radius: 0.1em;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background 0s linear, -webkit-transform 0s linear;
    transition: transform 0s linear, background 0s linear;
    transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
    -webkit-transform-origin: 0 0.6em 0 !important;
    transform-origin: 0 0.6em 0 !important;
    -webkit-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
    z-index: 20
}

.digit-top.r {
    transition: background 0.2s linear, -webkit-transform 0.2s linear;
    transition: transform 0.2s linear, background 0.2s linear;
    transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    background: #cccccc
}

.digit-top2 {
    visibility: hidden;
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
    background: #cccccc;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    line-height: 0 !important;
    top: 50% !important;
    bottom: auto !important;
    padding-top: 0;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-bottom-left-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    overflow: hidden;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background 0s linear, -webkit-transform 0s linear;
    transition: transform 0s linear, background 0s linear;
    transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
    -webkit-transform-origin: 0 0 0 !important;
    transform-origin: 0 0 0 !important;
    z-index: 20
}

.digit-top2.r {
    visibility: visible;
    transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    background: #fff
}

.digit-bottom {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    background: #fff;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-bottom-left-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    box-sizing: border-box;
    text-align: center;
    transition: none
}

.digit-bottom.r {
    transition: background 0.2s linear;
    background: #cccccc
}

.flipper-digit:after {
    content: "";
    position: absolute;
    height: 2px;
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    display: block;
    z-index: 30;
    left: 0;
    right: 0
}

.flipper-dark {
    color: #fff
}

.flipper-dark .flipper-delimiter {
    color: #333
}

.flipper-dark .digit-next {
    background: #333
}

.flipper-dark .digit-top {
    background: #333
}

.flipper-dark .digit-top.r {
    background: black
}

.flipper-dark .digit-top2 {
    background: black
}

.flipper-dark .digit-top2.r {
    background: #333
}

.flipper-dark .digit-bottom {
    background: #333
}

.flipper-dark-labels .flipper-group label {
    color: #333
}

.count_header h2 {
    color: #ff0000 !important;
    /*font-family: var(--f2);*/
    font-size: 48px;
    text-transform: capitalize;
    margin-bottom: 0;
    position: relative;
    display: inline-block
}

.count_header h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    display: inline-block
}

.count_header h2::after {
    position: absolute;
    content: "Coming SOON";
    left: 244px;
    top: -35px;
    color: #ffffff;
    font-size: 49px;
    /*font-family: var(--f1);*/
    font-weight: 800;
    transform: rotate(-4deg)
}

.count_txt h3 {
    font-size: 20px;
    margin-top: 12px;
    font-weight: 800;
    text-transform: uppercase;
    /*font-family: var(--f1)*/
}

.error-page .error-body .btn {
    margin-top: 30px;
    font-weight: 700
}

.error-message h3 {
    color: red;
    text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 50px rgba(255, 255, 255, .8), 0 0 75px rgba(255, 255, 255, .6), 0 0 76px rgba(255, 255, 255, .4), 0 0 77px rgba(255, 255, 255, .5), 0 0 78px rgba(255, 255, 255, .4), 0 0 79px rgba(255, 255, 255, .3), 0 0 80px rgba(255, 255, 255, .2), 0 0 85px rgba(255, 255, 255, .1)
}

.parallax-window {
    min-height: 400px;
    background: transparent;
    padding: 224px 0 !important;
    z-index: 1
}

.container-search-header {
    width: auto;
    max-width: 100%;
    position: relative
}

.wrap-search-header {
    width: 960px;
    max-width: 100%;
    height: 120px;
    border: 2px solid var(--brand);
    background: #000
}

.wrap-search-header button {
    font-size: 50px;
    color: #333;
    width: 70px;
    height: 100%
}

.wrap-search-header button {
    font-size: 48px;
    color: #333;
    width: 100px;
    height: 100%;
    background: transparent;
    border: none
}

.wrap-modal1 {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999999;
    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
}

.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
}

.wrap-search-header input {
    font-size: 30px;
    line-height: 1.2;
    color: var(--brand);
    padding: 0 30px 0 0;
    width: calc(100% - 70px);
    height: 100%;
    background-color: transparent;
    border: none;
    outline:none;
}

.show-modal-search {
    bottom: 0
}

.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
}

.trans-04 {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s
}

.overlay-modal1 {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.9
}

.show-modal1 {
    visibility: visible;
    opacity: 1
}

.how-pos3-parent {
    position: relative
}

.how-pos3 {
    position: absolute;
    top: 26px;
    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(--brand)
}

.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(--brand);
    border: none;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    border-radius: 10px
}

.modal_btn:hover {
    background: #fff;
    color: var(--brand)
}

.form-control {
    font-weight: 800;
    color: #ffffff;
    background-color: #111;
    border: #fff
}

.form-check-input:checked {
    background-color: var(--brand);
    border-color: var(--brand)
}

.tit_form h3 {
    color: var(--brand);
    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
}

.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
}


@media (max-width: 575.98px) {
    .header-two .logo {
        height: 100%;
        width: 80%;
    }
}

.cate-row{
    margin-bottom: 3rem;
}


.img-100{
    width:100%;
}


.desc_btn {
    border: solid 1px #d3d3d3;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 8px;
    background: #803be1;
    font-size: 1rem;
    margin: 1rem 0;
}

#description_view{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}

.web-title{
    font-size: 26px!important;
}

.block-title{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.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;
}