/*------------------------------------------------------------
|  Author: Free-Template.co                                   
|  Author URL: https://free-template.co/                      
|  License: https://creativecommons.org/licenses/by/3.0/      
|  License URL: https://creativecommons.org/licenses/by/3.0/  
-------------------------------------------------------------*/
/* Base */
body {
    line-height: 1.7;
    color: gray;
    font-weight: 300;
    font-size: 1.1rem; }

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

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

a {
    color: #F15540;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
a:hover {
    text-decoration: none; 
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    letter-spacing: 1.25px;
    color: #272c30;
    font-family: Lato, serif;
    font-weight: 700;
}
.entry-title a {
    color: #291734;
}
.entry-title a:hover {
    color: #F15540;
}



.border-2 {
    border-width: 2px; }

.text-black {
    color: #000 !important; }

.bg-black {
    background: #000 !important; }

.color-black-opacity-5 {
    color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
    color: rgba(255, 255, 255, 0.5); }

.site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden; }

.offcanvas-menu .site-wrap {
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden; }
.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.offcanvas-menu {
    position: relative; }
.offcanvas-menu:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 21;
    background: rgba(0, 0, 0, 0.2); }

.icon-menu{
    color: #616161;
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
    content: "\f0c9";
}
.icon-close2{
    color: #616161;
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-close2:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
}

.btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900; }
.btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
.btn.btn-black {
    border-width: 2px;
    border-color: #000;
    background: #000;
    color: #fff; }
.btn.btn-black:hover {
    color: #000;
    background-color: transparent; }
.btn.btn-black.btn-outline-black {
    color: #000;
    background-color: transparent; }
.btn.btn-black.btn-outline-black:hover {
    border-color: #000;
    background: #000;
    color: #fff; }
.btn.btn-white {
    border-width: 2px;
    border-color: #fff;
    background: #fff;
    color: #000; }
.btn.btn-white:hover {
    color: #fff;
    background-color: transparent; }
.btn.btn-white.btn-outline-white {
    color: #fff;
    background-color: transparent; }
.btn.btn-white.btn-outline-white:hover {
    border-color: #fff;
    background: #fff;
    color: #000; }

.line-height-1 {
    line-height: 1 !important; }


.site-section {
    padding: 2.5em 0; }
@media (min-width: 768px) {
    .site-section {
        padding: 5em 0; } }
.site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
    padding-bottom: 20px;
    margin-bottom: 0px;
    position: relative;
    font-size: 2.5rem; }
@media (min-width: 768px) {
    .site-section-heading {
        font-size: 3rem; } }

.site-footer {
    padding: 4em 0;
    background: #333333; }
@media (min-width: 768px) {
    .site-footer {
        padding: 8em 0; } }
.site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
.site-footer p {
    color: #737373; }
.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #000; }
.site-footer a {
    color: #999999; }
.site-footer a:hover {
    color: black; }
.site-footer ul li {
    margin-bottom: 10px; }
.site-footer .footer-heading {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 900; }

.bg-text-line {
    display: inline;
    background: #000;
    -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
    color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
    color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
    overflow: hidden;
    position: relative; }
@media (max-width: 991.98px) {
    .hover-bg-enlarge {
        height: auto !important; } }
.hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
.hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
@media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
        height: 300px !important; } }

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed; }
.bg-image.overlay {
    position: relative; }
.bg-image.overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7); }
.bg-image > .container {
    position: relative;
    z-index: 1; }

@media (max-width: 991.98px) {
    .img-md-fluid {
        max-width: 100%; } }

@media (max-width: 991.98px) {
    .display-1, .display-3 {
        font-size: 3rem; } }

.play-single-big {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
.play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
.play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
    margin-top: -150px; }

.ul-check {
    margin-bottom: 50px; }
.ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
.ul-check li:before {
    left: 0;
    font-size: 20px;
    top: -.3rem;
    font-family: "icomoon";
    content: "\e5ca";
    position: absolute; }
.ul-check.white li:before {
    color: #fff; }
.ul-check.success li:before {
    color: #28a745; }
.ul-check.primary li:before {
    color: #352961; }

.select-wrap, .wrap-icon {
    position: relative; }
.select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
.select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

/* Navbar */
.site-logo {
    position: relative;
    font-weight: 900;
    font-size: 1.3rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: .2rem; }
.site-logo a {
    color: #FFF;
}
.navbar-light-fixed-top .site-logo a {
    color: #352961;
}
.site-navbar .site-logo a.header-logo img{
    height: 100%;
    max-height: 40px;
    transform: scale(1.5);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.site-navbar.shrink .site-logo a.header-logo img{
    transform: scale(1);
}


.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    width: 100%; }

.navbar-light-fixed-top.site-navbar{
    background-color: #fff;
}
.site-navbar .container-fluid {
    padding-left: 7rem;
    padding-right: 7rem; }
@media (max-width: 1199.98px) {
    .site-navbar .container-fluid {
        padding-left: 15px;
        padding-right: 15px; } }


.site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
.site-navbar .site-navigation .site-menu .active {
    color: #352961;
    display: inline-block;
    padding: 5px 20px; }
.site-navbar .site-navigation .site-menu .cta a:before, 
.site-navbar .site-navigation .site-menu .cta a:after {
    display: none; 
}
.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block; }
.site-navbar .site-navigation .site-menu > li,
.site-navbar .site-navigation .site-menu > li.oxi-nev-2nd-menu{
    display: inline-block; }
.site-navbar .site-navigation .site-menu > li > a {
    padding: 5px 20px;
    color: #FFF;
    display: inline-block;
    text-decoration: none !important; }


.navbar-light-fixed-top.site-navbar .site-navigation .site-menu > li > a {
    color: #352961;}

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #fff; }

.navbar-light-fixed-top.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #352961;}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative; }
.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px; }
.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon'; }
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #352961;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40; }
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: #352961 !important; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #ebeef0;
    color: #212529; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #ebeef0;
    color: #212529; }
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #352961; }
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer; }
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, 
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1; }
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a {
    color: #fff;
    position: relative; }
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a:after {
    height: 2px;
    background: #FFF;
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }

.navbar-light-fixed-top.site-navbar .site-navigation .site-menu.site-menu-dark > li > a {
    color: #000;
}
.navbar-light-fixed-top.site-navbar .site-navigation .site-menu.site-menu-dark > li > a:after {
    background: #000;
}
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a:hover,
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a.active {
    color: #FFF;
    position: relative; 
}

.navbar-light-fixed-top.site-navbar .site-navigation .site-menu.site-menu-dark > li > a:hover,
.navbar-light-fixed-top.site-navbar .site-navigation .site-menu.site-menu-dark > li > a.active {
    color: #352961;
    position: relative; 
}

.site-navbar .site-navigation .site-menu.site-menu-dark > li > a:hover:after,
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a.active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
.oxi-nev-drop-menu{
    position: relative;
}

.oxi-nev-drop-menu:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    color: #727272;
    font-size: 0.7rem;
    right: 6px;
    top: 55%;
    transform: translateY(-50%);
}
.oxi-nev-drop-menu:hover:before{
    content: "\f068";
}


.oxi-nev-drop-menu-wrap{
    position: relative;
}
.oxi-nev-d-menu{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 200px;
    z-index: 0;
    display: none;
    padding-top: 20px;
}

.oxi-nev-drop-menu-wrap:hover .oxi-nev-d-menu{
    display: block;
    opacity: 1;
    z-index: 20;
}
.oxi-nev-drop-menu-li{
    width: 100%;
    text-align: center;
    background: #465565!important;
    border-radius: 5px !important;
    overflow: hidden;

}
.oxi-nev-drop-menu-li:before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #465565;
}
.oxi-nev-d-menu .oxi-nev-drop-menu-li a{
    color: #FFF !important;
    padding: 5px 15px;
    width: 100%;
}
.oxi-nev-d-menu .oxi-nev-drop-menu-li a{
    border-bottom: 1px solid #b4b4b4;
}
.oxi-nev-d-menu .oxi-nev-drop-menu-li a:last-child{
    border-bottom: 0px solid #b4b4b4;
}
.oxi-nev-d-menu .oxi-nev-drop-menu-li a:hover{
    background: #F15540;
}
.oxi-nev-d-menu .oxi-nev-drop-menu-li a:hover{
    border-color:#F15540;
}
.site-mobile-menu-body .oxi-nev-d-menu{
    padding-top: 0;
}
.site-mobile-menu-body .oxi-nev-d-menu .oxi-nev-drop-menu-li:before{
    top: -9px;
}
.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #dee2e6; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none; }
.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529; }
.site-mobile-menu .site-nav-wrap a:hover {
    color: #352961; }
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block; }
.site-mobile-menu .site-nav-wrap li .active {
    color: #dc3545; }
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%; }
.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px; }
.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px; }
.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em; }
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
    width: auto; }
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
    padding-left: 15px !important; }

.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%; }
.sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
.sticky-wrapper .site-menu-toggle {
    color: #000; }
@media (max-width: 991.98px) {
    .sticky-wrapper .site-menu-toggle {
        color: #fff; } }
.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.sticky-wrapper .site-navbar .site-menu > li {
    display: inline-block; }
.sticky-wrapper .site-navbar .site-menu > li > a {
    position: relative; }
.sticky-wrapper .site-navbar .site-menu > li > a:after {
    height: 2px;
    background: #FFF;
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }

.sticky-wrapper .site-navbar .site-menu > li.oxi-nev-drop-menu-wrap > a:after,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li.oxi-nev-drop-menu-wrap > a:after{
    right: 6px;
}


.sticky-wrapper .navbar-light-fixed-top.site-navbar .site-menu > li > a:after {
    background: #f15540;
}
.sticky-wrapper .site-navbar .site-menu > li > a:hover, 
.sticky-wrapper .site-navbar .site-menu > li > a.active {
    color: #FFF;
    position: relative; }

.navbar-light-fixed-top.site-navbar .site-menu > li > a:hover, 
.navbar-light-fixed-top.site-navbar .site-menu > li > a.active {
    color: #000;
    position: relative; }

.sticky-wrapper .site-navbar .site-menu > li > a:hover:after, .sticky-wrapper .site-navbar .site-menu > li > a.active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
.sticky-wrapper.is-sticky .site-menu-toggle {
    color: #000; }
.sticky-wrapper.is-sticky .site-navbar {
    -webkit-box-shadow: 0px 0 20px -5px rgba(0, 0, 0, 1);
    box-shadow: 0px 0 20px -5px rgba(0, 0, 0, 1);
    background: #ffffff;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #000; }
.sticky-wrapper.is-sticky .site-navbar .site-menu > li {
    display: inline-block; }
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    position: relative;
    color: #000; }
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:after {
    height: 2px;
    background: #f15540;
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
    color: #352961;
    position: relative; }
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover:after, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
.sticky-wrapper .shrink {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
.cta a span {
    border-color: #352961;
    padding: 10px 20px; }

.cta a:hover span {
    background: #007bff;
    color: #fff; }

.cta a.active {
    border-bottom: none; }
.cta a.active > span {
    background-color: #007bff;
    color: #fff; }



.footer-section {
    padding: 0em 0; 
    background: #465565!important;}
.footer-section p {
    font-size: 1rem;
    color: #FFF;
}
.footer-section a {
    font-weight: 600;
}


/*PRELOADING------------ */
#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.loader {
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }





.oxi-site-section{
    width: 100%;
    position: relative;
}

.navbar-light-fixed-top.site-navbar {
    -webkit-box-shadow: 0px 0 20px -5px rgba(0, 0, 0, 1);
    box-shadow: 0px 0 20px -5px rgba(0, 0, 0, 1);
}


/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/

.widget-title a {
    color: inherit;
}
/* widget forms */
.widget select {
    width: 100%;
}
/* widget lists */
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li {
    border-bottom: 1px dotted #b7c6d3;
    padding: 0.5em 0;
}
.widget ul li:last-child {
    border-bottom: none;
}
.widget ul li + li {
    margin-top: -1px;
}
.widget ul li ul {
    margin: 0 0 -1px;
    padding: 0;
    position: relative;
}
.widget ul li li {
    border: 0;
    padding-left: 24px;
    padding-left: 1.5rem;
}
/* Widget lists of links */
.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
    bottom: 0;
}
.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
    padding-bottom: 0.25em;
    padding-top: 0.25em;
}
.widget_rss ul li {
    padding-bottom: 1em;
    padding-top: 1em;
}
/* widget markup */
.widget .post-date,
.widget .rss-date {
    font-size: 0.81em;
}
/* Text widget */
.widget_text {
    word-wrap: break-word;
}
/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
    float: right;
}
.widget_rss .widget-title .rsswidget:first-child:hover {
    background-color: transparent;
}
.widget_rss .widget-title .rsswidget:first-child img {
    display: block;
}
.widget_rss ul li {
    padding: 2.125em 0;
}
.widget_rss ul li:first-child {
    border-top: none;
    padding-top: 0;
}
.widget_rss li .rsswidget {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.4;
}
.widget_rss .rss-date,
.widget_rss li cite {
    color: #767676;
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-transform: uppercase;
}
.widget_rss .rss-date {
    margin: 0.5em 0 1.5em;
    padding: 0;
}
.widget_rss .rssSummary {
    margin-bottom: 0.5em;
}
/* Contact Info Widget */
.widget_contact_info .contact-map {
    margin-bottom: 0.5em;
}
/* Gravatar */
.widget-grofile h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
}
/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
    border: 0;
}
.widget_recent_comments .recentcomments a {
    font-style: italic;
}
/* Recent Posts widget */
.widget_recent_entries .post-date {
    display: block;
}
/* Search */
.search-form {
    position: relative;
}
.search-form .search-submit {
    bottom: 3px;
    padding: 0.5em 1em;
    position: absolute;
    right: 3px;
    top: 3px;
}
.search-form .search-submit .icon {
    height: 24px;
    top: -2px;
    width: 24px;
}
/* Tag cloud widget */

.widget_tag_cloud .tagcloud {
    display: inline-block;
}
.widget_tag_cloud .tagcloud a,
.widget_tag_cloud .tags-links a {
    border: 1px solid #007bff;
    font-size: 1rem !important;
    margin: 0 5px 10px 0;
    padding: 2px 8px;
    display: inline-block;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tags-links a:hover {
    border-color: #007bff;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
}
.footer .tagcloud a:hover,
.footer.tags-links a:hover {
    text-decoration: none;
    box-shadow: none;
    color: #fff;
}
.widget_tag_cloud .tagcloud a {
    float: left;
    margin: 0 10px 10px 0;
    padding: 3px 8px;
}
/* Calendar widget */
.widget_calendar {
    width: 100%;
}
.widget_calendar caption {
    margin:0;
    padding:0;
}
.widget_calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}
.widget_calendar tbody td:hover {
    background: #fff;
}
.widget_calendar tbody .pad {
    background: none;
}
.widget_calendar tfoot #next {
    text-transform: uppercase;
    text-align: right;
}



/* Pagination */
.pagination {
    text-align: center;
    font-size: .85em;
}
.pagination .nav-links {
    margin: 0;
    list-style: none;
}
.pagination .page-numbers {
    display: inline-block;
}
.pagination .page-numbers .fa {
    line-height: inherit;
}
.pagination .next,
.pagination .prev {
    background-color: #212529;
}
.pagination .page-numbers {
    border-radius: .3rem;
    color: #9b9b9b;
    padding: .25em 1em;
    position: relative;
    vertical-align: baseline;
}
.pagination .page-numbers.current {
    background-color: #eee;
    color: #444;
}
/* Post Navigation */
.post-navigation {
    padding-top: 3rem !important;
    margin-top: 3rem !important;
    border-top: 1px solid #dee2e6 !important;
}
.post-navigation .nav-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.post-navigation .nav-links > div:only-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.post-navigation .nav-next {
    text-align: right;
}
.title-404 {font-size: 8em; color: #000; line-height: 1.25em;}
.title-404 span {color: #e53935;}
.page-404 h4 {font-weight: 400;}



.searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #FFF;
    border-radius: 30px;
    padding: 10px 20px;
    width: 100%;
    max-width: 800px;
    display: flex;
}

.search_input{
    border: 0;
    outline: 0;
    background: none;
    padding: 0 10px;
    width: 100%;
    caret-color:red;
    line-height: 40px;
}

.searchbar:hover > .search_icon{
    background: gray;
    color: #FFF;
}

.search_icon,
.search_icon:hover,
.search_icon:focus{
    background: #B6B6B6;
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    outline: 0;
    border: 0px;
}
.searchbar > .search_icon:hover{
    background: #e74c3c;
    color: white;
}

.oxi-site-section .wedocs-shortcode-wrap ul.wedocs-docs-list {
    max-width: none;
    width: auto;
    margin: 0 -15px;
}
.oxi-site-section .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single {
    background-color: #fff;
    box-shadow: rgba(0,0,0,.1) 0 3px 12px;
    border: none;
    width: calc(33% - 30px);
    margin: 15px!important;
    border-radius: 4px;
    padding: 0;
    float: left;
}
@media only screen and (max-width: 1023px) {
    .oxi-site-section .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single {
        width: calc(50% - 30px);
    }
}
@media only screen and (max-width: 600px) {
    .oxi-site-section .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single {
        width: calc(100% - 30px);
    }
}
.oxi-site-section .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single h3 {
    font-size: 1.2em;
    line-height: 1.4;
    padding: 15px 15px 15px 45px;
}
.oxi-site-section .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single h3::before {
    content: '\f07c';
    color: #616161;
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 15px;
    left: 15px;
    pointer-events: none;
}
.oxi-site-section .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single h3 a {
    color: #4b5660;
}
.oxi-site-section .wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections {
    margin-left: 0;
}
.oxi-site-section .wedocs-shortcode-wrap ul.wedocs-docs-list .inside ul.wedocs-doc-sections li {
    position: relative;
    padding-left: 20px;
    margin: 10px;
    list-style: none;
}
.oxi-site-section .wedocs-shortcode-wrap ul.wedocs-docs-list .inside ul.wedocs-doc-sections li::before {
    content: '\f15c';
    color: #4d4d4d;
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.oxi-site-section  ul.wedocs-doc-sections li a {
    color: #4d4d4d;
    font-weight: 400;
    font-size: 16px;
}



.oxi-site-section .wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li a:visited {
    color: #bbb;
}
.oxi-site-section .wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li a:hover{
    color:   #F15540
}
.oxi-site-section .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .wedocs-doc-link {
    display: block !important;
    background-color: #fff;
    font-weight: 500;
}
.oxi-site-section .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .wedocs-doc-link i{
    margin-left: 3px;
}
.wedocs-shortcode-wrap{
    width: 100%;
}














/* Register Page */ 

body#login-page { 
    background: #fff; 
} 

.register-page-container { 
    background: #fff; 
    border-radius: 10px; 
    box-shadow: 0px 0px 20px #808080; 
    flex-direction: row; 
} 

.register-page-container img { 
    width: 100%; 
    height: auto; 
} 

p.or { 
    background: #572A79; 
    border-radius: 500px; 
    padding: 20px; 
    color: #fff; 
    width: 65px; 
} 

.register-input, #user_login, #user_pass { 
    width: 100%; 
    padding: 10px; 
    color: #572A79 !important; 
    border-radius: 10px; 
    background: #F0F0F0; 
    border: 0px; 
} 

#register-submit-btn, #wp-submit { 
    width: 100%; 
    border-radius: 10px; 
    color: #fff; 
    box-shadow: none; 
    background: #572A79; 
    border-color: #572A79; 
    text-shadow: none; 
    padding: 10px 15px; 
    border: 0px; 
} 

.register-error { 
    background-color: #dc3232; 
    color: #fff; 
    margin-bottom: 20px; 
    padding: 20px; 
    text-align: center; 
} 

@media screen and (min-width: 768px) { 
    body#login-page { 
        background-image: url('assets/img/login-bg.jpg'); 
        background-size: cover; 
    } 
}

.isDisabled {
    color: #343EA8;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}
.isDisabled:hover{
    color: #343EA8;
}
.oxi-addons-pagination{
    display: inline-block;
    box-shadow: 0px 2px 6px 0px #d3d3d3a1;
    border-radius: 5px;
    margin: 5em 1em 3em 1em;
}
.oxi-addons-pagination a{
    float: left;
    padding: 15px 30px;
    text-decoration: none;
    border: 1px solid #343EA8;
    border-left: none;
    color: #343EA8;
    box-shadow: 1px;
    font-size: 16px;
    font-weight: 600;
}
.oxi-addons-pagination a.active{
    background-color: #1e256f;
    border: 1px solid #1e256f;
    color: white;
}
.oxi-addons-pagination a:hover:not(.acti){
    background-color: #343EA8;
    color: white;
}
.oxi-addons-pagination a:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #343EA8;
}
.oxi-addons-pagination a:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.oxi-addons-pagination a:last-child i{
    margin-left: 3px;
}
.oxi-addons-template-container{
    width: 100%;
}
.oxi-el-templates-wrapper {
    padding: 50px 25px 50px;
    width: 100%;
    background: #f1f1f1;
    position: relative;
}


.oxi-addons-sa-el-paren-loader{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: #F1F1F1;
    z-index: 1000;
}
#loading{
    background-color: #db9e36;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;	
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 

}
.object{
    width: 20px;
    height: 20px;
    background-color:#FFF;
    position: absolute;
    left: 65px;
    top: 65px;
}
.object:nth-child(2n+0) {
    margin-right: 0px;

}


#object_one {
    -webkit-animation: object_one 2s infinite;
    animation: object_one 2s infinite;
    -webkit-animation-delay: 0.2s; 
    animation-delay: 0.2s; 
}
#object_two {
    -webkit-animation: object_two 2s infinite;
    animation: object_two 2s infinite;
    -webkit-animation-delay: 0.3s; 
    animation-delay: 0.3s; 
}
#object_three {
    -webkit-animation: object_three 2s infinite;
    animation: object_three 2s infinite;
    -webkit-animation-delay: 0.4s; 
    animation-delay: 0.4s; 
}
#object_four {
    -webkit-animation: object_four 2s infinite;
    animation: object_four 2s infinite;
    -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
}
#object_five {
    -webkit-animation: object_five 2s infinite;
    animation: object_five 2s infinite;
    -webkit-animation-delay: 0.6s; 
    animation-delay: 0.6s; 
}
#object_six {
    -webkit-animation: object_six 2s infinite;
    animation: object_six 2s infinite;
    -webkit-animation-delay: 0.7s; 
    animation-delay: 0.7s; 
}
#object_seven {
    -webkit-animation: object_seven 2s infinite;
    animation: object_seven 2s infinite;
    -webkit-animation-delay: 0.8s; 
    animation-delay: 0.8s; 
}
#object_eight {
    -webkit-animation: object_eight 2s infinite;
    animation: object_eight 2s infinite;
    -webkit-animation-delay: 0.9s; 
    animation-delay: 0.9s; 
}

#object_big{

    position: absolute;
    width: 50px;
    height: 50px;
    left: 50px;
    top: 50px;
    -webkit-animation: object_big 2s infinite;
    animation: object_big 2s infinite;
    -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
}	




@-webkit-keyframes object_big {
    50% { -webkit-transform: scale(0.5); }

}

@keyframes object_big {
    50% { 
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    } 

}




@-webkit-keyframes object_one {
    50% { -webkit-transform: translate(-65px,-65px)  ; }

}

@keyframes object_one {
    50% { 
        transform: translate(-65px,-65px) ;
        -webkit-transform: translate(-65px,-65px) ;
    } 

}



@-webkit-keyframes object_two {
    50% { -webkit-transform: translate(0,-65px) ; }
}

@keyframes object_two {
    50% { 
        transform: translate(0,-65px) ; 
        -webkit-transform: translate(0,-65px) ; 
    } 

}



@-webkit-keyframes object_three {
    50% { -webkit-transform: translate(65px,-65px) ; }
}

@keyframes object_three {
    50% { 
        transform: translate(65px,-65px) ;
        -webkit-transform: translate(65px,-65px) ;
    } 
}



@-webkit-keyframes object_four {

    50% { -webkit-transform: translate(65px,0) ; }

}

@keyframes object_four {
    50% { 
        transform: translate(65px,0) ;
        -webkit-transform: translate(65px,0) ;
    } 

}




@-webkit-keyframes object_five {

    50% { -webkit-transform: translate(65px,65px) ; }

}

@keyframes object_five {
    50% { 
        transform: translate(65px,65px) ;
        -webkit-transform: translate(65px,65px) ;
    } 

}



@-webkit-keyframes object_six {

    50% { -webkit-transform: translate(0,65px) ; }

}

@keyframes object_six {
    50% { 
        transform:  translate(0,65px) ;
        -webkit-transform:  translate(0,65px) ;
    } 

}




@-webkit-keyframes object_seven {

    50% { -webkit-transform: translate(-65px,65px) ; }

}

@keyframes object_seven {
    50% { 
        transform: translate(-65px,65px) ;
        -webkit-transform: translate(-65px,65px) ;
    } 

}


@-webkit-keyframes object_eight {

    50% { -webkit-transform: translate(-65px,0) ; }

}

@keyframes object_eight {
    50% { 
        transform: translate(-65px,0) ;
        -webkit-transform: translate(-65px,0) ;
    } 

}

.oxi-el-template-section,
.oxi-el-blocks-section{
    width: 100%;
}


.oxi-el-template-body,
.oxi-el-blocks-body,
.oxi-el-template-count-section,
.oxi-el-template-section .oxi-el-template-data,
.oxi-el-blocks-section .oxi-el-template-data{
    padding: 0 20px 20px;
    width: 100%;
}

.oxi-el-templates-wrapper .oxi-el-template-count{
    padding: 1px 0 50px;
}
.oxi-el-templates-wrapper .oxi-el-template-count-h1{
    font-weight: 600;
    color: #444;
    text-align: center;
    font-size: 31px;
    line-height: 35px;
    margin: 25px 0 10px;
}
.oxi-el-templates-wrapper .oxi-el-template-count-data{
    font-size: 15px;
    color: #767676;
    text-align: center;
}
.oxi-el-template-data{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    min-height: 500px;
}
.oxi-el-blocks-section .oxi-el-template-data{
    min-height: 0px;
}
.oxi-el-template-data-col{
    padding: 1px;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    box-sizing: border-box;
    margin: 0 2% 30px 0;
    position: relative;
}
.oxi-el-template-data-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.oxi-el-template-data-image a{
    padding-bottom: 0!important;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    border: 0!important;
}
.oxi-el-template-data-image a:hover,
.oxi-el-template-data-image a:active,
.oxi-el-template-data-image a:focus{
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
.oxi-el-template-data-image{
    transition: all .3s ease-in-out;
    padding-bottom: 140%;
    box-shadow: 1px -1px 10px transparent;
    position: relative;
    border-radius: 2px;
}
.oxi-el-template-data-image:hover {
    transform: translate(-5px,5px);
    box-shadow: none;
}
.oxi-el-template-data-image:after,
.oxi-el-template-data-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    transition: transform .3s ease-in-out;
}
.oxi-el-template-data-image:before {
    z-index: -1;
    background-color: hsla(0,0%,100%,.93);
}
.oxi-el-template-data-image:hover:before {
    transform: translate(5px,-5px);
}
.oxi-el-template-data-image:after {
    z-index: -2;
    background-color: hsla(0,0%,100%,.63);
}
.oxi-el-template-data-image:hover:after {
    transform: translate(10px,-10px);
}


.oxi-el-template-data-image-data{
    background-color: #fff;
    background-position: top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-radius: 2px;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}


.oxi-el-template-section-imagebody-pro{
    z-index: 10;
    top: 5%;
    right: 5%;
    position: absolute;
}
.sa-el-pro-spn{
    font-size: 14px;
    background: #f15540;
    color: #FFF;
    margin: 0;
    padding: 0px 8px 4px;
    border-radius: 5px;
    line-height: 20px;
}
.oxi-addons-sa-el-parent .sa-el-blocks-pro-button{
    background: #f15540;
}
.oxi-addons-sa-el-parent .sa-el-blocks-pro-button:hover{
    background: #ca240e;
}
.oxi-addons-template-container .oxi-el-template-data-content-data{
    padding: 10px;
    overflow: hidden;
    color: #767676;
    font-weight: 100;
    font-size: 0.9rem;
}
.oxi-el-template-data-content-data h3{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0 0 3px;
    padding: 0;
}
.oxi-el-template-section-image{
    transition: all .3s ease-in-out;
    padding-bottom: 140%;
    box-shadow: 1px -1px 10px transparent;
    position: relative;
    border-radius: 2px;
}
.oxi-el-template-section-image:hover{
    box-shadow: 1px 1px 12px rgba(0,0,0,.25);
}
.oxi-el-template-section-image-data{
    background-color: #fff;
    background-position: top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-radius: 2px;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.oxi-el-template-section-imagebody{
    background-color: rgba(0,0,0,.4);
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.oxi-el-template-section-imagebody:hover{
    opacity: 1;
}
.oxi-addons-sa-el-parent .el-import-btn, 
.sa-el-template-preview-import-modal .el-import-btn{
    background-color: #008CBA;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.oxi-addons-sa-el-parent .el-import-btn:hover, 
.sa-el-template-preview-import-modal .el-import-btn{
    background-color: #005f7e;
}
.oxi-addons-sa-el-parent .el-edit-btn, 
.sa-el-template-preview-import-modal .el-edit-btn{
    background-color: #4CAF50;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.oxi-addons-sa-el-parent .el-edit-btn:hover, 
.sa-el-template-preview-import-modal .el-edit-btn{
    background-color: #127316;
}







.oxi-el-blocks-data{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.oxi-el-blocks-data-col{
    padding: 1px;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    box-sizing: border-box;
    margin: 0 2% 30px 0;
    position: relative;
}
.oxi-el-blocks-data-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: center;
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0 0px 1px rgba(0,0,0,.1);
}
.oxi-el-blocks-data-content:hover{
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
}
.oxi-el-blocks-data-content .oxi-el-template-data-content-data{
    text-align: center;
    position: relative;
}
.oxi-el-blocks-data-content .oxi-el-template-data-content-data a{
    padding-bottom: 0!important;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    border: 0!important;
}
.oxi-el-blocks-data-content .oxi-el-template-data-content-data a:hover,
.oxi-el-blocks-data-content .oxi-el-template-data-content-data a:active,
.oxi-el-blocks-data-content .oxi-el-template-data-content-data a:focus{
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
.oxi-el-blocks-data-content .oxi-el-template-data-content-data h3{
    font-weight: 500;
    font-size: 1.3em;
    color: #595959;
}
.oxi-el-blocks-section .oxi-el-blocks-section-col{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    margin: 0 0% 70px 0;
    position: relative;
    display: flex;
}

.oxi-el-blocks-section-image{
    transition: all .3s ease-in-out;
    box-shadow: 1px -1px 10px transparent;
    position: relative;
    border-radius: 2px;
    width: 70%;
}
.oxi-el-blocks-section-image:hover{
    box-shadow: 1px 1px 12px rgba(0,0,0,.25);
}
.oxi-el-blocks-section-image img{width: 100%; max-width: 100%;}

.oxi-el-blocks-section-content{
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.oxi-el-blocks-section-content  .oxi-el-template-count{
    padding: 0px 30px;
}


.oxi-el-blocks-section-content  .oxi-el-template-count h1.oxi-el-template-count-h1{
    font-size: 25px;
    line-height: 27px;
    font-weight: 100;
    margin: 0 0 12px;
}

.oxi-el-blocks-section-content  .oxi-el-template-count .sael-btn{
    width: 100%;
    margin-top: 30px;
}
.oxi-el-blocks-section-success{
    font-size: 15px;
    color: #767676;
    background: #fff;
    padding: 10px 0 10px 16px;
    margin: 15px 0 10px;
    border-left: 3px solid #2dbd2d;
    display: none;
}


.sa-el-template-preview-import-modal .modal-header{
    background-image: -moz-linear-gradient( -13deg, rgb( 0, 35, 156 ) 2.148%, rgb( 104, 118, 252 ) 100%);
    background-image: -webkit-linear-gradient( -13deg, rgb( 0, 35, 156 ) 2.148%, rgb( 104, 118, 252 ) 100%);
    color: #fff;
}
.sa-el-template-preview-import-modal .modal-header  .close{
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border-radius: 50%;
    color: #000 !important;
    text-align: center;
    font-size: 24px;
    margin-top: 6px;
    margin-right: 6px;
    position: absolute;
    right: 4px;
    top: 6px;
    margin: 7px 4px 0px auto;
    opacity: 1;
}
.sa-el-template-preview-import-modal .modal-content{
    border: 0px;
}
.sa-el-template-preview-import-modal .modal-header  .close:active,
.sa-el-template-preview-import-modal .modal-header  .close:focus{
    outline: none;
    box-shadow: none;
}
.sa-el-template-preview-import-modal .modal-header  .close span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -3px;
}




.sa-el-template-preview-import-modal .sa-el-reqired-plugins{
    padding: 10px 10px;
    text-align: left;
    display: flex;
    align-items: center;
    color: #FB533B;
    border-bottom: 1px solid #ccc;
}
.sa-el-template-preview-import-modal .sa-el-reqired-plugins .sa-el-msg{
    width: 50%;
    text-align: left;
    border-right: 1px solid #F1F1F1;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.sa-el-template-preview-import-modal .sa-el-reqired-plugins ul.required-plugins-list{
    text-align: left;
    margin-bottom: 0;
    padding: 0px 10px;
    list-style: none;
}
.sa-el-template-preview-import-modal .sa-el-reqired-plugins .required-plugins-list li.sa-el-card{
    text-align: left;
    margin-bottom: 0;
    padding: 0px 0px;
    margin-left: 20px;
    color: #444;
    font-size: 13px;
    list-style: disc;
    text-transform: capitalize;
}

.sa-el-template-preview-import-modal p{font-size: 18px;
                                       text-align: center;}
.sa-el-template-preview-import-modal  .sa-el-btn {
    text-align: center;
    margin: 20px 0px;
}

.sa-el-horizontal:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #000;
    left: 125px;
    top: 13px;}

.sa-el-horizontal:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #000;
    right: 125px;
    top: 13px;
}
.sa-el-horizontal{
    position: relative;
}
.sa-el-template-preview-import-modal input {
    margin: 0 auto;
    padding: 6px 16px;
    display: block;
}

.oxi-el-template-data .sael-btn{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0px 5px;
    background-color: #555d66;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    display: block;
    margin: 15px auto;
    width: 165px;
}
.oxi-el-template-data .sael-btn:hover,
.oxi-el-template-data .sael-btn:active,
.oxi-el-template-data .sael-btn:focus{
    outline: none;
    text-decoration: none;
    color: #FFF;
    background: #393939;
}

.oxi-addons-button-flex-box{width:100%;padding: 2px 20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center}
.oxi-addons-button-flex-box .oxi-addons-button-admin-style, 
.oxi-addons-button-flex-box .oxi-addons-button-admin-style-more{    line-height: 1;float:left;z-index:1;min-width:90px;font-size:14px;display:block;color:#29293a;background-color:#fff;border:none;box-shadow:0 0 0 2px #ededed;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;border-radius:40px;margin:10px;padding:10px 25px;vertical-align:middle;position:relative;-webkit-backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;overflow:hidden;-webkit-transition:color .3s;transition:color .3s;cursor:pointer}
.oxi-addons-button-flex-box .oxi-addons-button-admin-style::before,
.oxi-addons-button-flex-box .oxi-addons-button-admin-style::after,
.oxi-addons-button-flex-box .oxi-addons-button-admin-style-more::before,
.oxi-addons-button-flex-box .oxi-addons-button-admin-style-more::after{content:'';position:absolute;height:104%;width:104%;bottom:100%;left:-2%;z-index:-1;-webkit-transition:-webkit-transform .3s;transition:transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}
.oxi-addons-button-flex-box .oxi-addons-button-admin-style::before,
.oxi-addons-button-flex-box .oxi-addons-button-admin-style-more::before{background:#7986cb}
.oxi-addons-button-flex-box .oxi-addons-button-admin-style::after,
.oxi-addons-button-flex-box .oxi-addons-button-admin-style-more::after{background:#3f51b5}
.oxi-addons-button-flex-box .oxi-addons-button-admin-style:hover,
.oxi-addons-button-flex-box .oxi-addons-button-admin-style-more:hover{color:#fff;box-shadow:0 0 0 2px #3f51b5;background-color:#3f51b5}
.oxi-addons-button-flex-box .oxi-addons-button-admin-style.oxi-active{color:#fff;box-shadow:0 0 0 2px #3f51b5;background-color:#3f51b5}
.oxi-addons-button-flex-box .oxi-addons-button-admin-style:hover::before,
.oxi-addons-button-flex-box .oxi-addons-button-admin-style:hover::after,
.oxi-addons-button-flex-box .oxi-addons-button-admin-style-more:hover::before,
.oxi-addons-button-flex-box .oxi-addons-button-admin-style-more:hover::after{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
.oxi-addons-button-flex-box .oxi-addons-button-admin-style.oxi-active::before,
.oxi-addons-button-flex-box .oxi-addons-button-admin-style.oxi-active::after{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
.oxi-addons-button-flex-box .oxi-addons-button-admin-style:hover::after,
.oxi-addons-button-flex-box .oxi-addons-button-admin-style-more:hover::after{-webkit-transition-delay:.175s;transition-delay:.175s}

body:not(.elementor-editor-active) .oxi-site-section:not(.oxi-site-web-import) .oxi-site-web-import-buttton {
 display:none;
}







